summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/buffer.c
AgeCommit message (Expand)Author
2004-02-19Make the code more portable. Add some missing header files and make the useClaudio Jeker
2004-02-17little easierHenning Brauer
2004-02-17missing bzero() of the iovecHenning Brauer
2004-01-10use writev(2) to get as many messages out at once as possible.Henning Brauer
2004-01-10we may only write after a POLLOUT, and then, we only may write once.Henning Brauer
2004-01-062004Henning Brauer
2004-01-05Big overhaul of the mrt code.Claudio Jeker
2003-12-26need to clean errno before returning error in the custom caseHenning Brauer
2003-12-24handle write() returning 0 correctly, adjust the msgbuf API appropriately,Henning Brauer
2003-12-23spacingTheo de Raadt
2003-12-21sync comments with reality and shorten a bit where appropriateHenning Brauer
2003-12-21overhaul the write buffering code.Henning Brauer
2003-12-21don't try to write out data immediately if there are queued writes.Claudio Jeker
2003-12-21yet more from the castathon; most aspath functions where accessing non-Claudio Jeker
2003-12-20let buf_add take void *data instead of u_char *data and save a zillionHenning Brauer
2003-12-20read(2)/write(2) return ssize_t, not size_tHenning Brauer
2003-12-17welcome, bgpdHenning Brauer