Age | Commit message (Expand) | Author |
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 |
2011-08-30 | Same fix as 'touch': with the -t option, when the year is specified | Philip Guenthe |
2011-08-23 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller |
2011-03-20 | Add two missing lines that got missed when I did the initial at + cron | Todd C. Miller |
2011-03-03 | Use dirfd() instead of peeking into struct dirent for dd_fd, which is | Todd C. Miller |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-21 | document exit values; from daniel dickman | Jason McIntyre |
2010-07-02 | 'wether' -> 'whether' typo in license text. | Kenneth R Westerback |
2009-12-07 | behaviour for the -l flag differs between this implementation and posix; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-05 | open the -f inputfile before letting lower-down functions call chdir() | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-01-03 | missing word; from Jason Filley | Jason McIntyre |
2007-09-05 | Change some variables to their proper type size_t. | Moritz Jodeit |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-18 | Fix typo introduced in seconds parsing. From Tim van der Molen. | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-05-24 | If century not specified used the current one instead of aassuming 2000. | Todd C. Miller |
2007-05-23 | Fix cut and pasto, seconds value is now stored in dot, not p. | Todd C. Miller |
2007-05-23 | Set tm_sec to 0 if no seconds were specified by the timespec (-t) arg. | Todd C. Miller |
2007-05-23 | Sanity check the time argument specified by the -t argument. Some | Todd C. Miller |
2007-03-26 | indicate that -l takes an optional argument; | Jason McIntyre |
2006-04-26 | Cleanup, remove an unused var, use an int to store argc instead of a char, | Chad Loder |
2006-03-22 | plug an fd leak and closedir() two directories; | Robert Nagy |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-06-23 | - at(1) synopsis: -r expects a `job' arg, not a timespec | Jason McIntyre |
2004-06-17 | Remove trailing whitespace and, for printf, uid/gid are unsigned | Todd C. Miller |
2004-06-03 | Verify that argc > 0 before trying to use argv and mark usage as __dead. | Todd C. Miller |
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 |