aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Add a 'force' option for non-interactive crontab removalConrad Meyer2016-12-202-5/+15
* cron: use existing maximum username constant MAXLOGNAMEEd Maste2016-09-021-1/+2
* crontab: ftruncate() with ftello() instead of ftell().Pedro F. Giffuni2016-02-161-1/+1
* Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-051-2/+2
* crontab: properly free an entryPedro F. Giffuni2015-12-221-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+0
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-193-2/+4
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-042-2/+12
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-202-2/+2
* | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
| |/ |/|
* | Second attempt to add @every_second keyword support. Due to multipleMaxim Sobolev2012-10-251-0/+2
* | Revert latest changes to cron, until better version is worked out (I hope).Maxim Sobolev2012-10-171-2/+0
* | Add per-second scheduling into the cron(8). Right now it'sMaxim Sobolev2012-10-151-0/+2
* | 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
* 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
* Fix typo.Sergey Skvortsov2008-12-011-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-102-14/+12
* 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
* Cleanup of userland __P useKevin Lo2007-11-071-7/+7
* Use a #define to refer to /etc/crontab.Ruslan Ermilov2006-09-031-2/+2
* /etc/crontab is similar enough to parse as correct if you runBrooks Davis2006-01-101-0/+4
* Mention the default value of PATH and that it may be overridden.Christian Brueffer2005-07-311-2/+7
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-7/+7
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Ensure that edits that do not span a clock tick are not lost.Diomidis Spinellis2004-09-142-6/+15
* Refactoring: move two similar code blocks into a seprate function.Diomidis Spinellis2004-09-131-47/+31