aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vacation
Commit message (Expand)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-11/+1
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Since clang 3.2 now has an option to suppress warnings about implicitlyDimitry Andric2013-02-161-5/+0
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-3/+1
* In usr.bin/vacation/Makefile, fix a typo in the comment about clangDimitry Andric2011-12-191-1/+1
* Unfortunately, clang gives warnings about sendmail code that cannot beDimitry Andric2011-12-171-0/+7
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-20/+8
* Remove MAINTAINER= lines from individual Makefiles in favor of theGregory Neil Shapiro2003-07-071-2/+0
* Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-02-171-3/+17
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* Protect this from the coming WARNS=2 default.Mark Murray2001-12-111-0/+1
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
* Fix man page installationGregory Neil Shapiro2000-10-111-6/+4
* Use sendmail's version of vacation. It is command line and databaseGregory Neil Shapiro2000-10-103-729/+31
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add a messy example of how to get debug-mode error messages written toSheldon Hearn1999-06-231-1/+11
* Postpone call to usage() until after all options are processed so thatSheldon Hearn1999-06-181-6/+9
* Please forgive me, it's my first day on the block. Forgot to mention:Sheldon Hearn1999-06-171-1/+1
* Null commit to reflect that the previous commit added warnings forSheldon Hearn1999-06-171-1/+1
* * Add a command-line option to enable debugging mode, which sends errorSheldon Hearn1999-06-172-19/+67
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* Add const to copyright string. Hide sccsid string.Philippe Charnier1997-11-031-4/+6
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Stop parsing args before user supplied to argument in sendmail.Warner Losh1997-08-281-2/+2
* Even better fix: use close(fileno(mfp)); to close unneded descriptorAndrey A. Chernov1997-04-231-1/+2
* Better fix: return vfork() again, but remove clobbering fclose()Andrey A. Chernov1997-04-231-4/+3
* Replace vfork() by fork(), vfork() usage is totally bogus in this context.Andrey A. Chernov1997-04-231-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Removed stray DPADD.Bruce Evans1997-01-101-3/+2
* Various cleanups:Joerg Wunsch1996-09-283-17/+93
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-2/+3
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-02-021-2/+2
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-3/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+597