Age | Commit message (Expand) | Author |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-02-12 | make .Nm usage simpler and more consistent, no text change; | Ingo Schwarze |
2014-01-30 | reinstate the note that setting env vars in a crontab is an extension; | Jason McIntyre |
2014-01-30 | reorganise this file into something a bit saner, killing wacky macros | Jason McIntyre |
2014-01-30 | update the EXTENSIONS section, renaming it to STANDARDS while here; | Jason McIntyre |
2014-01-30 | expand STANDARDS; ok millert | Jason McIntyre |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2013-11-23 | remove redundant check, and be a bit more careful about queue naming | Theo de Raadt |
2013-11-23 | obvious unsigned char cast for ctype | Theo de Raadt |
2013-11-23 | remove unused macro; ok jca | Theo de Raadt |
2013-08-15 | Don't include unused copyright[] string in all the cron binaries. | Todd C. Miller |
2013-08-14 | editing blip in previous; | Jason McIntyre |
2013-08-14 | ISC cron is the defacto BSD cron these days so remove confusing | Todd C. Miller |
2013-08-14 | macro simplification; | Jason McIntyre |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre |
2013-04-21 | cleaner and easier to use signed long long. ok deraadt | Ted Unangst |
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt |
2013-03-07 | Allow a '+' in the MAILTO email adress; from Constantine A. Murenin | Todd C. Miller |
2011-08-22 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller |
2011-08-19 | Use futimens() instead of futimes() to avoid converting to/from | Todd C. Miller |
2011-07-09 | use FD_CLOEXEC instead of 1. | David Hill |
2011-05-19 | Fix some possible NULL pointer dereferences, and a little bit of cleanup. | Peter Hessler |
2011-04-04 | Remove unused variables; from Michael W. Bombardieri | Todd C. Miller |
2011-03-03 | Reset the SIGPIPE signal handler immediately before executing a command. | Todd C. Miller |
2011-02-11 | Make "crontab -l" not crash on crontab files that don't have the | Philip Guenthe |
2011-01-31 | Add EDITOR and VISUAL to ENVIRONMENT section; OK jmc@ | Todd C. Miller |
2011-01-31 | Make "crontab -e" honor TMPDIR; from the Openwall project (ldv) | Todd C. Miller |
2011-01-18 | Quiet a gcc warning | Todd C. Miller |
2011-01-18 | Our crontab(1) hasn't used SIGUSR1 to signal cron in years, we now use | Todd C. Miller |
2010-12-14 | Use _exit() not exit() after forking. OK deraadt@ | Todd C. Miller |
2010-12-14 | Treat a missing spool dir like an empty one. OK deraadt@ | Todd C. Miller |
2010-11-19 | Use regular double quotes ("") in the MAILTO example so we don't | Todd C. Miller |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-04-10 | Fix bug in GMT calculation for systems without tm_gmtoff. | Todd C. Miller |
2010-03-30 | Log non-informational messages at LOG_WARNING priority instead of LOG_INFO. | Jacek Masiulaniec |
2009-10-29 | do not discard the first character of the command after the -q option | Markus Friedl |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | using the rcsid is silly | Theo de Raadt |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-29 | tweak usage() | Igor Sobrado |
2008-05-10 | from ray@ | Okan Demirmen |
2008-02-29 | no , at end of enum; tobiasu@tmux.org | Theo de Raadt |
2008-01-05 | remove unused function | Charles Longeau |
2007-11-17 | Deal with timespec vs. timeval precision issues. Fixes a problem | Todd C. Miller |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |