summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
10 daysCron: add CC and BCC option for crontab variablesLakshmikanth Ayyadevara
2025-11-02cron: Use reallocarray() to prevent integer overflowXin LI
2025-09-13cron: Fix comment from "root's" to "system" crontabJose Luis Duran
2025-05-21SPDX: Tag BSD-4.3TAHOEAlexander Ziaee
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-09Explain cron.dPaweł Krawczyk
2024-04-22package: move cron into its own packageLexi Winter
2024-02-19crontab/crontab.1: Fix crontab path in manMuhammad Moinur Rahman
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-06-01cron/lib: Fix typosElyes Haouas
2023-06-01cron: fix build without LOGIN_CAPEric van Gyzen
2023-06-01Import vixie cron 4.0Eric van Gyzen
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-18cron: Use C89 function definitions.John Baldwin
2022-09-03cron(8): Fix a typo in a source code commentGordon Bergling
2022-04-02cron(8): Fix a typo in the documentationGordon Bergling
2022-02-09cron.8: Add periodic(8) to See AlsoMateusz Piotrowski
2021-03-03cron: consume blanks in system crontabs before optionsOleksandr Tymoshenko
2021-03-03crontab.5: Correct claims on ranges and namesChris Rees
2020-10-27Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer
2020-03-30cron: respect PATH from login.confKyle Evans
2020-02-10cron(8): rip out do_univKyle Evans
2020-02-10cron(8): convert vfork() usage to fork()Kyle Evans
2020-02-05cron(8): set the environment variables of the user and/or login classKyle Evans
2019-12-26cron(8): use proper variable to determine mailer process statusKyle Evans
2019-09-25cron: add log suppression and mail suppression for successful runsKyle Evans
2019-04-20cron(8): schedule interval jobs that get loaded during executionKyle Evans
2019-04-15cron(8): Add MAILFROM ability for crontabsKyle Evans
2018-09-06Move etc/crontab to usr.sbin/cron/cron/Brad Davis
2018-06-10Remove old, dead compat code.Warner Losh
2018-06-07Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff
2018-04-12cron(8): Correct test senseKyle Evans
2018-04-12cron(8): Reload database if an existing job in cron.d changed as wellKyle Evans
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-07-19cron(8) manpage updatesEnji Cooper
2017-07-19Fix trivial whitespace bug introduced in usage message changes for -nEnji Cooper
2017-03-04usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2016-12-20Add a 'force' option for non-interactive crontab removalConrad Meyer
2016-10-31Allow symlinks to be followed in cron.d directories and fix detection ofBaptiste Daroussin
2016-10-31Fix typo in cron(8) dateBaptiste Daroussin
2016-10-31cron(8): add support for /etc/cron.d and /usr/local/etc/cron.dBaptiste Daroussin
2016-09-02cron: use existing maximum username constant MAXLOGNAMEEd Maste
2016-08-21Add the "-n" flag to cron(8), to prevent it from daemonizing.Edward Tomasz Napierala
2016-05-01usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni
2016-02-16crontab: ftruncate() with ftello() instead of ftell().Pedro F. Giffuni
2016-02-16cron: use (char *)NULL instead of (char *)0 in execle.Pedro F. Giffuni
2016-01-05Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker