summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* syslogd: Enable repeated line compression for lines of any length.asomers2016-01-271-1/+1
* Have syslogd honor 'mesg' status when logging to users.lidl2015-11-251-1/+25
* die() would never return, mark it as so.delphij2015-08-271-1/+1
* Set f_file to -1/F_UNUSED when after closing when possiblengie2015-08-051-8/+20
* syslogd: re-read the timezone when receive a SIGHUP.rpaulo2015-06-161-0/+18
* syslogd: don't leak finet0.rpaulo2015-06-161-0/+1
* syslogd: support multiple -b options.rpaulo2015-06-161-7/+41
* Update .Dd, sync usage() for -F. Missed in previous change.pluknet2015-03-031-1/+1
* Add and document an option to cause syslogd to run in therpaulo2015-03-031-3/+7
* Make syslogd work in case shutdown() is POSIX-ly correct.ed2015-02-191-1/+2
* Fix two clang 3.6.0 warnings in usr.sbin/syslogd:dim2015-02-051-4/+2
* Increase the buffer size to keep the list of programm names whenae2014-12-121-2/+2
* Add ENETUNREACH and EADDRNOTAVAIL to the list of errors that are potentiallyian2013-11-131-1/+3
* This fixes 3 problems in syslogd related to sizing receive buffers...ian2013-11-131-7/+12
* syslogd: Use closefrom() instead of getdtablesize()/close() loop.jilles2013-04-271-3/+2
* - Make sure that errno isn't modified before calling logerror() in errormarkj2012-12-201-1/+5
* Add missing const keywords.ed2012-10-191-4/+4
* Add support for ipv6 addresses as destinationbapt2012-09-121-1/+12
* Add a new option, -N to disable the default and recommended syslogd(8)delphij2011-07-141-7/+23
* Here v->iov_len has been assigned the return value from snprintf.dwmalone2011-01-191-2/+3
* syslogd(8) already supports *sending* log messages to non-olli2010-08-071-4/+36
* Port all applications in usr.sbin/ from libulog to utmpx.ed2010-01-131-2/+1
* Let syslogd use utmpx.ed2009-12-241-25/+16
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-251-0/+4
* Constify 'name' field in struct funix. This commit makes syslogd(8)delphij2008-12-191-1/+1
* Fixing !INET6 builds after bumping WARNS to 3.avatar2008-12-181-2/+8
* Use passed parameter rather than the #define.obrien2008-12-171-2/+2
* Rather than hardcode the 'struct iovec iov' array size, use a #define.obrien2008-12-171-10/+12
* Add a flag, -T, that tells syslogd to always replace the timestamp ondwmalone2008-09-251-7/+12
* Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.obrien2008-09-011-2/+1
* Allow comment to be placed at the end of a configuration line.sobomax2008-07-091-0/+11
* Add a -8 switch to syslogd to prevent it from mangling 8-bit data.brian2008-05-141-3/+7
* Two no-op fixes to improve corretness of syslogd code:dwmalone2008-02-201-3/+4
* + Open ctty in non-blocking mode to avoid hangs during open and close(waitingobrien2007-12-111-9/+20
* style(9)obrien2007-12-051-15/+15
* Sync usage() with manpage's SYNOPSIS.ru2006-09-291-2/+2
* Add the ability to log to an arbitrary udp port as well as thejulian2006-04-171-6/+40
* Currently, if writing out a log entry fails, we unlink that log entry from ourcsjp2006-03-301-5/+12
* By default (for security reasons) syslogd(8) doesn't create log filespjd2006-03-061-3/+7
* style(9) nitlet:imp2005-10-171-1/+2
* setsockopt() will return -1 on error, not 0.cognet2005-09-281-1/+1
* Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier.cognet2005-09-281-1/+7
* Use pidfile(3) in syslogd(8).pjd2005-08-241-9/+16
* Add cases for ENOBUFS and ENETDOWN. We need to make sure that wecsjp2005-05-191-0/+2
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-17/+5
* Add -S option which allows to change the pathname of the privilegedhrs2005-04-131-1/+6
* Check that supplied facility is not bigger than LOG_NFACILITIES.glebius2005-03-281-0/+7
* Allow ':' and '%' in hostname specifications so that we can specify IPv6dwmalone2004-12-281-1/+1
* Some syslog messages delimit the program tag with whitespace ratherdwmalone2004-12-281-2/+2
* Fix a minor comment typo: priveleged = privileged.keramida2004-11-181-1/+1
OpenPOWER on IntegriCloud