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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.17   21 years  mickey   ubchist is not a fully cooked kadaver and though use the other well formed pdhis...
[TXT] uvm_amap.c  1.28   19 years  niklas   Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scena...
[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.27   19 years  miod   Use list and queue macros where applicable to make the code easier to read; 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.24   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.54   19 years  niklas   Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scena...
[TXT] uvm_fault.c  1.33   19 years  todd   the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@
[TXT] uvm_fault.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_glue.c  1.39   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[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.14   21 years  art   Since memory deallocation can't fail, remove the error return from uvm_unmap, uv...
[TXT] uvm_km.c  1.45   19 years  niklas   Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scena...
[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.70   19 years  niklas   Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scena...
[TXT] uvm_map.h  1.31   19 years  henning   only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on all other ...
[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.55   19 years  otto   In uvm_mmap(), check for size wrap to 0, and return ENOMEM in that case. Do not ...
[TXT] uvm_object.h  1.8   22 years  art   UBC was a disaster. It worked very good when it worked, but on some machines or ...
[TXT] uvm_page.c  1.50   19 years  miod   Use list and queue macros where applicable to make the code easier to read; no c...
[TXT] uvm_page.h  1.21   20 years  jmc   typos from Jonathon Gray;
[TXT] uvm_pager.c  1.35   20 years  drahn   sync of pmap_update() calls with NetBSD. pmap_update is defined away on all arch...
[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.9   20 years  jmc   typos from Jonathon Gray;
[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.17   20 years  drahn   fix prototype of pmap_update(), ok miod@
[TXT] uvm_swap.c  1.60   19 years  miod   Use list and queue macros where applicable to make the code easier to read; no c...
[TXT] uvm_swap.h  1.11   22 years  millert   First round of __P removal in sys
[TXT] uvm_swap_encrypt.c  1.13   19 years  hshoexer   ansi + some knf, no binary change ok deraadt
[TXT] uvm_swap_encrypt.h  1.7   21 years  nate   inital -> initial
[TXT] uvm_unix.c  1.26   21 years  mickey   do not treat map entries above the stack as stack; only for the grow-ups
[TXT] uvm_vnode.c  1.39   19 years  miod   Use list and queue macros where applicable to make the code easier to read; 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.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.16   21 years  art   Since memory deallocation can't fail, remove the error return from uvm_unmap, uv...
[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.14   21 years  mickey   this removes the functionality of adding allocated pages into the queue already ...
[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.15   20 years  markus   remove mb_object*; ok tedu
[TXT] uvm_stat.h (in the Attic) [Hide]  1.13   22 years  millert   First round of __P removal in sys
[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...