| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r314659,r314676: | Enji Cooper | 2017-05-29 | 2 | -2/+2 |
| * | MFC r308139, r308157-r308158 | Baptiste Daroussin | 2016-11-16 | 5 | -11/+56 |
| * | MFC r304570: | Edward Tomasz Napierala | 2016-11-03 | 2 | -4/+11 |
| * | MFC r305269: cron: use existing maximum username constant MAXLOGNAME | Ed Maste | 2016-09-05 | 2 | -2/+2 |
| * | usr.sbin: minor spelling fixes on comments. | Pedro F. Giffuni | 2016-05-01 | 2 | -3/+3 |
| * | crontab: ftruncate() with ftello() instead of ftell(). | Pedro F. Giffuni | 2016-02-16 | 1 | -1/+1 |
| * | cron: use (char *)NULL instead of (char *)0 in execle. | Pedro F. Giffuni | 2016-02-16 | 1 | -2/+3 |
| * | Add sbin and /usr/local directories to _PATH_DEFPATH. | Jilles Tjoelker | 2016-01-05 | 1 | -2/+2 |
| * | Undo change from r292607 that was not meant to be there | Pedro F. Giffuni | 2015-12-22 | 1 | -1/+1 |
| * | cron: Check the return value of pipe(2) | Pedro F. Giffuni | 2015-12-22 | 1 | -3/+5 |
| * | crontab: properly free an entry | Pedro F. Giffuni | 2015-12-22 | 1 | -1/+1 |
| * | crontab: replace malloc + bzero with calloc | Pedro F. Giffuni | 2015-12-22 | 1 | -2/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 3 | -0/+56 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 3 | -6/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -6/+2 |
| | |\
| |/
|/| |
|
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 3 | -6/+5 |
| | |\ |
|
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 5 | -3/+7 |
| | |\ \ |
|
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 2 | -2/+0 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 2 | -0/+4 |
| | * | | | Merge head | Simon J. Gerraty | 2014-04-28 | 1 | -20/+7 |
| | |\ \ \ |
|
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 2 | -0/+2 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 3 | -6/+0 |
| | * | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 6 | -32/+165 |
| | |\ \ \ \ |
|
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 3 | -0/+61 |
| * | | | | | | Readd Makefile.inc that were used to include upper level Makefile.inc and | Baptiste Daroussin | 2014-11-28 | 1 | -0/+3 |
| * | | | | | | Convert usr.sbin to LIBADD | Baptiste Daroussin | 2014-11-25 | 3 | -9/+2 |
| | |_|_|_|/
|/| | | | |
|
| * | | | | | Revert r267233 for now. PIE support needs to be reworked. | Bryan Drewery | 2014-08-19 | 2 | -4/+0 |
| * | | | | | Check gethostname(2) return code - but even if it succeeds it may not | Peter Wemm | 2014-08-05 | 1 | -2/+5 |
| | |_|_|/
|/| | | |
|
| * | | | | use .Mt to mark up email addresses consistently (part2) | Baptiste Daroussin | 2014-06-20 | 3 | -3/+3 |
| * | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | Bryan Drewery | 2014-06-08 | 2 | -0/+4 |
| | |_|/
|/| | |
|
| * | | | Bad timespec_subtract() calculations produce negative tv_nsec on i386 | Andrey A. Chernov | 2014-01-25 | 1 | -20/+7 |
| | |/
|/| |
|
| * | | Second attempt to add @every_second keyword support. Due to multiple | Maxim Sobolev | 2012-10-25 | 4 | -30/+149 |
| * | | Fully backout latest changes. | Maxim Sobolev | 2012-10-18 | 2 | -49/+6 |
| * | | Remove harmless, but superfluous local change that creeped in along | Maxim Sobolev | 2012-10-17 | 1 | -1/+0 |
| * | | Revert latest changes to cron, until better version is worked out (I hope). | Maxim Sobolev | 2012-10-17 | 4 | -45/+10 |
| * | | o Use nanosleep(2) to sleep exact amount of time till the next second, | Maxim Sobolev | 2012-10-17 | 1 | -6/+48 |
| * | | Properly handle non-keyword case by setting e->second to 0. | Maxim Sobolev | 2012-10-16 | 1 | -0/+1 |
| * | | Add per-second scheduling into the cron(8). Right now it's | Maxim Sobolev | 2012-10-15 | 4 | -9/+45 |
| * | | Fix build with LOG_FILE undefined and DEBUGGING disabled. | Sergey Kandaurov | 2012-10-02 | 1 | -0/+2 |
| * | | Fix build with DEBUGGING disabled. | Sergey Kandaurov | 2012-10-02 | 1 | -0/+4 |
| * | | Rework all non-contributed files that use `struct timezone'. | Ed Schouten | 2012-09-01 | 1 | -2/+1 |
| * | | Add a one second sleep before touching the spool directory. If the touch | John Baldwin | 2012-07-02 | 1 | -0/+9 |
| |/ |
|
| * | As cron(8) is started with '-s' by default, timezones that observe | Glen Barber | 2012-04-28 | 1 | -4/+15 |
| * | Drop setuid status while doing file operations to prevent potential | Xin LI | 2012-02-27 | 1 | -12/+21 |
| * | Since April 2, 2006, Indiana has observed DST. | Sean Farley | 2012-01-28 | 1 | -2/+2 |
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 4 | -5/+8 |
| * | Point out that @reboot runs at every cron startup, not just system | Warren Block | 2011-11-25 | 1 | -1/+1 |
| * | List /var/cron/tabs in FILES and add descriptions for the other entries. | Christian Brueffer | 2010-05-14 | 1 | -1/+5 |
| * | The last big commit: let usr.sbin/ use WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
| * | Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap | Attilio Rao | 2009-11-25 | 1 | -0/+4 |