summaryrefslogtreecommitdiffstats
path: root/usr.bin/at (follow)
Commit message (Expand)AuthorAgeFilesLines
* at(1): ctime comparison: subtraction is not comparison; ok millert@cheloha2019-11-291-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* When specifying the time in the form HHMM or HH:MM, if that timenaddy2019-02-161-2/+3
* improve markup quality in the cases found by the new "--" style messageschwarze2018-03-161-3/+3
* Sync list of non-exported environment variables with at.c.millert2018-01-311-3/+11
* Finer grained pledge for at(1). After setegid(), do a three-way pledge:tb2017-06-151-2/+19
* In cron(8), require that crontab and at files in the spool be ownedmillert2017-06-071-5/+2
* Use recallocarray for growth of the jobs, just because it is a littlederaadt2017-03-181-2/+3
* Delete setlocale(LC_TIME, "").schwarze2016-10-311-8/+5
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Make "at -l" comply with POSIX. Our "at -l" currently acts likemillert2015-11-162-33/+52
* Use crontab-style syslog calls in at.millert2015-11-131-19/+29
* There's no need for at.c globals to be extern.millert2015-11-132-21/+12
* Use absolute paths in pathnames.h. There is no longer a need tomillert2015-11-122-18/+31
* at already uses O_EXCL when creating files so there's no need tomillert2015-11-111-47/+8
* Use warn/warnx here too.millert2015-11-111-12/+10
* Remove bogus DST code. mktime() handles DST automatically whenmillert2015-11-111-5/+1
* Use warn/warnx where sensible and add fatal/fatalx wrappers formillert2015-11-111-84/+67
* Use fstatat(), openat() and unlinkat() when operating on files inmillert2015-11-111-28/+21
* Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improvemillert2015-11-091-17/+17
* Use __progname instead of the homegrown ProgramName.millert2015-11-062-24/+17
* Change cron from including all headers in every file to only includingmillert2015-11-041-3/+25
* It is only necessary to swap the effective gid when reading a file.millert2015-11-032-201/+25
* Split client-only (at, crontab) functions out of misc.c and intomillert2015-10-311-2/+2
* pledgederaadt2015-10-281-1/+5
* The .Nd macro is intended to provide "a one line description", so avoidschwarze2015-09-092-9/+6
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-202-5/+5
* Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert2015-03-171-4/+4
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+1
* don't need to define debugging 0 anymoretedu2015-01-231-2/+2
* userland reallocarray audit.doug2014-10-081-2/+2
* When setting environment variables in the atrun script, use themillert2014-09-291-3/+2
* no need to discuss sendmail (or any particular mailer) here;jmc2014-09-161-7/+4
* as suggested by schwarze, reshuffle STANDARDS text detailing posix featuresjmc2014-03-171-12/+11
* macro cleanup, mostly to use .Cm for fixed stringsschwarze2014-02-151-21/+20
* STANDARDS: at.allow/deny is xsi (same as cron);jmc2014-01-301-2/+8
* Add the "next" keyword as an alias for "+ 1" for relative times.millert2014-01-132-27/+58
* flesh out some details in STANDARDS regarding timespec;jmc2014-01-091-2/+17
* variety of unsigned char casts (or conversions) for ctypederaadt2013-11-252-14/+17
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
* Adapt cron and at for future large time_t and tv_sec types. These were somederaadt2013-04-171-17/+15
* have the -t argument name in the options list match that of SYNOPSIS;jmc2011-09-041-3/+3
* have the timespec arguments match in case those of time_arg;jmc2011-08-311-7/+7
* Copy description of the -t option and its argument with revised textguenther2011-08-311-30/+28
* Same fix as 'touch': with the -t option, when the year is specifiedguenther2011-08-301-4/+5
* Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOmillert2011-08-231-11/+11
* Add two missing lines that got missed when I did the initial at + cronmillert2011-03-201-2/+4
* Use dirfd() instead of peeking into struct dirent for dd_fd, which ismillert2011-03-031-2/+2
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-13/+13
* document exit values; from daniel dickmanjmc2010-07-211-2/+13