aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
* Rename the run_cmd field to sw_runcmd to make it consistent with theMark Johnston2013-01-271-7/+7
* Ensure that newsyslog -n prints the correct message for a rotation ruleMark Johnston2013-01-271-4/+9
* When the 'R' flag is used with a newsyslog.conf entry, some fields ofMark Johnston2013-01-271-1/+3
* Make sure to update the mtime of a logfile after archiving it. ThisMark Johnston2013-01-031-0/+9
* Have -n imply -r, since dry-run mode obviously doesn't require rootMark Johnston2013-01-032-2/+4
* Fix a typo in an error message.Mark Johnston2013-01-031-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-21/+23
* We don't need to check the result of sending signal when -R option isAndrey V. Elsukov2012-07-091-1/+2
* mdoc: fix mandoc "Oc breaks Op" warning.Joel Dahl2012-06-091-5/+10
* Minor spelling fixes.Joel Dahl2012-06-031-1/+1
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-3/+3
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Fix a sentence in a paragraph that describes time and interval basedGleb Smirnoff2012-03-211-2/+2
* Don't run through time checks when entry is definitely oversized. ThisGleb Smirnoff2012-03-211-2/+5
* Further fix a typo and spelling classic correctly in function names,Ulrich Spörlein2012-01-051-8/+8
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-4/+4
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* - Remove extraneous null ptr deref checksEitan Adler2011-12-211-1/+2
* 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