Age | Commit message (Expand) | Author |
2011-08-22 | Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO | Todd C. Miller |
2011-01-18 | Our crontab(1) hasn't used SIGUSR1 to signal cron in years, we now use | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-01-29 | tweak usage() | Igor Sobrado |
2007-02-18 | tidy up synopsis and usage(); | Jason McIntyre |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-15 | If two or more changes are made withing a single second it is possible | Todd C. Miller |
2004-06-17 | UUpdate ISC copyright year to 2004 | Todd C. Miller |
2004-06-03 | More changes from Dmitry V. Levin: | Todd C. Miller |
2004-05-13 | If we get EAGAIN reading from the cron socket check both cron and | Todd C. Miller |
2004-05-03 | Make socket that reads reload requests from crontab be non-blocking. | Todd C. Miller |
2003-03-10 | Log that cron started up after we detach from the controlling terminal | Todd C. Miller |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2003-02-18 | correct a typo from earlier today | Todd C. Miller |
2003-02-17 | Add a -n flag and version string; from vixie | Todd C. Miller |
2002-08-08 | Make wakeupKind an enum for clarity at Vixie's request | Todd C. Miller |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller |
2002-07-09 | o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via string | Todd C. Miller |
2002-07-08 | Merge in some changes from Paul Vixie's tree; most are cosmetic | Todd C. Miller |
2002-05-28 | use %ld (long) for pid | Theo de Raadt |
2002-05-22 | Remove pid file if sent SIGINT or SIGTERM before exiting. | Todd C. Miller |
2002-05-21 | Better handling of negative timeval than last commit. | Todd C. Miller |
2002-05-20 | Add a check for negative values in struct timeval after the timersub(). | Todd C. Miller |
2002-05-09 | crontab is no longer setuid root, it is now 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-12-20 | Cause crontab to send SIGUSR1 when a user's crontab file has changed. | Todd C. Miller |
2001-12-11 | If we receive a signal during the sleep(), run signal handlers as | Todd C. Miller |
2001-10-24 | When becoming a daemon, dup stdin, stdout, and stderr to /dev/null | Todd C. Miller |
2001-08-11 | If waitpid() returns -1, check for EINTR | Todd C. Miller |
2001-07-13 | flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller |
2001-02-21 | Add back code in find_jobs() that got dropped in cron merge. | Todd C. Miller |
2001-02-20 | Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD). | Todd C. Miller |
2001-02-19 | Normalize the time in minutes to GMT so we can really catch DST changes | Todd C. Miller |
2001-02-18 | Update to ISC cron 4.0b1 + our patches. This is now under a BSD license. | Todd C. Miller |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-08-21 | save errno in handler | Theo de Raadt |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1997-12-22 | handle timing normally except when clock jumps between 1 and 3 hours. If it | Theo de Raadt |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt |
1996-09-15 | print debugging flags in usage(); idea from freebsd | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |