| Commit message (Expand) | Author | Age | Files | Lines |
* | die() would never return, mark it as so. | delphij | 2015-08-27 | 1 | -1/+1 |
* | Set f_file to -1/F_UNUSED when after closing when possible | ngie | 2015-08-05 | 1 | -8/+20 |
* | syslogd: re-read the timezone when receive a SIGHUP. | rpaulo | 2015-06-16 | 1 | -0/+18 |
* | syslogd: don't leak finet0. | rpaulo | 2015-06-16 | 1 | -0/+1 |
* | syslogd: support multiple -b options. | rpaulo | 2015-06-16 | 1 | -7/+41 |
* | Update .Dd, sync usage() for -F. Missed in previous change. | pluknet | 2015-03-03 | 1 | -1/+1 |
* | Add and document an option to cause syslogd to run in the | rpaulo | 2015-03-03 | 1 | -3/+7 |
* | Make syslogd work in case shutdown() is POSIX-ly correct. | ed | 2015-02-19 | 1 | -1/+2 |
* | Fix two clang 3.6.0 warnings in usr.sbin/syslogd: | dim | 2015-02-05 | 1 | -4/+2 |
* | Increase the buffer size to keep the list of programm names when | ae | 2014-12-12 | 1 | -2/+2 |
* | Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentially | ian | 2013-11-13 | 1 | -1/+3 |
* | This fixes 3 problems in syslogd related to sizing receive buffers... | ian | 2013-11-13 | 1 | -7/+12 |
* | 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 support for ipv6 addresses as destination | bapt | 2012-09-12 | 1 | -1/+12 |
* | Add a new option, -N to disable the default and recommended syslogd(8) | delphij | 2011-07-14 | 1 | -7/+23 |
* | Here v->iov_len has been assigned the return value from snprintf. | dwmalone | 2011-01-19 | 1 | -2/+3 |
* | syslogd(8) already supports *sending* log messages to non- | olli | 2010-08-07 | 1 | -4/+36 |
* | Port all applications in usr.sbin/ from libulog to utmpx. | ed | 2010-01-13 | 1 | -2/+1 |
* | Let syslogd use utmpx. | ed | 2009-12-24 | 1 | -25/+16 |
* | Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap | attilio | 2009-11-25 | 1 | -0/+4 |
* | 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 | 1 | -10/+12 |
* | Add a flag, -T, that tells syslogd to always replace the timestamp on | dwmalone | 2008-09-25 | 1 | -7/+12 |
* | 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 | 1 | -0/+11 |
* | Add a -8 switch to syslogd to prevent it from mangling 8-bit data. | brian | 2008-05-14 | 1 | -3/+7 |
* | 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 |
* | Sync usage() with manpage's SYNOPSIS. | ru | 2006-09-29 | 1 | -2/+2 |
* | Add the ability to log to an arbitrary udp port as well as the | julian | 2006-04-17 | 1 | -6/+40 |
* | 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 | 1 | -3/+7 |
* | 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 |
* | 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 | 1 | -1/+6 |
* | Check that supplied facility is not bigger than LOG_NFACILITIES. | glebius | 2005-03-28 | 1 | -0/+7 |
* | Allow ':' and '%' in hostname specifications so that we can specify IPv6 | dwmalone | 2004-12-28 | 1 | -1/+1 |
* | Some syslog messages delimit the program tag with whitespace rather | dwmalone | 2004-12-28 | 1 | -2/+2 |
* | Fix a minor comment typo: priveleged = privileged. | keramida | 2004-11-18 | 1 | -1/+1 |
* | Really revert the whitespace change to usage(). | ru | 2004-11-11 | 1 | -3/+3 |
* | Change TABs back to spaces in usage string constants. | glebius | 2004-11-11 | 1 | -3/+3 |