aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-2/+3
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idsTim J. Robbins2002-05-163-6/+62
* Change whtespace indent in format string to fit new output form ofJun Kuriyama2002-05-081-2/+2
* Document the fact that at(1) is run through cron(8) and that this affectsJeroen Ruigrok van der Werven2002-05-041-0/+14
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-03-151-13/+20
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-7/+8
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* o Remove the -V [version number] option, since our version of at(1) noMike Barcroft2002-01-223-43/+26
* Fix a typo introduced in the previous delta. The mistake was mineMike Barcroft2002-01-171-1/+1
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix someMike Barcroft2002-01-134-26/+157
* - Add 4-digit year variants in the manpage, since at(1) alreadyGiorgos Keramidas2002-01-101-6/+7
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-104-4/+0
* Use __FBSDID()Mark Murray2001-12-024-16/+12
* WARNS=2 fixup.Mark Murray2001-12-027-18/+24
* Allow an ``at now'' specification.Brian Somers2001-11-241-1/+5
* mdoc(7) police: kill whitespace at EOL and HSB.Ruslan Ermilov2001-11-201-6/+8
* Use .Nm to correctly display the program name.Murray Stokely2001-11-191-1/+3
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* SECURITY.Ruslan Ermilov2001-09-042-40/+42
* Remove some unsafe function calls from the signal handlers.Kris Kennaway2001-09-011-6/+14
* An empty at.deny doesn't mean everyone can use at.Dima Dorfman2001-08-141-4/+0
* Expland `mymalloc' with malloc + error checking.David E. O'Brien2001-07-244-17/+10
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-4/+4
* Don't use MANDEPEND and MANSRC.Ruslan Ermilov2001-03-261-5/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-3/+4
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Y2K fix. at(1) would die with 'garbled time' when assign_date() wasSheldon Hearn2000-03-271-20/+22
* TypoPhilippe Charnier2000-03-261-1/+1
* Change the usage of the .Nm macro in the NAME section to beMike Pritchard2000-03-241-1/+4
* Correct use of .Nm, .Em, .EvPhilippe Charnier1999-12-056-127/+120
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* 1. Add support for months and years in relative time spec (now + 1 year)Nick Sayer1999-08-262-52/+35
* Various man page cleanup:Mike Pritchard1999-08-151-6/+6
* (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior.Bill Fumerola1999-07-011-3/+6
* More egcs warning fixes:Warner Losh1999-04-251-2/+2
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsBill Fenner1999-02-151-2/+2
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-065-6/+9
* atq ignored locale info when printing dates. Is the other call toStephen McKay1998-10-151-1/+5
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Typo fix: garbeld -> garbledSteve Price1998-08-301-2/+2
* Year is sometimes set to -1 when assign_date() is called. Check for -1Alexander Langer1998-08-081-2/+2
* Recognize long month names in addition to short ones.Dag-Erling Smørgrav1998-07-091-1/+13
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterWarner Losh1998-06-091-2/+2
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
* Permit double digit year values to be used in the next millenium.Alexander Langer1998-05-051-1/+17
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-4/+6
* Revert part of previous commit. I didn't see rcsid string in the middle ofPhilippe Charnier1997-06-241-4/+2
* Use err(3).Philippe Charnier1997-06-232-8/+10