aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-012-3/+3
* crontab: ftruncate() with ftello() instead of ftell().Pedro F. Giffuni2016-02-161-1/+1
* cron: use (char *)NULL instead of (char *)0 in execle.Pedro F. Giffuni2016-02-161-2/+3
* Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-051-2/+2
* Undo change from r292607 that was not meant to be therePedro F. Giffuni2015-12-221-1/+1
* cron: Check the return value of pipe(2)Pedro F. Giffuni2015-12-221-3/+5
* crontab: properly free an entryPedro F. Giffuni2015-12-221-1/+1
* crontab: replace malloc + bzero with callocPedro F. Giffuni2015-12-221-2/+1
* Add META_MODE support.Simon J. Gerraty2015-06-133-0/+56
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-083-6/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-6/+2
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-6/+5
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-195-3/+7
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-162-2/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-102-0/+4
| * | | Merge headSimon J. Gerraty2014-04-281-20/+7
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-112-0/+2
| * | | | Updated dependenciesSimon J. Gerraty2013-02-163-6/+0
| * | | | Sync from headSimon J. Gerraty2012-11-046-32/+165
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-223-0/+61
* | | | | | Readd Makefile.inc that were used to include upper level Makefile.inc andBaptiste Daroussin2014-11-281-0/+3
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-253-9/+2
| |_|_|_|/ |/| | | |
* | | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-192-4/+0
* | | | | Check gethostname(2) return code - but even if it succeeds it may notPeter Wemm2014-08-051-2/+5
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-203-3/+3
* | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-082-0/+4
| |_|/ |/| |
* | | Bad timespec_subtract() calculations produce negative tv_nsec on i386Andrey A. Chernov2014-01-251-20/+7
| |/ |/|
* | 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