| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -1/+4 |
| * | Backed out the DST support changes. | Sergey Babkin | 2001-01-23 | 3 | -173/+7 |
| * | mdoc(7) police: ``Ds'' is not certified (no macro with such name exist) | Ruslan Ermilov | 2001-01-22 | 1 | -1/+1 |
| * | Made the special handling of the daylight time switches optional, | Sergey Babkin | 2001-01-22 | 2 | -6/+19 |
| * | Added sensible handling of switch to and from daylight saving time | Sergey Babkin | 2001-01-20 | 3 | -5/+158 |
| * | mdoc(7) police: removed leading whitespaces that are not inside | Ruslan Ermilov | 2001-01-19 | 1 | -1/+2 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+1 |
| * | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 3 | -9/+12 |
| * | Correct definition of MAXHOSTNAMELEN in ifdef'ed out code | Kris Kennaway | 2000-11-26 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 2 | -3/+3 |
| * | Avoid use of direct troff requests in mdoc(7) manual pages. | Ruslan Ermilov | 2000-11-10 | 1 | -1/+0 |
| * | Attempt to fix problem with users being able to convince the crontab | David Malone | 2000-11-06 | 2 | -9/+18 |
| * | Since -e and -r are right next to each other prompt before clobbering | Paul Richards | 2000-10-15 | 1 | -0/+10 |
| * | Call login_close() to prevent parent from memory leaking in some | Andrey A. Chernov | 2000-07-02 | 2 | -0/+4 |
| * | Prevent user from breaking his limits and restrictions or | Andrey A. Chernov | 2000-07-01 | 3 | -4/+61 |
| * | Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments | Andrey A. Chernov | 2000-07-01 | 1 | -0/+1 |
| * | Enable SIGCHLD to stop childs complaining to SIG_IGN of it. | Andrey A. Chernov | 2000-07-01 | 1 | -1/+1 |
| * | Catch and report fdopen failures. | Guy Helmer | 2000-05-23 | 1 | -0/+10 |
| * | Catch and report memory allocation failures. | Guy Helmer | 2000-05-23 | 2 | -27/+95 |
| * | Allocate space for arrays of type "char *", not "char **". | Guy Helmer | 2000-04-30 | 1 | -3/+3 |
| * | Fix a situation where a pointer which should point to dynamically | Guy Helmer | 2000-04-28 | 1 | -3/+8 |
| * | Revive rev 1.12 (NetBSD improvements including @ shortcuts). | Sheldon Hearn | 2000-03-14 | 1 | -0/+24 |
| * | Fix parsing of commands after @ keywords (@hourly, @daily, etc.). | Guy Helmer | 2000-03-13 | 1 | -1/+16 |
| * | Back out previous commit. The code is not ready for it. | Sheldon Hearn | 2000-03-13 | 1 | -24/+0 |
| * | Merge in NetBSD improvements: | Sheldon Hearn | 2000-03-08 | 1 | -0/+24 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 27 | -27/+27 |
| * | Bad reference of su(8) changed to su(1). | Chris Costello | 1999-08-14 | 1 | -3/+3 |
| * | Christen a BUGS section for an explanation of the impact of Daylight | Sheldon Hearn | 1999-08-11 | 1 | -1/+13 |
| * | Changed 'overriding what /etc/passwd says' to 'overriding default set | Nick Hibma | 1999-07-27 | 1 | -2/+2 |
| * | This is a hack. Cron runs with stdin/out/err pointing to /dev/console, | Peter Wemm | 1999-04-06 | 1 | -1/+10 |
| * | y2k nit: print 4 digit years correctly. | Daniel O'Callaghan | 1999-01-16 | 1 | -3/+6 |
| * | PR: bin/5572 | Matthew Dillon | 1998-12-13 | 1 | -16/+28 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 1 | -2/+2 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 3 | -6/+6 |
| * | Added forgotten new file for `-Lfoo -lbar' -> `foo/bar.a' change. | Bruce Evans | 1998-03-08 | 1 | -0/+9 |
| * | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | Bruce Evans | 1998-03-07 | 2 | -29/+8 |
| * | Don't use LDDESTDIR. Just put the -L arg in LDADD. | Bruce Evans | 1997-12-17 | 2 | -13/+11 |
| * | Log run-time parsing errors now | Andrey A. Chernov | 1997-11-02 | 8 | -16/+88 |
| * | Sort cross refereces in section SEE ALSO. | Wolfram Schneider | 1997-09-29 | 1 | -3/+3 |
| * | Use err(3). Rewrote man page in mdoc format. | Philippe Charnier | 1997-09-15 | 14 | -343/+347 |
| * | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | Paul Traina | 1997-06-29 | 1 | -1/+1 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 2 | -4/+4 |
| * | Tone down the paranoia a bit in from the previous commit. setusercontext() | Peter Wemm | 1997-03-14 | 1 | -11/+7 |
| * | For some reason, the old login class code didn't seem to be working here. | Peter Wemm | 1997-03-14 | 1 | -13/+24 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 24 | -24/+24 |
| * | crontab(5) incorrectly documented the dom/month arguments. | Mike Pritchard | 1997-02-13 | 1 | -2/+2 |
| * | Fix compile breakage: link against libutil. | David Nugent | 1997-01-21 | 1 | -0/+2 |
| * | Make cron login class savvy. | David Nugent | 1997-01-20 | 2 | -0/+17 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 24 | -24/+24 |