NetBSD/sys
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
..
adosfs merge in changes from 1.1 release branch 1995-11-30 00:56:23 +00:00
arch New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
compat Add '/emul/ultrix' pathname processing to Ultrix emulation, and move 1996-01-07 13:38:49 +00:00
conf Pad `sccs[]' to make it 8 bytes long, to make it work on more architectures. 1996-01-05 15:06:45 +00:00
ddb fix paste-o 1995-11-24 22:13:08 +00:00
dev New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
isofs/cd9660 NBPG may not be computable by the preprocessor. Make "do clustered io" 1995-12-01 00:47:33 +00:00
kern New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
lib Make `time difference' a signed quantity explicitly. 1995-12-13 23:38:10 +00:00
miscfs Implement VOP_BWRITE() using vn_bwrite(), per r_friedl@informatik.uni-kl.de. 1995-10-15 05:18:12 +00:00
msdosfs Enable flock(2). 1995-12-01 07:26:58 +00:00
net Remove old workaround for a bug. 1995-12-27 06:30:38 +00:00
netccitt so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
netinet Handle PRU_CONTROL (David Maltz; PR#1664). 1995-11-30 16:42:18 +00:00
netiso make netinet work on systems where pointers and longs are 64 bits 1995-11-21 01:07:34 +00:00
netns so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
nfs changes to make this work on systems where pointers & longs are 64 bits. 1995-12-19 23:07:11 +00:00
scsi New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
stand New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
sys New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
ufs Fix from Lite-2: when reloading the file system, save fs_maxcluster and 1995-12-19 23:27:53 +00:00
vm Minor changes. 1995-12-21 04:44:27 +00:00
Makefile The `lib' sub-directory no longer has a Makefile. 1995-09-15 21:05:21 +00:00