summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/at.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* There's no need for at.c globals to be extern.millert2015-11-131-10/+1
|
* 'wether' -> 'whether' typo in license text.krw2010-07-021-2/+2
| | | | ok deraadt@
* protosderaadt2003-07-021-1/+5
|
* This goes with the at.c changemillert2003-03-141-1/+3
|
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-5/+1
| | | | The at(1) code is now more tightly integrated into the cron codebase.
* Major changes:millert2002-05-141-2/+10
| | | | | | | | | | | | | | | | | | | | | Job names are now "runtime.queue" where runtime is when the job will run in Unix time format. This is what SysV at does and allows us to nuke the .SEQ file. Historic BSD options for atq and atrm are now implemented; atq and atrm get their own man pages. At no longer does anything with the -v flag. We print the execution time when jobs are submitted so there is no need. Most *scanf() usage is gone (one remains in atrun). Better sanity checks in atrun. Random style/cleanup. With these changes we have the best of both worlds; POSIX compliance with the traditional BSD features.
* Only print usage for the command that was run (at, atq, atrm, batch), notmillert2002-05-131-1/+4
| | | | | | | all four. Also differentiate between the touch(1) style time as time_arg and the at(1) style time as timespec (which is what SUS3 does). Instead of referring to the touch time format as POSIX time, reference touch. This is what SUS3 does and it is what users will know.
* Pass -Wall and use ANSI function headers.millert2002-05-111-2/+1
|
* Add POSIX -r and -t flags from FreeBSD. The old -d option is nowmillert2002-05-111-2/+2
| | | | | | deprecated and no longer documented. Also, use __progname instead of examining argv and clean up a few minor warnings.
* Merge in changes from at 2.9millert1997-03-011-7/+8
|
* rcsidderaadt1996-06-261-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+36