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
/
buffer.c
Age
Commit message (
Expand
)
Author
2004-02-19
Make the code more portable. Add some missing header files and make the use
Claudio Jeker
2004-02-17
little easier
Henning Brauer
2004-02-17
missing bzero() of the iovec
Henning Brauer
2004-01-10
use writev(2) to get as many messages out at once as possible.
Henning Brauer
2004-01-10
we may only write after a POLLOUT, and then, we only may write once.
Henning Brauer
2004-01-06
2004
Henning Brauer
2004-01-05
Big overhaul of the mrt code.
Claudio Jeker
2003-12-26
need to clean errno before returning error in the custom case
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
sync comments with reality and shorten a bit where appropriate
Henning Brauer
2003-12-21
overhaul the write buffering code.
Henning Brauer
2003-12-21
don't try to write out data immediately if there are queued writes.
Claudio Jeker
2003-12-21
yet more from the castathon; most aspath functions where accessing non-
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
read(2)/write(2) return ssize_t, not size_t
Henning Brauer
2003-12-17
welcome, bgpd
Henning Brauer