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
/
bgpd
Age
Commit message (
Expand
)
Author
2003-12-20
parent: waitpid() for the child processes on exit
Henning Brauer
2003-12-20
fatal() is a bit too much on 0 bytes read. imsg_get returns 0 in other
Henning Brauer
2003-12-20
keep track which process we are so fatal() can log in which proc the
Henning Brauer
2003-12-20
better set of warning opts
Henning Brauer
2003-12-20
formulate two comparisons sligthly different to prevent the left side from
Henning Brauer
2003-12-20
reconf is an enum reconf_action, not int
Henning Brauer
2003-12-20
poll returns plain int...
Henning Brauer
2003-12-20
read(2)/write(2) return ssize_t, not size_t
Henning Brauer
2003-12-19
even smaller typo with also big effect... < is not the same as >
Henning Brauer
2003-12-19
Small typo/pasto big effect. Muddled keepalive timer with holdtimer.
Claudio Jeker
2003-12-19
zap the msg_ struct we don't ever use
Henning Brauer
2003-12-19
when sending a notification things actually work better if you copy error code
Henning Brauer
2003-12-19
actually we need to init the configuration we receive in the reconfigure case
Henning Brauer
2003-12-19
conf->holdtime was not set to teh default value initially if no holdtime
Henning Brauer
2003-12-19
knf
Theo de Raadt
2003-12-19
Rework of the RDE config merge. This fixes problems with peers that
Claudio Jeker
2003-12-19
when adding a new peer during reconfiguration set its sock to -1.
Henning Brauer
2003-12-19
for our internal peer ID just use the peer's IP address for now.
Henning Brauer
2003-12-19
don't bother sending a SESSION_DOWN imsg to the RDE if we are quitting, this
Henning Brauer
2003-12-19
fix getpwnam use; noticed by claudio@
Henning Brauer
2003-12-19
fix copyright
Henning Brauer
2003-12-19
knf & 64-bit cleanup; henning ok
Theo de Raadt
2003-12-19
for(p = something; p != NULL; p = p->next) is not going to fly if there is
Henning Brauer
2003-12-18
First step for configuration merges in the RDE. Currently this will not
Claudio Jeker
2003-12-18
reset nconf to NULL after free(), from claudio
Henning Brauer
2003-12-17
send reconf requests to the RDE as well and handle them there; syncing peer
Henning Brauer
2003-12-17
style
Henning Brauer
2003-12-17
oups, kill (then helpful) shit from the time when it live out of the tree...
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer