OpenBSD CVS

src/sys/uvm/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / uvm

Current tag: OPENBSD_5_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.60   8 years  kettenis   Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into mtx...
[TXT] uvm_addr.c  1.14   8 years  kettenis   Release the kernel lock while tearing down the uvm map in the reaper. Speeds up...
[TXT] uvm_addr.h  1.5   9 years  miod   #if 0 various unused definitions.
[TXT] uvm_amap.c  1.59.2.1   7 years  stefan   backport r1.75: Make sure that amap slot calculation does not overflow This pre...
[TXT] uvm_amap.h  1.20   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_anon.c  1.44   8 years  visa   Remove the unused loan_count field and the related uvm logic. Most of the page l...
[TXT] uvm_anon.h  1.19   8 years  visa   Remove the unused loan_count field and the related uvm logic. Most of the page l...
[TXT] uvm_aobj.c  1.80   8 years  visa   Remove the unused loan_count field and the related uvm logic. Most of the page l...
[TXT] uvm_aobj.h  1.16   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_ddb.h  1.14   9 years  mpi   Remove some unneeded <uvm/uvm_extern.h> inclusions. ok deraadt@, miod@
[TXT] uvm_device.c  1.52   8 years  deraadt   fairly simple sizes for free(); ok tedu
[TXT] uvm_device.h  1.11   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_extern.h  1.137   8 years  blambert   remove declaration for nonexistant function ok tedu@
[TXT] uvm_fault.c  1.87   8 years  mlarkin   UVM change needed for vmm. discussed with miod, deraadt, and guenther.
[TXT] uvm_fault.h  1.15   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_glue.c  1.70   8 years  guenther   Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer nec...
[TXT] uvm_glue.h  1.9   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_init.c  1.39   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] uvm_io.c  1.26   8 years  kettenis   Use uiomove(9) instead of uiomovei(9). From Martin Natano.
[TXT] uvm_km.c  1.128   8 years  kettenis   Protect the list of free map entries with a mutex. This should fix the crashes ...
[TXT] uvm_km.h  1.14   9 years  miod   Introduce VM_KERNEL_SPACE_SIZE as a replacement for (VM_MAX_KERNEL_ADDRESS - VM_...
[TXT] uvm_map.c  1.205.2.1   7 years  tedu   backport overflow checks from 1.218 and 1.219: add a check that the arguments to...
[TXT] uvm_map.h  1.55   8 years  kettenis   Add locking for interrupt-safe maps (those that have the VM_MAP_INTRSAFE flag se...
[TXT] uvm_meter.c  1.36   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] uvm_mmap.c  1.122.2.1   7 years  tedu   backport 1.137: Since mappings established using __MAP_NOFAULT will be converted...
[TXT] uvm_object.c  1.13   8 years  visa   Remove the unused loan_count field and the related uvm logic. Most of the page l...
[TXT] uvm_object.h  1.21   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_page.c  1.144   8 years  miod   Fix two (verified to be harmless) off-by-ones in bounds checks in uvm_page_init(...
[TXT] uvm_page.h  1.60   8 years  kettenis   Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into mtx...
[TXT] uvm_pager.c  1.71   9 years  tedu   remove lock.h from uvm_extern.h. another holdover from the simpletonlock era. fi...
[TXT] uvm_pager.h  1.29   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_param.h  1.18   9 years  miod   Introduce VM_KERNEL_SPACE_SIZE as a replacement for (VM_MAX_KERNEL_ADDRESS - VM_...
[TXT] uvm_pdaemon.c  1.77   8 years  kettenis   Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into mtx...
[TXT] uvm_pmap.h  1.25   8 years  mlarkin   UVM change needed for vmm. discussed with miod, deraadt, and guenther.
[TXT] uvm_pmemrange.c  1.50   8 years  tb   Therefor -> Therefore (where appropriate) from ray@, ok jmc@
[TXT] uvm_pmemrange.h  1.12   9 years  mpi   Remove some unneeded <uvm/uvm_extern.h> inclusions. ok deraadt@, miod@
[TXT] uvm_swap.c  1.139   8 years  semarie   refactor pledge_*_check and pledge_fail functions - rename _check function with...
[TXT] uvm_swap.h  1.16   10 years  deraadt   new function uvm_hibswap() finds a the largest free zone in swap, which hibernat...
[TXT] uvm_swap_encrypt.c  1.22   9 years  dlg   make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call a function in ...
[TXT] uvm_swap_encrypt.h  1.10   9 years  dlg   make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call a function in ...
[TXT] uvm_unix.c  1.56   9 years  guenther   emul_native is only used for kernel threads which can't dump core, so delete cor...
[TXT] uvm_vnode.c  1.91   8 years  deraadt   delete a comment about gcc -Wuninitialized
[TXT] uvm_vnode.h  1.14   9 years  tedu   primary change: move uvm_vnode out of vnode, keeping only a pointer. objective: ...
[TXT] uvmexp.h  1.1   9 years  deraadt   decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h don't ...
[TXT] uvm_stat.c (in the Attic) [Hide]  1.28   9 years  miod   Display uvmexp.zeropages in ddb's `show uvmexp' command.
[TXT] uvm_user.c (in the Attic) [Hide]  1.14   9 years  jsg   remove uneeded proc.h includes ok mpi@ kspillner@