freebsd-dev/sys/vm
Alan Cox b6041a4307 Change the data type used to represent page color in the vm_object
to be the same as that used in the vm_page.  (This change also
shrinks the vm_object.)
1999-07-10 18:29:18 +00:00
..
default_pager.c vm_pager_put_pages() is passed an rcval array to hold per-page return 1999-01-24 02:32:15 +00:00
default_pager.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
device_pager.c Casting handles from void * to uintptr_t on the way to dev_t became 1999-05-13 12:55:37 +00:00
pmap.h Make pmap_collect() an official pmap interface. 1999-04-23 20:29:58 +00:00
swap_pager.c Kirk missed a required BUF_KERNPROC(). Even though this is a non-async 1999-06-27 22:08:38 +00:00
swap_pager.h vm_pager_put_pages() is passed an rcval array to hold per-page return 1999-01-24 02:32:15 +00:00
vm_extern.h Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but 1999-06-08 17:03:28 +00:00
vm_fault.c The VFS/BIO subsystem contained a number of hacks in order to optimize 1999-05-02 23:57:16 +00:00
vm_glue.c Remove some unused function and variable declarations. 1999-06-19 18:42:53 +00:00
vm_inherit.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vm_init.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
vm_kern.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vm_kern.h Attempt to fix the previous fix to the contigmalloc1 prototype. 1997-10-11 10:39:19 +00:00
vm_map.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vm_map.h Remove unused function prototypes. 1999-07-10 18:16:08 +00:00
vm_meter.c Add sysctl descriptions to many SYSCTL_XXXs 1999-05-03 23:57:32 +00:00
vm_mmap.c vm_mmap: 1999-06-05 18:21:53 +00:00
vm_object.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vm_object.h Change the data type used to represent page color in the vm_object 1999-07-10 18:29:18 +00:00
vm_page.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vm_page.h Remove (1) "extern" declarations for variables that were previously 1999-06-22 07:18:20 +00:00
vm_pageout.c The buffer queue mechanism has been reformulated. Instead of having 1999-07-04 00:25:38 +00:00
vm_pageout.h This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
vm_pager.c Reformat previous fix to remove an uglier than average goto. 1999-07-05 12:50:54 +00:00
vm_pager.h The VFS/BIO subsystem contained a number of hacks in order to optimize 1999-05-02 23:57:16 +00:00
vm_param.h Remove (1) "extern" declarations for variables that were previously 1999-06-22 07:18:20 +00:00
vm_prot.h Fix the gdb executable modify problem. Thanks to the detective work 1997-04-06 02:29:45 +00:00
vm_swap.c add unused argument to udev2dev() to make kernel compiled 1999-07-07 09:12:44 +00:00
vm_unix.c Removed ENOMEM error on swap_pager_full condition which ignored the 1999-02-22 08:42:16 +00:00
vm_zone.c KNFize, by bde. 1999-01-10 01:58:29 +00:00
vm_zone.h KNFize, by bde. 1999-01-10 01:58:29 +00:00
vm.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vnode_pager.c Fix some int/long printf problems for the Alpha 1999-07-01 19:53:43 +00:00
vnode_pager.h Fixed two potentially serious classes of bugs: 1998-10-13 08:24:45 +00:00