| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -6/+6 |
| 2019-06-28 | mkstemp() returns -1 on failure |  deraadt | 1 | -2/+2 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 1 | -2/+2 |
| 2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that |  millert | 1 | -29/+23 |
| 2017-07-24 | Simplify mail sending. |  jca | 1 | -20/+4 |
| 2017-07-22 | Delete extra whitespaces |  jca | 1 | -6/+6 |
| 2017-07-22 | err(1, "whatever") -> err(1, NULL) for malloc(3) failures |  jca | 1 | -11/+11 |
| 2017-07-20 | Don't exit on invalid config lines, yet return a proper exit status. |  jca | 2 | -43/+104 |
| 2017-07-14 | Don't bother freeing memory just before exiting. |  jca | 1 | -3/+2 |
| 2017-07-14 | TAILQs instead of hand-rolled lists |  jca | 1 | -44/+32 |
| 2017-03-16 | syslogd(8) -Z generates log files with time in ISO format and UTC. |  bluhm | 1 | -5/+11 |
| 2016-06-01 | instead of using the makefile to override ancient defaults in the code, |  tedu | 2 | -36/+8 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2016-01-11 | ajacoutot@ reported seeing |  tb | 1 | -2/+2 |
| 2015-12-09 | Remove NULL-checks before free(). ok tb@ |  mmcc | 1 | -3/+2 |
| 2015-11-19 | backout pledge completely for now, newsyslog needs chown() which is restricted |  sthen | 1 | -7/+1 |
| 2015-11-18 | don't drop "pledge exec", it's needed for compression. ok deraadt@ |  sthen | 1 | -4/+1 |
| 2015-11-17 | pledge() in newsyslog. |  benno | 1 | -1/+10 |
| 2015-11-14 | these files document their config files too: adjust NAME accordingly; |  jmc | 1 | -3/+4 |
| 2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 1 | -3/+3 |
| 2015-02-08 | in getopt() blocks, stop incrementing flag variable which are supposed |  deraadt | 1 | -5/+5 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -12/+12 |
| 2014-09-16 | less sendmail specific; ok millert |  jmc | 1 | -4/+3 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -5/+5 |
| 2013-11-26 | unsigned char casts for ctype |  deraadt | 1 | -8/+9 |
| 2013-04-05 | rename a variable to hours so it doesn't look like time. ok deraadt guenther |  tedu | 1 | -5/+5 |
| 2013-01-17 | remove uesless Pp; |  jmc | 1 | -3/+2 |
| 2012-01-15 | When we only rotate a log file once a month, the "next rotate" output |  phessler | 1 | -1/+3 |
| 2011-09-26 | use, as far as possible, the same notation for date strings as other |  jmc | 1 | -21/+22 |
| 2011-09-16 | after some thought, i think it unlikely that we will need to specify |  jmc | 1 | -4/+4 |
| 2011-09-16 | use .St here for ISO 8601 references; ok millert |  jmc | 1 | -5/+5 |
| 2011-05-19 | sync manpage and comment with reality. From Nathanael Rensen. |  lum | 2 | -5/+5 |
| 2010-07-24 | Include pid file name in error message for a failed kill(). Prompted by |  nicm | 1 | -3/+3 |
| 2010-03-20 | The newsyslog(8) utility used to keep one archived log file more than |  schwarze | 1 | -14/+17 |
| 2009-11-28 | The first paragraph of the DESCRIPTION had multiple issues, |  schwarze | 1 | -21/+24 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -5/+1 |
| 2009-09-10 | Correct error message when fclose() fails. From Brian Poole. |  millert | 1 | -5/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-03-20 | remove some bogus *p tests from charles longeau |  tedu | 1 | -3/+5 |
| 2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert |  deraadt | 1 | -2/+3 |
| 2006-08-10 | missing full stop; from matt jibson |  jmc | 1 | -2/+2 |
| 2006-05-23 | some clarifications for the "size" field + cleanup; |  jmc | 1 | -4/+8 |
| 2005-11-30 | timezone -> time zone |  jmc | 1 | -2/+2 |
| 2005-03-02 | sort options while here; |  jmc | 1 | -23/+23 |
| 2005-03-02 | rework some .Ss section as .Sy: groff does not like .Ss's in the middle |  jmc | 1 | -4/+7 |
| 2004-09-14 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -2/+3 |
| 2004-07-11 | Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf. |  millert | 1 | -15/+26 |
| 2004-05-10 | pretty |  deraadt | 1 | -32/+27 |
| 2004-04-09 | If no user/group is specified for the log file in newsyslog.conf, |  millert | 2 | -69/+63 |
| 2004-04-06 | Set mode and ownership when renaming file -> file.0 like we do when |  millert | 1 | -7/+18 |