summaryrefslogtreecommitdiff
path: root/usr.bin/at
AgeCommit message (Expand)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-16Make "at -l" comply with POSIX. Our "at -l" currently acts likeTodd C. Miller
2015-11-13Use crontab-style syslog calls in at.Todd C. Miller
2015-11-13There's no need for at.c globals to be extern.Todd C. Miller
2015-11-12Use absolute paths in pathnames.h. There is no longer a need toTodd C. Miller
2015-11-11at already uses O_EXCL when creating files so there's no need toTodd C. Miller
2015-11-11Use warn/warnx here too.Todd C. Miller
2015-11-11Remove bogus DST code. mktime() handles DST automatically whenTodd C. Miller
2015-11-11Use warn/warnx where sensible and add fatal/fatalx wrappers forTodd C. Miller
2015-11-11Use fstatat(), openat() and unlinkat() when operating on files inTodd C. Miller
2015-11-09Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improveTodd C. Miller
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
2015-11-03It is only necessary to swap the effective gid when reading a file.Todd C. Miller
2015-10-31Split client-only (at, crontab) functions out of misc.c and intoTodd C. Miller
2015-10-28pledgeTheo de Raadt
2015-09-09The .Nd macro is intended to provide "a one line description", so avoidIngo Schwarze
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-01-23don't need to define debugging 0 anymoreTed Unangst
2014-10-08userland reallocarray audit.Doug Hogan
2014-09-29When setting environment variables in the atrun script, use theTodd C. Miller
2014-09-16no need to discuss sendmail (or any particular mailer) here;Jason McIntyre
2014-03-17as suggested by schwarze, reshuffle STANDARDS text detailing posix featuresJason McIntyre
2014-02-15macro cleanup, mostly to use .Cm for fixed stringsIngo Schwarze
2014-01-30STANDARDS: at.allow/deny is xsi (same as cron);Jason McIntyre
2014-01-13Add the "next" keyword as an alias for "+ 1" for relative times.Todd C. Miller
2014-01-09flesh out some details in STANDARDS regarding timespec;Jason McIntyre
2013-11-25variety of unsigned char casts (or conversions) for ctypeTheo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-04-17Adapt cron and at for future large time_t and tv_sec types. These were someTheo de Raadt
2011-09-04have the -t argument name in the options list match that of SYNOPSIS;Jason McIntyre
2011-08-31have the timespec arguments match in case those of time_arg;Jason McIntyre
2011-08-31Copy description of the -t option and its argument with revised textPhilip Guenthe
2011-08-30Same fix as 'touch': with the -t option, when the year is specifiedPhilip Guenthe
2011-08-23Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
2011-03-20Add two missing lines that got missed when I did the initial at + cronTodd C. Miller
2011-03-03Use dirfd() instead of peeking into struct dirent for dd_fd, which isTodd C. Miller
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-21document exit values; from daniel dickmanJason McIntyre
2010-07-02'wether' -> 'whether' typo in license text.Kenneth R Westerback
2009-12-07behaviour for the -l flag differs between this implementation and posix;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-05open the -f inputfile before letting lower-down functions call chdir()Theo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-01-03missing word; from Jason FilleyJason McIntyre
2007-09-05Change some variables to their proper type size_t.Moritz Jodeit
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-18Fix typo introduced in seconds parsing. From Tim van der Molen.Todd C. Miller