Age | Commit message (Expand) | Author |
2024-11-05 | fix an alignment error in the Queue column label of atq(1) introduced on | Igor Sobrado |
2024-11-05 | remove mention to nqs, the Network Queuing System developed at NASA Ames; | Igor Sobrado |
2024-07-30 | fold the "timespec" info into the options list (since "time_arg" is already | Jason McIntyre |
2024-07-29 | bump posix spec from 2008 -> 2024: | Jason McIntyre |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-10-22 | rework the text to avoid constant 2nd person; | Jason McIntyre |
2019-11-29 | at(1): ctime comparison: subtraction is not comparison; ok millert@ | cheloha |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-16 | When specifying the time in the form HHMM or HH:MM, if that time | Christian Weisgerber |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2018-01-31 | Sync list of non-exported environment variables with at.c. | Todd C. Miller |
2017-06-15 | Finer grained pledge for at(1). After setegid(), do a three-way pledge: | Theo Buehler |
2017-06-07 | In cron(8), require that crontab and at files in the spool be owned | Todd C. Miller |
2017-03-18 | Use recallocarray for growth of the jobs, just because it is a little | Theo de Raadt |
2016-10-31 | Delete setlocale(LC_TIME, ""). | Ingo Schwarze |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-16 | Make "at -l" comply with POSIX. Our "at -l" currently acts like | Todd C. Miller |
2015-11-13 | Use crontab-style syslog calls in at. | Todd C. Miller |
2015-11-13 | There's no need for at.c globals to be extern. | Todd C. Miller |
2015-11-12 | Use absolute paths in pathnames.h. There is no longer a need to | Todd C. Miller |
2015-11-11 | at already uses O_EXCL when creating files so there's no need to | Todd C. Miller |
2015-11-11 | Use warn/warnx here too. | Todd C. Miller |
2015-11-11 | Remove bogus DST code. mktime() handles DST automatically when | Todd C. Miller |
2015-11-11 | Use warn/warnx where sensible and add fatal/fatalx wrappers for | Todd C. Miller |
2015-11-11 | Use fstatat(), openat() and unlinkat() when operating on files in | Todd C. Miller |
2015-11-09 | Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve | Todd C. Miller |
2015-11-06 | Use __progname instead of the homegrown ProgramName. | Todd C. Miller |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-11-03 | It is only necessary to swap the effective gid when reading a file. | Todd C. Miller |
2015-10-31 | Split client-only (at, crontab) functions out of misc.c and into | Todd C. Miller |
2015-10-28 | pledge | Theo de Raadt |
2015-09-09 | The .Nd macro is intended to provide "a one line description", so avoid | Ingo Schwarze |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-23 | don't need to define debugging 0 anymore | Ted Unangst |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-09-29 | When setting environment variables in the atrun script, use the | Todd C. Miller |
2014-09-16 | no need to discuss sendmail (or any particular mailer) here; | Jason McIntyre |
2014-03-17 | as suggested by schwarze, reshuffle STANDARDS text detailing posix features | Jason McIntyre |
2014-02-15 | macro cleanup, mostly to use .Cm for fixed strings | Ingo Schwarze |
2014-01-30 | STANDARDS: at.allow/deny is xsi (same as cron); | Jason McIntyre |
2014-01-13 | Add the "next" keyword as an alias for "+ 1" for relative times. | Todd C. Miller |
2014-01-09 | flesh out some details in STANDARDS regarding timespec; | Jason McIntyre |
2013-11-25 | variety of unsigned char casts (or conversions) for ctype | Theo de Raadt |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt |
2011-09-04 | have the -t argument name in the options list match that of SYNOPSIS; | Jason McIntyre |
2011-08-31 | have the timespec arguments match in case those of time_arg; | Jason McIntyre |
2011-08-31 | Copy description of the -t option and its argument with revised text | Philip Guenthe |