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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.25   15 years  miod   Get rid of the last traces of uvm.pager_[se]va
[TXT] uvm_amap.c  1.43   15 years  art   Don't extend amaps beyond what their supposed maximum. This code path is not tak...
[TXT] uvm_amap.h  1.17   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[TXT] uvm_anon.c  1.29   16 years  miod   Correctly amount swap usage for anons, from NetBSD via PR 5772.
[TXT] uvm_anon.h  1.14   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[TXT] uvm_aobj.c  1.35   16 years  art   Use M_ZERO in a few more places to shave bytes from the kernel. eyeballed and o...
[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.28   16 years  chl   MALLOC/FREE -> malloc/free ok krw@
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.73   15 years  mikeb   Remove uvm_km_alloc_poolpage1 as it serves no particular purpose now and valid f...
[TXT] uvm_fault.c  1.50   15 years  chl   remove dead stores and newly created unused variables. Found by LLVM/Clang Stat...
[TXT] uvm_fault.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_glue.c  1.48   15 years  deraadt   it is a good policy to clear the pointer after we free something
[TXT] uvm_glue.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_init.c  1.19   15 years  kurt   init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap pages...
[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.70   15 years  miod   On machines with less than 16MB of physical memory, reduce the lower bound of uv...
[TXT] uvm_km.h  1.9   17 years  art   Instead of managing pages for intrsafe maps in special objects (aka. kmem_object...
[TXT] uvm_map.c  1.108   15 years  oga   typo: be -> by in comment ``of course'' deraadt@.
[TXT] uvm_map.h  1.39   15 years  kurt   Add new uvm function called uvm_map_pie() which takes align as a parameter and r...
[TXT] uvm_meter.c  1.24   16 years  deraadt   export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg
[TXT] uvm_mmap.c  1.71   15 years  deraadt   vm_map_lock() around calls to uvm_map_findspace(); ok tedu
[TXT] uvm_object.h  1.10   17 years  art   Instead of managing pages for intrsafe maps in special objects (aka. kmem_object...
[TXT] uvm_page.c  1.67   15 years  art   Make the pagedaemon a bit happier. 1. When checking if the pagedaemon should be ...
[TXT] uvm_page.h  1.27   15 years  ariane   Variables were never used, never implemented. Ok miod, toby
[TXT] uvm_pager.c  1.46   15 years  ariane   Simplify page-out/page-in map management; fix rare pager deadlock. Ok: miod, te...
[TXT] uvm_pager.h  1.21   15 years  thib   garbage collect uvm_errno2vmerror(); ok miod@, art@
[TXT] uvm_param.h  1.14   16 years  kettenis   Add back cast in ptoa() to prevent problems with integer overflow. Proper casts ...
[TXT] uvm_pdaemon.c  1.36   15 years  miod   Register aiodoned_proc, although it is not used anywhere yet; PR #6034
[TXT] uvm_pmap.h  1.20   15 years  oga   Add some (currently unused) MD pmap flags to be used for pushing in parameters s...
[TXT] uvm_swap.c  1.85   15 years  miod   Remove /dev/drum and related code.
[TXT] uvm_swap.h  1.12   16 years  miod   Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea.
[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.34   16 years  kettenis   Include sigcode in core dumps. This makes it possible to backtrace through sign...
[TXT] uvm_vnode.c  1.52   15 years  deraadt   uvn_attach message is purely diagnostic, not needed no ok's from anyone because ...
[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.18   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[TXT] uvm_fault_i.h (in the Attic) [Hide]  1.12   17 years  thib   zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros for simple_{lock/...
[TXT] uvm_loan.c (in the Attic) [Hide]  1.28   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[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.22   16 years  chl   MALLOC/FREE -> malloc/free ok krw@
[TXT] uvm_page_i.h (in the Attic) [Hide]  1.20   16 years  miod   Make uvm_page_lookup_freelist() simpler and faster if VM_PHYSSEG_MAX is 1. Has b...
[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.24   15 years  miod   In uvm_pglistalloc(), do not fall through the success code if we could not find ...
[TXT] uvm_pglist.h (in the Attic) [Hide]  1.6   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] uvm_stat.c (in the Attic) [Hide]  1.19   17 years  art   Also show fpu context switches in show uvmexp in ddb. From mickey. art@ ok
[TXT] uvm_stat.h (in the Attic) [Hide]  1.15   16 years  art   Use M_ZERO in a few more places to shave bytes from the kernel. eyeballed and o...
[TXT] uvm_user.c (in the Attic) [Hide]  1.11   17 years  art   Another indentation cleanup without binary changes. (I'm reading code, that's wh...