freebsd-skq/sys/i386
dyson 8fc8a772af Eliminated many redundant vm_map_lookup operations for vm_mmap.
Speed up for vfs_bio -- addition of a routine bqrelse to greatly diminish
	overhead for merged cache.
Efficiency improvement for vfs_cluster.  It used to do alot of redundant
	calls to cluster_rbuild.
Correct the ordering for vrele of .text and release of credentials.
Use the selective tlb update for 486/586/P6.
Numerous fixes to the size of objects allocated for files.  Additionally,
	fixes in the various pagers.
Fixes for proper positioning of vnode_pager_setsize in msdosfs and ext2fs.
Fixes in the swap pager for exhausted resources.  The pageout code
	will not as readily thrash.
Change the page queue flags (PG_ACTIVE, PG_INACTIVE, PG_FREE, PG_CACHE) into
	page queue indices (PQ_ACTIVE, PQ_INACTIVE, PQ_FREE, PQ_CACHE),
	thereby improving efficiency of several routines.
Eliminate even more unnecessary vm_page_protect operations.
Significantly speed up process forks.
Make vm_object_page_clean more efficient, thereby eliminating the pause
	that happens every 30seconds.
Make sequential clustered writes B_ASYNC instead of B_DELWRI even in the
	case of filesystems mounted async.
Fix a panic with busy pages when write clustering is done for non-VMIO
	buffers.
1996-01-19 04:00:31 +00:00
..
apm Finished removing MACH_KERNEL stuff. 1995-12-27 16:16:02 +00:00
bios Finished removing MACH_KERNEL stuff. 1995-12-27 16:16:02 +00:00
boot Document the ``BOOT_HD'' make option for the bootblocks. 1996-01-06 23:37:10 +00:00
conf Make bin2bcd and bcd2bin global macroes instead of having local 1996-01-15 10:28:44 +00:00
eisa Register our softc at attach time. I forgot to do this in my last commit, 1996-01-14 02:19:42 +00:00
i386 Eliminated many redundant vm_map_lookup operations for vm_mmap. 1996-01-19 04:00:31 +00:00
ibcs2 Reran makesyscalls.sh.. 1996-01-08 05:27:29 +00:00
include Removed declarations of nonexistent functions. 1996-01-16 07:42:08 +00:00
isa Fix buffer sizes calculation looking into new Linux driver. 1996-01-18 20:54:15 +00:00
linux Add linux_mknod so that it will do mkfifo if needed... 1996-01-14 10:59:58 +00:00
pci recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
scsi Use the new adapter_softc field in the scsi_link structure so that 1996-01-07 19:24:36 +00:00
Makefile This commit was manufactured by cvs2svn to create branch 'AMANCIO'. 1994-04-23 01:55:46 +00:00