| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r258076, r258077: | ian | 2013-12-14 | 1 | -8/+15 |
* | syslogd: Use closefrom() instead of getdtablesize()/close() loop. | jilles | 2013-04-27 | 1 | -3/+2 |
* | - Make sure that errno isn't modified before calling logerror() in error | markj | 2012-12-20 | 1 | -1/+5 |
* | Add missing const keywords. | ed | 2012-10-19 | 1 | -4/+4 |
* | Add documentation for IPv6 support | eadler | 2012-09-12 | 1 | -1/+9 |
* | Add support for ipv6 addresses as destination | bapt | 2012-09-12 | 1 | -1/+12 |
* | Minor spelling fixes. | joel | 2012-06-03 | 1 | -1/+1 |
* | Update man page to present -T argument in synopsis | sbruno | 2012-03-14 | 1 | -1/+1 |
* | Add a new option, -N to disable the default and recommended syslogd(8) | delphij | 2011-07-14 | 2 | -8/+31 |
* | Here v->iov_len has been assigned the return value from snprintf. | dwmalone | 2011-01-19 | 1 | -2/+3 |
* | This isn't WARNS=6 safe. It fails to build on mips. Retore old | imp | 2010-08-08 | 1 | -0/+2 |
* | jh pointed out that src/usr.sbin already has a global | olli | 2010-08-07 | 1 | -2/+0 |
* | syslogd(8) already supports *sending* log messages to non- | olli | 2010-08-07 | 3 | -9/+60 |
* | Port all applications in usr.sbin/ from libulog to utmpx. | ed | 2010-01-13 | 2 | -4/+3 |
* | Let syslogd use utmpx. | ed | 2009-12-24 | 2 | -27/+18 |
* | Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap | attilio | 2009-11-25 | 1 | -0/+4 |
* | syslog.conf(5): correct example | avg | 2009-06-11 | 1 | -4/+4 |
* | Add "crit" to the list of keywords. | trhodes | 2008-12-23 | 1 | -3/+3 |
* | Constify 'name' field in struct funix. This commit makes syslogd(8) | delphij | 2008-12-19 | 1 | -1/+1 |
* | Fixing !INET6 builds after bumping WARNS to 3. | avatar | 2008-12-18 | 1 | -2/+8 |
* | Use passed parameter rather than the #define. | obrien | 2008-12-17 | 1 | -2/+2 |
* | Rather than hardcode the 'struct iovec iov' array size, use a #define. | obrien | 2008-12-17 | 2 | -11/+13 |
* | Use "allowed_peer" throughout this manual page. | trhodes | 2008-12-07 | 1 | -2/+3 |
* | Add a flag, -T, that tells syslogd to always replace the timestamp on | dwmalone | 2008-09-25 | 2 | -7/+24 |
* | Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL. | obrien | 2008-09-01 | 1 | -2/+1 |
* | Allow comment to be placed at the end of a configuration line. | sobomax | 2008-07-09 | 2 | -0/+25 |
* | Add a -8 switch to syslogd to prevent it from mangling 8-bit data. | brian | 2008-05-14 | 2 | -5/+26 |
* | Two no-op fixes to improve corretness of syslogd code: | dwmalone | 2008-02-20 | 1 | -3/+4 |
* | + Open ctty in non-blocking mode to avoid hangs during open and close(waiting | obrien | 2007-12-11 | 1 | -9/+20 |
* | style(9) | obrien | 2007-12-05 | 1 | -15/+15 |
* | Mark up keywords with .Cm. | trhodes | 2006-10-12 | 1 | -5/+11 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -2/+3 |
* | Sync usage() with manpage's SYNOPSIS. | ru | 2006-09-29 | 1 | -2/+2 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -1/+8 |
* | Add the ability to log to an arbitrary udp port as well as the | julian | 2006-04-17 | 2 | -6/+43 |
* | Currently, if writing out a log entry fails, we unlink that log entry from our | csjp | 2006-03-30 | 1 | -5/+12 |
* | By default (for security reasons) syslogd(8) doesn't create log files | pjd | 2006-03-06 | 2 | -5/+14 |
* | Fix typo | julian | 2006-02-23 | 1 | -1/+1 |
* | style(9) nitlet: | imp | 2005-10-17 | 1 | -1/+2 |
* | setsockopt() will return -1 on error, not 0. | cognet | 2005-09-28 | 1 | -1/+1 |
* | Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier. | cognet | 2005-09-28 | 1 | -1/+7 |
* | Use pidfile(3) in syslogd(8). | pjd | 2005-08-24 | 1 | -9/+16 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -1/+1 |
* | Add cases for ENOBUFS and ENETDOWN. We need to make sure that we | csjp | 2005-05-19 | 1 | -0/+2 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 1 | -17/+5 |
* | Add -S option which allows to change the pathname of the privileged | hrs | 2005-04-13 | 2 | -2/+11 |
* | Check that supplied facility is not bigger than LOG_NFACILITIES. | glebius | 2005-03-28 | 1 | -0/+7 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 2 | -3/+3 |
* | Sort sections. | ru | 2005-01-18 | 1 | -21/+21 |