Go to file
thorpej 5b39541e48 New generic disk framework. Highlights:
- New metrics handling.  Metrics are now kept in the new
	  `struct disk'.  Busy time is now stored as a timeval, and
	  transfer count in bytes.

	- Storage for disklabels is now dynamically allocated, so that
	  the size of the disk structure is not machine-dependent.

	- Several new functions for attaching and detaching disks, and
	  handling metrics calculation.

Old-style instrumentation is still supported in drivers that did it before.
However, old-style instrumentation is being deprecated, and will go away
once the userland utilities are updated for the new framework.

For usage and architectural details, see the forthcoming disk(9) manual
page.
1996-01-07 22:01:38 +00:00
bin Note compatibility `-h' op. (from Rob Windsor; PR#1740) 1996-01-05 12:39:30 +00:00
distrib MI install and upgrade scripts. 1996-01-06 22:45:13 +00:00
etc Added 'all' option to create a reasonable amount of standard devices. 1996-01-07 16:53:15 +00:00
games Clean this up a bit. 1995-12-21 11:27:51 +00:00
gnu Fix invocation of `pr' (Greg Earle; PR#1896). 1996-01-07 01:02:05 +00:00
include Add __dead qualifier to abort() and exit(); PR 1845 1995-12-27 21:19:08 +00:00
lib Changed to only include <machine/asm.h>, as the other ports. 1996-01-06 18:34:59 +00:00
libexec fix small documentation bug -- we have no bftp(1). 1996-01-05 04:10:10 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin Produce less output on -q as promised by the man page (John Hawkinson; PR#998). 1996-01-07 00:07:23 +00:00
share Updated to conform to reality. 1996-01-07 20:56:59 +00:00
sys New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
usr.bin Fix formatting of timestamp (Mike Grupenhoff; PR#1906). 1996-01-07 00:48:24 +00:00
usr.sbin Fix typo and make some enum. lists more compact (James Jegers; PR#592). 1996-01-06 23:25:51 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00