1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys
John Dyson 95461b450d 1) Start using a cleaner and more consistant page allocator instead
of the various ad-hoc schemes.
2)	When bringing in UPAGES, the pmap code needs to do another vm_page_lookup.
3)	When appropriate, set the PG_A or PG_M bits a-priori to both avoid some
	processor errata, and to minimize redundant processor updating of page
	tables.
4)	Modify pmap_protect so that it can only remove permissions (as it
	originally supported.)  The additional capability is not needed.
5)	Streamline read-only to read-write page mappings.
6)	For pmap_copy_page, don't enable write mapping for source page.
7)	Correct and clean-up pmap_incore.
8)	Cluster initial kern_exec pagin.
9)	Removal of some minor lint from kern_malloc.
10)	Correct some ioopt code.
11)	Remove some dead code from the MI swapout routine.
12)	Correct vm_object_deallocate (to remove backing_object ref.)
13)	Fix dead object handling, that had problems under heavy memory load.
14)	Add minor vm_page_lookup improvements.
15)	Some pages are not in objects, and make sure that the vm_page.c can
	properly support such pages.
16)	Add some more page deficit handling.
17)	Some minor code readability improvements.
1998-02-05 03:32:49 +00:00
..
alpha Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
amd64 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
compat Changed inline' to __inline' so that this file can be compiled by 1998-02-03 20:14:35 +00:00
compile
conf Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
ddb Some fixes from John Hood: 1997-12-05 05:36:58 +00:00
dev Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
fs 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
geom Remove unused devfs include. (Julian or Satoshi might want to add proper 1998-01-31 03:19:06 +00:00
gnu Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
i386 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
isa APM calls inittodr(0) which is stupid, but at least stop setting the 1998-01-28 10:41:33 +00:00
isofs/cd9660 Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
kern 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
libkern Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
miscfs 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
modules Make the LKMs handle DIAGNOSTIC as a new-style option. 1998-02-04 21:56:39 +00:00
msdosfs Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
net Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
netatalk Fixed pedantic syntax errors. 1998-02-03 21:56:42 +00:00
netinet Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
netipx Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
netkey Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netnatm Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
nfsclient Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
nfsserver Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
pc98 Sync with sys/i386/conf/options.i386 revision 1.71. 1998-02-04 10:22:05 +00:00
pccard Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. 1998-01-24 02:54:56 +00:00
pci Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
powerpc/include
rpc
scsi Serves me right for committing code late at night... 1998-02-01 18:09:50 +00:00
sys Cleaned up some comments and ifdefs. 1998-02-03 22:32:23 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
vm 1) Start using a cleaner and more consistant page allocator instead 1998-02-05 03:32:49 +00:00
Makefile