| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new option, -P, which reverts newsyslog(8) to the old behavior, | delphij | 2010-01-20 | 2 | -5/+13 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | Don't consider non-existence of a PID file an error, we should be able | delphij | 2009-12-21 | 1 | -1/+12 |
* | Fix 6-year old cut&paste error. The # could be escaped with '\', not | sobomax | 2008-06-26 | 1 | -2/+2 |
* | Fix two typos. | delphij | 2008-01-30 | 1 | -2/+2 |
* | s/effect/affect/ | remko | 2007-11-27 | 1 | -2/+2 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -1/+1 |
* | Use same signedness for i and matched_c. This should make | delphij | 2006-08-17 | 1 | -1/+2 |
* | Remove mention of the `W' flag, which has been turned to no-op by the | sobomax | 2006-07-21 | 2 | -18/+1 |
* | Remove the last three calls to strncpy(), two of which would have | gad | 2006-06-27 | 1 | -6/+6 |
* | Remove the "oldorder" processing. The "neworder" processing has | gad | 2006-06-27 | 1 | -250/+16 |
* | Improve error-handling related to the fork() done to compress files after | gad | 2006-01-20 | 1 | -15/+38 |
* | Fix logic error which causes <null> to be printed instead of the | sobomax | 2005-12-01 | 1 | -1/+1 |
* | Markup fixes. | ru | 2005-06-14 | 1 | -7/+7 |
* | Add the -N option to not rotate any files. This is to be used in | brooks | 2005-03-03 | 2 | -4/+21 |
* | Add a HISTORY section. | trhodes | 2005-02-24 | 1 | -1/+8 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Fixed xrefs. | ru | 2005-01-21 | 2 | -3/+3 |
* | Sort sections. | ru | 2005-01-18 | 1 | -7/+7 |
* | Because the `permission' field in conf_entry is intended to be used as | delphij | 2005-01-04 | 1 | -1/+1 |
* | Mention "-d directory" in usage(). | brooks | 2004-10-06 | 1 | -1/+1 |
* | Don't prepend the directory specified by -d when the file is a relative | brooks | 2004-10-05 | 1 | -1/+1 |
* | Add a new -d argument which is used to specify an alternate root for log | brooks | 2004-10-04 | 2 | -2/+19 |
* | Nothing says that /var/log can't be not a directory but a symbolic link | sobomax | 2004-07-04 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -6/+12 |
* | Fix the format-string in a call to err(). It was causing a warning if | gad | 2004-06-20 | 1 | -1/+1 |
* | Fix the check for a "duplicate filename to compress", so that we're checking | gad | 2004-06-19 | 1 | -1/+1 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-06-13 | 1 | -96/+80 |
* | Switch to using the "neworder" for rotating log files, by default. The | gad | 2004-06-12 | 1 | -1/+9 |
* | Drop the include for <stdint.h>, it was only needed when this was | gad | 2004-06-07 | 1 | -1/+0 |
* | Add an "oldorder" option, so that when the default changes to "neworder", | gad | 2004-06-07 | 1 | -0/+8 |
* | In "neworder" processing, reduce the delay between signals to separate | gad | 2004-06-07 | 1 | -10/+38 |
* | Major re-ordering of the steps that newsyslog will use when processing | gad | 2004-06-07 | 1 | -0/+425 |
* | A variety of minor changes. Allow users to set a debugging option via | gad | 2004-06-07 | 1 | -67/+120 |
* | Style-istic fix to a number of #define's that were not followed by a tab... | gad | 2004-06-03 | 1 | -16/+16 |
* | Add a 'D' flag that can be specified on entries in newsyslog.conf. | gad | 2004-06-03 | 2 | -1/+41 |
* | Change standard processing to use the newer createlog() routine | gad | 2004-06-03 | 1 | -56/+33 |
* | Improved versions of the is*ch() and tolowerch() macros that I like to use. | gad | 2004-06-02 | 1 | -7/+7 |
* | When rotating some "blah.log" file, make sure that a chmod and | gad | 2004-06-02 | 1 | -13/+14 |
* | Do not :-terminate err(3) string, one will be added anyway. | charnier | 2004-04-04 | 1 | -1/+1 |
* | Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history | trhodes | 2004-03-12 | 2 | -1/+371 |
* | Remove information about the configuration file. | trhodes | 2004-03-11 | 1 | -308/+3 |
* | Handle a 'const' parameter without using __DECONST(). | gad | 2003-10-04 | 1 | -8/+14 |
* | Restructure the time processing routines, mainly to fix up the | gad | 2003-09-23 | 3 | -85/+480 |
* | Correct the calculation of "a leap year" in parseDWM. The calculation | gad | 2003-09-14 | 1 | -17/+43 |
* | Move the parse8601 and parseDWM routines into a new ptime.c file. The | gad | 2003-09-12 | 4 | -219/+320 |
* | Switch dotrim() to take advantage of the 'struct conf_entry' that | gad | 2003-09-09 | 1 | -33/+36 |
* | Reduce the annoying compiler warnings that pop up when compiling with | gad | 2003-09-09 | 1 | -9/+9 |
* | Correct the comment about which timezone-change loses an hour... | gad | 2003-09-09 | 1 | -2/+2 |
* | Add a '-D <something>' command line arg, which can be used to set | gad | 2003-09-09 | 1 | -3/+57 |