summaryrefslogtreecommitdiff
path: root/usr.sbin/ac/ac.c
AgeCommit message (Collapse)Author
2001-05-24- Let '-' mean stdin.Peter Valchev
- Correct usage message: -p and -d cannot be usefully used together. - Use __progname in usage() millert@ ok
2001-05-05use strlcpy vs strncpy+a[n-1]='\0'Michael Shalayeff
1997-10-09if user specified wtmp file, use timestamp on final record instead ofTheo de Raadt
current system time for "end of run" time; tim@pool1.convey.ru
1997-08-30incorrect length in comparison; hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-08-01catch ptys correctly; tolik@www.tomsk.suTheo de Raadt
1997-06-02correct for our pty listTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-08-29fix warningsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt