summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/buffer.c
AgeCommit message (Expand)Author
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