| Age | Commit message (Expand) | Author |
| 2010-01-01 | Fix previous: Dd argument and lost Em markup. | wiz |
| 2010-01-01 | fold long lines. | mbalmer |
| 2009-10-15 | reinstate a sentence partly removed in v1.43 regarding the default | plunky |
| 2009-07-16 | draft-ietf-syslog-protocol-23 -> RFC 5424 | yamt |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-20 | Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST, | mschuett |
| 2009-04-09 | .br -> .Pp, capitalize subsection titles | joerg |
| 2009-02-06 | PR/40563: Takahiro Hayashi: syslogd(8) refers freed pointer on exiting | mschuett |
| 2009-02-01 | Bump date for previous. | wiz |
| 2009-02-01 | note some options' optarg in DESCRIPTION as well. | yamt |
| 2009-02-01 | make -o option consistent with others. | yamt |
| 2009-01-22 | PR/40438: Takahiro Hayashi: syslogd(8) refers freed area | mschuett |
| 2009-01-22 | sign-compare fixes for amd64 | lukem |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-12-29 | fix suseconds_t format. | christos |
| 2008-11-27 | PR/40043: Geoff C. Wing: syslogd timestamping and protocol parsing deficiencies | christos |
| 2008-11-07 | PR/39874: Geoff C. Wing: For compatibility trim hostname domains in bsd | christos |
| 2008-11-07 | Remove trailing whitespace. | minskim |
| 2008-11-04 | use localtime_r | christos |
| 2008-11-04 | Call tzset() to init TZ information for localtime(). | blymn |
| 2008-11-03 | make sure that we memset the struct tm we pass to mktime and set isdst to -1 | christos |
| 2008-11-03 | no point in using int_fast16_t here. | christos |
| 2008-11-03 | PR/39857: Bernd Ernesti: Fix broken output caused by a wrong offset. From | christos |
| 2008-10-31 | Import syslogd SoC project by Martin Schuette: | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-13 | Clarify how one is supposed to use the pointers returned by getutentries() | dholland |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-11-13 | PR/34979: Scott Ellis: Detect 0 length name and skip it instead of infinite | christos |
| 2006-10-21 | matches_spec: fix a bug so that "+host111,host1" actually matches to host1. | yamt |
| 2006-09-16 | PR/30879: Jukka Salmi: syslogd(8) doesn't parse `@' hostname specification | christos |
| 2006-09-16 | PR/28753: Martin J. Laubach: syslogd disables remote logging on non-fatal errors | christos |
| 2006-09-16 | Sync usage with man page (-b). | wiz |
| 2006-09-15 | PR/14563: Brian A. Seklecki: syslogd binds udp sockets on all interfaces | christos |
| 2006-04-24 | It's "its." | snj |
| 2006-04-23 | Add -T to SYNOPSIS. | wiz |
| 2006-04-23 | Fix typo. | wiz |
| 2006-04-19 | PR 32579: Add a -T flag to syslogd, which causes it to use local time for | pavel |
| 2006-01-20 | Add reference to RFC 3164. From Pavel Cahyna in PR 32578. | wiz |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2005-01-09 | Abolish the magic 7, and count iovectors explicitly. | christos |
| 2004-12-09 | Make syslogd automatically recover from full disks by noticing that the | matt |
| 2004-11-23 | Fix typo that caused priories to compare incorrectly. PR bin/28376 and | thorpej |
| 2004-11-19 | Make HTML-save. | wiz |
| 2004-11-19 | Fix typo, and make HTML-save. | wiz |
| 2004-11-19 | -u changed to -U when porting from FreeBSD; update comment. | wiz |
| 2004-11-19 | We have to read the config file the first time after we allocate the | thorpej |
| 2004-11-19 | Merge the thorpej-syslogd-hack-branch down to the trunk. Enhancements | thorpej |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-28 | Postpone initial setting of the alarm timer until after the call to daemon(), | heas |