aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r249983: syslogd: Use closefrom() instead of getdtablesize()/close()Jilles Tjoelker2013-05-041-3/+2
* MFC 244523:Mark Johnston2012-12-311-1/+5
* MFC r240389,r240409:Eitan Adler2012-10-121-1/+12
* Add a new option, -N to disable the default and recommended syslogd(8)Xin LI2011-07-141-7/+23
* Here v->iov_len has been assigned the return value from snprintf.David Malone2011-01-191-2/+3
* syslogd(8) already supports *sending* log messages to non-Oliver Fromme2010-08-071-4/+36
* Port all applications in usr.sbin/ from libulog to utmpx.Ed Schouten2010-01-131-2/+1
* Let syslogd use utmpx.Ed Schouten2009-12-241-25/+16
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapAttilio Rao2009-11-251-0/+4
* Constify 'name' field in struct funix. This commit makes syslogd(8)Xin LI2008-12-191-1/+1
* Fixing !INET6 builds after bumping WARNS to 3.Tai-hwa Liang2008-12-181-2/+8
* Use passed parameter rather than the #define.David E. O'Brien2008-12-171-2/+2
* Rather than hardcode the 'struct iovec iov' array size, use a #define.David E. O'Brien2008-12-171-10/+12
* Add a flag, -T, that tells syslogd to always replace the timestamp onDavid Malone2008-09-251-7/+12
* Remove extraneous NULL pointer check - the pointer is guaranteed to be non-NULL.David E. O'Brien2008-09-011-2/+1
* Allow comment to be placed at the end of a configuration line.Maxim Sobolev2008-07-091-0/+11
* Add a -8 switch to syslogd to prevent it from mangling 8-bit data.Brian Somers2008-05-141-3/+7
* Two no-op fixes to improve corretness of syslogd code:David Malone2008-02-201-3/+4
* + Open ctty in non-blocking mode to avoid hangs during open and close(waitingDavid E. O'Brien2007-12-111-9/+20
* style(9)David E. O'Brien2007-12-051-15/+15
* Sync usage() with manpage's SYNOPSIS.Ruslan Ermilov2006-09-291-2/+2
* Add the ability to log to an arbitrary udp port as well as theJulian Elischer2006-04-171-6/+40
* Currently, if writing out a log entry fails, we unlink that log entry from ourChristian S.J. Peron2006-03-301-5/+12
* By default (for security reasons) syslogd(8) doesn't create log filesPawel Jakub Dawidek2006-03-061-3/+7
* style(9) nitlet:Warner Losh2005-10-171-1/+2
* setsockopt() will return -1 on error, not 0.Olivier Houchard2005-09-281-1/+1
* Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier.Olivier Houchard2005-09-281-1/+7
* Use pidfile(3) in syslogd(8).Pawel Jakub Dawidek2005-08-241-9/+16
* Add cases for ENOBUFS and ENETDOWN. We need to make sure that weChristian S.J. Peron2005-05-191-0/+2
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-17/+5
* Add -S option which allows to change the pathname of the privilegedHiroki Sato2005-04-131-1/+6
* Check that supplied facility is not bigger than LOG_NFACILITIES.Gleb Smirnoff2005-03-281-0/+7
* Allow ':' and '%' in hostname specifications so that we can specify IPv6David Malone2004-12-281-1/+1
* Some syslog messages delimit the program tag with whitespace ratherDavid Malone2004-12-281-2/+2
* Fix a minor comment typo: priveleged = privileged.Giorgos Keramidas2004-11-181-1/+1
* Really revert the whitespace change to usage().Ruslan Ermilov2004-11-111-3/+3
* Change TABs back to spaces in usage string constants.Gleb Smirnoff2004-11-111-3/+3
* Whitespace.Gleb Smirnoff2004-11-111-11/+11
* Double receive buffer size on sockets.Gleb Smirnoff2004-11-111-1/+18
* Protect against local flooder of /var/run/log. Do not loop forever inGleb Smirnoff2004-11-041-3/+7
* - Use stailqueue for sockets instead of socket buffer. ThusGleb Smirnoff2004-11-041-38/+74
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* Fix dofsync() declaration.Colin Percival2004-07-041-1/+1
* Where syslogd would have fsync()ed a file in the past, instead set a flagColin Percival2004-07-041-3/+25
* Also terminate program names if we hit a '/' - this is to be slightlyDavid Malone2004-05-301-1/+2
* A log file name may now be prefixed by a '-' if it should not beDavid Malone2004-05-301-2/+12
* Try to be more careful about using using the file descriptor f_file.David Malone2004-05-301-7/+13
* Some string fixes.David Malone2004-05-291-4/+9
* Exit with a warning if the path to one of the logging sockets isDavid Malone2004-05-291-0/+4
* Fix some bugs that don't manifest themselves in practice.David Malone2004-05-291-3/+6