aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_sbuf.c
Commit message (Expand)AuthorAgeFilesLines
...
* In certain cases sbuf_printf() and sbuf_vprintf() could mistakelyPoul-Henning Kamp2002-01-221-1/+1
* Replace spaces after #defines with tabs; this makes all #definesKelly Yancey2002-01-091-20/+20
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag areKelly Yancey2002-01-061-23/+108
* Calculate whether the sbuf is dynamic *before* bzero()ing theMatthew Dillon2001-12-191-1/+4
* Update to C99, s/__FUNCTION__/__func__/.David E. O'Brien2001-12-101-6/+6
* Add a couple of API functions I need for my pseudofs WIP. DocumentationDag-Erling Smørgrav2001-09-291-1/+51
* Constify the format string.Dag-Erling Smørgrav2001-07-031-1/+1
* Fix warnings:Jonathan Lemon2001-06-161-0/+1
* Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!)Dag-Erling Smørgrav2001-06-111-0/+1
* copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)Dag-Erling Smørgrav2001-06-111-10/+2
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichDag-Erling Smørgrav2001-06-111-0/+98
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-101-8/+20
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-19/+36
* Make the KASSERTs report the correct function names.Dag-Erling Smørgrav2001-03-061-18/+11
* Remove an assertion I forgot to remove in the previous commit: sbuf_len()Dag-Erling Smørgrav2001-01-281-1/+2
* Add sbuf_clear() and sbuf_overflowed().Dag-Erling Smørgrav2001-01-281-13/+49
* String buffer APIDag-Erling Smørgrav2000-12-131-0/+271