| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | o Remove the -V [version number] option, since our version of at(1) no | mike | 2002-01-22 | 3 | -43/+26 |
* | Fix a typo introduced in the previous delta. The mistake was mine | mike | 2002-01-17 | 1 | -1/+1 |
* | Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some | mike | 2002-01-13 | 4 | -26/+157 |
* | - Add 4-digit year variants in the manpage, since at(1) already | keramida | 2002-01-10 | 1 | -6/+7 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 4 | -4/+0 |
* | Use __FBSDID() | markm | 2001-12-02 | 4 | -16/+12 |
* | WARNS=2 fixup. | markm | 2001-12-02 | 7 | -18/+24 |
* | Allow an ``at now'' specification. | brian | 2001-11-24 | 1 | -1/+5 |
* | mdoc(7) police: kill whitespace at EOL and HSB. | ru | 2001-11-20 | 1 | -6/+8 |
* | Use .Nm to correctly display the program name. | murray | 2001-11-19 | 1 | -1/+3 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | SECURITY. | ru | 2001-09-04 | 2 | -40/+42 |
* | Remove some unsafe function calls from the signal handlers. | kris | 2001-09-01 | 1 | -6/+14 |
* | An empty at.deny doesn't mean everyone can use at. | dd | 2001-08-14 | 1 | -4/+0 |
* | Expland `mymalloc' with malloc + error checking. | obrien | 2001-07-24 | 4 | -17/+10 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -4/+4 |
* | Don't use MANDEPEND and MANSRC. | ru | 2001-03-26 | 1 | -5/+2 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -4/+4 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -3/+4 |
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
* | Y2K fix. at(1) would die with 'garbled time' when assign_date() was | sheldonh | 2000-03-27 | 1 | -20/+22 |
* | Typo | charnier | 2000-03-26 | 1 | -1/+1 |
* | Change the usage of the .Nm macro in the NAME section to be | mpp | 2000-03-24 | 1 | -1/+4 |
* | Correct use of .Nm, .Em, .Ev | charnier | 1999-12-05 | 6 | -127/+120 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
* | 1. Add support for months and years in relative time spec (now + 1 year) | nsayer | 1999-08-26 | 2 | -52/+35 |
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -6/+6 |
* | (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior. | billf | 1999-07-01 | 1 | -3/+6 |
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+2 |
* | Clean up some .Os macro uses: quotes are not needed, multiple arguments | fenner | 1999-02-15 | 1 | -2/+2 |
* | Eliminate compiler warnings from -Wall | archie | 1998-12-06 | 5 | -6/+9 |
* | atq ignored locale info when printing dates. Is the other call to | mckay | 1998-10-15 | 1 | -1/+5 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | Typo fix: garbeld -> garbled | steve | 1998-08-30 | 1 | -2/+2 |
* | Year is sometimes set to -1 when assign_date() is called. Check for -1 | alex | 1998-08-08 | 1 | -2/+2 |
* | Recognize long month names in addition to short ones. | des | 1998-07-09 | 1 | -1/+13 |
* | $@ is deprecated, use ${.TARGET} instead. Ditto for other single character | imp | 1998-06-09 | 1 | -2/+2 |
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 1 | -2/+2 |
* | Permit double digit year values to be used in the next millenium. | alex | 1998-05-05 | 1 | -1/+17 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -4/+6 |
* | Revert part of previous commit. I didn't see rcsid string in the middle of | charnier | 1997-06-24 | 1 | -4/+2 |
* | Use err(3). | charnier | 1997-06-23 | 2 | -8/+10 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
* | Fix MAXLOGNAME usage, the code has wrong assumption that it must be | ache | 1997-03-02 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 6 | -6/+6 |
* | Fix for hard-coded length of login name. | davidn | 1997-02-18 | 1 | -3/+11 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 6 | -6/+6 |