aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Second attempt to add @every_second keyword support. Due to multipleMaxim Sobolev2012-10-254-30/+149
* Fully backout latest changes.Maxim Sobolev2012-10-182-49/+6
* Remove harmless, but superfluous local change that creeped in alongMaxim Sobolev2012-10-171-1/+0
* Revert latest changes to cron, until better version is worked out (I hope).Maxim Sobolev2012-10-174-45/+10
* o Use nanosleep(2) to sleep exact amount of time till the next second,Maxim Sobolev2012-10-171-6/+48
* Properly handle non-keyword case by setting e->second to 0.Maxim Sobolev2012-10-161-0/+1
* Add per-second scheduling into the cron(8). Right now it'sMaxim Sobolev2012-10-154-9/+45
* Fix build with LOG_FILE undefined and DEBUGGING disabled.Sergey Kandaurov2012-10-021-0/+2
* Fix build with DEBUGGING disabled.Sergey Kandaurov2012-10-021-0/+4
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-2/+1
* Add a one second sleep before touching the spool directory. If the touchJohn Baldwin2012-07-021-0/+9
* As cron(8) is started with '-s' by default, timezones that observeGlen Barber2012-04-281-4/+15
* Drop setuid status while doing file operations to prevent potentialXin LI2012-02-271-12/+21
* Since April 2, 2006, Indiana has observed DST.Sean Farley2012-01-281-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-304-5/+8
* Point out that @reboot runs at every cron startup, not just systemWarren Block2011-11-251-1/+1
* List /var/cron/tabs in FILES and add descriptions for the other entries.Christian Brueffer2010-05-141-1/+5
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapAttilio Rao2009-11-251-0/+4
* Fix typo.Sergey Skvortsov2008-12-011-1/+1
* remove a pointless prototype and static-fy the corresponding functionMatteo Riondato2008-11-181-2/+1
* use WARNS?= instead of WARNS=Matteo Riondato2008-11-181-1/+1
* Be more precise and use sizeof(tn)Matteo Riondato2008-11-181-1/+1
* Use WARNS?= instead of WARNS=Matteo Riondato2008-11-181-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanMatteo Riondato2008-11-106-23/+20
* Revert to previous revision.Matteo Riondato2008-11-091-23/+0
* Don't leave files in /var/cront/tabs when interruptedMatteo Riondato2008-11-091-0/+26
* Be paranoid and use snprintfMatteo Riondato2008-11-091-7/+7
* Be paranoid and zero out passwdMatteo Riondato2008-11-061-0/+2
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,Dmitry Morozovsky2008-08-011-1/+3
* Add -m option to cron(8), overriding default mail recipient for cron mails,Dmitry Morozovsky2008-06-294-17/+36
* Cleanup of userland __P useKevin Lo2007-11-077-76/+78
* Fixed static linkage (build with -DNO_SHARED).Ruslan Ermilov2007-10-011-1/+1
* Add PAM support to cron(8). Now cron(8) will skip commands scheduledYaroslav Tykhiy2007-06-177-8/+80
* Fix a bug where HOME was not allowed to be overridden by an user's crontabWill Andrews2007-03-081-8/+10
* Behave as documented when reading fields saying "X/Y" where X != *Brian Somers2006-09-261-1/+3
* Use a #define to refer to /etc/crontab.Ruslan Ermilov2006-09-031-2/+2
* Don't use "implicit int". Move the opening { of the functions to the nextStefan Farfeleder2006-07-201-2/+4
* o Finally learn how to spell "privileges".Maxim Konovalov2006-06-112-2/+2
* o Spell "privledges" correctly. Re-style comment.Maxim Konovalov2006-06-112-3/+5
* o Better be safe than sorry: check return code from setuid(2),Maxim Konovalov2006-06-012-8/+30
* /etc/crontab is similar enough to parse as correct if you runBrooks Davis2006-01-101-0/+4
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Use pidfile(3) in cron(8).Pawel Jakub Dawidek2005-08-244-63/+29
* Mention the default value of PATH and that it may be overridden.Christian Brueffer2005-07-311-2/+7
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-4/+0
* Fix parsing of '0' and non-alphanumerics in steps. Previously, anXin LI2005-02-141-1/+3
* Expand contractions.Ruslan Ermilov2005-02-132-3/+3
* Expand *n't contractions.Ruslan Ermilov2005-02-132-9/+9
* Properly initialise the variable `deny'.Stefan Farfeleder2005-02-091-1/+1