summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
1999-12-13use sizeof(foo) instead of hardcoded value, to help synchronizingitojun
1999-12-07RCSID police.ad
1999-12-06be more friendly with non-IPv6 kernel.itojun
1999-12-02IPv6 support in syslogd. actually we need library update as well.itojun
1999-11-30- Fix location of RCS Id string.ad
1999-11-27add some debug messages.mrg
1999-09-10s/acknowledgment/acknowledgement/simonb
1999-06-07save/restore errno as necessary (printf() et al might have modified it...)lukem
1999-06-06Use pidfile(3).thorpej
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-19/var/run/log.perry
1999-03-19symlink /var/run/log to /dev/log for transition period.perry
1999-03-15/dev/log moved to /var/run/syslog.socket.is
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-02-28Because the old bound check is used at several places we need to maketron
1999-02-28Correct precedence in calculation of storage for pollfds.pk
1999-02-28- Don't use static array hack if neither "-p" nor "-P" are used.tron
1999-02-28Use correct expression "sizeof(char *)" instead of "sizeof(char **)"tron
1999-02-21- allow -p /log/socket to appear more than once (and work as expectedmrg
1998-07-30Use "[host]: " as prefix for forwarded messages to distinguish themtron
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-05-08Fix arithmetics lossage on typeless pointers.kleink
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1998-02-10nit: order rcsid/sccsidsmrg
1997-10-24prefer snprintf() to sprintf()mrg
1997-10-18enable WARNS=1 by default, but disable in unclean 3rd party codelukem
1997-10-17getopt returns -1 not EOFlukem
1997-10-17minor .Nm cleanuplukem
1997-09-19Commit userland part of pr-1891.leo
1997-09-15If f->f_type is F_FORW, don't close f->file.enami
1997-09-13Store constant `F_UNUSED' into the right place f->f_typeenami
1997-07-18Cast time_t's to long, and use %ld format, when printing.thorpej
1997-07-01Add WARNS=1christos
1997-06-29- Fix warningschristos
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-04-26add 0 and 0x prefixes for octal and hex numbers, in debug messages (based on ...mrg
1997-04-26do not write pid file in debug mode. (pr#2825)mrg
1997-03-08alternate -> alternative, per PR 2643mouse
1996-05-06Fix PR/2371, a spelling error and missing -s from the description.christos
1996-02-05Added code to implement mode in which syslogd listens only to unixperry
1996-01-24cast return value of hstrerror() as this changes with the incoming bindmrg
1996-01-02Merge/Sync with 4.4lite2. This is the 4.4lite2 version with NetBSD bugperry
1996-01-02Merge/sync with 4.4lite2. Fixed HISTORY line for syslog.conf.5. Noteperry
1996-01-02Merge/sync with 4.4lite2 -- just a change in version numbers andperry
1995-06-20document 'info' level; pr#1137 from Kenneth Staileyjtc
1995-06-11Use hstrerror(), not h_errlist[].mycroft
1995-05-14fix priority mangling when sending to remote syslogds. (pr 1039, bycgd