Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/09/1999 06:48:45
Module Name:	src
Committed By:	lukem
Date:		Sun May  9 13:48:45 UTC 1999

Modified Files:
	src/sys/kern: kern_subr.c
Log Message:
Implement format_bytes(), which pretty prints a given u_int64_t into a
given buffer, and if necessary, reducing the display width of the
number to fit in the buffer by increasing the units (from kilobytes
(2^10) through to exabytes (2^60)).