summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
* 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-132-2/+11
* Check that supplied facility is not bigger than LOG_NFACILITIES.glebius2005-03-281-0/+7
* Expand contractions.ru2005-02-131-2/+2
* Expand *n't contractions.ru2005-02-132-3/+3
* Sort sections.ru2005-01-181-21/+21
* Scheduled mdoc(7) sweep.ru2005-01-111-4/+1
* 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
* s/priveleged/privileged/glebius2004-11-181-1/+1
* 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
* Bump document date.kensmith2004-11-091-1/+1
* Add newsyslog(8) to the "See Also" section.kensmith2004-11-091-1/+2
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-042-5/+14
* - Use stailqueue for sockets instead of socket buffer. Thusglebius2004-11-042-41/+82
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-074-16/+1
* 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
* Eliminated double whitespace.ru2004-07-031-1/+2
* Mechanically kill hard sentence breaks.ru2004-07-022-23/+46
* 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-302-2/+32
* 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
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* 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
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Avoid a corrupt timestamp on the consolegshapiro2003-05-171-2/+6
* Avoid code duplication by using libutil's trimdomain() instead ofgshapiro2003-05-172-10/+7
* Cleanup hostname matching in syslogd:gshapiro2003-05-041-17/+24
* style.Makefile(5)obrien2003-04-041-1/+1
* Hostname specifications must allow commas in the value. They arethomas2003-02-211-1/+2
* Allow multiple hosts or programs to be named in programthomas2003-02-132-6/+39
OpenPOWER on IntegriCloud