summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
Commit message (Expand)AuthorAgeFilesLines
* MFC r287123:delphij2015-09-081-2/+3
* MFC r272288,272289:delphij2014-10-021-2/+1
* - Do not bail out if stat(2) fails with ENOENT in the spool directory. Thisgahr2013-04-121-2/+26
* - Switch order of setting real uid and gid. If we set uid first, then wegahr2013-04-121-1/+1
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-10/+10
* More -Wmissing-variable-declarations fixes.ed2012-10-191-7/+5
* Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`.cracauer2012-10-051-13/+49
* Partially revert r227233.ed2011-11-062-4/+11
* Add missing static keywords to at(1).ed2011-11-063-18/+9
* Build at(1) with NO_WFORMAT instead of WARNS=1.ed2011-10-161-1/+1
* Close file and directory descriptorskevlo2010-11-191-0/+3
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-2/+2
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* ANSIfy various tools in usr.bin/.ed2010-01-021-1/+1
* Use NULL instead of 0 for the return value of fopen().kevlo2007-09-211-2/+2
* While revision 1.26 fixed the code to really subtract 3600 due tostefanf2005-08-181-3/+1
* Don't throw away the adjusted `runtimer' value.stefanf2005-08-051-3/+1
* Sort sections.ru2005-01-181-7/+7
* Explain the format of the at.allow and at.deny files in detail.keramida2003-03-261-0/+5
* The .Nm utility.keramida2003-02-281-4/+9
* mdoc(7) police:ru2002-11-261-1/+3
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-2/+2
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
* mdoc(7) police: lint.ru2002-05-291-2/+3
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idstjr2002-05-163-6/+62
* Change whtespace indent in format string to fit new output form ofkuriyama2002-05-081-2/+2
* Document the fact that at(1) is run through cron(8) and that this affectsasmodai2002-05-041-0/+14
* mdoc(7) police: markup fixes.ru2002-03-151-13/+20
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-7/+8
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* o Remove the -V [version number] option, since our version of at(1) nomike2002-01-223-43/+26
* Fix a typo introduced in the previous delta. The mistake was minemike2002-01-171-1/+1
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix somemike2002-01-134-26/+157
* - Add 4-digit year variants in the manpage, since at(1) alreadykeramida2002-01-101-6/+7
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-104-4/+0
* Use __FBSDID()markm2001-12-024-16/+12
* WARNS=2 fixup.markm2001-12-027-18/+24
* Allow an ``at now'' specification.brian2001-11-241-1/+5
* mdoc(7) police: kill whitespace at EOL and HSB.ru2001-11-201-6/+8
* Use .Nm to correctly display the program name.murray2001-11-191-1/+3
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
* SECURITY.ru2001-09-042-40/+42
* Remove some unsafe function calls from the signal handlers.kris2001-09-011-6/+14
* An empty at.deny doesn't mean everyone can use at.dd2001-08-141-4/+0
* Expland `mymalloc' with malloc + error checking.obrien2001-07-244-17/+10
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-4/+4
* Don't use MANDEPEND and MANSRC.ru2001-03-261-5/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+4
* Prepare for mdoc(7)NG.ru2000-12-191-3/+4
OpenPOWER on IntegriCloud