| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistancy check: s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Remove spaces between (void) and function calls. Use TAILQ_FOREACH | des | 2002-03-24 | 1 | -30/+40 |
* | Parenthesize return values and pull an orphaned { back into the fold. | des | 2002-03-24 | 1 | -19/+18 |
* | __FBSDID, ANSIfy function definitions, staticize functions and globals, | des | 2002-03-24 | 1 | -148/+108 |
* | Un-__P(). | des | 2002-03-24 | 1 | -27/+27 |
* | Remove unnecessary setjmp.h. | maxim | 2002-02-13 | 1 | -1/+0 |
* | Unlink all log sockets at startup. | maxim | 2002-02-13 | 1 | -0/+1 |
* | mdoc(7) police: add missing markup bit. | ru | 2002-01-10 | 1 | -1/+1 |
* | Initialze a stack variable with NULL to unbreak buildworld with -Wall. | deischen | 2002-01-09 | 1 | -1/+1 |
* | Add a new flag '-c' to disable repeated line compression when the output | archie | 2002-01-05 | 2 | -2/+13 |
* | mdoc(7) police: markup nits. | ru | 2001-12-08 | 1 | -1/+1 |
* | Make the default kernel prefix "kernel:" instead of the boot file, | dd | 2001-11-27 | 2 | -4/+25 |
* | If the mask length is zero, there is no need to convert it to a | ps | 2001-11-14 | 1 | -1/+4 |
* | Check the return values from calls to malloc(), calloc(), strdup() etc. | des | 2001-09-30 | 1 | -12/+33 |
* | Add a strcasecmp() call I forgot in my hurry to commit the previous fix. | des | 2001-09-13 | 1 | -1/+2 |
* | The previous commit appeared to just shove the bug under the carpet rather | des | 2001-09-13 | 1 | -5/+23 |
* | Fix logging from remote hosts, which has been broken since (at least) revision | des | 2001-09-13 | 1 | -2/+3 |
* | Fixed the free(3) panic overlooked due to the -Wno-uninitialized. | ru | 2001-09-11 | 1 | -1/+2 |
* | Use CFLAGS instead of COPTS. | dd | 2001-09-09 | 1 | -1/+1 |
* | - Silence warnings: apply `const' generously, mark some variables | dd | 2001-09-09 | 2 | -45/+50 |
* | Correct a last minute sizeof() bogon in my previous commit. | kris | 2001-09-05 | 1 | -1/+1 |
* | Introduce a -b option that allows the user to specify which address to | dd | 2001-09-01 | 2 | -5/+16 |
* | Fix some unsafe signal handlers, and be careful not to overflow on fd_set. | kris | 2001-09-01 | 1 | -102/+136 |
* | Fix some small errors and markup nits. | cjc | 2001-08-28 | 1 | -9/+8 |
* | Gives syslogd(8) the ability to refresh its idea of the hostname of | cjc | 2001-08-27 | 1 | -7/+27 |
* | Don't make it sound like -A is turning on the default behavior. | dd | 2001-08-27 | 1 | -0/+1 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -2/+5 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+1 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -2/+4 |
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+1 |
* | - `-a' option for IPv6 was not working correctly. | ume | 2001-07-19 | 1 | -4/+9 |
* | Document the fact that syslogd(8) requires logs files to be created | mike | 2001-07-18 | 1 | -0/+6 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -8/+8 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Lose any stray host bits that a user may have entered when providing | cjc | 2001-07-02 | 1 | -1/+3 |
* | Note that -a is ignored if -s is also specified. | ru | 2001-06-06 | 1 | -0/+6 |
* | Fix constness warning introduced in syslog.h 1.21. | dwmalone | 2001-05-21 | 1 | -2/+2 |
* | mdoc(7) police: uppercase abbreviations in revision 1.34. | ru | 2001-05-16 | 1 | -4/+4 |
* | Add the ability to specify alternate PID file for syslogd. | dwmalone | 2001-05-10 | 2 | -6/+14 |
* | mdoc(7) police: removed hard sentence break. | ru | 2001-04-04 | 1 | -2/+3 |
* | Document LOG_CONSOLE. | cwt | 2001-03-27 | 1 | -3/+6 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+1 |
* | MAXHOSTNAMELEN includes the NUL | brian | 2001-03-09 | 1 | -5/+5 |
* | Prepare for mdocNG. | ru | 2001-02-26 | 1 | -1/+1 |
* | This seems to stop syslog console messages looping. The problem | dwmalone | 2001-02-04 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -6/+19 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
* | mdoc(7) police: document IPv6 options in the SYNOPSIS. | ru | 2000-12-18 | 1 | -1/+1 |
* | IPv6 support for syslogd. | ume | 2000-12-16 | 3 | -145/+419 |