freebsd-nq/sys
David Greenman 0e195446b7 Bug fixes and performance improvements from John Dyson and myself:
1) check va before clearing the page clean flag. Not doing so was
	causing the vnode pager error 5 messages when paging from
	NFS. (pmap.c)
2) put back interrupt protection in idle_loop. Bruce didn't think
	it was necessary, John insists that it is (and I agree). (swtch.s)
3) various improvements to the clustering code (vm_machdep.c). It's
	now enabled/used by default.
4) bad disk blocks are now handled properly when doing clustered IOs.
	(wd.c, vm_machdep.c)
5) bogus bad block handling fixed in wd.c.
6) algorithm improvements to the pageout/pagescan daemons. It's amazing
	how well 4MB machines work now.
1994-04-20 07:06:57 +00:00
..
alpha/include Fix arguments of CONS_GETINFO 1994-04-07 23:23:01 +00:00
amd64 Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
conf snd7 config line corrected, irqaremoved 1994-04-13 01:29:14 +00:00
ddb ps works inside ddb now. 1994-02-11 21:14:52 +00:00
dev Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
i386 Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
isa Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
kern Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb is 1994-04-07 10:51:00 +00:00
powerpc/include First pass at adding locale support. This code only deals with the LC_CTYPE 1994-04-04 21:11:12 +00:00
scsi Bug fixes and performance improvements from John Dyson and myself: 1994-04-20 07:06:57 +00:00
sys Updated include files for sound drivers. 1994-03-11 10:28:36 +00:00