Home | History | Annotate | Download | only in atrun
History log of /src/libexec/atrun/atrun.c
RevisionDateAuthorComments
 1.23  10-Jan-2017  christos missing <sys/stat.h> include.
 1.22  13-Mar-2016  dholland branches: 1.22.2;
Use functions instead of preprocessor abuse.
 1.21  16-Sep-2011  plunky NULL does not need a cast, here
 1.20  01-Aug-2011  mbalmer According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
 1.19  05-Apr-2008  christos Fix build from dieter roelants
 1.18  15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.17  15-Dec-2007  perry include sys/cdefs.h so that __attribute__ can be fixed later
 1.16  31-Oct-2005  christos branches: 1.16.10;
- Don't use a stale errno when printing an error
- Redo all error printing using varargs
- KNF
- More descriptive error messages
 1.15  31-Oct-2005  christos Don't use hard-coded values for nobody. Specially ones that don't match
what /etc/group has.
 1.14  05-Nov-2004  dsl Add (unsigned char) cast to ctype functions
 1.13  17-May-2003  itojun use strlcpy
 1.12  03-Mar-2003  dsl Call setsid() so that setlogname doesn't affect our parent and siblings.
(approved by christos)
 1.11  29-Jul-2002  christos err, fix arg to warn.
 1.10  29-Jul-2002  christos jeez, this program included almost everything in /usr/include!
 1.9  06-Jun-2002  martin Make scanf parameters and variable types match. This helps archs
where sizeof(int) != sizeof(long).
 1.8  25-Jun-2000  simonb branches: 1.8.2;
Use LOGIN_NAME_MAX for sizing the mailname buffer. Allows usernames
longer than 8 characters to run jobs instead of aborting because
"File ... is in wrong format".
 1.7  16-Aug-1999  simonb branches: 1.7.8;
Spell "privilege" correctly (correct spelling from Jonathan Stone).
 1.6  12-Feb-1999  kleink <sys/fcntl.h> -> <fcntl.h>
 1.5  27-Jun-1998  christos Merge in changes from OpenBSD.
 1.4  07-Oct-1997  mrg branches: 1.4.2;
WARNS?=1.
 1.3  30-Aug-1996  thorpej RCS id police.
 1.2  02-Mar-1995  cgd properly init group list before running the job.
 1.1  05-Dec-1993  cgd add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de
 1.4.2.1  25-Oct-1998  cgd pull up rev 1.5 from trunk (mrg)
 1.7.8.1  26-Jun-2000  simonb Pull up rev 1.8:
Use LOGIN_NAME_MAX for sizing the mailname buffer. Allows usernames
longer than 8 characters to run jobs instead of aborting because
"File ... is in wrong format".
 1.8.2.1  10-Jun-2002  tv Pull up revision 1.9 (requested by 195 in ticket #0):
Make scanf parameters and variable types match. This helps archs
where sizeof(int) != sizeof(long).
 1.16.10.1  09-Jan-2008  matt sync with HEAD
 1.22.2.1  20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed