NetBSD/sys/vm
thorpej 97d2a58201 Fix slight argument bogosity with getgroups(), setgroups(), select(),
and swapctl().  For the former three, they use an 'int' in their user-land
prototype which was a 'u_int' in the kernel, which screwed up automatic
generation/checking of lint syscall stubs.  For the latter, the user-land
prototype uses a "const char *", but the syscall just used "char *".

From Chris Demetriou <cgd@pa.dec.com>.
1997-11-04 21:24:14 +00:00
..
TODO Update the status of a couple of items here... specifically, more aggressive 1997-06-26 01:02:07 +00:00
device_pager.c pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
device_pager.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
pmap.h Make prototyping of most functions conditional on `PMAP_EXCLUDE_DECLS'. 1996-03-31 22:15:32 +00:00
swap_pager.c bring mrg-vm-swap2 onto mainilne. 1997-06-12 14:51:20 +00:00
swap_pager.h pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm.h Move lock.h and kern_lock.c to their rightful places, as in Lite2. Make 1997-07-06 12:38:25 +00:00
vm_conf.h VM prototype changes 1996-02-05 01:53:47 +00:00
vm_extern.h remove last vestigates of __FORK_BRAINDAMANGE 1997-08-27 02:35:38 +00:00
vm_fault.c This is all from mycroft: 1997-02-18 13:39:31 +00:00
vm_glue.c Remove __FORK_BRAINDAMAGEd code; it's no longer needed. 1997-06-19 20:54:15 +00:00
vm_inherit.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
vm_init.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
vm_kern.c correct a comment 1997-09-22 15:22:12 +00:00
vm_kern.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
vm_map.c PR/4269: Chris Demetriou: msync is missing the MS_* flags. 1997-10-16 23:29:26 +00:00
vm_map.h Make vm_map_clear_recursive behave exactly like the old lock_clear_recursive. 1997-07-20 23:23:45 +00:00
vm_meter.c Add missing `unlock(&vm_object_list_lock);' 1997-09-07 19:31:52 +00:00
vm_mmap.c Fix the shared library versioning snafu caused by the recent changes 1997-10-20 22:05:06 +00:00
vm_object.c Remove a comment that's incorrect since last commit. 1997-09-10 18:26:33 +00:00
vm_object.h Adapt a diagnostic to big-endian machines. 1997-09-07 20:39:23 +00:00
vm_page.c Don't forget to increase the free page count in vm_page_free_memory(), 1997-09-16 00:08:09 +00:00
vm_page.h Pull thorpej-bus-dma branch into mainline. 1997-06-06 23:10:23 +00:00
vm_pageout.c Don't hold on to object and queue locks while sleeping. 1997-09-07 20:41:59 +00:00
vm_pageout.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_pager.c Convert RTC_OFFSET, DEVPAGER, SWAPPAGER and VNODEPAGER to be declared 1997-09-20 00:44:05 +00:00
vm_pager.h pull up vm_object_collapse() fix from mrg_vm_object_collapse branch. 1997-01-03 18:03:14 +00:00
vm_param.h PR/4269: Chris Demetriou: msync is missing the MS_* flags. 1997-10-16 23:29:26 +00:00
vm_prot.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
vm_swap.c Fix slight argument bogosity with getgroups(), setgroups(), select(), 1997-11-04 21:24:14 +00:00
vm_swap.h remove advertising clause from all my licenses. 1997-10-10 05:39:47 +00:00
vm_unix.c Don't make coredump of areas which are mmap()ed from a device. 1997-07-22 10:06:43 +00:00
vm_user.c Replace vm_object_prefer with PMAP_PREFER. 1996-02-28 22:39:13 +00:00
vnode_pager.c Move lock.h and kern_lock.c to their rightful places, as in Lite2. Make 1997-07-06 12:38:25 +00:00
vnode_pager.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00