Age | Commit message (Expand) | Author |
2015-08-25 | Use ppoll(2) instead of poll(2). This has two benefits. Firstly, | Todd C. Miller |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2015-02-09 | correct copyright, upon approval from paul vixie via todd miller. the | Theo de Raadt |
2015-01-23 | braces to open a function go on their own line like god intended | Ted Unangst |
2015-01-23 | delete some code that doesn't (and shouldn't) run. ok deraadt millert | Ted Unangst |
2015-01-23 | Remove now-unused DebugFlags. | Todd C. Miller |
2015-01-23 | Remove the OK and ERR macros. They obfuscate the code and don't | Ted Unangst |
2015-01-23 | minor debug removal cleanup | Ted Unangst |
2015-01-23 | remove debug code. | Ted Unangst |
2015-01-22 | delete useless casts. ok deraadt guenther millert | Ted Unangst |
2015-01-19 | If UID_MAX is not defined, this should fail to compile. | Theo de Raadt |
2015-01-14 | Use reallocarray() instead of calloc() when making a copy of the | Todd C. Miller |
2015-01-14 | Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX | Todd C. Miller |
2015-01-14 | Use HAVE_FOO for BSD-specific features instead of relying on the | Todd C. Miller |
2015-01-14 | Use standard types for wait, readdir, signals and pids. | Todd C. Miller |
2015-01-14 | Remove compatibility defines for ancient systems. We assume a | Todd C. Miller |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-10-29 | use poll() instead of the select malloc/free dance which was used to | Theo de Raadt |
2014-10-26 | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) | Philip Guenther |
2014-10-08 | use reallocarray() instead of realloc() to handle potential integer overflow;... | Theo de Raadt |
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 |