aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
* Add new modifier - "R", when it is specified the path to pid fileMaxim Sobolev2011-05-142-32/+76
* Fix an old bug in newsyslog where we kept one log file more than wasSimon L. B. Nielsen2011-04-211-31/+59
* Add an example for the use of the <include> entry to help othersDoug Barton2011-03-261-1/+6
* Sync manpage's SYNOPSIS with program's usage.Ruslan Ermilov2011-03-092-5/+4
* Make code more friendly to the non-C99 compilers - don't allocateMaxim Sobolev2011-02-221-4/+8
* Use correct alphabetical order for xz(1) in SEE ALSO sectionMartin Matuska2011-01-312-2/+2
* 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