aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-035-5/+5
* MFC rev 1.146 (and 1.147)Olivier Houchard2005-10-041-1/+7
* MFC spelling fixes of several manpages.Giorgos Keramidas2005-08-181-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
* Use strtol to parse the <%d> tags in printline() and printsys().Ian Dowse2004-01-311-18/+18
* Be much more strict about parsing tagged log messages from /dev/klog;Ian Dowse2004-01-261-10/+20
* logerror is used in syslogd to log errors from syslogd itself. ItDavid Malone2003-11-161-0/+6
* Remove an argument to printf that is unused.David Malone2003-11-161-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Avoid a corrupt timestamp on the consoleGregory Neil Shapiro2003-05-171-2/+6
* Avoid code duplication by using libutil's trimdomain() instead ofGregory Neil Shapiro2003-05-172-10/+7
* Cleanup hostname matching in syslogd:Gregory Neil Shapiro2003-05-041-17/+24
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Hostname specifications must allow commas in the value. They areThomas Quinot2003-02-211-1/+2
* Allow multiple hosts or programs to be named in programThomas Quinot2003-02-132-6/+39
* Various language tweaks.Tom Rhodes2002-12-241-17/+17
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-2/+2