Age | Commit message (Expand) | Author |
2003-10-20 | typos from Jared Yanovich, slightly ammended; | Jason McIntyre |
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst |
2003-07-23 | Add '\n' to error messages in "atrm" mode. | Mike Pechkin |
2003-07-02 | protos | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-04 | the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAME | Anil Madhavapeddy |
2003-03-14 | This goes with the at.c change | Todd C. Miller |
2003-03-13 | Stash uid and mode in struct at so we don't need to pass around a | Todd C. Miller |
2003-03-03 | Add back fix from 1.32 that was lost in latest sync | Todd C. Miller |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2003-02-19 | Move contents of /var/at into /var/cron since at is now intergrated into | Todd C. Miller |
2003-02-19 | sequence file is no longer used | Todd C. Miller |
2003-02-19 | Kill an errant space. | Todd C. Miller |
2003-02-18 | Use the SUN_LEN macro to set sun_len correctly | Todd C. Miller |
2003-02-17 | Missing #include <limits.h> | Todd C. Miller |
2003-02-14 | man page is under same license as the program | Todd C. Miller |
2003-01-23 | 'conjunction' typos | Anil Madhavapeddy |
2003-01-02 | Fix 'at -r' crash. | Mike Pechkin |
2002-11-20 | Add missing increment in newjob() when there is a time collision. | Todd C. Miller |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-14 | Major changes: | Todd C. Miller |
2002-05-13 | Execute job with user's shell, not /bin/sh as per POSIX and historic | Todd C. Miller |
2002-05-13 | Only print usage for the command that was run (at, atq, atrm, batch), not | Todd C. Miller |
2002-05-11 | Pass -Wall and use ANSI function headers. | Todd C. Miller |
2002-05-11 | Add POSIX -r and -t flags from FreeBSD. The old -d option is now | Todd C. Miller |
2002-05-11 | sort command line options lexigraphically and remove lies about looking | Todd C. Miller |
2002-05-11 | Kill -V (version) option since it has no relation to reality any more. | Todd C. Miller |
2002-05-11 | Use O_EXCL (not O_TRUNC) when creating new job file. If there is a | Todd C. Miller |
2002-05-11 | at(1) is no longer setuid root, it is setgid crontab. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-20 | we don't like: | Mike Pechkin |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-17 | remove stdio code from handler, and _exit() at termination | Theo de Raadt |
2000-11-17 | sync program usage to manual page; mpech@prosoft.org.lv | Theo de Raadt |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell |
2000-04-23 | Fix thinko, check eqp for NULL, not ap; ath@algonet.se | Todd C. Miller |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-04 | Many improvements and general cleanup/standardization. | Aaron Campbell |
2000-01-21 | Deal with getcwd() returning NULL. | Todd C. Miller |
2000-01-05 | Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed | Todd C. Miller |
1999-12-15 | does not overflow | Theo de Raadt |
1999-09-14 | atq prints 2 digits for year | Theo de Raadt |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-03-21 | PR 778: Handle 2-digit year values post-Y2K. Improvements to PR 778 | Alex Feldman |