aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark up keywords with .Cm.Tom Rhodes2006-10-121-5/+11
* Markup fixes.Ruslan Ermilov2006-09-291-2/+3
* Sync usage() with manpage's SYNOPSIS.Ruslan Ermilov2006-09-291-2/+2
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+8
* Add the ability to log to an arbitrary udp port as well as theJulian Elischer2006-04-172-6/+43
* 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-062-5/+14
* Fix typoJulian Elischer2006-02-231-1/+1
* 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
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* 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-132-2/+11
* Check that supplied facility is not bigger than LOG_NFACILITIES.Gleb Smirnoff2005-03-281-0/+7
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-21/+21
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-4/+1
* 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
* s/priveleged/privileged/Gleb Smirnoff2004-11-181-1/+1
* 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
* Bump document date.Ken Smith2004-11-091-1/+1
* Add newsyslog(8) to the "See Also" section.Ken Smith2004-11-091-1/+2
* Protect against local flooder of /var/run/log. Do not loop forever inGleb Smirnoff2004-11-042-5/+14
* - Use stailqueue for sockets instead of socket buffer. ThusGleb Smirnoff2004-11-042-41/+82
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-074-16/+1
* 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
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-23/+46
* 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-302-2/+32
* 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
* Update a couple of comments.David Malone2004-05-291-2/+2
* Silence some constness and printf type warnings. Most of theDavid Malone2004-05-261-12/+14
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2