git: Kernel - add ksnrprintf() and friends.
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 29 20:50:07 PDT 2009
commit 93c46bf97fe3564364a4b655cf9f825d03ce1b58
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Aug 29 20:44:30 2009 -0700
Kernel - add ksnrprintf() and friends.
* Add ksnrprintf(), kvsnrprintf(), kvasnrprintf(), and kvasfree(),
functions to replace unbounded uses of kvcprintf().
Summary of changes:
sys/kern/subr_prf.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
sys/sys/systm.h | 12 ++++++++++--
2 files changed, 61 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/93c46bf97fe3564364a4b655cf9f825d03ce1b58
--
DragonFly BSD source repository
More information about the Commits
mailing list