| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
On shutdown, there's no need to use kill(2) to kill the child
processes. Just closing the IPC sockets will make the children receive
an EOF, break out from the event loop and then exit.
Tha advantages of this "pipe teardown" are:
* simpler code;
* no need to pledge "proc" in the parent process;
* removal of a (hard to trigger) PID reuse race condition.
ok benno@ claudio@
|
| |
|
|
|
|
|
| |
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
| |
|
|
|
|
|
| |
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
| |
|
|
|
|
|
|
| |
change this in all config parsers in our tree that support macros.
problem reported by sven falempin.
feedback from henning@, stsp@, deraadt@
ok florian@ mikeb@
|
| |
|
|
| |
warning in rde.c
|
| |
|
|
| |
OK jca@ jmc@ sthen@ claudio@
|
| |
|
|
|
|
| |
titles (including flags) to distinguish between daemons, this makes it
possible to manage multiple copies of a daemon using the normal infrastructure
by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@, smtpd ok gilles@
|
| | |
|
| | |
|
| |
|
|
|
| |
And some ifmedia64 fixes.
"move forward" deraadt@
|
| |
|
|
| |
ok jmc@
|
| |
|
|
| |
routes also adjust the tracking of connected routes to the new way.
|
| |
|
|
| |
ok claudio@
|
| |
|
|
|
| |
are less then sizeof(*rtm) bytes long (e.g. interface announcements).
Found the hard way by phessler@
|
| |
|
|
| |
kroute change (make socket non-blocking and add trigger for partial reads).
|
| |
|
|
|
| |
ensures that a LSA withdrawal is not acked by a previous update.
From Florian Riehm; OK claudio@
|
| |
|
|
| |
static. noticed by florian riehm
|
| |
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
| | |
|
| |
|
|
|
|
|
| |
Fixes a pfctl crash with an anchor name containing
an embedded nul found with the afl fuzzer.
pfctl parse.y patch from and ok deraadt@
|
| |
|
|
| |
ok deraadt@ millert@ tedu@
|
| |
|
|
|
| |
format string, create a temporary message.
OK deraadt@ claudio@
|
| |
|
|
|
|
| |
Fix a few yyerror() lines that are missing arguments.
ok claudio@ sthen@
|
| |
|
|
| |
ok millert@
|
| |
|
|
| |
ok claudio@
|
| |
|
|
| |
ok henning@
|
| |
|
|
| |
inconsistent usage in route(8) noted by Gregor Best (gbe (at) ring0.de)
|
| |
|
|
|
|
| |
is only implemented for IPv4. Just remove it.
Tested by and ok florian@
|
| |
|
|
|
| |
default permissions and mtree NOT changed.
prodded by benno, ok phessler benno jmatthew theo pelikan florian
|
| |
|
|
| |
found by millert@, ok deraadt@
|
| |
|
|
|
|
| |
taken from claudios previous fix to ospfd.
"do it" deraadt@
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
From: Jan Stary
|
| | |
|
| | |
|
| |
|
|
| |
adjacencies; ok claudio sthen
|
| |
|
|
| |
NBR_STA_XSTRT; ok claudio@ sthen@
|
| |
|
|
|
|
| |
for point-to-point interfaces we need to send lsupdates to the
interface address, since there is no DR and multicast messages to
the DR will be ignored. ok claudio@, then@
|
| |
|
|
| |
ok claudio@ sthen@
|
| | |
|
| |
|
|
|
|
|
| |
date: 2013/01/17 09:02:22; author: markus; state: Exp; lines: +4 -2
the peer might still send more DD messages, even if the RDE has
processed all received DDs (dd_pending == 0), so we need to check
for state != NBR_STA_XCHNG; ok claudio@
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...
|
| |
|
|
| |
ok florian@
|
| |
|
|
|
|
|
|
|
|
|
| |
------------------------------------------------------------------------
date: 2009/06/02 20:16:59; author: claudio; state: Exp; lines: +13 -3
Track reject and blackhole routes and allow them to be redistributed even
though they point to the loopback. Mainly used for redistribute default since
on default free routers we need to have a fake route now.
After discussion with Tonnerre Lombard, idea OK henning@
------------------------------------------------------------------------
ok claudio@
|