aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
...
* Add xz(1) support to newsyslog.Martin Matuska2011-01-314-99/+136
* Make -S functional.Brian Somers2010-12-311-1/+1
* Fix a typo in a comment.Simon L. B. Nielsen2010-11-211-1/+1
* Add a -S switch to override the default syslog pid file. This can be usefulBrian Somers2010-07-233-10/+25
* Add support for creating the archived log filenames using a time-stampSimon L. B. Nielsen2010-07-222-16/+267
* Add file include processing for newsyslog.Gordon Tetlow2010-05-292-19/+116
* Convert newsyslog to using queue(3) macros instead of a home rolled version.Gordon Tetlow2010-05-291-113/+71
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-7/+7
* Add a new option, -P, which reverts newsyslog(8) to the old behavior,Xin LI2010-01-202-5/+13
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Don't consider non-existence of a PID file an error, we should be ableXin LI2009-12-211-1/+12
* Fix 6-year old cut&paste error. The # could be escaped with '\', notMaxim Sobolev2008-06-261-2/+2
* Fix two typos.Xin LI2008-01-301-2/+2
* s/effect/affect/Remko Lodder2007-11-271-2/+2
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* Use same signedness for i and matched_c. This should makeXin LI2006-08-171-1/+2
* Remove mention of the `W' flag, which has been turned to no-op by theMaxim Sobolev2006-07-212-18/+1
* Remove the last three calls to strncpy(), two of which would haveGarance A Drosehn2006-06-271-6/+6
* Remove the "oldorder" processing. The "neworder" processing hasGarance A Drosehn2006-06-271-250/+16
* Improve error-handling related to the fork() done to compress files afterGarance A Drosehn2006-01-201-15/+38
* Fix logic error which causes <null> to be printed instead of theMaxim Sobolev2005-12-011-1/+1
* Markup fixes.Ruslan Ermilov2005-06-141-7/+7
* Add the -N option to not rotate any files. This is to be used inBrooks Davis2005-03-032-4/+21
* Add a HISTORY section.Tom Rhodes2005-02-241-1/+8
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Fixed xrefs.Ruslan Ermilov2005-01-212-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Because the `permission' field in conf_entry is intended to be used asXin LI2005-01-041-1/+1
* Mention "-d directory" in usage().Brooks Davis2004-10-061-1/+1
* Don't prepend the directory specified by -d when the file is a relativeBrooks Davis2004-10-051-1/+1
* Add a new -d argument which is used to specify an alternate root for logBrooks Davis2004-10-042-2/+19
* Nothing says that /var/log can't be not a directory but a symbolic linkMaxim Sobolev2004-07-041-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
* Fix the format-string in a call to err(). It was causing a warning ifGarance A Drosehn2004-06-201-1/+1
* Fix the check for a "duplicate filename to compress", so that we're checkingGarance A Drosehn2004-06-191-1/+1
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-96/+80
* Switch to using the "neworder" for rotating log files, by default. TheGarance A Drosehn2004-06-121-1/+9
* Drop the include for <stdint.h>, it was only needed when this wasGarance A Drosehn2004-06-071-1/+0
* Add an "oldorder" option, so that when the default changes to "neworder",Garance A Drosehn2004-06-071-0/+8
* In "neworder" processing, reduce the delay between signals to separateGarance A Drosehn2004-06-071-10/+38
* Major re-ordering of the steps that newsyslog will use when processingGarance A Drosehn2004-06-071-0/+425
* A variety of minor changes. Allow users to set a debugging option viaGarance A Drosehn2004-06-071-67/+120
* Style-istic fix to a number of #define's that were not followed by a tab...Garance A Drosehn2004-06-031-16/+16
* Add a 'D' flag that can be specified on entries in newsyslog.conf.Garance A Drosehn2004-06-032-1/+41
* Change standard processing to use the newer createlog() routineGarance A Drosehn2004-06-031-56/+33
* Improved versions of the is*ch() and tolowerch() macros that I like to use.Garance A Drosehn2004-06-021-7/+7
* When rotating some "blah.log" file, make sure that a chmod andGarance A Drosehn2004-06-021-13/+14
* Do not :-terminate err(3) string, one will be added anyway.Philippe Charnier2004-04-041-1/+1
* Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real historyTom Rhodes2004-03-122-1/+371
* Remove information about the configuration file.Tom Rhodes2004-03-111-308/+3