freebsd_amp_hwpstate/sys/vm
Bruce Evans 7666fb4753 inline -> __inline.
Headers should always use `__inline' for inline functions to avoid
syntax errors when modules that don't even use the offending functions
are compiled with `gcc -ansi'.
1995-04-23 08:05:49 +00:00
..
device_pager.c Moved some zero-initialized variables into .bss. Made code intended to be 1995-04-16 12:56:22 +00:00
device_pager.h
kern_lock.c Moved some zero-initialized variables into .bss. Made code intended to be 1995-04-16 12:56:22 +00:00
lock.h
pmap.h
swap_pager.c New flag: B_PAGING. Added as part of the vn driver hack. 1995-04-19 10:32:11 +00:00
swap_pager.h
vm.h
vm_extern.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_fault.c Removed obsolete/unused variable declarations. Killed externs and included 1995-04-16 14:12:15 +00:00
vm_glue.c Moved some zero-initialized variables into .bss. Made code intended to be 1995-04-16 12:56:22 +00:00
vm_inherit.h
vm_init.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_kern.c
vm_kern.h
vm_map.c Moved some zero-initialized variables into .bss. Made code intended to be 1995-04-16 12:56:22 +00:00
vm_map.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_meter.c
vm_mmap.c Moved some zero-initialized variables into .bss. Made code intended to be 1995-04-16 12:56:22 +00:00
vm_object.c Fixed a problem in _vm_object_page_clean that could cause an 1995-04-21 02:48:40 +00:00
vm_object.h Changes from John Dyson and myself: 1995-04-09 06:03:56 +00:00
vm_page.c Moved some zero-initialized variables into .bss. Made code intended to be 1995-04-16 12:56:22 +00:00
vm_page.h inline -> __inline. 1995-04-23 08:05:49 +00:00
vm_pageout.c Fixed a logic bug that caused the vmdaemon to not wake up when intended. 1995-04-17 10:00:55 +00:00
vm_pageout.h Changes from John Dyson and myself: 1995-04-09 06:03:56 +00:00
vm_pager.c
vm_pager.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_param.h
vm_prot.h
vm_swap.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
vm_unix.c
vm_user.c
vm_vmio.c
vnode_pager.c Changes from John Dyson and myself: 1995-04-09 06:03:56 +00:00
vnode_pager.h