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_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.18   18 years  mickey   add another uvm histroy for physpage alloc/free and propagate a debugging pgfree...
[TXT] uvm_amap.c  1.29   18 years  miod   {en,re}trys -> {en,re}tries; eyeballed by jmc@
[TXT] uvm_amap.h  1.13   19 years  niklas   Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scena...
[TXT] uvm_anon.c  1.21   22 years  millert   First round of __P removal in sys
[TXT] uvm_anon.h  1.11   22 years  millert   First round of __P removal in sys
[TXT] uvm_aobj.c  1.29   18 years  miod   Only two `h' in threshold.
[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.25   18 years  mickey   add another uvm histroy for physpage alloc/free and propagate a debugging pgfree...
[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.36   18 years  tedu   apply patch from david hill for two netbsd prs: 14060 skip MADV_SEQUENTIAL if re...
[TXT] uvm_fault.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_glue.c  1.43   18 years  aaron   In uvm_swapout(), protect "p->p_swtime = 0;" with SCHED_LOCK() as is already don...
[TXT] uvm_glue.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_init.c  1.11   20 years  tedu   introduce a new km_page allocator that gets pages from kernel_map using an inter...
[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.48   18 years  brad   typo
[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.77   18 years  mickey   add another uvm histroy for physpage alloc/free and propagate a debugging pgfree...
[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.57.4.1   18 years  brad   MFC: Fix by kurt@ Fix a process datasize leak with MAP_FIXED. When zapping old ...
[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.51   18 years  mickey   add another uvm histroy for physpage alloc/free and propagate a debugging pgfree...
[TXT] uvm_page.h  1.21   20 years  jmc   typos from Jonathon Gray;
[TXT] uvm_pager.c  1.37   18 years  art   - Make a UVM_OBJ_IS_DEVICE macro. - Use it to skip device mappings while dumpi...
[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.25   22 years  art   Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO) in...
[TXT] uvm_pmap.h  1.18   19 years  miod   Nuke pmap_bootstrap_alloc(), not used anymore.
[TXT] uvm_swap.c  1.61   18 years  pedro   Remove unnecessary lockmgr() archaism that was costing too much in terms of pani...
[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.40   18 years  pedro   Remove unnecessary lockmgr() archaism that was costing too much in terms of pani...
[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.12   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[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.20   20 years  mickey   remove unneeded uvmfault_unlockmaps; form netbsd via Julien Bordet <zejames@grey...
[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.17   19 years  tedu   add a new field to vm_space and use it to track the number of anon pages a proce...
[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.15   18 years  mickey   add another uvm histroy for physpage alloc/free and propagate a debugging pgfree...
[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...