| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r318960,r319545,r319546,r319548,r321261: | Enji Cooper | 2017-07-20 | 6 | -18/+224 |
| * | MFC r289172,r290254: | Enji Cooper | 2017-02-09 | 1 | -2/+0 |
| * | MFC r301532 | Eric van Gyzen | 2016-06-15 | 1 | -7/+9 |
| * | MFC r289677: | Bryan Drewery | 2016-01-07 | 1 | -1/+1 |
| * | MFC: 289879 | Baptiste Daroussin | 2015-10-31 | 2 | -16/+48 |
| * | MFC r272763: | Mark Johnston | 2014-10-23 | 1 | -2/+2 |
| * | MFC r272028: | Bryan Drewery | 2014-10-02 | 1 | -1/+2 |
| * | MFC r266463: | Bryan Drewery | 2014-06-05 | 1 | -2/+8 |
| * | MFC various moves of tools/regressions/ tests to the new infrastructure. | Julio Merino | 2014-04-27 | 3 | -0/+457 |
| * | MFC r261401: | Bryan Drewery | 2014-02-17 | 1 | -1/+1 |
| * | MFC r257600: | Mark Johnston | 2014-02-13 | 1 | -0/+1 |
| * | Fix -Wunsequenced | Tim Kientzle | 2013-06-29 | 1 | -10/+10 |
| * | We want to stat the archived log file rather than the logfile itself. | Mark Johnston | 2013-06-02 | 1 | -1/+1 |
| * | Some filesystems (NFS in particular) do not fill out the d_type field when | Mark Johnston | 2013-05-12 | 1 | -6/+17 |
| * | Fix interval-based rotations when the -t flag is used. In this case, find | Mark Johnston | 2013-03-26 | 1 | -58/+134 |
| * | Rename the run_cmd field to sw_runcmd to make it consistent with the | Mark Johnston | 2013-01-27 | 1 | -7/+7 |
| * | Ensure that newsyslog -n prints the correct message for a rotation rule | Mark Johnston | 2013-01-27 | 1 | -4/+9 |
| * | When the 'R' flag is used with a newsyslog.conf entry, some fields of | Mark Johnston | 2013-01-27 | 1 | -1/+3 |
| * | Make sure to update the mtime of a logfile after archiving it. This | Mark Johnston | 2013-01-03 | 1 | -0/+9 |
| * | Have -n imply -r, since dry-run mode obviously doesn't require root | Mark Johnston | 2013-01-03 | 2 | -2/+4 |
| * | Fix a typo in an error message. | Mark Johnston | 2013-01-03 | 1 | -1/+1 |
| * | More -Wmissing-variable-declarations fixes. | Ed Schouten | 2012-10-20 | 1 | -21/+23 |
| * | We don't need to check the result of sending signal when -R option is | Andrey V. Elsukov | 2012-07-09 | 1 | -1/+2 |
| * | mdoc: fix mandoc "Oc breaks Op" warning. | Joel Dahl | 2012-06-09 | 1 | -5/+10 |
| * | Minor spelling fixes. | Joel Dahl | 2012-06-03 | 1 | -1/+1 |
| * | Hide DIR definition by making it an opaque struct typedef. | Gleb Kurtsou | 2012-05-19 | 1 | -3/+3 |
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -1/+1 |
| * | Fix a sentence in a paragraph that describes time and interval based | Gleb Smirnoff | 2012-03-21 | 1 | -2/+2 |
| * | Don't run through time checks when entry is definitely oversized. This | Gleb Smirnoff | 2012-03-21 | 1 | -2/+5 |
| * | Further fix a typo and spelling classic correctly in function names, | Ulrich Spörlein | 2012-01-05 | 1 | -8/+8 |
| * | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -4/+4 |
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -2/+2 |
| * | - Remove extraneous null ptr deref checks | Eitan Adler | 2011-12-21 | 1 | -1/+2 |
| * | Add new modifier - "R", when it is specified the path to pid file | Maxim Sobolev | 2011-05-14 | 2 | -32/+76 |
| * | Fix an old bug in newsyslog where we kept one log file more than was | Simon L. B. Nielsen | 2011-04-21 | 1 | -31/+59 |
| * | Add an example for the use of the <include> entry to help others | Doug Barton | 2011-03-26 | 1 | -1/+6 |
| * | Sync manpage's SYNOPSIS with program's usage. | Ruslan Ermilov | 2011-03-09 | 2 | -5/+4 |
| * | Make code more friendly to the non-C99 compilers - don't allocate | Maxim Sobolev | 2011-02-22 | 1 | -4/+8 |
| * | Use correct alphabetical order for xz(1) in SEE ALSO section | Martin Matuska | 2011-01-31 | 2 | -2/+2 |
| * | Add xz(1) support to newsyslog. | Martin Matuska | 2011-01-31 | 4 | -99/+136 |
| * | Make -S functional. | Brian Somers | 2010-12-31 | 1 | -1/+1 |
| * | Fix a typo in a comment. | Simon L. B. Nielsen | 2010-11-21 | 1 | -1/+1 |
| * | Add a -S switch to override the default syslog pid file. This can be useful | Brian Somers | 2010-07-23 | 3 | -10/+25 |
| * | Add support for creating the archived log filenames using a time-stamp | Simon L. B. Nielsen | 2010-07-22 | 2 | -16/+267 |
| * | Add file include processing for newsyslog. | Gordon Tetlow | 2010-05-29 | 2 | -19/+116 |
| * | Convert newsyslog to using queue(3) macros instead of a home rolled version. | Gordon Tetlow | 2010-05-29 | 1 | -113/+71 |
| * | mdoc: move remaining sections into consistent order | Ulrich Spörlein | 2010-05-13 | 1 | -7/+7 |
| * | Add a new option, -P, which reverts newsyslog(8) to the old behavior, | Xin LI | 2010-01-20 | 2 | -5/+13 |
| * | The last big commit: let usr.sbin/ use WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -2/+0 |
| * | Don't consider non-existence of a PID file an error, we should be able | Xin LI | 2009-12-21 | 1 | -1/+12 |