summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Add a -C (create) option for newsyslog, and a 'C' flag for entries in thegad2003-04-272-20/+190
* Document support for the new 'U' flag, which was implemented back in Marchgad2003-04-241-6/+17
* Document support for the new -s and -R command-line options, andgad2003-04-241-51/+124
* Document support for the <default> entry, which was implemented ingad2003-04-231-2/+8
* Fix interactions between entries for a specific file vs entries forgad2003-03-091-62/+177
* The processing of files given on the command-line will work a little bettergad2003-03-091-1/+1
* Add a config-file flag of 'U' or 'u' to indicate that the pid-filegad2003-03-081-46/+115
* Prefix all -n (noaction) "unix cmds" with tab, thus making it much easiergad2003-03-071-19/+24
* Move the -s (nosignal) processing, as newsyslog needs to print out agad2003-03-071-11/+14
* Add missing 'static' on two routines, so they match their declarations.gad2003-03-031-2/+2
* A variety of cosmetic changes, mostly to (slightly) reduce diffs withgad2003-03-031-29/+29
* Collapse two more parameters to dotrim() into the 'ent' parameter that isgad2003-03-031-13/+12
* Change to using uid_t and gid_t instead of int. Also change this won'tgad2003-03-031-42/+37
* Fix the interactions between specific log files given on the command line,gad2003-03-031-106/+186
* Add a command-line option of '-R somename', which indicates that newsysloggad2003-03-021-9/+77
* Add a command-line option of '-s', which indicates that newsyslog shouldgad2003-03-021-50/+120
* Fix an error which caused 'free(): error: chunk is already free'gad2003-02-261-0/+3
* Check the value given for number-of-logs to keep in config-file entries,gad2003-02-241-2/+2
OpenPOWER on IntegriCloud