summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac/ac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We can safely assume that our utmp(5) file format implementation can guaranteemestre2018-08-231-1/+2
* Since we can feed localtime(3) with garbage input, or with input it cannotmestre2018-08-201-0/+4
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+1
* pledge to only use "stdio rpath"; rpath is for readig the wtmp files.deraadt2015-10-121-0/+3
* clean up flags++ instances around getopt()deraadt2015-02-091-1/+1
* Update license to two-clause BSD. Permission to do so was grantedmillert2012-08-311-12/+24
* Remove the non-standard, commented out, -c option.millert2010-07-041-53/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+0
* the usage message should start with "usage:";sobrado2007-11-171-5/+4
* Change an int to size_tdhill2006-04-031-10/+7
* 0 vs NULL, from Joris Vinktedu2004-03-181-4/+4
* spacingderaadt2004-01-211-13/+13
* ignore backwards going entriesmickey2003-07-201-2/+5
* some ansification, some de-registerderaadt2003-06-111-35/+15
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-2/+2
* minor KNFderaadt2002-05-301-10/+10
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-13/+13
* - Let '-' mean stdin.pvalchev2001-05-241-4/+9
* use strlcpy vs strncpy+a[n-1]='\0'mickey2001-05-051-7/+4
* if user specified wtmp file, use timestamp on final record instead ofderaadt1997-10-091-2/+3
* incorrect length in comparison; hubert.feyrer@rz.uni-regensburg.dederaadt1997-08-301-2/+2
* catch ptys correctly; tolik@www.tomsk.suderaadt1997-08-011-2/+2
* correct for our pty listderaadt1997-06-021-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-2/+2
* fix warningsderaadt1996-08-291-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+557