History log of /netbsd-src/libexec/atrun/atrun.c (Results 1 – 23 of 23)
Revision Date Author Comments
# 2c1d98b7 10-Jan-2017 christos <christos@NetBSD.org>

missing <sys/stat.h> include.


# d9047ae6 13-Mar-2016 dholland <dholland@NetBSD.org>

Use functions instead of preprocessor abuse.


# 2b8aaed8 16-Sep-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast, here


# 631d5867 01-Aug-2011 mbalmer <mbalmer@NetBSD.org>

According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.


# 8a487dca 05-Apr-2008 christos <christos@NetBSD.org>

Fix build from dieter roelants


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# 36c7456d 15-Dec-2007 perry <perry@NetBSD.org>

include sys/cdefs.h so that __attribute__ can be fixed later


# 8f1498a5 31-Oct-2005 christos <christos@NetBSD.org>

- Don't use a stale errno when printing an error
- Redo all error printing using varargs
- KNF
- More descriptive error messages


# 1cb71684 31-Oct-2005 christos <christos@NetBSD.org>

Don't use hard-coded values for nobody. Specially ones that don't match
what /etc/group has.


# 49f7d8a9 05-Nov-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# 22795e91 17-May-2003 itojun <itojun@NetBSD.org>

use strlcpy


# de1c0718 03-Mar-2003 dsl <dsl@NetBSD.org>

Call setsid() so that setlogname doesn't affect our parent and siblings.
(approved by christos)


# 5ba367f3 29-Jul-2002 christos <christos@NetBSD.org>

err, fix arg to warn.


# 5e254dfc 29-Jul-2002 christos <christos@NetBSD.org>

jeez, this program included almost everything in /usr/include!


# a3ffe031 06-Jun-2002 martin <martin@NetBSD.org>

Make scanf parameters and variable types match. This helps archs
where sizeof(int) != sizeof(long).


# dde4b6e5 25-Jun-2000 simonb <simonb@NetBSD.org>

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".


# 299578eb 16-Aug-1999 simonb <simonb@NetBSD.org>

Spell "privilege" correctly (correct spelling from Jonathan Stone).


# b75d6830 12-Feb-1999 kleink <kleink@NetBSD.org>

<sys/fcntl.h> -> <fcntl.h>


# d7b7ede2 27-Jun-1998 christos <christos@NetBSD.org>

Merge in changes from OpenBSD.


# 78a8e977 07-Oct-1997 mrg <mrg@NetBSD.org>

WARNS?=1.


# 176865a0 30-Aug-1996 thorpej <thorpej@NetBSD.org>

RCS id police.


# 3a92da2d 02-Mar-1995 cgd <cgd@NetBSD.org>

properly init group list before running the job.


# 940867e3 05-Dec-1993 cgd <cgd@NetBSD.org>

add at, by Thomas Koenig, ig25@rz.uni-karlsruhe.de