Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a couple of API functions I need for my pseudofs WIP. Documentation | des | 2001-09-29 | 1 | -1/+51 |
* | Constify the format string. | des | 2001-07-03 | 1 | -1/+1 |
* | Fix warnings: | jlemon | 2001-06-16 | 1 | -0/+1 |
* | Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!) | des | 2001-06-11 | 1 | -0/+1 |
* | copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!) | des | 2001-06-11 | 1 | -10/+2 |
* | Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which | des | 2001-06-11 | 1 | -0/+98 |
* | sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller | des | 2001-06-10 | 1 | -8/+20 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 1 | -19/+36 |
* | Make the KASSERTs report the correct function names. | des | 2001-03-06 | 1 | -18/+11 |
* | Remove an assertion I forgot to remove in the previous commit: sbuf_len() | des | 2001-01-28 | 1 | -1/+2 |
* | Add sbuf_clear() and sbuf_overflowed(). | des | 2001-01-28 | 1 | -13/+49 |
* | String buffer API | des | 2000-12-13 | 1 | -0/+271 |