summaryrefslogtreecommitdiff
path: root/usr.bin/at/at.c
AgeCommit message (Collapse)Author
2000-01-21Deal with getcwd() returning NULL.Todd C. Miller
Problem noted by Oleg Safiullin <form@vell.nsc.ru>
1999-12-15does not overflowTheo de Raadt
1998-07-09user err/warn; some -WallMichael Shalayeff
1998-06-03zero sigaction before useTheo de Raadt
1997-10-06bail if permission problem; ms@xy.orgTheo de Raadt
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-12The NULL macro yields a null pointer constant that is usable as an addresskstailey
constant expression.
1997-03-03cleanupTodd C. Miller
1997-03-03Give usage message when atq used incorrectly.Todd C. Miller
1997-03-03Complain if invoked in a form that requires an argument and we didn'tTodd C. Miller
get one.
1997-03-02Fix up the XXX's I left (oops).Todd C. Miller
1997-03-01Merge in changes from at 2.9Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-26Fall back to $USER if getlogin() fails and $LOGNAME is not set.Todd C. Miller
1996-10-15Make sprintf work for you, not the other way around.Todd C. Miller
1996-08-03Was runing most of the code with real and effective uid of 0, contraryTodd C. Miller
to the comments. Fixed that and made sure unlink of job file is done as root so it can succeed. Also will now detect empty input.
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt