summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/at.c
Commit message (Expand)AuthorAgeFilesLines
* - Do not bail out if stat(2) fails with ENOENT in the spool directory. Thisgahr2013-04-121-2/+26
* Partially revert r227233.ed2011-11-061-2/+2
* Add missing static keywords to at(1).ed2011-11-061-8/+6
* Close file and directory descriptorskevlo2010-11-191-0/+3
* 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
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idstjr2002-05-161-4/+53
* Change whtespace indent in format string to fit new output form ofkuriyama2002-05-081-2/+2
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-7/+8
* o Remove the -V [version number] option, since our version of at(1) nomike2002-01-221-15/+7
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix somemike2002-01-131-5/+92
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+0
* Use __FBSDID()markm2001-12-021-4/+3
* WARNS=2 fixup.markm2001-12-021-7/+7
* Remove some unsafe function calls from the signal handlers.kris2001-09-011-6/+14
* Expland `mymalloc' with malloc + error checking.obrien2001-07-241-13/+4
* Correct use of .Nm, .Em, .Evcharnier1999-12-051-43/+35
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* More egcs warning fixes:imp1999-04-251-2/+2
* Eliminate compiler warnings from -Wallarchie1998-12-061-1/+1
* atq ignored locale info when printing dates. Is the other call tomckay1998-10-151-1/+5
* 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-221-1/+1
* Fix for hard-coded length of login name.davidn1997-02-181-3/+11
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add setlocale LC_TIMEache1995-10-241-1/+7
* Upgrade to 2.9ache1995-08-211-66/+164
* Remove trailing whitespace.rgrimes1995-05-301-28/+28
* Remove setre* hacks, we have working thing nowache1995-04-271-1/+7
* Fight over non-working setruidache1995-04-151-9/+5
* Upgrade.ache1995-04-121-430/+527
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.nate1994-01-051-0/+562
OpenPOWER on IntegriCloud