.. |
pmap
|
s/static inline/static __inline/g for consistency.
|
2018-04-19 21:50:06 +00:00 |
files.uvm
|
Remove emap support. Unfortunately it never got to state where it would be
|
2018-05-19 11:39:37 +00:00 |
Makefile
|
really, don't install uvm_physseg.h!
|
2017-01-04 23:59:27 +00:00 |
uvm_amap.c
|
Rename 'slotspace' -> 'slotarea' in UVM, to avoid (future) collision with
|
2018-08-12 09:29:16 +00:00 |
uvm_amap.h
|
|
|
uvm_anon.c
|
Update the kernhist(9) kernel history code to address issues identified
|
2017-10-28 00:37:11 +00:00 |
uvm_anon.h
|
|
|
uvm_aobj.c
|
allow tmpfs files to be larger than 4GB.
|
2018-05-28 21:04:35 +00:00 |
uvm_aobj.h
|
|
|
uvm_bio.c
|
add missing boilerplate for UVMHIST.
|
2018-06-02 15:24:55 +00:00 |
uvm_coredump.c
|
|
|
uvm_ddb.h
|
|
|
uvm_device.c
|
Update the kernhist(9) kernel history code to address issues identified
|
2017-10-28 00:37:11 +00:00 |
uvm_device.h
|
|
|
uvm_extern.h
|
allow tmpfs files to be larger than 4GB.
|
2018-05-28 21:04:35 +00:00 |
uvm_fault_i.h
|
don't store the rssmax in the lwp rusage, it is a per proc property. Instead
|
2018-05-08 19:33:57 +00:00 |
uvm_fault.c
|
don't store the rssmax in the lwp rusage, it is a per proc property. Instead
|
2018-05-08 19:33:57 +00:00 |
uvm_fault.h
|
|
|
uvm_glue.c
|
PMAP_MAP_POOLPAGE must not fail. Trigger assertion here instead of
|
2018-11-04 13:48:27 +00:00 |
uvm_glue.h
|
|
|
uvm_init.c
|
Remove emap support. Unfortunately it never got to state where it would be
|
2018-05-19 11:39:37 +00:00 |
uvm_io.c
|
|
|
uvm_km.c
|
PMAP_MAP_POOLPAGE must not fail. Trigger assertion here instead of
|
2018-11-04 13:48:27 +00:00 |
uvm_km.h
|
|
|
uvm_loan.c
|
add the KASSERT() for loan_count wrap-around to all places which increase it
|
2018-05-25 20:11:03 +00:00 |
uvm_loan.h
|
|
|
uvm_map.c
|
Remove this check, it has never protected against mmap on page zero, and
|
2018-09-12 15:58:08 +00:00 |
uvm_map.h
|
more snprintb bits
|
2017-05-18 02:21:05 +00:00 |
uvm_meter.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
uvm_mmap.c
|
Drop SYS_sbrk
|
2017-12-19 18:34:47 +00:00 |
uvm_mremap.c
|
Extend the mmap(2) interface to allow requesting protections for later
|
2017-05-06 21:34:51 +00:00 |
uvm_object.c
|
|
|
uvm_object.h
|
|
|
uvm_page.c
|
add experimental new function uvm_direct_process(), to allow of read/writes
|
2018-05-19 15:03:26 +00:00 |
uvm_page.h
|
add experimental new function uvm_direct_process(), to allow of read/writes
|
2018-05-19 15:03:26 +00:00 |
uvm_pager.c
|
Update the kernhist(9) kernel history code to address issues identified
|
2017-10-28 00:37:11 +00:00 |
uvm_pager.h
|
add missing forward struct decl
|
2017-01-13 04:43:16 +00:00 |
uvm_param.h
|
- Cleanup for dynamic sysctl:
|
2018-08-22 01:05:21 +00:00 |
uvm_pdaemon.c
|
Update the kernhist(9) kernel history code to address issues identified
|
2017-10-28 00:37:11 +00:00 |
uvm_pdaemon.h
|
|
|
uvm_pdpolicy_clock.c
|
|
|
uvm_pdpolicy_clockpro.c
|
|
|
uvm_pdpolicy_impl.h
|
|
|
uvm_pdpolicy.h
|
|
|
uvm_pglist.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
uvm_pglist.h
|
|
|
uvm_physseg.c
|
CID-1427737: Pacify coverity using KASSERT
|
2018-01-21 17:58:43 +00:00 |
uvm_physseg.h
|
Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only.
|
2017-01-02 20:08:32 +00:00 |
uvm_pmap.h
|
add experimental new function uvm_direct_process(), to allow of read/writes
|
2018-05-19 15:03:26 +00:00 |
uvm_prot.h
|
|
|
uvm_readahead.c
|
adjust heuristics for read-ahead to skip the full read-ahead when last page of
|
2018-05-19 15:18:02 +00:00 |
uvm_readahead.h
|
|
|
uvm_stat.c
|
add two new members to uvmexp_sysctl{}: bootpages and poolpages.
|
2017-12-02 08:15:42 +00:00 |
uvm_stat.h
|
|
|
uvm_swap.c
|
finish moving the compat code out.
|
2018-03-15 03:21:58 +00:00 |
uvm_swap.h
|
finish moving the compat code out.
|
2018-03-15 03:21:58 +00:00 |
uvm_swapstub.c
|
|
|
uvm_unix.c
|
Revert vadvise(2) removal
|
2018-01-06 16:41:23 +00:00 |
uvm_user.c
|
|
|
uvm_vnode.c
|
Update the kernhist(9) kernel history code to address issues identified
|
2017-10-28 00:37:11 +00:00 |
uvm.h
|
Move sys/uvm/uvm_physseg.h inclusion to within _KERNEL only.
|
2017-01-02 20:08:32 +00:00 |