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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.57   9 years  kettenis   Introduce __MAP_NOFAULT, a mmap(2) flag that makes sure a mapping will not cause...
[TXT] uvm_addr.c  1.11   9 years  tedu   convert nointr pool_init argument to pr_waitok
[TXT] uvm_addr.h  1.4   9 years  mpi   Remove some unneeded <uvm/uvm_extern.h> inclusions. ok deraadt@, miod@
[TXT] uvm_amap.c  1.58   9 years  tedu   branches: 1.58.6; convert pool_init nointr to waitok
[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.43   9 years  tedu   convert pool_init nointr to waitok
[TXT] uvm_anon.h  1.18   9 years  jsg   Chuck Cranor rescinded clauses in his license on the 2nd of February 2011 in Net...
[TXT] uvm_aobj.c  1.78   9 years  deraadt   Something is subtly wrong with this. On ramdisks, processes run out of mappable...
[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.50   9 years  deraadt   Replace a plethora of historical protection options with just PROT_NONE, PROT_RE...
[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.131   9 years  miod   Introduce VM_KERNEL_SPACE_SIZE as a replacement for (VM_MAX_KERNEL_ADDRESS - VM_...
[TXT] uvm_fault.c  1.83   9 years  deraadt   Something is subtly wrong with this. On ramdisks, processes run out of mappable...
[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.69   9 years  tedu   don't drop the kernel lock everytime. on a busy system, this results in the reap...
[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.38   9 years  miod   Introduce VM_KERNEL_SPACE_SIZE as a replacement for (VM_MAX_KERNEL_ADDRESS - VM_...
[TXT] uvm_io.c  1.24   9 years  miod   First step towards making uiomove() take a size_t size argument: - rename uiomov...
[TXT] uvm_km.c  1.126   9 years  miod   branches: 1.126.2; 1.126.6; Introduce VM_KERNEL_SPACE_SIZE as a replacement fo...
[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.187   9 years  mlarkin   Remove a lie from a comment that ratholed me for an evening. Thanks to tedu for...
[TXT] uvm_map.h  1.53   9 years  tedu   make vm_map_lock lock when it's supposed to. add mutex to protect flags and then...
[TXT] uvm_meter.c  1.35   9 years  kettenis   Move ps_strings "after" the random stackgap. This makes its location a per-proc...
[TXT] uvm_mmap.c  1.107   9 years  millert   Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced define in ...
[TXT] uvm_object.c  1.12   9 years  tedu   remove lock.h from uvm_extern.h. another holdover from the simpletonlock era. fi...
[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.136   9 years  mlarkin   Typo in comment 'reseve' -> 'reserve'
[TXT] uvm_page.h  1.57   9 years  kettenis   Tedu the old idle page zeroing code. ok tedu@, guenther@, miod@
[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.75   9 years  tedu   remove lock.h from uvm_extern.h. another holdover from the simpletonlock era. fi...
[TXT] uvm_pmap.h  1.24   9 years  miod   Change pmap_remove_holes() to take a vmspace instead of a map as its argument. ...
[TXT] uvm_pmemrange.c  1.44   9 years  tedu   bzero -> memset
[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.134   9 years  dlg   remove the second void * argument on tasks. when workqs were introduced, we pro...
[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.19   9 years  tedu   move arc4random prototype to systm.h. more appropriate for most code to include ...
[TXT] uvm_swap_encrypt.h  1.9   15 years  oga   Whitespace nit in previous.
[TXT] uvm_unix.c  1.55   9 years  miod   Stop using USRSTACK as the edge of the stack, but rather use the vmspace vm_mins...
[TXT] uvm_vnode.c  1.88   9 years  tedu   remove two useless and unused hash penalty defines
[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@