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
Age
Commit message (
Expand
)
Author
2024-02-08
Feed more generated files to the clean target; joint work with naddy@
Miod Vallat
2023-09-06
use ansi function decls
Jonathan Gray
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
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
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
Philip Guenther
2017-01-21
Having a 'case 256:' in a switch (<uchar>) {} is bad on principle
Kenneth R Westerback
2017-01-21
Accommodate gcc's suggestion that assignments used as truth values
Kenneth R Westerback
2017-01-21
Nuke whitespace foolish enough to expose itself during the great
Kenneth R Westerback
2016-12-25
Add some {}'s to eliminate "ambiguous else" warnings from gcc.
Kenneth R Westerback
2015-12-19
Remove NULL-check before free().
mmcc
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-28
pid removal; from jan stary
Jason McIntyre
2015-10-26
remove libutil from dpadd too
Ted Unangst
2015-10-26
remove util.h include and -lutil after pidfile removal
Joerg Jung
2015-10-26
stop using pidfile()
Theo de Raadt
2015-08-21
since stdlib.h is in scope, don't cast.... you know the drill.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-11-03
Add gcc format attributes to more warn/error functions in parse.y files.
Doug Hogan
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-09-08
obvious cases of missing .An;
Ingo Schwarze
2014-08-27
c99 no longer allows implicit ints. make the declaration explicit.
Daniel Dickman
2014-07-11
missing prototypes
Florian Obser
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
2013-01-17
some simple macro fixes;
Jason McIntyre
2012-09-26
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
Jason McIntyre
2011-09-21
fix missing err.h includes
Jonathan Gray
2010-11-05
- fix possible use of uninitialized variable.
Jasper Lievisse Adriaanse
2010-04-05
Another incorrect comment introduction. \." != .\"
Theo de Raadt
2010-01-06
clean up this page a little; ok norby
Jason McIntyre
2010-01-03
Neither .Pp nor unqualified text are allowed at the top level of .Bl;
Ingo Schwarze
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-02-01
"Ethernet" is a family of networking technologies developed at Xerox PARC,
Igor Sobrado
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-02-18
tidy up synopsis and usage; from Igor Sobrado
Jason McIntyre
2007-02-06
fix some dodgy displays;
Jason McIntyre
2005-11-09
whever -> whenever in comments
Martin Reindl
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
2004-08-01
ansi cleanup; khalek@linuxgamers.net
Theo de Raadt
2004-04-03
.br workaround no longer necessary;
Jason McIntyre
2004-01-16
sync with raw socket API change. reported by Esben Norby, tested by tedu
Jun-ichiro itojun Hagino
[next]