summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* MFC r314659,r314676:ngie2017-05-292-2/+2
* MFC r308139, r308157-r308158bapt2016-11-165-11/+56
* MFC r304570:trasz2016-11-032-4/+11
* MFC r305269: cron: use existing maximum username constant MAXLOGNAMEemaste2016-09-052-2/+2
* usr.sbin: minor spelling fixes on comments.pfg2016-05-012-3/+3
* crontab: ftruncate() with ftello() instead of ftell().pfg2016-02-161-1/+1
* cron: use (char *)NULL instead of (char *)0 in execle.pfg2016-02-161-2/+3
* Add sbin and /usr/local directories to _PATH_DEFPATH.jilles2016-01-051-2/+2
* Undo change from r292607 that was not meant to be therepfg2015-12-221-1/+1
* cron: Check the return value of pipe(2)pfg2015-12-221-3/+5
* crontab: properly free an entrypfg2015-12-221-1/+1
* crontab: replace malloc + bzero with callocpfg2015-12-221-2/+1
* 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
OpenPOWER on IntegriCloud