summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/mrt.c
AgeCommit message (Expand)Author
2003-12-26when this project started and i added the fatal() function, I made it takeHenning Brauer
2003-12-26In the mrt state machine one state was forgotten. This caused the parentClaudio Jeker
2003-12-25free where it was allocated; much easier to verifyHenning Brauer
2003-12-24handle write() returning 0 correctly, adjust the msgbuf API appropriately,Henning Brauer
2003-12-23spacingTheo de Raadt
2003-12-21wrap read & write buffers for imsgs into a struct.Henning Brauer
2003-12-21overhaul the write buffering code.Henning Brauer
2003-12-21yet more from the castathon; most aspath functions where accessing non-Claudio Jeker
2003-12-20knf. OK henning@Claudio Jeker
2003-12-20let buf_add take void *data instead of u_char *data and save a zillionHenning Brauer
2003-12-20few missing break; in default: cases in switch; one noticed by tedu@Henning Brauer
2003-12-19knf & 64-bit cleanup; henning okTheo de Raadt
2003-12-17welcome, bgpdHenning Brauer