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
/
main.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2017-10-07
delete #ifdef SYSV code, along with a beautiful #define bcopy memcpy
Theo de Raadt
2017-01-21
Nuke whitespace foolish enough to expose itself during the great
Kenneth R Westerback
2015-11-12
use symbolics for flags to open
Theo de Raadt
2015-11-12
daemon() equivelant should open /dev/null; ok millert
Theo de Raadt
2015-10-26
remove util.h include and -lutil after pidfile removal
Joerg Jung
2015-10-26
stop using pidfile()
Theo de Raadt
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-08-27
c99 no longer allows implicit ints. make the declaration explicit.
Daniel Dickman
2013-04-21
use arc4random_uniform(); ok djm
Theo de Raadt
2013-04-21
deregister. no binary change.
Ted Unangst
2013-04-21
as in dvmrpd:
Theo de Raadt
2013-04-21
convert select to poll, since the select code had descriptor limits
Theo de Raadt
2011-09-21
fix missing err.h includes
Jonathan Gray
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-02-18
tidy up synopsis and usage; from Igor Sobrado
Jason McIntyre
2005-06-16
use getopt() for argument list parsing
Robert Nagy
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-03-12
less sprintf
Theo de Raadt
2003-03-03
spaces
Theo de Raadt
2003-03-03
ansi, from cloder
Theo de Raadt
2002-08-09
die if fd_set overruns.
Jun-ichiro itojun Hagino
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-12-01
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
Miod Vallat
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-03-09
exit(-#) is wrong
Theo de Raadt
1996-09-11
revoke privs at start; tested by fenner@parc.xerox.com
Theo de Raadt
1995-12-19
from netbsd: tv_sec isn't a time_t, but a long. this causes some problems..
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