summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-133-0/+56
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-083-6/+0
| * Merge sync of headsjg2015-05-273-6/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-6/+5
| |\
| * \ Merge head from 7/28sjg2014-08-195-3/+7
| |\ \
| * | | Updated dependenciessjg2014-05-162-2/+0
| * | | Updated dependenciessjg2014-05-102-0/+4
| * | | Merge headsjg2014-04-281-20/+7
| |\ \ \
| * | | | Updated dependenciessjg2013-03-112-0/+2
| * | | | Updated dependenciessjg2013-02-163-6/+0
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Sync from headsjg2012-11-046-32/+165
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-223-0/+61
| | |_|/ / / / | |/| | | | |
* | | | | | | Readd Makefile.inc that were used to include upper level Makefile.inc andbapt2014-11-281-0/+3
* | | | | | | Convert usr.sbin to LIBADDbapt2014-11-253-9/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-192-4/+0
* | | | | | Check gethostname(2) return code - but even if it succeeds it may notpeter2014-08-051-2/+5
| |_|_|_|/ |/| | | |
* | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-203-3/+3
* | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-082-0/+4
| |_|_|/ |/| | |
* | | | Bad timespec_subtract() calculations produce negative tv_nsec on i386ache2014-01-251-20/+7
| |/ / |/| |
* | | Second attempt to add @every_second keyword support. Due to multiplesobomax2012-10-254-30/+149
* | | Fully backout latest changes.sobomax2012-10-182-49/+6
* | | Remove harmless, but superfluous local change that creeped in alongsobomax2012-10-171-1/+0
* | | Revert latest changes to cron, until better version is worked out (I hope).sobomax2012-10-174-45/+10
* | | o Use nanosleep(2) to sleep exact amount of time till the next second,sobomax2012-10-171-6/+48
* | | Properly handle non-keyword case by setting e->second to 0.sobomax2012-10-161-0/+1
* | | Add per-second scheduling into the cron(8). Right now it'ssobomax2012-10-154-9/+45
* | | Fix build with LOG_FILE undefined and DEBUGGING disabled.pluknet2012-10-021-0/+2
* | | Fix build with DEBUGGING disabled.pluknet2012-10-021-0/+4
* | | Rework all non-contributed files that use `struct timezone'.ed2012-09-011-2/+1
| |/ |/|
* | Add a one second sleep before touching the spool directory. If the touchjhb2012-07-021-0/+9
|/
* As cron(8) is started with '-s' by default, timezones that observegjb2012-04-281-4/+15
* Drop setuid status while doing file operations to prevent potentialdelphij2012-02-271-12/+21
* Since April 2, 2006, Indiana has observed DST.scf2012-01-281-2/+2
* Spelling fixes for usr.sbin/uqs2011-12-304-5/+8
* Point out that @reboot runs at every cron startup, not just systemwblock2011-11-251-1/+1
* List /var/cron/tabs in FILES and add descriptions for the other entries.brueffer2010-05-141-1/+5
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-251-0/+4
* Fix typo.skv2008-12-011-1/+1
* remove a pointless prototype and static-fy the corresponding functionmatteo2008-11-181-2/+1
* use WARNS?= instead of WARNS=matteo2008-11-181-1/+1
* Be more precise and use sizeof(tn)matteo2008-11-181-1/+1
* Use WARNS?= instead of WARNS=matteo2008-11-181-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanmatteo2008-11-106-23/+20
* Revert to previous revision.matteo2008-11-091-23/+0
* Don't leave files in /var/cront/tabs when interruptedmatteo2008-11-091-0/+26
* Be paranoid and use snprintfmatteo2008-11-091-7/+7
* Be paranoid and zero out passwdmatteo2008-11-061-0/+2
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,marck2008-08-011-1/+3
* Add -m option to cron(8), overriding default mail recipient for cron mails,marck2008-06-294-17/+36
OpenPOWER on IntegriCloud