summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
...
* Remove mention of the `W' flag, which has been turned to no-op by thesobomax2006-07-212-18/+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
* Markup fixes.ru2005-06-141-7/+7
* Add the -N option to not rotate any files. This is to be used inbrooks2005-03-032-4/+21
* Add a HISTORY section.trhodes2005-02-241-1/+8
* Expand *n't contractions.ru2005-02-131-1/+1
* Fixed xrefs.ru2005-01-212-3/+3
* Sort sections.ru2005-01-181-7/+7
* 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-042-2/+19
* Nothing says that /var/log can't be not a directory but a symbolic linksobomax2004-07-041-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
* 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
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-96/+80
* Switch to using the "neworder" for rotating log files, by default. Thegad2004-06-121-1/+9
* Drop the include for <stdint.h>, it was only needed when this wasgad2004-06-071-1/+0
* 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-032-1/+41
* 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
* Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real historytrhodes2004-03-122-1/+371
* Remove information about the configuration file.trhodes2004-03-111-308/+3
* Handle a 'const' parameter without using __DECONST().gad2003-10-041-8/+14
* Restructure the time processing routines, mainly to fix up thegad2003-09-233-85/+480
* Correct the calculation of "a leap year" in parseDWM. The calculationgad2003-09-141-17/+43
* Move the parse8601 and parseDWM routines into a new ptime.c file. Thegad2003-09-124-219/+320
* 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
* Fix typo in the previous commit. Was checking wrong variable...gad2003-09-091-1/+1
* Change parse8601 and parseDWM so they return an alternate error valuegad2003-09-091-14/+29
* Cosmetic change to move parse8601 right next to parseDWM. No codegad2003-09-091-86/+86
* When checking the 'user:group' field in newsyslog.conf, freebsd's sourcegad2003-08-191-2/+14
* Fix an 'bad file descriptor' error which would come up when usinggad2003-08-021-1/+0
* Fix age_old_log checking so that it will notice log files which weregad2003-05-051-4/+19
* Slightly improve the checking of the 'size' field, so people will getgad2003-05-051-2/+8
OpenPOWER on IntegriCloud