summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1) Fix so -a honors the -n ("do nothing") option. Before, if the directorygad2003-02-241-4/+16
* Minor style fix. Add parenthesis around 'return' values.gad2003-02-241-16/+16
* Add the idea of a "default rotate action", which will be used if a file isgad2003-02-241-33/+194
* english(4) police.schweikh2002-12-271-2/+2
* Make newsyslog(8) print the correct date when the logs are turned over.trhodes2002-12-211-2/+2
* Add a new `W' flag, that when used in conjunction with the `Z' flag or thesobomax2002-12-152-8/+38
* Backout unapproved WARNS level change occasionally slipped into previoussobomax2002-12-111-1/+1
* - Allow comments to be placed at the end of configuration line.sobomax2002-12-113-5/+21
* mdoc(7) police: markup fixes.ru2002-11-271-1/+1
* Add a new newsyslog.conf flag - 'G', which if set tells newsyslog(8) thatsobomax2002-11-142-1/+29
* Fix getopt(3) optstring: remove a flag we does not handle.maxim2002-10-161-1/+1
* The .Nm utilitycharnier2002-07-141-2/+3
* Remove the last EOF spaces I missed in rev. 1.43.maxim2002-07-011-2/+2
OpenPOWER on IntegriCloud