summaryrefslogtreecommitdiffstats
path: root/sys/sys/sbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-091-2/+2
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-041-0/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-2/+2
* Replace spaces after #defines with tabs; this makes all #defineskbyanc2002-01-091-6/+6
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag arekbyanc2002-01-061-1/+6
* Reduce namespace pollution by removing argument names from prototypes.des2001-12-041-18/+18
* Add a couple of API functions I need for my pseudofs WIP. Documentationdes2001-09-291-0/+3
* Add printf format checking to sbuf_printf()phk2001-07-181-1/+1
* Constify the format string.des2001-07-031-1/+1
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-0/+7
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-12/+13
* Rewrite of the CAM error recovery code.ken2001-03-271-2/+4
* Add sbuf_clear() and sbuf_overflowed().des2001-01-281-19/+8
* String buffer APIdes2000-12-131-0/+76
OpenPOWER on IntegriCloud