summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* When parsing the program name from the incoming log messagerobert2002-07-251-1/+1
* When reading a program name from the syslog configuration file,robert2002-07-251-1/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-3/+1
* The .Nm utilitycharnier2002-07-141-7/+7
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHdes2002-03-241-30/+40
* Parenthesize return values and pull an orphaned { back into the fold.des2002-03-241-19/+18
* __FBSDID, ANSIfy function definitions, staticize functions and globals,des2002-03-241-148/+108
* Un-__P().des2002-03-241-27/+27
* Remove unnecessary setjmp.h.maxim2002-02-131-1/+0
* Unlink all log sockets at startup.maxim2002-02-131-0/+1
* mdoc(7) police: add missing markup bit.ru2002-01-101-1/+1
* Initialze a stack variable with NULL to unbreak buildworld with -Wall.deischen2002-01-091-1/+1
* Add a new flag '-c' to disable repeated line compression when the outputarchie2002-01-052-2/+13
* mdoc(7) police: markup nits.ru2001-12-081-1/+1
* Make the default kernel prefix "kernel:" instead of the boot file,dd2001-11-272-4/+25
* If the mask length is zero, there is no need to convert it to aps2001-11-141-1/+4
* Check the return values from calls to malloc(), calloc(), strdup() etc.des2001-09-301-12/+33
* Add a strcasecmp() call I forgot in my hurry to commit the previous fix.des2001-09-131-1/+2
* The previous commit appeared to just shove the bug under the carpet ratherdes2001-09-131-5/+23
* Fix logging from remote hosts, which has been broken since (at least) revisiondes2001-09-131-2/+3
* Fixed the free(3) panic overlooked due to the -Wno-uninitialized.ru2001-09-111-1/+2
* Use CFLAGS instead of COPTS.dd2001-09-091-1/+1
* - Silence warnings: apply `const' generously, mark some variablesdd2001-09-092-45/+50
* Correct a last minute sizeof() bogon in my previous commit.kris2001-09-051-1/+1
* Introduce a -b option that allows the user to specify which address todd2001-09-012-5/+16
* Fix some unsafe signal handlers, and be careful not to overflow on fd_set.kris2001-09-011-102/+136
* Fix some small errors and markup nits.cjc2001-08-281-9/+8
* Gives syslogd(8) the ability to refresh its idea of the hostname ofcjc2001-08-271-7/+27
* Don't make it sound like -A is turning on the default behavior.dd2001-08-271-0/+1
* Handle snprintf() returning -1.brian2001-08-201-2/+5
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
* - `-a' option for IPv6 was not working correctly.ume2001-07-191-4/+9
* Document the fact that syslogd(8) requires logs files to be createdmike2001-07-181-0/+6
* Remove whitespace at EOL.dd2001-07-152-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Lose any stray host bits that a user may have entered when providingcjc2001-07-021-1/+3
* Note that -a is ignored if -s is also specified.ru2001-06-061-0/+6
* Fix constness warning introduced in syslog.h 1.21.dwmalone2001-05-211-2/+2
* mdoc(7) police: uppercase abbreviations in revision 1.34.ru2001-05-161-4/+4
* Add the ability to specify alternate PID file for syslogd.dwmalone2001-05-102-6/+14
* mdoc(7) police: removed hard sentence break.ru2001-04-041-2/+3
* Document LOG_CONSOLE.cwt2001-03-271-3/+6
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
* MAXHOSTNAMELEN includes the NULbrian2001-03-091-5/+5
* Prepare for mdocNG.ru2001-02-261-1/+1
* This seems to stop syslog console messages looping. The problemdwmalone2001-02-041-1/+1
OpenPOWER on IntegriCloud