Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/13/1996 06:10:02
thorpej
Tue Nov 12 22:06:06 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv26647

Modified Files:
	subr_prf.c 
Log Message:
Implement bitmask_snprintf(), which takes a value and a string
representing the names of those bits, prints them into a buffer
provided by the caller, and returns a pointer to that buffer.
Functionality is identical to that of the (non-standard) `%b' printf()
format, which will be deprecated.

Rename the non-exported function ksprintn() to ksnprintn(), and change
it to use a buffer provided by the caller, rather than at static
buffer.


thorpej
Tue Nov 12 22:07:10 PST 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv27186

Modified Files:
	systm.h 
Log Message:
Prototype bitmask_snprintf().


thorpej
Tue Nov 12 22:09:27 PST 1996
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv27461

Modified Files:
	CHANGES 
Log Message:
Note addition of bitmask_snprintf() and ksprintn() -> ksnprintn() change.