.. |
Makefile
|
…
|
|
files.uvm
|
…
|
|
uvm.h
|
…
|
|
uvm_amap.c
|
make amap use kmem_alloc, rather than malloc.
|
2006-06-25 08:03:46 +00:00 |
uvm_amap.h
|
make amap use kmem_alloc, rather than malloc.
|
2006-06-25 08:03:46 +00:00 |
uvm_anon.c
|
…
|
|
uvm_anon.h
|
…
|
|
uvm_aobj.c
|
bumps kernel aobj to 64 bit. \
|
2006-09-01 20:39:05 +00:00 |
uvm_aobj.h
|
…
|
|
uvm_bio.c
|
ubc_fault: fix a deadlock in the case of uvm_loanbreak() failure.
|
2006-08-18 15:03:21 +00:00 |
uvm_ddb.h
|
…
|
|
uvm_device.c
|
…
|
|
uvm_device.h
|
…
|
|
uvm_extern.h
|
bumps kernel aobj to 64 bit. \
|
2006-09-01 20:39:05 +00:00 |
uvm_fault.c
|
add assertions.
|
2006-04-11 09:28:14 +00:00 |
uvm_fault.h
|
…
|
|
uvm_fault_i.h
|
…
|
|
uvm_glue.c
|
Make PTRACE and COREDUMP optional. Make the default (status quo) by putting
|
2006-08-29 23:34:48 +00:00 |
uvm_glue.h
|
…
|
|
uvm_init.c
|
move wait points for kva from upper layers to vm_map. PR/33185 #1.
|
2006-05-25 14:27:28 +00:00 |
uvm_io.c
|
…
|
|
uvm_km.c
|
Introduce a UVM_KMF_EXEC flag for uvm_km_alloc() which enforces an
|
2006-07-05 14:26:42 +00:00 |
uvm_km.h
|
move wait points for kva from upper layers to vm_map. PR/33185 #1.
|
2006-05-25 14:27:28 +00:00 |
uvm_loan.c
|
from Christian Ehrhardt:
|
2006-04-18 09:56:16 +00:00 |
uvm_loan.h
|
…
|
|
uvm_map.c
|
make amap use kmem_alloc, rather than malloc.
|
2006-06-25 08:03:46 +00:00 |
uvm_map.h
|
move wait points for kva from upper layers to vm_map. PR/33185 #1.
|
2006-05-25 14:27:28 +00:00 |
uvm_meter.c
|
merge FreeBSD timecounters from branch simonb-timecounters
|
2006-06-07 22:33:33 +00:00 |
uvm_mmap.c
|
- Use the LWP cached credentials where sane.
|
2006-07-21 16:48:45 +00:00 |
uvm_mremap.c
|
…
|
|
uvm_object.h
|
…
|
|
uvm_page.c
|
uvm_page_own: more assertions.
|
2006-04-13 08:33:18 +00:00 |
uvm_page.h
|
Update comment to match reality (vm_physmemseg -> vm_physseg).
|
2006-04-06 07:18:23 +00:00 |
uvm_pager.c
|
Change previous to KASSERT per yamt's request.
|
2006-04-13 02:32:14 +00:00 |
uvm_pager.h
|
…
|
|
uvm_param.h
|
Rearrange included headers and/or add include of <sys/types.h> and
|
2006-08-04 22:42:36 +00:00 |
uvm_pdaemon.c
|
…
|
|
uvm_pdaemon.h
|
…
|
|
uvm_pglist.c
|
XXX: GCC uninitialized.
|
2006-05-14 05:30:31 +00:00 |
uvm_pglist.h
|
…
|
|
uvm_pmap.h
|
…
|
|
uvm_prot.h
|
…
|
|
uvm_readahead.c
|
…
|
|
uvm_readahead.h
|
…
|
|
uvm_stat.c
|
…
|
|
uvm_stat.h
|
…
|
|
uvm_swap.c
|
Add a new swapctl(2) command to unset the dump device.
|
2006-08-22 14:07:07 +00:00 |
uvm_swap.h
|
…
|
|
uvm_swapstub.c
|
…
|
|
uvm_unix.c
|
Better implementation of PaX MPROTECT, after looking some more into the
|
2006-05-20 15:45:37 +00:00 |
uvm_user.c
|
…
|
|
uvm_vnode.c
|
- in genfs_getpages, take g_glock earlier so that it can't be
|
2006-07-22 08:47:56 +00:00 |