| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r326041: | Alan Somers | 2017-12-11 | 1 | -1/+1 |
| * | MFC r320135: | Enji Cooper | 2017-07-20 | 1 | -3/+3 |
| * | MFC r316342, r316358 | Alan Somers | 2017-04-24 | 1 | -0/+7 |
| * | Better document security_show_{success,info,badconfig} in /etc/periodic.conf | Alan Somers | 2016-05-21 | 2 | -6/+7 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+11 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -2/+2 |
| | |\
| |/
|/| |
|
| | * | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -4/+7 |
| | |\ |
|
| | * | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+14 |
| * | | | use .Mt to mark up email addresses consistently (part2) | Baptiste Daroussin | 2014-06-20 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | Include the calling context in the mail subject, if any. | Jeremie Le Hen | 2013-09-03 | 1 | -4/+6 |
| * | | Export a PERIODIC environment variable from periodic(8). This will | Jeremie Le Hen | 2013-08-25 | 1 | -0/+1 |
| |/ |
|
| * | Prevent periodic scripts that run longer than the expected period from | Brooks Davis | 2012-02-12 | 1 | -64/+95 |
| * | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 1 | -1/+1 |
| * | - The weekly periodic runs occur on Saturday mornings, not on Sunday mornings | Gabor Kovesdan | 2007-09-07 | 1 | -2/+2 |
| * | Stop mentioning /usr/X11R6. | Xin LI | 2007-07-24 | 1 | -1/+1 |
| * | Add an option to make periodic(8) quiet when no output was generated. | David Malone | 2007-06-22 | 2 | -5/+13 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -11/+11 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -2/+3 |
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -14/+14 |
| * | Mention the ``end of output'' for each periodic script. | Brian Somers | 2002-05-14 | 1 | -0/+3 |
| * | mdoc(7) police: fix markup in revision 1.25. | Ruslan Ermilov | 2001-12-08 | 1 | -2/+2 |
| * | Long ago, there was just /etc/daily. Then /etc/security was split out | Crist J. Clark | 2001-12-07 | 1 | -0/+5 |
| * | Add a BUGS section noting that the basename of a directory containing | Crist J. Clark | 2001-11-28 | 1 | -1/+10 |
| * | mdoc(7) police: Fix markup. | Ruslan Ermilov | 2001-11-20 | 1 | -40/+45 |
| * | mdoc(7) police: expand plain text xrefs. | Ruslan Ermilov | 2001-08-08 | 1 | -1/+3 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -2/+2 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | mdoc(7) police: normalize .Nd. | Ruslan Ermilov | 2001-04-18 | 1 | -2/+1 |
| * | Grammar police: "its", not "it's", is the possessive form of "it". | Dima Dorfman | 2001-04-15 | 1 | -2/+2 |
| * | beforeinstall -> SCRIPTS. | Ruslan Ermilov | 2001-04-07 | 1 | -6/+1 |
| * | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -1/+1 |
| * | mdoc(7) police: fixed broken references. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+0 |
| * | mdoc(7) police: removed history info from the .Os FreeBSD call. | Ruslan Ermilov | 2000-12-14 | 1 | -1/+1 |
| * | mdoc(7) police: use canonical form of .Dd macro. | Ruslan Ermilov | 2000-12-11 | 1 | -1/+1 |
| * | Properly fix the temporary file creation in the case of multiple | Kris Kennaway | 2000-11-26 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
| * | Don't use a trivially predictable temporary filename and keep recreating | Kris Kennaway | 2000-11-02 | 1 | -2/+3 |
| * | Fix a typo | Brian Somers | 2000-09-20 | 1 | -1/+1 |
| * | Put temporary output in ${TMPDIR:-/tmp} | Brian Somers | 2000-09-19 | 2 | -7/+7 |
| * | Don't clobber $? before using it. | Brian Somers | 2000-09-19 | 1 | -1/+2 |
| * | Fix situations where none of the scripts executed produce output, | Brian Somers | 2000-09-16 | 1 | -43/+54 |
| * | Another overhaul of the periodic stuff. | Brian Somers | 2000-09-14 | 2 | -46/+162 |
| * | Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf. | Brian Somers | 2000-06-23 | 2 | -10/+11 |
| * | Update periodic to use the function source_rc_confs that | Neil Blakey-Milner | 2000-04-27 | 1 | -0/+1 |
| * | export host after setting it. | Chris Piazza | 2000-03-29 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | local_cron -> local_periodic | Guy Helmer | 1999-04-23 | 1 | -3/+3 |
| * | Look in correct rc.conf file. | Jordan K. Hubbard | 1999-02-14 | 2 | -5/+8 |