aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Move etc/crontab to usr.sbin/cron/cron/Brad Davis2018-09-062-0/+24
* Remove old, dead compat code.Warner Losh2018-06-101-18/+2
* Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff2018-06-075-14/+88
* cron(8): Correct test senseKyle Evans2018-04-121-1/+1
* cron(8): Reload database if an existing job in cron.d changed as wellKyle Evans2018-04-121-1/+13
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* cron(8) manpage updatesEnji Cooper2017-07-191-3/+7
* Fix trivial whitespace bug introduced in usage message changes for -nEnji Cooper2017-07-191-1/+1
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-042-2/+2
* Add a 'force' option for non-interactive crontab removalConrad Meyer2016-12-202-5/+15
* Allow symlinks to be followed in cron.d directories and fix detection ofBaptiste Daroussin2016-10-311-2/+3
* Fix typo in cron(8) dateBaptiste Daroussin2016-10-311-1/+1
* cron(8): add support for /etc/cron.d and /usr/local/etc/cron.dBaptiste Daroussin2016-10-315-10/+54
* cron: use existing maximum username constant MAXLOGNAMEEd Maste2016-09-022-2/+2
* Add the "-n" flag to cron(8), to prevent it from daemonizing.Edward Tomasz Napierala2016-08-212-4/+11
* 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