aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Explain cron.dPaweł Krawczyk13 days1-7/+17
* package: move cron into its own packageLexi Winter2024-04-232-0/+2
* crontab/crontab.1: Fix crontab path in manMuhammad Moinur Rahman2024-02-181-1/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-3/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-275-15/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-164-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-169-9/+0
* cron/lib: Fix typosElyes Haouas2023-06-021-1/+1
* cron: fix build without LOGIN_CAPEric van Gyzen2023-06-011-2/+2
* Import vixie cron 4.0Eric van Gyzen2023-06-0126-1398/+1091
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-192-2/+0
* cron: Use C89 function definitions.John Baldwin2023-04-1810-145/+66
* cron(8): Fix a typo in a source code commentGordon Bergling2022-09-031-1/+1
* cron(8): Fix a typo in the documentationGordon Bergling2022-04-021-1/+1
* cron.8: Add periodic(8) to See AlsoMateusz Piotrowski2022-02-091-2/+3
* cron: consume blanks in system crontabs before optionsOleksandr Tymoshenko2021-03-041-0/+3
* crontab.5: Correct claims on ranges and namesChris Rees2021-03-031-2/+1
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+1
* cron: respect PATH from login.confKyle Evans2020-03-303-34/+79
* cron(8): rip out do_univKyle Evans2020-02-101-46/+1
* cron(8): convert vfork() usage to fork()Kyle Evans2020-02-105-31/+8
* cron(8): set the environment variables of the user and/or login classKyle Evans2020-02-052-8/+31
* cron(8): use proper variable to determine mailer process statusKyle Evans2019-12-261-4/+6
* cron: add log suppression and mail suppression for successful runsKyle Evans2019-09-255-57/+169
* cron(8): schedule interval jobs that get loaded during executionKyle Evans2019-04-202-5/+24
* cron(8): Add MAILFROM ability for crontabsKyle Evans2019-04-153-5/+16
* 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
|\