index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
syslogd
/
syslogd.c
Age
Commit message (
Expand
)
Author
1999-12-13
use sizeof(foo) instead of hardcoded value, to help synchronizing
itojun
1999-12-07
RCSID police.
ad
1999-12-06
be more friendly with non-IPv6 kernel.
itojun
1999-12-02
IPv6 support in syslogd. actually we need library update as well.
itojun
1999-11-27
add some debug messages.
mrg
1999-06-07
save/restore errno as necessary (printf() et al might have modified it...)
lukem
1999-06-06
Use pidfile(3).
thorpej
1999-02-28
Because the old bound check is used at several places we need to make
tron
1999-02-28
Correct 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-28
Use correct expression "sizeof(char *)" instead of "sizeof(char **)"
tron
1999-02-21
- allow -p /log/socket to appear more than once (and work as expected
mrg
1998-07-30
Use "[host]: " as prefix for forwarded messages to distinguish them
tron
1998-07-18
use AF_LOCAL instead of AF_UNIX
lukem
1998-07-06
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
mrg
1998-05-08
Fix arithmetics lossage on typeless pointers.
kleink
1997-10-24
prefer snprintf() to sprintf()
mrg
1997-10-17
getopt returns -1 not EOF
lukem
1997-09-19
Commit userland part of pr-1891.
leo
1997-09-15
If f->f_type is F_FORW, don't close f->file.
enami
1997-09-13
Store constant `F_UNUSED' into the right place f->f_type
enami
1997-07-18
Cast time_t's to long, and use %ld format, when printing.
thorpej
1997-06-29
- Fix warnings
christos
1997-05-17
NULL => 0 (Arne Juul; PR#3629)
pk
1997-04-26
add 0 and 0x prefixes for octal and hex numbers, in debug messages (based on ...
mrg
1997-04-26
do not write pid file in debug mode. (pr#2825)
mrg
1996-02-05
Added code to implement mode in which syslogd listens only to unix
perry
1996-01-24
cast return value of hstrerror() as this changes with the incoming bind
mrg
1996-01-02
Merge/Sync with 4.4lite2. This is the 4.4lite2 version with NetBSD bug
perry
1995-06-11
Use hstrerror(), not h_errlist[].
mycroft
1995-05-14
fix priority mangling when sending to remote syslogds. (pr 1039, by
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd