aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at/at.c
Commit message (Expand)AuthorAgeFilesLines
* Use nitems() from sys/param.hMarcelo Araujo2016-07-301-1/+1
* Fix typo: actually test the return of strchr(3)Baptiste Daroussin2016-04-201-1/+1
* Sigh, remove a line that needs to be removed along with previous commit.Xin LI2014-09-291-1/+0
* When setting environment variables in the atrun script, use theXin LI2014-09-291-1/+1
* - Do not bail out if stat(2) fails with ENOENT in the spool directory. ThisPietro Cerutti2013-04-121-2/+26
* Partially revert r227233.Ed Schouten2011-11-061-2/+2
* Add missing static keywords to at(1).Ed Schouten2011-11-061-8/+6
* Close file and directory descriptorsKevin Lo2010-11-191-0/+3
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-1/+1
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-2/+2
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.Robert Drehmel2002-07-221-11/+5
* Add the SUSv3 -l option to at. This is an alias for atq. Allow job idsTim J. Robbins2002-05-161-4/+53
* Change whtespace indent in format string to fit new output form ofJun Kuriyama2002-05-081-2/+2
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-7/+8
* o Remove the -V [version number] option, since our version of at(1) noMike Barcroft2002-01-221-15/+7
* Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix someMike Barcroft2002-01-131-5/+92
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+0
* Use __FBSDID()Mark Murray2001-12-021-4/+3
* WARNS=2 fixup.Mark Murray2001-12-021-7/+7
* Remove some unsafe function calls from the signal handlers.Kris Kennaway2001-09-011-6/+14
* Expland `mymalloc' with malloc + error checking.David E. O'Brien2001-07-241-13/+4
* Correct use of .Nm, .Em, .EvPhilippe Charnier1999-12-051-43/+35
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+2
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-061-1/+1
* atq ignored locale info when printing dates. Is the other call toStephen McKay1998-10-151-1/+5
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption that it must beAndrey A. Chernov1997-03-021-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Fix for hard-coded length of login name.David Nugent1997-02-181-3/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-1/+7
* Upgrade to 2.9Andrey A. Chernov1995-08-211-66/+164
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-28/+28
* Remove setre* hacks, we have working thing nowAndrey A. Chernov1995-04-271-1/+7
* Fight over non-working setruidAndrey A. Chernov1995-04-151-9/+5
* Upgrade.Andrey A. Chernov1995-04-121-430/+527
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.Nate Williams1994-01-051-0/+562