aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-272-4/+4
* Factor out the code that determines whether a message must be skippedThomas Quinot2002-11-071-26/+27
* Add used #include <limits.h>.Garrett Wollman2002-10-271-0/+1
* Sync usage() with reality and sort it alphabetically.Tim J. Robbins2002-10-181-4/+5
* Add -c option to synopsis. Sort it alphabetically, too.Tim J. Robbins2002-10-181-3/+3
* Avoid referencing a removed (and freed) queue entry. This partially revertsDag-Erling Smørgrav2002-10-061-2/+4
* Introduce to the !program specification a capability similar to the oneDaniel C. Sobral2002-09-232-2/+25
* Make syslogd -u treat "*" as all levels by explictly setting pri_cmpDavid Malone2002-09-042-6/+24
* Don't give up on a remote log host when we get a EHOSTUNREACH orCrist J. Clark2002-08-251-3/+20
* When parsing the program name from the incoming log messageRobert Drehmel2002-07-251-1/+1
* When reading a program name from the syslog configuration file,Robert Drehmel2002-07-251-1/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-3/+1
* The .Nm utilityPhilippe Charnier2002-07-141-7/+7
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHDag-Erling Smørgrav2002-03-241-30/+40
* Parenthesize return values and pull an orphaned { back into the fold.Dag-Erling Smørgrav2002-03-241-19/+18
* __FBSDID, ANSIfy function definitions, staticize functions and globals,Dag-Erling Smørgrav2002-03-241-148/+108
* Un-__P().Dag-Erling Smørgrav2002-03-241-27/+27
* Remove unnecessary setjmp.h.Maxim Konovalov2002-02-131-1/+0
* Unlink all log sockets at startup.Maxim Konovalov2002-02-131-0/+1
* 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-102/+136