summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
Commit message (Expand)AuthorAgeFilesLines
* Y2K fix. at(1) would die with 'garbled time' when assign_date() wassheldonh2000-03-271-20/+22
* Typocharnier2000-03-261-1/+1
* Change the usage of the .Nm macro in the NAME section to bempp2000-03-241-1/+4
* Correct use of .Nm, .Em, .Evcharnier1999-12-056-127/+120
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
* 1. Add support for months and years in relative time spec (now + 1 year)nsayer1999-08-262-52/+35
* Various man page cleanup:mpp1999-08-151-6/+6
* (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior.billf1999-07-011-3/+6
* More egcs warning fixes:imp1999-04-251-2/+2
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
* Eliminate compiler warnings from -Wallarchie1998-12-065-6/+9
* atq ignored locale info when printing dates. Is the other call tomckay1998-10-151-1/+5
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
* Typo fix: garbeld -> garbledsteve1998-08-301-2/+2
* Year is sometimes set to -1 when assign_date() is called. Check for -1alex1998-08-081-2/+2
* Recognize long month names in addition to short ones.des1998-07-091-1/+13
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterimp1998-06-091-2/+2
* Fix a bunch of spelling errors.steve1998-06-041-2/+2
* Permit double digit year values to be used in the next millenium.alex1998-05-051-1/+17
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-4/+6
* Revert part of previous commit. I didn't see rcsid string in the middle ofcharnier1997-06-241-4/+2
* Use err(3).charnier1997-06-232-8/+10
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULache1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption that it must beache1997-03-021-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-226-6/+6
* Fix for hard-coded length of login name.davidn1997-02-181-3/+11
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-6/+6
* Fix botches in the handling of "AM" and "PM":jdp1996-07-191-3/+8
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1996-02-251-2/+2
* making <page>.1 from <page>.manwosch1996-02-061-1/+2
* recording cvs-1.6 file deathpeter1995-12-302-258/+0
* Add setlocale LC_TIMEache1995-10-241-1/+7
* Describe the correct default situation for the various permissionjoerg1995-10-051-3/+3
* Upgrade to 2.9ache1995-08-2112-116/+256
* Make parsetime.c more consistent by using the (already declared) enumjoerg1995-06-242-11/+13
* Remove trailing whitespace.rgrimes1995-05-309-43/+43
* Remove setre* hacks, we have working thing nowache1995-04-272-41/+24
* Fight over non-working setruidache1995-04-152-11/+15
* Upgrade.ache1995-04-1212-618/+1207
* Fix off by one error in calculation of `mday' (months start at 1).bde1995-01-311-2/+2
* Changed reference from NetBSD to FreeBSDnate1994-01-051-2/+2
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.nate1994-01-0510-0/+1704
OpenPOWER on IntegriCloud