summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/newsyslog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In "neworder" processing, reduce the delay between signals to separategad2004-06-071-10/+38
* Major re-ordering of the steps that newsyslog will use when processinggad2004-06-071-0/+425
* A variety of minor changes. Allow users to set a debugging option viagad2004-06-071-67/+120
* Style-istic fix to a number of #define's that were not followed by a tab...gad2004-06-031-16/+16
* Add a 'D' flag that can be specified on entries in newsyslog.conf.gad2004-06-031-0/+32
* Change standard processing to use the newer createlog() routinegad2004-06-031-56/+33
* Improved versions of the is*ch() and tolowerch() macros that I like to use.gad2004-06-021-7/+7
* When rotating some "blah.log" file, make sure that a chmod andgad2004-06-021-13/+14
* Do not :-terminate err(3) string, one will be added anyway.charnier2004-04-041-1/+1
* Restructure the time processing routines, mainly to fix up thegad2003-09-231-41/+96
* Move the parse8601 and parseDWM routines into a new ptime.c file. Thegad2003-09-121-219/+4
* Switch dotrim() to take advantage of the 'struct conf_entry' thatgad2003-09-091-33/+36
* Reduce the annoying compiler warnings that pop up when compiling withgad2003-09-091-9/+9
* Correct the comment about which timezone-change loses an hour...gad2003-09-091-2/+2
* Add a '-D <something>' command line arg, which can be used to setgad2003-09-091-3/+57
* Use strtol() instead of strtoul() in parse8601, so we can detectgad2003-09-091-17/+17
OpenPOWER on IntegriCloud