| Commit message (Expand) | Author | Age | Files | Lines |
* | at(1): ctime comparison: subtraction is not comparison; ok millert@ |  cheloha | 2019-11-29 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | When specifying the time in the form HHMM or HH:MM, if that time |  naddy | 2019-02-16 | 1 | -2/+3 |
* | improve markup quality in the cases found by the new "--" style message |  schwarze | 2018-03-16 | 1 | -3/+3 |
* | Sync list of non-exported environment variables with at.c. |  millert | 2018-01-31 | 1 | -3/+11 |
* | Finer grained pledge for at(1). After setegid(), do a three-way pledge: |  tb | 2017-06-15 | 1 | -2/+19 |
* | In cron(8), require that crontab and at files in the spool be owned |  millert | 2017-06-07 | 1 | -5/+2 |
* | Use recallocarray for growth of the jobs, just because it is a little |  deraadt | 2017-03-18 | 1 | -2/+3 |
* | Delete setlocale(LC_TIME, ""). |  schwarze | 2016-10-31 | 1 | -8/+5 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -2/+1 |
* | Make "at -l" comply with POSIX. Our "at -l" currently acts like |  millert | 2015-11-16 | 2 | -33/+52 |
* | Use crontab-style syslog calls in at. |  millert | 2015-11-13 | 1 | -19/+29 |
* | There's no need for at.c globals to be extern. |  millert | 2015-11-13 | 2 | -21/+12 |
* | Use absolute paths in pathnames.h. There is no longer a need to |  millert | 2015-11-12 | 2 | -18/+31 |
* | at already uses O_EXCL when creating files so there's no need to |  millert | 2015-11-11 | 1 | -47/+8 |
* | Use warn/warnx here too. |  millert | 2015-11-11 | 1 | -12/+10 |
* | Remove bogus DST code. mktime() handles DST automatically when |  millert | 2015-11-11 | 1 | -5/+1 |
* | Use warn/warnx where sensible and add fatal/fatalx wrappers for |  millert | 2015-11-11 | 1 | -84/+67 |
* | Use fstatat(), openat() and unlinkat() when operating on files in |  millert | 2015-11-11 | 1 | -28/+21 |
* | Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve |  millert | 2015-11-09 | 1 | -17/+17 |
* | Use __progname instead of the homegrown ProgramName. |  millert | 2015-11-06 | 2 | -24/+17 |
* | Change cron from including all headers in every file to only including |  millert | 2015-11-04 | 1 | -3/+25 |
* | It is only necessary to swap the effective gid when reading a file. |  millert | 2015-11-03 | 2 | -201/+25 |
* | Split client-only (at, crontab) functions out of misc.c and into |  millert | 2015-10-31 | 1 | -2/+2 |
* | pledge |  deraadt | 2015-10-28 | 1 | -1/+5 |
* | The .Nd macro is intended to provide "a one line description", so avoid |  schwarze | 2015-09-09 | 2 | -9/+6 |
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 2015-08-20 | 2 | -5/+5 |
* | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ |  millert | 2015-03-17 | 1 | -4/+4 |
* | tzfile.h is an internal header that should never have been installed. |  millert | 2015-03-15 | 1 | -2/+1 |
* | don't need to define debugging 0 anymore |  tedu | 2015-01-23 | 1 | -2/+2 |
* | userland reallocarray audit. |  doug | 2014-10-08 | 1 | -2/+2 |
* | When setting environment variables in the atrun script, use the |  millert | 2014-09-29 | 1 | -3/+2 |
* | no need to discuss sendmail (or any particular mailer) here; |  jmc | 2014-09-16 | 1 | -7/+4 |
* | as suggested by schwarze, reshuffle STANDARDS text detailing posix features |  jmc | 2014-03-17 | 1 | -12/+11 |
* | macro cleanup, mostly to use .Cm for fixed strings |  schwarze | 2014-02-15 | 1 | -21/+20 |
* | STANDARDS: at.allow/deny is xsi (same as cron); |  jmc | 2014-01-30 | 1 | -2/+8 |
* | Add the "next" keyword as an alias for "+ 1" for relative times. |  millert | 2014-01-13 | 2 | -27/+58 |
* | flesh out some details in STANDARDS regarding timespec; |  jmc | 2014-01-09 | 1 | -2/+17 |
* | variety of unsigned char casts (or conversions) for ctype |  deraadt | 2013-11-25 | 2 | -14/+17 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 1 | -4/+4 |
* | Adapt cron and at for future large time_t and tv_sec types. These were some |  deraadt | 2013-04-17 | 1 | -17/+15 |
* | have the -t argument name in the options list match that of SYNOPSIS; |  jmc | 2011-09-04 | 1 | -3/+3 |
* | have the timespec arguments match in case those of time_arg; |  jmc | 2011-08-31 | 1 | -7/+7 |
* | Copy description of the -t option and its argument with revised text |  guenther | 2011-08-31 | 1 | -30/+28 |
* | Same fix as 'touch': with the -t option, when the year is specified |  guenther | 2011-08-30 | 1 | -4/+5 |
* | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO |  millert | 2011-08-23 | 1 | -11/+11 |
* | Add two missing lines that got missed when I did the initial at + cron |  millert | 2011-03-20 | 1 | -2/+4 |
* | Use dirfd() instead of peeking into struct dirent for dd_fd, which is |  millert | 2011-03-03 | 1 | -2/+2 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 1 | -13/+13 |
* | document exit values; from daniel dickman |  jmc | 2010-07-21 | 1 | -2/+13 |