index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
mrouted
/
cfparse.y
Age
Commit message (
Expand
)
Author
2023-09-06
use ansi function decls
Jonathan Gray
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-08-21
since stdlib.h is in scope, don't cast.... you know the drill.
Theo de Raadt
2014-11-03
Add gcc format attributes to more warn/error functions in parse.y files.
Doug Hogan
2005-06-15
remove SNMP code from mrouted(8) because it is broken and it is
Robert Nagy
2003-11-26
Replace log() with logit() since ISO C reserves log() for the math
Todd C. Miller
2003-08-19
rewrite SIOCGIFCONF into getifaddrs. deraadt ok
Jun-ichiro itojun Hagino
2003-04-02
sprintf killing; millert ok
Theo de Raadt
2003-03-03
spaces
Theo de Raadt
2002-05-30
snprintf in .y files
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-08-01
another bad licence goes foom!
Theo de Raadt
1995-12-14
from netbsd; update to mrouted 3.8
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt