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
/
mrouted
/
main.c
Age
Commit message (
Expand
)
Author
2003-09-06
use arc4random
itojun
2003-05-16
avoid possible buffer overruns - strlcpy, snprintf
itojun
2003-03-05
Move back from gnu/dist/mrouted, now that it's available under a BSD
wiz
2002-10-01
move mrouted out of basesrc, as it carries non-BSD license.
itojun
2002-08-09
die if fd_set overrun. (they're not setuid binary so it is not that critical)
itojun
2002-07-14
Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.
wiz
2001-04-06
Negative exit code cleanup: Replace exit(-x) with exit(x).
wiz
2000-10-11
More format string cleanups by sommerfeld.
is
1999-06-06
Use daemon(3) and pidfile(3).
thorpej
1998-05-09
Use strerror(3) instead of sys_errlist and sys_nerr.
kleink
1998-03-30
use static int instead of static
mrg
1997-10-17
WARNSify
lukem
1995-12-19
fix a call to localtime() so that it works if time_t != long.
cgd
1995-12-16
Change a rogue RCS id to new-style.
thorpej
1995-12-10
Update to mrouted 3.8.
mycroft
1995-10-09
New-style RCS ids.
thorpej
1995-06-01
Update to multicast 3.5.
mycroft
1995-05-20
Use strerror(), not sys_errlist[].
mycroft
1994-05-08
Van's 2.2 mrouted changes
brezak
1994-01-11
Mrouted ported by cmaeda@cs.washington.edu from BSD386 port.
brezak