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
/
rde.c
Age
Commit message (
Expand
)
Author
2003-12-21
rename get_imsg() to imsg_get(); that's more consistent
Henning Brauer
2003-12-21
wrap read & write buffers for imsgs into a struct.
Henning Brauer
2003-12-21
overhaul the write buffering code.
Henning Brauer
2003-12-20
knf. OK henning@
Claudio Jeker
2003-12-20
more cast cleanup imsg_compose takes now a void * argument. OK henning@
Claudio Jeker
2003-12-20
few missing break; in default: cases in switch; one noticed by tedu@
Henning Brauer
2003-12-20
keep track which process we are so fatal() can log in which proc the
Henning Brauer
2003-12-20
formulate two comparisons sligthly different to prevent the left side from
Henning Brauer
2003-12-20
poll returns plain int...
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
fix getpwnam use; noticed by claudio@
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-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
welcome, bgpd
Henning Brauer