summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/newsyslog.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r261401:bdrewery2014-02-171-1/+1
* MFC r257600:markj2014-02-131-0/+1
* Fix -Wunsequencedkientzle2013-06-291-10/+10
* We want to stat the archived log file rather than the logfile itself.markj2013-06-021-1/+1
* Some filesystems (NFS in particular) do not fill out the d_type field whenmarkj2013-05-121-6/+17
* Fix interval-based rotations when the -t flag is used. In this case, findmarkj2013-03-261-58/+134
* Rename the run_cmd field to sw_runcmd to make it consistent with themarkj2013-01-271-7/+7
* Ensure that newsyslog -n prints the correct message for a rotation rulemarkj2013-01-271-4/+9
* When the 'R' flag is used with a newsyslog.conf entry, some fields ofmarkj2013-01-271-1/+3
* Make sure to update the mtime of a logfile after archiving it. Thismarkj2013-01-031-0/+9
* Have -n imply -r, since dry-run mode obviously doesn't require rootmarkj2013-01-031-1/+1
* Fix a typo in an error message.markj2013-01-031-1/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-201-21/+23
* We don't need to check the result of sending signal when -R option isae2012-07-091-1/+2
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-3/+3
* Don't run through time checks when entry is definitely oversized. Thisglebius2012-03-211-2/+5
* Further fix a typo and spelling classic correctly in function names,uqs2012-01-051-8/+8
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-4/+4
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
* - Remove extraneous null ptr deref checkseadler2011-12-211-1/+2
* Add new modifier - "R", when it is specified the path to pid filesobomax2011-05-141-30/+61
* Fix an old bug in newsyslog where we kept one log file more than wassimon2011-04-211-31/+59
* Sync manpage's SYNOPSIS with program's usage.ru2011-03-091-2/+2
* Make code more friendly to the non-C99 compilers - don't allocatesobomax2011-02-221-4/+8
* Add xz(1) support to newsyslog.mm2011-01-311-93/+121
* Make -S functional.brian2010-12-311-1/+1
* Fix a typo in a comment.simon2010-11-211-1/+1
* Add a -S switch to override the default syslog pid file. This can be usefulbrian2010-07-231-2/+7
* Add support for creating the archived log filenames using a time-stampsimon2010-07-221-16/+236
* Add file include processing for newsyslog.gordon2010-05-291-17/+109
* Convert newsyslog to using queue(3) macros instead of a home rolled version.gordon2010-05-291-113/+71
* Add a new option, -P, which reverts newsyslog(8) to the old behavior,delphij2010-01-201-3/+7
* Don't consider non-existence of a PID file an error, we should be abledelphij2009-12-211-1/+12
* Fix two typos.delphij2008-01-301-2/+2
* Use same signedness for i and matched_c. This should makedelphij2006-08-171-1/+2
* Remove mention of the `W' flag, which has been turned to no-op by thesobomax2006-07-211-3/+1
* Remove the last three calls to strncpy(), two of which would havegad2006-06-271-6/+6
* Remove the "oldorder" processing. The "neworder" processing hasgad2006-06-271-250/+16
* Improve error-handling related to the fork() done to compress files aftergad2006-01-201-15/+38
* Fix logic error which causes <null> to be printed instead of thesobomax2005-12-011-1/+1
* Add the -N option to not rotate any files. This is to be used inbrooks2005-03-031-3/+13
* Because the `permission' field in conf_entry is intended to be used asdelphij2005-01-041-1/+1
* Mention "-d directory" in usage().brooks2004-10-061-1/+1
* Don't prepend the directory specified by -d when the file is a relativebrooks2004-10-051-1/+1
* Add a new -d argument which is used to specify an alternate root for logbrooks2004-10-041-2/+9
* Nothing says that /var/log can't be not a directory but a symbolic linksobomax2004-07-041-2/+2
* Fix the format-string in a call to err(). It was causing a warning ifgad2004-06-201-1/+1
* Fix the check for a "duplicate filename to compress", so that we're checkinggad2004-06-191-1/+1
* Switch to using the "neworder" for rotating log files, by default. Thegad2004-06-121-1/+9
* Add an "oldorder" option, so that when the default changes to "neworder",gad2004-06-071-0/+8
OpenPOWER on IntegriCloud