freebsd-skq/sys
dg 9bb0d0905e Changes from John Dyson and myself:
1) Removed all instances of disable_intr()/enable_intr() and changed
	them back to splimp/splx. The previous method was done to improve
	the performance, but Bruces recent changes to inline spl* have
	made this unnecessary.
2) Cleaned up vm_machdep.c considerably. Probably fixed a few bugs, too.
3) Added a new mechanism for collecting page statistics - now done by
	a new system process "pagescan". Previously this was done by the
	pageout daemon, but this proved to be impractical.
4) Improved the page usage statistics gathering mechanism - performance is
	much improved in small memory machines.
5) Modified mbuf.h to enable the support for an external free routine when
	using mbuf clusters. Added appropriate glue in various places to
	allow this to work.
6) Adapted a suggested change to the NFS code from Yuval Yurom to take
	advantage of #5.
7) Added fault/swap statistics support.
1994-04-14 07:49:40 +00:00
..
alpha/include Fix arguments of CONS_GETINFO 1994-04-07 23:23:01 +00:00
amd64 Changes from John Dyson and myself: 1994-04-14 07:49:40 +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 Add delays after changing from 8/16 - 16/8 bit mode and after enabling/ 1994-04-13 10:15:34 +00:00
i386 Changes from John Dyson and myself: 1994-04-14 07:49:40 +00:00
isa Patch from S0ren, 80x50 font trashed after switching from X console 1994-04-12 00:05:23 +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 from John Dyson: 1994-04-05 03:23:32 +00:00
sys Updated include files for sound drivers. 1994-03-11 10:28:36 +00:00