| Commit message (Expand) | Author | Age | Files | Lines |
* | Note the equivalence of certain time formats. | wollman | 2001-07-19 | 1 | -1/+8 |
* | Instead of giving an example of rotating logs at the end of the month, | dd | 2001-07-19 | 1 | -2/+3 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -17/+17 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
* | Fix a grammar bogon. | dd | 2001-04-02 | 1 | -1/+1 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+2 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -20/+6 |
* | - Correct MAXPATHLEN/MAXHOSTNAMELEN usage | jedgar | 2001-01-20 | 1 | -36/+39 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
* | When warning that a log file can't be compressed, tell the reader which | joe | 2000-08-15 | 1 | -1/+1 |
* | Allow user to specify which logs to rotate | des | 2000-05-11 | 2 | -10/+25 |
* | - implement logfile archivation to a separate, user | hm | 2000-04-04 | 2 | -101/+426 |
* | Run newsyslog source through knfom script obtained from Bruce Evans. | hm | 2000-04-04 | 1 | -415/+422 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | .Nm corrections | charnier | 1999-11-27 | 1 | -5/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
* | Correctly refer to the companion program rather than as "chown". | obrien | 1999-07-28 | 1 | -5/+8 |
* | Go back to allowing ``.'' as a username.group separator for backward | obrien | 1999-07-28 | 1 | -2/+3 |
* | Syntax for user/group is changed from "user.group" to "user:group" to be | obrien | 1999-06-28 | 2 | -5/+13 |
* | Fix description of size, it's in kilobytes, not bytes. | chuckr | 1999-04-10 | 1 | -2/+3 |
* | jkoshy forgot up update the heading date on the man page. | wollman | 1999-01-28 | 1 | -2/+2 |
* | Note that the 'owner.group' field is optional in the config file. | jkoshy | 1999-01-27 | 1 | -3/+3 |
* | A slight bit of code and doco cleanup, but mostly: | wollman | 1999-01-22 | 4 | -72/+284 |
* | The largest PID is now 99999 | peter | 1998-12-23 | 1 | -2/+2 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -3/+1 |
* | Add optional config file field: signal number to send (defaulted to HUP) | ache | 1998-06-09 | 2 | -10/+43 |
* | 1) kill -HUP syslog, even if compressing supposedly "binary" files | hoek | 1998-05-10 | 1 | -12/+16 |
* | Arg! Someone fixed the synopsis in -stable's newsyslog.8, but not | hoek | 1998-05-10 | 2 | -4/+4 |
* | Fix the usage here, too (-F option). | hoek | 1998-05-10 | 1 | -3/+3 |
* | 1) Remove a line that somehow strayed from the one true path of | hoek | 1998-05-10 | 1 | -3/+2 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
* | Add "-F" (force) flag to newsyslog. | pst | 1998-03-14 | 2 | -4/+14 |
* | Sleep 10secs after kill -HUP instead of 3secs, some daemons like Apache | ache | 1997-11-30 | 1 | -2/+2 |
* | Cosmetic in err() strings. | charnier | 1997-10-06 | 2 | -51/+46 |
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -2/+2 |
* | Allow a '-' flag as a placeholder so that path_to_pid_file | brian | 1997-05-06 | 2 | -14/+47 |
* | Do not kill -HUP syslog if running in user mode (-r), it allows | ache | 1997-05-05 | 1 | -4/+4 |
* | 1) Add yet one optional field: pid file to send SIGHUP to if log rotated | ache | 1997-05-04 | 2 | -39/+103 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -3/+3 |
* | Add a missing period so that the -n option is display properly | mpp | 1997-02-28 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Convert to mdoc format. | mpp | 1996-12-21 | 1 | -111/+103 |
* | Doh! Actually read the patch I applied and see what it was *trying* to do, | jkh | 1996-09-09 | 1 | -4/+5 |
* | PR#2724 in NetBSD notes that newsyslog save log files even if the number | jkh | 1996-09-06 | 1 | -6/+15 |
* | Added function prototypes and removed in-line prototypes of standard | alex | 1996-06-08 | 1 | -27/+37 |
* | Fix uninitialized variable that caused a core dump if /etc/newsyslog.conf | alex | 1996-06-07 | 1 | -2/+2 |
* | Submitted by: charnier@lirmm.fr (Philippe Charnier) | graichen | 1996-01-16 | 2 | -82/+51 |
* | Obtained from: NetBSD (PR#1906) | graichen | 1996-01-09 | 1 | -4/+4 |