summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_sbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Constify the format string.des2001-07-031-1/+1
* Fix warnings:jlemon2001-06-161-0/+1
* Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!)des2001-06-111-0/+1
* copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)des2001-06-111-10/+2
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-111-0/+98
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-8/+20
* Rewrite of the CAM error recovery code.ken2001-03-271-19/+36
* Make the KASSERTs report the correct function names.des2001-03-061-18/+11
* Remove an assertion I forgot to remove in the previous commit: sbuf_len()des2001-01-281-1/+2
* Add sbuf_clear() and sbuf_overflowed().des2001-01-281-13/+49
* String buffer APIdes2000-12-131-0/+271
OpenPOWER on IntegriCloud