| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a corrupt timestamp on the console | Gregory Neil Shapiro | 2003-05-17 | 1 | -2/+6 |
* | Avoid code duplication by using libutil's trimdomain() instead of | Gregory Neil Shapiro | 2003-05-17 | 2 | -10/+7 |
* | Cleanup hostname matching in syslogd: | Gregory Neil Shapiro | 2003-05-04 | 1 | -17/+24 |
* | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -1/+1 |
* | Hostname specifications must allow commas in the value. They are | Thomas Quinot | 2003-02-21 | 1 | -1/+2 |
* | Allow multiple hosts or programs to be named in program | Thomas Quinot | 2003-02-13 | 2 | -6/+39 |
* | Various language tweaks. | Tom Rhodes | 2002-12-24 | 1 | -17/+17 |
* | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 2 | -2/+2 |
* | mdoc(7) police: markup fixes. | Ruslan Ermilov | 2002-11-27 | 2 | -4/+4 |
* | Factor out the code that determines whether a message must be skipped | Thomas Quinot | 2002-11-07 | 1 | -26/+27 |
* | Add used #include <limits.h>. | Garrett Wollman | 2002-10-27 | 1 | -0/+1 |
* | Sync usage() with reality and sort it alphabetically. | Tim J. Robbins | 2002-10-18 | 1 | -4/+5 |
* | Add -c option to synopsis. Sort it alphabetically, too. | Tim J. Robbins | 2002-10-18 | 1 | -3/+3 |
* | Avoid referencing a removed (and freed) queue entry. This partially reverts | Dag-Erling Smørgrav | 2002-10-06 | 1 | -2/+4 |
* | Introduce to the !program specification a capability similar to the one | Daniel C. Sobral | 2002-09-23 | 2 | -2/+25 |
* | Make syslogd -u treat "*" as all levels by explictly setting pri_cmp | David Malone | 2002-09-04 | 2 | -6/+24 |
* | Don't give up on a remote log host when we get a EHOSTUNREACH or | Crist J. Clark | 2002-08-25 | 1 | -3/+20 |
* | When parsing the program name from the incoming log message | Robert Drehmel | 2002-07-25 | 1 | -1/+1 |
* | When reading a program name from the syslog configuration file, | Robert Drehmel | 2002-07-25 | 1 | -1/+1 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | Hajimu UMEMOTO | 2002-07-22 | 1 | -3/+1 |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -7/+7 |
* | Consistancy check: s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -1/+1 |
* | Remove spaces between (void) and function calls. Use TAILQ_FOREACH | Dag-Erling Smørgrav | 2002-03-24 | 1 | -30/+40 |
* | Parenthesize return values and pull an orphaned { back into the fold. | Dag-Erling Smørgrav | 2002-03-24 | 1 | -19/+18 |
* | __FBSDID, ANSIfy function definitions, staticize functions and globals, | Dag-Erling Smørgrav | 2002-03-24 | 1 | -148/+108 |
* | Un-__P(). | Dag-Erling Smørgrav | 2002-03-24 | 1 | -27/+27 |
* | Remove unnecessary setjmp.h. | Maxim Konovalov | 2002-02-13 | 1 | -1/+0 |
* | Unlink all log sockets at startup. | Maxim Konovalov | 2002-02-13 | 1 | -0/+1 |
* | mdoc(7) police: add missing markup bit. | Ruslan Ermilov | 2002-01-10 | 1 | -1/+1 |
* | Initialze a stack variable with NULL to unbreak buildworld with -Wall. | Daniel Eischen | 2002-01-09 | 1 | -1/+1 |
* | Add a new flag '-c' to disable repeated line compression when the output | Archie Cobbs | 2002-01-05 | 2 | -2/+13 |
* | mdoc(7) police: markup nits. | Ruslan Ermilov | 2001-12-08 | 1 | -1/+1 |
* | Make the default kernel prefix "kernel:" instead of the boot file, | Dima Dorfman | 2001-11-27 | 2 | -4/+25 |
* | If the mask length is zero, there is no need to convert it to a | Paul Saab | 2001-11-14 | 1 | -1/+4 |
* | Check the return values from calls to malloc(), calloc(), strdup() etc. | Dag-Erling Smørgrav | 2001-09-30 | 1 | -12/+33 |
* | Add a strcasecmp() call I forgot in my hurry to commit the previous fix. | Dag-Erling Smørgrav | 2001-09-13 | 1 | -1/+2 |
* | The previous commit appeared to just shove the bug under the carpet rather | Dag-Erling Smørgrav | 2001-09-13 | 1 | -5/+23 |
* | Fix logging from remote hosts, which has been broken since (at least) revision | Dag-Erling Smørgrav | 2001-09-13 | 1 | -2/+3 |
* | Fixed the free(3) panic overlooked due to the -Wno-uninitialized. | Ruslan Ermilov | 2001-09-11 | 1 | -1/+2 |
* | Use CFLAGS instead of COPTS. | Dima Dorfman | 2001-09-09 | 1 | -1/+1 |
* | - Silence warnings: apply `const' generously, mark some variables | Dima Dorfman | 2001-09-09 | 2 | -45/+50 |
* | Correct a last minute sizeof() bogon in my previous commit. | Kris Kennaway | 2001-09-05 | 1 | -1/+1 |
* | Introduce a -b option that allows the user to specify which address to | Dima Dorfman | 2001-09-01 | 2 | -5/+16 |
* | Fix some unsafe signal handlers, and be careful not to overflow on fd_set. | Kris Kennaway | 2001-09-01 | 1 | -102/+136 |
* | Fix some small errors and markup nits. | Crist J. Clark | 2001-08-28 | 1 | -9/+8 |
* | Gives syslogd(8) the ability to refresh its idea of the hostname of | Crist J. Clark | 2001-08-27 | 1 | -7/+27 |
* | Don't make it sound like -A is turning on the default behavior. | Dima Dorfman | 2001-08-27 | 1 | -0/+1 |
* | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -2/+5 |
* | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 1 | -2/+1 |
* | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -2/+4 |