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_4_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.20   17 years  deraadt   Back out the anon change. Apparently it was tested by a few, but most of us did...
[TXT] uvm_amap.c  1.33   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_amap.h  1.15   17 years  deraadt   Back out the anon change. Apparently it was tested by a few, but most of us did...
[TXT] uvm_anon.c  1.25   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_anon.h  1.13   17 years  deraadt   Back out the anon change. Apparently it was tested by a few, but most of us did...
[TXT] uvm_aobj.c  1.31   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_aobj.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_device.c  1.27   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.59   18 years  miod   Add an extra flags argument to uvm_io(), to specify whether we want to fix the p...
[TXT] uvm_fault.c  1.41   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_fault.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_glue.c  1.44   18 years  miod   Enable optional specific handling of the u-area in pmap via PMAP_UAREA if define...
[TXT] uvm_glue.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_init.c  1.13   17 years  deraadt   Back out the anon change. Apparently it was tested by a few, but most of us did...
[TXT] uvm_io.c  1.16   18 years  miod   Add an extra flags argument to uvm_io(), to specify whether we want to fix the p...
[TXT] uvm_km.c  1.52   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_km.h  1.8   20 years  tedu   introduce a new km_page allocator that gets pages from kernel_map using an inter...
[TXT] uvm_map.c  1.82   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_map.h  1.34   18 years  pedro   Remove unnecessary lockmgr() archaism that was costing too much in terms of pani...
[TXT] uvm_meter.c  1.20   19 years  tholo   First step towards more sane time handling in the kernel -- this changes things ...
[TXT] uvm_mmap.c  1.63   17 years  deraadt   Back out the anon change. Apparently it was tested by a few, but most of us did...
[TXT] uvm_object.h  1.9   18 years  art   - Make a UVM_OBJ_IS_DEVICE macro. - Use it to skip device mappings while dumpi...
[TXT] uvm_page.c  1.56   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_page.h  1.22   17 years  miod   IS_VM_PHYSADDR is no longer used.
[TXT] uvm_pager.c  1.39   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_pager.h  1.20   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] uvm_param.h  1.10   18 years  mickey   do not use any casting in the atop/ptoa; tested on all archs by martin@ miod@ mi...
[TXT] uvm_pdaemon.c  1.30   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_pmap.h  1.18   19 years  miod   Nuke pmap_bootstrap_alloc(), not used anymore.
[TXT] uvm_swap.c  1.65   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_swap.h  1.11   22 years  millert   First round of __P removal in sys
[TXT] uvm_swap_encrypt.c  1.14   19 years  deraadt   encrypt swap by default. cheap, and why not. can be disabled by people who hav...
[TXT] uvm_swap_encrypt.h  1.7   21 years  nate   inital -> initial
[TXT] uvm_unix.c  1.27   18 years  art   - Make a UVM_OBJ_IS_DEVICE macro. - Use it to skip device mappings while dumpi...
[TXT] uvm_vnode.c  1.43   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_amap_i.h (in the Attic) [Hide]  1.16   17 years  mickey   fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; no c...
[TXT] uvm_fault_i.h (in the Attic) [Hide]  1.10   22 years  millert   First round of __P removal in sys
[TXT] uvm_loan.c (in the Attic) [Hide]  1.22   17 years  deraadt   Back out the anon change. Apparently it was tested by a few, but most of us did...
[TXT] uvm_loan.h (in the Attic) [Hide]  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_map_i.h (in the Attic) [Hide]  1.18   17 years  mickey   fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod@ o...
[TXT] uvm_page_i.h (in the Attic) [Hide]  1.15   21 years  art   Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * in...
[TXT] uvm_pager_i.h (in the Attic) [Hide]  1.10   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_pdaemon.h (in the Attic) [Hide]  1.10   22 years  millert   First round of __P removal in sys
[TXT] uvm_pglist.c (in the Attic) [Hide]  1.16   18 years  krw   Make umv_pglistalloc() return EINVAL if it is asked for 0 bytes. This will preve...
[TXT] uvm_pglist.h (in the Attic) [Hide]  1.5   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_stat.c (in the Attic) [Hide]  1.17   18 years  miod   {en,re}trys -> {en,re}tries; eyeballed by jmc@
[TXT] uvm_stat.h (in the Attic) [Hide]  1.14   18 years  mickey   add another uvm histroy for physpage alloc/free and propagate a debugging pgfree...
[TXT] uvm_user.c (in the Attic) [Hide]  1.10   21 years  art   Since memory deallocation can't fail, remove the error return from uvm_unmap, uv...