summaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog
Commit message (Expand)AuthorAgeFilesLines
* Fix age_old_log checking so that it will notice log files which wereGarance A Drosehn2003-05-051-4/+19
* Slightly improve the checking of the 'size' field, so people will getGarance A Drosehn2003-05-051-2/+8
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Add a -C (create) option for newsyslog, and a 'C' flag for entries in theGarance A Drosehn2003-04-272-20/+190
* Document support for the new 'U' flag, which was implemented back in MarchGarance A Drosehn2003-04-241-6/+17
* Document support for the new -s and -R command-line options, andGarance A Drosehn2003-04-241-51/+124
* Document support for the <default> entry, which was implemented inGarance A Drosehn2003-04-231-2/+8
* Fix interactions between entries for a specific file vs entries forGarance A Drosehn2003-03-091-62/+177
* The processing of files given on the command-line will work a little betterGarance A Drosehn2003-03-091-1/+1
* Add a config-file flag of 'U' or 'u' to indicate that the pid-fileGarance A Drosehn2003-03-081-46/+115
* Prefix all -n (noaction) "unix cmds" with tab, thus making it much easierGarance A Drosehn2003-03-071-19/+24
* Move the -s (nosignal) processing, as newsyslog needs to print out aGarance A Drosehn2003-03-071-11/+14
* Add missing 'static' on two routines, so they match their declarations.Garance A Drosehn2003-03-031-2/+2
* A variety of cosmetic changes, mostly to (slightly) reduce diffs withGarance A Drosehn2003-03-031-29/+29
* Collapse two more parameters to dotrim() into the 'ent' parameter that isGarance A Drosehn2003-03-031-13/+12
* Change to using uid_t and gid_t instead of int. Also change this won'tGarance A Drosehn2003-03-031-42/+37
* Fix the interactions between specific log files given on the command line,Garance A Drosehn2003-03-031-106/+186
* Add a command-line option of '-R somename', which indicates that newsyslogGarance A Drosehn2003-03-021-9/+77
* Add a command-line option of '-s', which indicates that newsyslog shouldGarance A Drosehn2003-03-021-50/+120
* Fix an error which caused 'free(): error: chunk is already free'Garance A Drosehn2003-02-261-0/+3
* Check the value given for number-of-logs to keep in config-file entries,Garance A Drosehn2003-02-241-2/+2
* 1) Fix so -a honors the -n ("do nothing") option. Before, if the directoryGarance A Drosehn2003-02-241-4/+16
* Minor style fix. Add parenthesis around 'return' values.Garance A Drosehn2003-02-241-16/+16
* Add the idea of a "default rotate action", which will be used if a file isGarance A Drosehn2003-02-241-33/+194
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Make newsyslog(8) print the correct date when the logs are turned over.Tom Rhodes2002-12-211-2/+2
* Add a new `W' flag, that when used in conjunction with the `Z' flag or theMaxim Sobolev2002-12-152-8/+38
* Backout unapproved WARNS level change occasionally slipped into previousMaxim Sobolev2002-12-111-1/+1
* - Allow comments to be placed at the end of configuration line.Maxim Sobolev2002-12-113-5/+21
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-1/+1
* Add a new newsyslog.conf flag - 'G', which if set tells newsyslog(8) thatMaxim Sobolev2002-11-142-1/+29
* Fix getopt(3) optstring: remove a flag we does not handle.Maxim Konovalov2002-10-161-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
* Remove the last EOF spaces I missed in rev. 1.43.Maxim Konovalov2002-07-011-2/+2
* style(9): sort includes, remove EOL spaces.Maxim Konovalov2002-05-031-6/+6
* wait(2) for compress_log() processes to complete before exit.Maxim Konovalov2002-05-031-0/+3
* Close a very small window during which new (empty) instances of rotated logSheldon Hearn2002-04-101-4/+13
* Produce a different error message for mktime(3) failure than for badCrist J. Clark2002-04-021-8/+14
* Fix -F with logfiles rotated on time only.Peter Pentchev2002-02-051-1/+1
* Fix the type of the NULL arg to execl().David E. O'Brien2001-11-141-1/+1
* WARNS= -> WARNS?=Ruslan Ermilov2001-09-211-1/+1
* jhb says a 10 line change containing casts is more invasive than a 28 lineDavid E. O'Brien2001-07-311-14/+14
* Use the POSIX syntax for chown.David E. O'Brien2001-07-301-1/+1
* Simplify (and hopefully clarify) some date-parsing arithmetic.Garrett Wollman2001-07-301-1/+1
* style(9)David E. O'Brien2001-07-301-29/+59
* WARNS-2'ify.David E. O'Brien2001-07-302-12/+14
* Add the ability to Bzip2 your logs.David E. O'Brien2001-07-303-7/+63
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+0
* Note the equivalence of certain time formats.Garrett Wollman2001-07-191-1/+8
* Instead of giving an example of rotating logs at the end of the month,Dima Dorfman2001-07-191-2/+3