summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
...
* Bump document date.kensmith2004-11-091-1/+1
* Add newsyslog(8) to the "See Also" section.kensmith2004-11-091-1/+2
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-042-5/+14
* - Use stailqueue for sockets instead of socket buffer. Thusglebius2004-11-042-41/+82
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-074-16/+1
* Fix dofsync() declaration.cperciva2004-07-041-1/+1
* Where syslogd would have fsync()ed a file in the past, instead set a flagcperciva2004-07-041-3/+25
* Eliminated double whitespace.ru2004-07-031-1/+2
* Mechanically kill hard sentence breaks.ru2004-07-022-23/+46
* Also terminate program names if we hit a '/' - this is to be slightlydwmalone2004-05-301-1/+2
* A log file name may now be prefixed by a '-' if it should not bedwmalone2004-05-302-2/+32
* Try to be more careful about using using the file descriptor f_file.dwmalone2004-05-301-7/+13
* Some string fixes.dwmalone2004-05-291-4/+9
* Exit with a warning if the path to one of the logging sockets isdwmalone2004-05-291-0/+4
* Fix some bugs that don't manifest themselves in practice.dwmalone2004-05-291-3/+6
* Update a couple of comments.dwmalone2004-05-291-2/+2
* Silence some constness and printf type warnings. Most of thedwmalone2004-05-261-12/+14
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Use strtol to parse the <%d> tags in printline() and printsys().iedowse2004-01-311-18/+18
* Be much more strict about parsing tagged log messages from /dev/klog;iedowse2004-01-261-10/+20
* logerror is used in syslogd to log errors from syslogd itself. Itdwmalone2003-11-161-0/+6
* Remove an argument to printf that is unused.dwmalone2003-11-161-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Avoid a corrupt timestamp on the consolegshapiro2003-05-171-2/+6
* Avoid code duplication by using libutil's trimdomain() instead ofgshapiro2003-05-172-10/+7
* Cleanup hostname matching in syslogd:gshapiro2003-05-041-17/+24
* style.Makefile(5)obrien2003-04-041-1/+1
* Hostname specifications must allow commas in the value. They arethomas2003-02-211-1/+2
* Allow multiple hosts or programs to be named in programthomas2003-02-132-6/+39
* Various language tweaks.trhodes2002-12-241-17/+17
* Uniformly refer to a file system as "file system".ru2002-12-122-2/+2
* mdoc(7) police: markup fixes.ru2002-11-272-4/+4
* Factor out the code that determines whether a message must be skippedthomas2002-11-071-26/+27
* Add used #include <limits.h>.wollman2002-10-271-0/+1
* Sync usage() with reality and sort it alphabetically.tjr2002-10-181-4/+5
* Add -c option to synopsis. Sort it alphabetically, too.tjr2002-10-181-3/+3
* Avoid referencing a removed (and freed) queue entry. This partially revertsdes2002-10-061-2/+4
* Introduce to the !program specification a capability similar to the onedcs2002-09-232-2/+25
* Make syslogd -u treat "*" as all levels by explictly setting pri_cmpdwmalone2002-09-042-6/+24
* Don't give up on a remote log host when we get a EHOSTUNREACH orcjc2002-08-251-3/+20
* 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
OpenPOWER on IntegriCloud