| Commit message (Expand) | Author | Age | Files | Lines |
* | Second attempt to add @every_second keyword support. Due to multiple | sobomax | 2012-10-25 | 4 | -30/+149 |
* | Fully backout latest changes. | sobomax | 2012-10-18 | 2 | -49/+6 |
* | Remove harmless, but superfluous local change that creeped in along | sobomax | 2012-10-17 | 1 | -1/+0 |
* | Revert latest changes to cron, until better version is worked out (I hope). | sobomax | 2012-10-17 | 4 | -45/+10 |
* | o Use nanosleep(2) to sleep exact amount of time till the next second, | sobomax | 2012-10-17 | 1 | -6/+48 |
* | Properly handle non-keyword case by setting e->second to 0. | sobomax | 2012-10-16 | 1 | -0/+1 |
* | Add per-second scheduling into the cron(8). Right now it's | sobomax | 2012-10-15 | 4 | -9/+45 |
* | Fix build with LOG_FILE undefined and DEBUGGING disabled. | pluknet | 2012-10-02 | 1 | -0/+2 |
* | Fix build with DEBUGGING disabled. | pluknet | 2012-10-02 | 1 | -0/+4 |
* | Rework all non-contributed files that use `struct timezone'. | ed | 2012-09-01 | 1 | -2/+1 |
* | Add a one second sleep before touching the spool directory. If the touch | jhb | 2012-07-02 | 1 | -0/+9 |
* | As cron(8) is started with '-s' by default, timezones that observe | gjb | 2012-04-28 | 1 | -4/+15 |
* | Drop setuid status while doing file operations to prevent potential | delphij | 2012-02-27 | 1 | -12/+21 |
* | Since April 2, 2006, Indiana has observed DST. | scf | 2012-01-28 | 1 | -2/+2 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 4 | -5/+8 |
* | Point out that @reboot runs at every cron startup, not just system | wblock | 2011-11-25 | 1 | -1/+1 |
* | List /var/cron/tabs in FILES and add descriptions for the other entries. | brueffer | 2010-05-14 | 1 | -1/+5 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap | attilio | 2009-11-25 | 1 | -0/+4 |
* | Fix typo. | skv | 2008-12-01 | 1 | -1/+1 |
* | remove a pointless prototype and static-fy the corresponding function | matteo | 2008-11-18 | 1 | -2/+1 |
* | use WARNS?= instead of WARNS= | matteo | 2008-11-18 | 1 | -1/+1 |
* | Be more precise and use sizeof(tn) | matteo | 2008-11-18 | 1 | -1/+1 |
* | Use WARNS?= instead of WARNS= | matteo | 2008-11-18 | 1 | -1/+1 |
* | Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 clean | matteo | 2008-11-10 | 6 | -23/+20 |
* | Revert to previous revision. | matteo | 2008-11-09 | 1 | -23/+0 |
* | Don't leave files in /var/cront/tabs when interrupted | matteo | 2008-11-09 | 1 | -0/+26 |
* | Be paranoid and use snprintf | matteo | 2008-11-09 | 1 | -7/+7 |
* | Be paranoid and zero out passwd | matteo | 2008-11-06 | 1 | -0/+2 |
* | Fix empty mailto (-m "") handling: somehow I missed all checks but the first, | marck | 2008-08-01 | 1 | -1/+3 |
* | Add -m option to cron(8), overriding default mail recipient for cron mails, | marck | 2008-06-29 | 4 | -17/+36 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 7 | -76/+78 |
* | Fixed static linkage (build with -DNO_SHARED). | ru | 2007-10-01 | 1 | -1/+1 |
* | Add PAM support to cron(8). Now cron(8) will skip commands scheduled | yar | 2007-06-17 | 7 | -8/+80 |
* | Fix a bug where HOME was not allowed to be overridden by an user's crontab | will | 2007-03-08 | 1 | -8/+10 |
* | Behave as documented when reading fields saying "X/Y" where X != * | brian | 2006-09-26 | 1 | -1/+3 |
* | Use a #define to refer to /etc/crontab. | ru | 2006-09-03 | 1 | -2/+2 |
* | Don't use "implicit int". Move the opening { of the functions to the next | stefanf | 2006-07-20 | 1 | -2/+4 |
* | o Finally learn how to spell "privileges". | maxim | 2006-06-11 | 2 | -2/+2 |
* | o Spell "privledges" correctly. Re-style comment. | maxim | 2006-06-11 | 2 | -3/+5 |
* | o Better be safe than sorry: check return code from setuid(2), | maxim | 2006-06-01 | 2 | -8/+30 |
* | /etc/crontab is similar enough to parse as correct if you run | brooks | 2006-01-10 | 1 | -0/+4 |
* | Pidfiles should be created with permission preventing users from opening | pjd | 2005-09-16 | 1 | -1/+1 |
* | Use pidfile(3) in cron(8). | pjd | 2005-08-24 | 4 | -63/+29 |
* | Mention the default value of PATH and that it may be overridden. | brueffer | 2005-07-31 | 1 | -2/+7 |
* | Remove kludges intended to support src trees with partial obj trees. | des | 2005-06-10 | 1 | -4/+0 |
* | Fix parsing of '0' and non-alphanumerics in steps. Previously, an | delphij | 2005-02-14 | 1 | -1/+3 |
* | Expand contractions. | ru | 2005-02-13 | 2 | -3/+3 |
* | Expand *n't contractions. | ru | 2005-02-13 | 2 | -9/+9 |
* | Properly initialise the variable `deny'. | stefanf | 2005-02-09 | 1 | -1/+1 |