freebsd-dev/sys/vm
Doug Rabson ecbb00a262 This commit fixes various 64bit portability problems required for
FreeBSD/alpha.  The most significant item is to change the command
argument to ioctl functions from int to u_long.  This change brings us
inline with various other BSD versions.  Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.

The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
1998-06-07 17:13:14 +00:00
..
default_pager.c
default_pager.h
device_pager.c
device_pager.h
pmap.h
swap_pager.c Work around some VM bugs, the worst being an overly aggressive 1998-05-04 03:01:44 +00:00
swap_pager.h Tighten up management of memory and swap space during map allocation, 1998-04-29 04:28:22 +00:00
vm_extern.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
vm_fault.c Work around some VM bugs, the worst being an overly aggressive 1998-05-04 03:01:44 +00:00
vm_glue.c
vm_inherit.h
vm_init.c
vm_kern.c Changed the log() of "Out of mbuf clusters - increase maxusers" to a 1998-06-05 21:48:45 +00:00
vm_kern.h
vm_map.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
vm_map.h
vm_meter.c Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
vm_mmap.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
vm_object.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
vm_object.h Fix the shm panic. I mistakenly used the shadow_count to keep the object 1998-05-04 17:12:53 +00:00
vm_page.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
vm_page.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
vm_pageout.c Correct sleep priority. 1998-06-02 05:39:13 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c
vm_unix.c
vm_zone.c Correct copyright. 1998-04-25 04:50:03 +00:00
vm_zone.h Correct copyright. 1998-04-25 04:50:03 +00:00
vm.h
vnode_pager.c
vnode_pager.h