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
/
mrt.c
Age
Commit message (
Expand
)
Author
2004-01-11
Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever
Claudio Jeker
2004-01-11
The buffer changes produced some fallout in the mrt code.
Claudio Jeker
2004-01-10
RDE update generation. First we queue all updates and withdraws on a per
Claudio Jeker
2004-01-07
Duh. Fixing stupid braino. OK henning@
Claudio Jeker
2004-01-06
Free buf on error and correct of by one in strlcpy.
Claudio Jeker
2004-01-06
2004 OK henning@
Claudio Jeker
2004-01-06
Fix reopening of dump files.
Claudio Jeker
2004-01-05
Big overhaul of the mrt code.
Claudio Jeker
2004-01-01
conf -> mconf
Henning Brauer
2003-12-26
when this project started and i added the fatal() function, I made it take
Henning Brauer
2003-12-26
In the mrt state machine one state was forgotten. This caused the parent
Claudio Jeker
2003-12-25
free where it was allocated; much easier to verify
Henning Brauer
2003-12-24
handle write() returning 0 correctly, adjust the msgbuf API appropriately,
Henning Brauer
2003-12-23
spacing
Theo de Raadt
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-21
yet more from the castathon; most aspath functions where accessing non-
Claudio Jeker
2003-12-20
knf. OK henning@
Claudio Jeker
2003-12-20
let buf_add take void *data instead of u_char *data and save a zillion
Henning Brauer
2003-12-20
few missing break; in default: cases in switch; one noticed by tedu@
Henning Brauer
2003-12-19
knf & 64-bit cleanup; henning ok
Theo de Raadt
2003-12-17
welcome, bgpd
Henning Brauer