kernel/sbuf: Add back a lost newline.
[dragonfly.git] / sys / kern / subr_sbuf.c
2012-07-05 Sascha Wildnerkernel/sbuf: Add back a lost newline.
2012-07-02 Mihai Carabassbuf_vprintf: ap is not consistent at second call of...
2012-03-17 Sascha Wildnerkernel: Add sbuf_done() (taken from FreeBSD).
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2006-12-22 Sascha WildnerDefine kvsnprintf as vsnprintf for the case where subr_...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2004-07-02 Joerg SonnenbergerUse const char * for string argument of _assert_sbuf_in...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-07-29 Hiten PandyaConsolidate MIN() usage across kern/ tree.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: