aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sbuf.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement simple record boundary tracking in sbuf(9) to avoid record splittingLawrence Stewart2017-08-171-0/+2
* Add prototype for sbuf_putbuf()Scott Long2017-02-281-0/+1
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-0/+10
* Add a new flag, SBUF_INCLUDENUL, and new get/set/clear functions for flags.Ian Lepore2015-03-141-0/+4
* Unbreak the ABI by reverting r268494 until the compat shims are providedPietro Cerutti2014-07-281-6/+3
* Implement Short/Small String Optimization in SBUF(9) and change lengths andPietro Cerutti2014-07-101-3/+6
* Add sbuf_start_section() and sbuf_end_section() functions, which canMikolaj Golub2013-04-111-0/+4
* Change the length quantities of sbufs to be ssize_t rather than int.Poul-Henning Kamp2011-05-161-6/+6
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-2/+1
* Add drain functionality to sbufs. The drain is a function that isMatthew D Fleming2010-09-091-2/+8
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-0/+2
* Switch to simplified BSD license (with phk's approval), plus whitespaceDag-Erling Smørgrav2008-08-091-16/+18
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of aDag-Erling Smørgrav2004-07-091-2/+2
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isPoul-Henning Kamp2002-10-041-0/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* Replace spaces after #defines with tabs; this makes all #definesKelly Yancey2002-01-091-6/+6
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag areKelly Yancey2002-01-061-1/+6
* Reduce namespace pollution by removing argument names from prototypes.Dag-Erling Smørgrav2001-12-041-18/+18
* Add a couple of API functions I need for my pseudofs WIP. DocumentationDag-Erling Smørgrav2001-09-291-0/+3
* Add printf format checking to sbuf_printf()Poul-Henning Kamp2001-07-181-1/+1
* Constify the format string.Dag-Erling Smørgrav2001-07-031-1/+1
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichDag-Erling Smørgrav2001-06-111-0/+7
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-101-12/+13
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-2/+4
* Add sbuf_clear() and sbuf_overflowed().Dag-Erling Smørgrav2001-01-281-19/+8
* String buffer APIDag-Erling Smørgrav2000-12-131-0/+76