summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: add missing markup bit.Ruslan Ermilov2002-01-101-1/+1
* Initialze a stack variable with NULL to unbreak buildworld with -Wall.Daniel Eischen2002-01-091-1/+1
* Add a new flag '-c' to disable repeated line compression when the outputArchie Cobbs2002-01-052-2/+13
* mdoc(7) police: markup nits.Ruslan Ermilov2001-12-081-1/+1
* Make the default kernel prefix "kernel:" instead of the boot file,Dima Dorfman2001-11-272-4/+25
* If the mask length is zero, there is no need to convert it to aPaul Saab2001-11-141-1/+4
* Check the return values from calls to malloc(), calloc(), strdup() etc.Dag-Erling Smørgrav2001-09-301-12/+33
* Add a strcasecmp() call I forgot in my hurry to commit the previous fix.Dag-Erling Smørgrav2001-09-131-1/+2
* The previous commit appeared to just shove the bug under the carpet ratherDag-Erling Smørgrav2001-09-131-5/+23
* Fix logging from remote hosts, which has been broken since (at least) revisionDag-Erling Smørgrav2001-09-131-2/+3
* Fixed the free(3) panic overlooked due to the -Wno-uninitialized.Ruslan Ermilov2001-09-111-1/+2
* Use CFLAGS instead of COPTS.Dima Dorfman2001-09-091-1/+1
* - Silence warnings: apply `const' generously, mark some variablesDima Dorfman2001-09-092-45/+50
* Correct a last minute sizeof() bogon in my previous commit.Kris Kennaway2001-09-051-1/+1
* Introduce a -b option that allows the user to specify which address toDima Dorfman2001-09-012-5/+16
* Fix some unsafe signal handlers, and be careful not to overflow on fd_set.Kris Kennaway2001-09-011-101/+135
* Fix some small errors and markup nits.Crist J. Clark2001-08-281-9/+8
* Gives syslogd(8) the ability to refresh its idea of the hostname ofCrist J. Clark2001-08-271-7/+27
* Don't make it sound like -A is turning on the default behavior.Dima Dorfman2001-08-271-0/+1
* Handle snprintf() returning -1.Brian Somers2001-08-201-2/+5
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+4
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+1
* - `-a' option for IPv6 was not working correctly.Hajimu UMEMOTO2001-07-191-4/+9
* Document the fact that syslogd(8) requires logs files to be createdMike Barcroft2001-07-181-0/+6
* Remove whitespace at EOL.Dima Dorfman2001-07-152-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Lose any stray host bits that a user may have entered when providingCrist J. Clark2001-07-021-1/+3
* Note that -a is ignored if -s is also specified.Ruslan Ermilov2001-06-061-0/+6
* Fix constness warning introduced in syslog.h 1.21.David Malone2001-05-211-2/+2
* mdoc(7) police: uppercase abbreviations in revision 1.34.Ruslan Ermilov2001-05-161-4/+4
* Add the ability to specify alternate PID file for syslogd.David Malone2001-05-102-6/+14
* mdoc(7) police: removed hard sentence break.Ruslan Ermilov2001-04-041-2/+3
* Document LOG_CONSOLE.Chris Timmons2001-03-271-3/+6
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
* MAXHOSTNAMELEN includes the NULBrian Somers2001-03-091-5/+5
* Prepare for mdocNG.Ruslan Ermilov2001-02-261-1/+1
* This seems to stop syslog console messages looping. The problemDavid Malone2001-02-041-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-6/+19
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* mdoc(7) police: document IPv6 options in the SYNOPSIS.Ruslan Ermilov2000-12-181-1/+1
* IPv6 support for syslogd.Hajimu UMEMOTO2000-12-163-143/+417
* Add the "LOG_CONSOLE" facility and tell syslogd to not log it onPoul-Henning Kamp2000-11-251-0/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Syslogd normally converts messages of facility kern to facilityDavid Malone2000-10-173-3/+30
* Fix spelling of comparison.David Malone2000-10-171-2/+2
* Add forgotten -n option to SYNOPSIS sectionAlfred Perlstein2000-09-231-1/+1
* Fix unexploitable off by one error as mentioned on Bugtraq.Warner Losh2000-09-191-2/+1
* Update the usage string to reflect -n as an option.Paul Saab2000-08-071-1/+1