aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/lib
Commit message (Expand)AuthorAgeFilesLines
* cron: Use reallocarray() to prevent integer overflowXin LI2025-11-031-3/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-272-6/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+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-014-325/+139
* cron: Use C89 function definitions.John Baldwin2023-04-183-81/+32
* cron: consume blanks in system crontabs before optionsOleksandr Tymoshenko2021-03-041-0/+3
* cron: respect PATH from login.confKyle Evans2020-03-301-12/+7
* cron(8): convert vfork() usage to fork()Kyle Evans2020-02-101-12/+0
* cron: add log suppression and mail suppression for successful runsKyle Evans2019-09-251-1/+50
* Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff2018-06-071-0/+10
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* cron(8): add support for /etc/cron.d and /usr/local/etc/cron.dBaptiste Daroussin2016-10-311-5/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+14
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-042-0/+25
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | Second attempt to add @every_second keyword support. Due to multipleMaxim Sobolev2012-10-251-0/+23
* | Fully backout latest changes.Maxim Sobolev2012-10-181-1/+0
* | Revert latest changes to cron, until better version is worked out (I hope).Maxim Sobolev2012-10-171-21/+0
* | 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-151-0/+21
* | Fix build with LOG_FILE undefined and DEBUGGING disabled.Sergey Kandaurov2012-10-021-0/+2
|/
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* remove a pointless prototype and static-fy the corresponding functionMatteo Riondato2008-11-181-2/+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-103-8/+6
* Cleanup of userland __P useKevin Lo2007-11-071-4/+4
* Add PAM support to cron(8). Now cron(8) will skip commands scheduledYaroslav Tykhiy2007-06-172-1/+3
* Fix a bug where HOME was not allowed to be overridden by an user's crontabWill Andrews2007-03-081-8/+10
* Behave as documented when reading fields saying "X/Y" where X != *Brian Somers2006-09-261-1/+3
* Use pidfile(3) in cron(8).Pawel Jakub Dawidek2005-08-241-59/+0
* Fix parsing of '0' and non-alphanumerics in steps. Previously, anXin LI2005-02-141-1/+3
* Properly initialise the variable `deny'.Stefan Farfeleder2005-02-091-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Allow inner whitespace in the right-hand side of an environment variableThomas Quinot2003-02-101-10/+17
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failsTim J. Robbins2002-08-041-16/+23
* load_env(), the function that attempts to parse a crontabOllivier Robert2002-05-231-23/+76
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* Only remove the '\n' at the end of a line if there is one.David Malone2002-04-101-1/+2
* Fix the @monthly and @weekly shortcuts so that they actually runMike Heffner2001-08-161-0/+3
* Fix a possible NULL reference that would be triggeredDavid Nugent2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+6
* Remove an unused variable, and don't try to print a char[] using %d.Dima Dorfman2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise forDima Dorfman2001-07-181-4/+4
* Plug two memory leaks: call login_close() after login_getclass(), andDima Dorfman2001-06-131-2/+6
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-4/+5