| Commit message (Expand) | Author | Age | Files | Lines |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+14 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| *-. | Sync from head | sjg | 2012-11-04 | 2 | -0/+25 |
| |\ \
| |/ /
|/| | |
|
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+17 |
| |/ |
|
* | | Second attempt to add @every_second keyword support. Due to multiple | sobomax | 2012-10-25 | 1 | -0/+23 |
* | | Fully backout latest changes. | sobomax | 2012-10-18 | 1 | -1/+0 |
* | | Revert latest changes to cron, until better version is worked out (I hope). | sobomax | 2012-10-17 | 1 | -21/+0 |
* | | Properly handle non-keyword case by setting e->second to 0. | sobomax | 2012-10-16 | 1 | -0/+1 |
* | | Add per-second scheduling into the cron(8). Right now it's | sobomax | 2012-10-15 | 1 | -0/+21 |
* | | Fix build with LOG_FILE undefined and DEBUGGING disabled. | pluknet | 2012-10-02 | 1 | -0/+2 |
|/ |
|
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | remove a pointless prototype and static-fy the corresponding function | matteo | 2008-11-18 | 1 | -2/+1 |
* | use WARNS?= instead of WARNS= | matteo | 2008-11-18 | 1 | -1/+1 |
* | Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 clean | matteo | 2008-11-10 | 3 | -8/+6 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -4/+4 |
* | Add PAM support to cron(8). Now cron(8) will skip commands scheduled | yar | 2007-06-17 | 2 | -1/+3 |
* | Fix a bug where HOME was not allowed to be overridden by an user's crontab | will | 2007-03-08 | 1 | -8/+10 |
* | Behave as documented when reading fields saying "X/Y" where X != * | brian | 2006-09-26 | 1 | -1/+3 |
* | Use pidfile(3) in cron(8). | pjd | 2005-08-24 | 1 | -59/+0 |
* | Fix parsing of '0' and non-alphanumerics in steps. Previously, an | delphij | 2005-02-14 | 1 | -1/+3 |
* | Properly initialise the variable `deny'. | stefanf | 2005-02-09 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Allow inner whitespace in the right-hand side of an environment variable | thomas | 2003-02-10 | 1 | -10/+17 |
* | Never allow a user to use crontab if opening /var/cron/{allow,deny} fails | tjr | 2002-08-04 | 1 | -16/+23 |
* | load_env(), the function that attempts to parse a crontab | roberto | 2002-05-23 | 1 | -23/+76 |
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 1 | -5/+1 |
* | Only remove the '\n' at the end of a line if there is one. | dwmalone | 2002-04-10 | 1 | -1/+2 |
* | Fix the @monthly and @weekly shortcuts so that they actually run | mikeh | 2001-08-16 | 1 | -0/+3 |
* | Fix a possible NULL reference that would be triggered | davidn | 2001-07-20 | 1 | -1/+2 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -4/+6 |
* | Remove an unused variable, and don't try to print a char[] using %d. | dd | 2001-07-18 | 1 | -2/+2 |
* | free_entry(): Don't free e->envp if it's already NULL; likewise for | dd | 2001-07-18 | 1 | -4/+4 |
* | Plug two memory leaks: call login_close() after login_getclass(), and | dd | 2001-06-13 | 1 | -2/+6 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -4/+5 |
* | Catch and report memory allocation failures. | ghelmer | 2000-05-23 | 2 | -27/+95 |
* | Allocate space for arrays of type "char *", not "char **". | ghelmer | 2000-04-30 | 1 | -3/+3 |
* | Fix a situation where a pointer which should point to dynamically | ghelmer | 2000-04-28 | 1 | -3/+8 |
* | Fix parsing of commands after @ keywords (@hourly, @daily, etc.). | ghelmer | 2000-03-13 | 1 | -1/+16 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | y2k nit: print 4 digit years correctly. | danny | 1999-01-16 | 1 | -3/+6 |
* | Log run-time parsing errors now | ache | 1997-11-02 | 2 | -5/+47 |
* | Use err(3). Rewrote man page in mdoc format. | charnier | 1997-09-15 | 3 | -46/+29 |
* | NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". | pst | 1997-06-29 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 4 | -4/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 4 | -4/+4 |
* | Replace my "inane" usage of snprintf to copy strings with strncpy as | pst | 1996-12-17 | 2 | -11/+38 |
* | Close yet another buffer overrun | pst | 1996-12-16 | 1 | -2/+2 |
* | Check for expired passwords before allowing access to the system. | mpp | 1995-08-28 | 1 | -1/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -9/+9 |