summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/buffer.c
AgeCommit message (Expand)Author
2009-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-06-06sync ospfctl/ospfd with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-05bring buf_write here as well.Pierre-Yves Ritschard
2009-06-05make ospfd's imsg lib ready as well.Pierre-Yves Ritschard
2009-06-05treat buf->wpos as the size to send out on the wire, not buf->size,Pierre-Yves Ritschard
2009-03-04Introduce and use buf_size(buf) instead of buf->wpos -- at least in the nonClaudio Jeker
2009-01-31Implement buf_left() to make some some more buffer handling easier.Claudio Jeker
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
2005-08-11EINTR, and a little KNF in packet.cHenning Brauer
2005-04-26unify shared code a bit again to make future syncs easierHenning Brauer
2005-04-05Set errno in case buf_realloc() fails because the limit of the buffer isClaudio Jeker
2005-03-23remove now osolete comment, from a mail exchange withHenning Brauer
2005-02-09Add buf_seek() as buf_reserve() fails if a buf_add()/buf_reserve() isClaudio Jeker
2005-02-01Introduce dynmaic buffers. Dynamic buffers are realloced() until max isClaudio Jeker
2005-01-28Welcome ospfdClaudio Jeker