.. |
Makefile
|
…
|
|
files.uvm
|
merge yamt-readahead branch.
|
2005-11-29 22:52:02 +00:00 |
uvm.h
|
read-ahead statistics.
|
2005-11-29 15:45:28 +00:00 |
uvm_amap.c
|
in amap_cow_now(), handle the case where we have to sleep and some of the
|
2005-11-06 15:57:32 +00:00 |
uvm_amap.h
|
allocate anons on-demand, rather than reserving static amount of
|
2005-05-11 13:02:25 +00:00 |
uvm_amap_i.h
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_anon.c
|
wrap swap related code by #ifdef VMSWAP. always #define VMSWAP for now.
|
2005-09-13 22:00:05 +00:00 |
uvm_anon.h
|
make VMSWAP optional again.
|
2005-09-17 14:38:38 +00:00 |
uvm_aobj.c
|
merge yamt-readahead branch.
|
2005-11-29 22:52:02 +00:00 |
uvm_aobj.h
|
add a function to drop all swap slots in a given range. for tmpfs.
|
2005-11-08 23:02:22 +00:00 |
uvm_bio.c
|
merge yamt-readahead branch.
|
2005-11-29 22:52:02 +00:00 |
uvm_ddb.h
|
…
|
|
uvm_device.c
|
Small whitespace tweak.
|
2005-06-27 02:23:26 +00:00 |
uvm_device.h
|
…
|
|
uvm_extern.h
|
merge yamt-readahead branch.
|
2005-11-29 22:52:02 +00:00 |
uvm_fault.c
|
wrap swap related code by #ifdef VMSWAP. always #define VMSWAP for now.
|
2005-09-13 22:00:05 +00:00 |
uvm_fault.h
|
…
|
|
uvm_fault_i.h
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_glue.c
|
remove the assertion in uvm_swapout_threads() about LSONPROC lwps
|
2005-10-24 00:26:37 +00:00 |
uvm_glue.h
|
…
|
|
uvm_init.c
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_io.c
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_km.c
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_km.h
|
merge yamt-km branch.
|
2005-04-01 11:59:21 +00:00 |
uvm_loan.c
|
Make a note about why a large function like uvm_loanentry() can be
|
2005-06-28 04:06:52 +00:00 |
uvm_loan.h
|
…
|
|
uvm_map.c
|
Clean up the cpp macro used to say "we're compiling this specific C file".
|
2005-06-28 05:25:42 +00:00 |
uvm_map.h
|
(try to) merge map entries in fault handler.
|
2005-05-17 13:55:33 +00:00 |
uvm_map_i.h
|
Clean up the cpp macro used to say "we're compiling this specific C file".
|
2005-06-28 05:25:42 +00:00 |
uvm_meter.c
|
Whitespace nit.
|
2005-11-09 12:47:39 +00:00 |
uvm_mmap.c
|
stop converting async msync() to sync.
|
2005-10-10 15:53:28 +00:00 |
uvm_object.h
|
update file timestamps for nfsd loaned-read and mmap.
|
2005-07-23 12:18:41 +00:00 |
uvm_page.c
|
Clean up the cpp macro used to say "we're compiling this specific C file".
|
2005-06-28 05:25:42 +00:00 |
uvm_page.h
|
read-ahead statistics.
|
2005-11-29 15:45:28 +00:00 |
uvm_page_i.h
|
Clean up the cpp macro used to say "we're compiling this specific C file".
|
2005-06-28 05:25:42 +00:00 |
uvm_pager.c
|
read-ahead statistics.
|
2005-11-29 15:45:28 +00:00 |
uvm_pager.h
|
update file timestamps for nfsd loaned-read and mmap.
|
2005-07-23 12:18:41 +00:00 |
uvm_pager_i.h
|
Clean up the cpp macro used to say "we're compiling this specific C file".
|
2005-06-28 05:25:42 +00:00 |
uvm_param.h
|
…
|
|
uvm_pdaemon.c
|
read-ahead statistics.
|
2005-11-29 15:45:28 +00:00 |
uvm_pdaemon.h
|
fix unreasonably frequent "killed: out of swap" on systems which have
|
2005-04-12 13:11:45 +00:00 |
uvm_pglist.c
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_pglist.h
|
…
|
|
uvm_pmap.h
|
…
|
|
uvm_prot.h
|
…
|
|
uvm_readahead.c
|
add files i forgot to add when merging yamt-readahead branch.
|
2005-11-29 23:37:59 +00:00 |
uvm_readahead.h
|
add files i forgot to add when merging yamt-readahead branch.
|
2005-11-29 23:37:59 +00:00 |
uvm_stat.c
|
read-ahead statistics.
|
2005-11-29 15:45:28 +00:00 |
uvm_stat.h
|
prepend an underscore to local variables in macros, to avoid shadowing
|
2005-06-01 18:03:50 +00:00 |
uvm_swap.c
|
- change the way to specify a bufq strategy. (by string rather than by number)
|
2005-10-15 17:29:10 +00:00 |
uvm_swap.h
|
- make uvm_swap_stats acquire swap_syscall_lock by itsself
|
2005-09-17 14:51:50 +00:00 |
uvm_swapstub.c
|
add a file which i forgot when reviving VMSWAP option.
|
2005-09-21 10:21:46 +00:00 |
uvm_unix.c
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_user.c
|
Use ANSI function decls.
|
2005-06-27 02:19:48 +00:00 |
uvm_vnode.c
|
merge yamt-readahead branch.
|
2005-11-29 22:52:02 +00:00 |