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_3_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.12   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_amap.c  1.10   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_amap.h  1.6   23 years  art   More sync to NetBSD. The highlight is some more advices to madvise(2). o MADV_D...
[TXT] uvm_anon.c  1.10   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_anon.h  1.7   22 years  art   Add support for disabling swap devices (swapctl -d). Improve error handling on I...
[TXT] uvm_aobj.c  1.15   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_aobj.h  1.7   22 years  art   branches: 1.7.4; Add support for disabling swap devices (swapctl -d). Improve e...
[TXT] uvm_ddb.h  1.6   23 years  smart   Protect protypes, certain macros, and inlines from userland. Checked userland w...
[TXT] uvm_device.c  1.12   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_device.h  1.7   22 years  art   branches: 1.7.4; Various random fixes from NetBSD. Including support for zeroin...
[TXT] uvm_extern.h  1.24   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_fault.c  1.19   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_fault.h  1.8   23 years  art   update the NetBSD to the correct version
[TXT] uvm_glue.c  1.20   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_glue.h  1.6   23 years  smart   branches: 1.6.6; Protect protypes, certain macros, and inlines from userland. ...
[TXT] uvm_init.c  1.8   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_io.c  1.8   22 years  art   Avoid leaking memory if uiomove fails.
[TXT] uvm_km.c  1.15   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_km.h  1.6   23 years  smart   branches: 1.6.6; Protect protypes, certain macros, and inlines from userland. ...
[TXT] uvm_map.c  1.24   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_map.h  1.10   22 years  mickey   merge vm_map.h into uvm_map.h, kinda matches netbsd's approach
[TXT] uvm_meter.c  1.12   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_mmap.c  1.20   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_object.h  1.5   23 years  niklas   $OpenBSD$
[TXT] uvm_page.c  1.24   22 years  mickey   merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
[TXT] uvm_page.h  1.9   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_pager.c  1.16   22 years  mpech   occured->occurred idea from deraadt@ via NetBSD millert@ ok
[TXT] uvm_pager.h  1.11   22 years  mickey   vm_pager.h no more
[TXT] uvm_pdaemon.c  1.13   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_swap.c  1.36   22 years  deraadt   use %ll instead of %q
[TXT] uvm_swap.h  1.8   22 years  art   Add support for disabling swap devices (swapctl -d). Improve error handling on I...
[TXT] uvm_swap_encrypt.c  1.9   22 years  markus   switch to the optimised AES reference code from http://www.esat.kuleuven.ac.be/~...
[TXT] uvm_swap_encrypt.h  1.5   23 years  niklas   branches: 1.5.6; $OpenBSD$
[TXT] uvm_unix.c  1.13   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_vnode.c  1.20   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_vnode.h  1.8   22 years  art   Add a new type voff_t (right now it's typedefed as off_t) used for offsets into ...
[TXT] uvm_amap_i.h (in the Attic) [Hide]  1.9   22 years  art   Get rid of the PMAP_NEW option by making it mandatory for all archs. The archs t...
[TXT] uvm_fault_i.h (in the Attic) [Hide]  1.6   22 years  art   Add support for disabling swap devices (swapctl -d). Improve error handling on I...
[TXT] uvm_loan.c (in the Attic) [Hide]  1.9   22 years  miod   Don't include <vm/vm_kern.h> if you don't need foo_map.
[TXT] uvm_loan.h (in the Attic) [Hide]  1.6   23 years  smart   branches: 1.6.6; Protect protypes, certain macros, and inlines from userland. ...
[TXT] uvm_map_i.h (in the Attic) [Hide]  1.8   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_page_i.h (in the Attic) [Hide]  1.8   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_pager_i.h (in the Attic) [Hide]  1.7   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_pdaemon.h (in the Attic) [Hide]  1.7   22 years  art   Make uvm_wait take a const char *
[TXT] uvm_pglist.c (in the Attic) [Hide]  1.7   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_pglist.h (in the Attic) [Hide]  1.1   22 years  mickey   branches: 1.1.4; moce pglisth into uvm_pglist.h
[TXT] uvm_stat.c (in the Attic) [Hide]  1.6   22 years  art   Add support for disabling swap devices (swapctl -d). Improve error handling on I...
[TXT] uvm_stat.h (in the Attic) [Hide]  1.9   22 years  art   Various random fixes from NetBSD. Including support for zeroing pages in the idl...
[TXT] uvm_user.c (in the Attic) [Hide]  1.5   23 years  niklas   $OpenBSD$