aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab
Commit message (Expand)AuthorAgeFilesLines
* Cron: add CC and BCC option for crontab variablesLakshmikanth Ayyadevara2026-01-091-1/+13
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Explain cron.dPaweł Krawczyk2024-05-101-7/+17
* package: move cron into its own packageLexi Winter2024-04-231-0/+1
* crontab/crontab.1: Fix crontab path in manMuhammad Moinur Rahman2024-02-181-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Import vixie cron 4.0Eric van Gyzen2023-06-013-124/+110
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* cron: Use C89 function definitions.John Baldwin2023-04-181-10/+12
* crontab.5: Correct claims on ranges and namesChris Rees2021-03-031-2/+1
* cron: respect PATH from login.confKyle Evans2020-03-301-17/+18
* cron(8): set the environment variables of the user and/or login classKyle Evans2020-02-051-2/+10
* cron: add log suppression and mail suppression for successful runsKyle Evans2019-09-251-1/+31
* cron(8): schedule interval jobs that get loaded during executionKyle Evans2019-04-201-5/+7
* cron(8): Add MAILFROM ability for crontabsKyle Evans2019-04-151-1/+4
* Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff2018-06-071-3/+18
* 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