.. |
Makefile
|
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
2002-11-26 23:30:07 +00:00 |
uvm.h
|
for in-kernel maps,
|
2005-01-01 21:00:06 +00:00 |
uvm_amap.c
|
hack around a UVM problem that causes hangs when large processes fork.
|
2005-01-30 17:23:05 +00:00 |
uvm_amap.h
|
Initialise (most) pools from a link set instead of explicit calls
|
2004-04-25 16:42:40 +00:00 |
uvm_amap_i.h
|
Properly set page references counts at the start of the newly
|
2002-12-20 18:21:13 +00:00 |
uvm_anon.c
|
uvm_pagefree: when orphaning an A->K loaned page,
|
2004-09-01 11:53:38 +00:00 |
uvm_anon.h
|
fix a amap_wirerange deadlock problem by re-introducing
|
2004-05-05 11:54:32 +00:00 |
uvm_aobj.c
|
Initialise (most) pools from a link set instead of explicit calls
|
2004-04-25 16:42:40 +00:00 |
uvm_aobj.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_bio.c
|
Convert the PMAP_PREFER() macro from two arguments (offset and hint)
|
2005-01-17 04:37:20 +00:00 |
uvm_ddb.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_device.c
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_device.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_extern.h
|
in uvm_unmap_remove, always wakeup va waiters if any.
|
2005-01-13 11:50:32 +00:00 |
uvm_fault.c
|
uvm_fault: pass NULL pap to pmap_extract where we don't need paddr.
|
2005-01-01 09:14:49 +00:00 |
uvm_fault.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_fault_i.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_glue.c
|
reduce the size of user coredump files by not dumping regions of
|
2005-01-21 03:24:40 +00:00 |
uvm_glue.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_init.c
|
move the call to link_pool_init() to the end of uvm_init(). needed for sun3.
|
2005-01-23 19:02:02 +00:00 |
uvm_io.c
|
for in-kernel maps,
|
2005-01-01 21:00:06 +00:00 |
uvm_km.c
|
in uvm_unmap_remove, always wakeup va waiters if any.
|
2005-01-13 11:50:32 +00:00 |
uvm_km.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_loan.c
|
introduce UVMHIST_LOANHIST and sprinkle UVMHIST_LOGs.
|
2004-11-23 04:51:56 +00:00 |
uvm_loan.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_map.c
|
pmap_wired_count() is now available on all platforms,
|
2005-01-23 15:58:13 +00:00 |
uvm_map.h
|
in uvm_unmap_remove, always wakeup va waiters if any.
|
2005-01-13 11:50:32 +00:00 |
uvm_map_i.h
|
don't reserve (uvm_mapent_reserve) entries for malloc/pool backends
|
2005-01-12 09:34:35 +00:00 |
uvm_meter.c
|
expose vm_page_zero_enable as vm.idlezero sysctl.
|
2004-10-10 09:57:31 +00:00 |
uvm_mmap.c
|
pmap_wired_count() is now available on all platforms,
|
2005-01-23 15:58:13 +00:00 |
uvm_object.h
|
mincore: don't treat an aobj as a device mapping.
|
2003-11-29 19:06:48 +00:00 |
uvm_page.c
|
uvm_pageidlezero: grab kernel_lock before uvm.fpageqlock. PR/27259.
|
2004-10-23 21:29:27 +00:00 |
uvm_page.h
|
g/c stale declarations of page queues.
|
2004-10-07 10:56:26 +00:00 |
uvm_page_i.h
|
add assertions.
|
2004-05-12 20:09:50 +00:00 |
uvm_pager.c
|
for in-kernel maps,
|
2005-01-01 21:00:06 +00:00 |
uvm_pager.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_pager_i.h
|
Reorder things so that with multiple inclusion protection that optional
|
2002-12-01 22:58:43 +00:00 |
uvm_param.h
|
Use maxdmap and maxsmap instead of MAXDSIZ and MAXSSIZ.
|
2004-04-04 18:21:48 +00:00 |
uvm_pdaemon.c
|
hack around a UVM problem that causes hangs when large processes fork.
|
2005-01-30 17:23:05 +00:00 |
uvm_pdaemon.h
|
Nuke __P().
|
2004-03-24 07:55:01 +00:00 |
uvm_pglist.c
|
make free page queue filo rather than fifo.
|
2004-09-17 20:46:03 +00:00 |
uvm_pglist.h
|
…
|
|
uvm_pmap.h
|
Conditionalize a few more declarations, as they may be defined as macros:
|
2004-03-27 00:59:55 +00:00 |
uvm_prot.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
uvm_stat.c
|
introduce UVMHIST_LOANHIST and sprinkle UVMHIST_LOGs.
|
2004-11-23 04:51:56 +00:00 |
uvm_stat.h
|
UVMHIST_LOG: avoid division.
|
2004-11-23 05:08:33 +00:00 |
uvm_swap.c
|
move buffer queue related stuffs from buf.h to their own header, bufq.h.
|
2004-10-28 07:07:35 +00:00 |
uvm_swap.h
|
Introduce uvm_swapisfull(), which computes the available swap space by
|
2003-08-11 16:33:30 +00:00 |
uvm_unix.c
|
uvm_grow(): avoid needless arithmetic and make LP64 safe
|
2004-08-28 12:44:22 +00:00 |
uvm_user.c
|
add RCSIDs, and in some cases, slightly cleanup #include order
|
2001-11-10 07:36:59 +00:00 |
uvm_vnode.c
|
adjust the UBC mapping code to support non-vnode uvm_objects.
|
2005-01-09 16:42:43 +00:00 |