summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde.c
AgeCommit message (Expand)Author
2003-12-21rename get_imsg() to imsg_get(); that's more consistentHenning Brauer
2003-12-21wrap read & write buffers for imsgs into a struct.Henning Brauer
2003-12-21overhaul the write buffering code.Henning Brauer
2003-12-20knf. OK henning@Claudio Jeker
2003-12-20more cast cleanup imsg_compose takes now a void * argument. OK henning@Claudio Jeker
2003-12-20few missing break; in default: cases in switch; one noticed by tedu@Henning Brauer
2003-12-20keep track which process we are so fatal() can log in which proc theHenning Brauer
2003-12-20formulate two comparisons sligthly different to prevent the left side fromHenning Brauer
2003-12-20poll returns plain int...Henning Brauer
2003-12-19knfTheo de Raadt
2003-12-19Rework of the RDE config merge. This fixes problems with peers thatClaudio Jeker
2003-12-19fix getpwnam use; noticed by claudio@Henning Brauer
2003-12-19knf & 64-bit cleanup; henning okTheo de Raadt
2003-12-19for(p = something; p != NULL; p = p->next) is not going to fly if there isHenning Brauer
2003-12-18First step for configuration merges in the RDE. Currently this will notClaudio Jeker
2003-12-17send reconf requests to the RDE as well and handle them there; syncing peerHenning Brauer
2003-12-17styleHenning Brauer
2003-12-17welcome, bgpdHenning Brauer