summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Really revert the whitespace change to usage().ru2004-11-111-3/+3
* Change TABs back to spaces in usage string constants.glebius2004-11-111-3/+3
* Whitespace.glebius2004-11-111-11/+11
* Double receive buffer size on sockets.glebius2004-11-111-1/+18
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-3/+7
* - Use stailqueue for sockets instead of socket buffer. Thusglebius2004-11-041-38/+74
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-4/+0
* Fix dofsync() declaration.cperciva2004-07-041-1/+1
* Where syslogd would have fsync()ed a file in the past, instead set a flagcperciva2004-07-041-3/+25
* Also terminate program names if we hit a '/' - this is to be slightlydwmalone2004-05-301-1/+2
* A log file name may now be prefixed by a '-' if it should not bedwmalone2004-05-301-2/+12
* Try to be more careful about using using the file descriptor f_file.dwmalone2004-05-301-7/+13
* Some string fixes.dwmalone2004-05-291-4/+9
* Exit with a warning if the path to one of the logging sockets isdwmalone2004-05-291-0/+4
* Fix some bugs that don't manifest themselves in practice.dwmalone2004-05-291-3/+6
* Update a couple of comments.dwmalone2004-05-291-2/+2
* Silence some constness and printf type warnings. Most of thedwmalone2004-05-261-12/+14
* Use strtol to parse the <%d> tags in printline() and printsys().iedowse2004-01-311-18/+18
* Be much more strict about parsing tagged log messages from /dev/klog;iedowse2004-01-261-10/+20
* logerror is used in syslogd to log errors from syslogd itself. Itdwmalone2003-11-161-0/+6
* Remove an argument to printf that is unused.dwmalone2003-11-161-1/+1
* Avoid a corrupt timestamp on the consolegshapiro2003-05-171-2/+6
* Avoid code duplication by using libutil's trimdomain() instead ofgshapiro2003-05-171-10/+4
* Cleanup hostname matching in syslogd:gshapiro2003-05-041-17/+24
OpenPOWER on IntegriCloud