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_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm_map.c  1.99   16 years  martin   replace ctob and btoc with ptoa and atop respectively help and ok miod@ thib@
[TXT] uvm_swap.c  1.76   16 years  thib   Turn the uvm_{lock/unlock}_fpageq() inlines into macros that just expand into th...
[TXT] uvm_mmap.c  1.70   16 years  martin   replace the machine dependant bytes-to-clicks macro by the MI ptoa() version for...
[TXT] uvm_extern.h  1.68   16 years  tedu   use a working mutex for the freepage list. ok art deraadt
[TXT] uvm_km.c  1.66   16 years  deraadt   export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg
[TXT] uvm_page.c  1.64   16 years  miod   Only compile in uvm_page_physdump() if option DDB as it's not directly callable ...
[TXT] uvm_vnode.c  1.51   16 years  thib   instead of inspecting the vnode op's to figure out if vnode locking actually wor...
[TXT] uvm_fault.c  1.49   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[TXT] uvm_glue.c  1.47   17 years  pedro   Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ deraadt@ ...
[TXT] uvm_pager.c  1.44   16 years  miod   In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a fixed si...
[TXT] uvm_amap.c  1.40   16 years  art   Use M_ZERO in a few more places to shave bytes from the kernel. eyeballed and o...
[TXT] uvm_map.h  1.38   17 years  art   Instead of managing pages for intrsafe maps in special objects (aka. kmem_object...
[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_pdaemon.c  1.34   16 years  thib   Turn the uvm_{lock/unlock}_fpageq() inlines into macros that just expand into th...
[TXT] uvm_unix.c  1.34   16 years  kettenis   Include sigcode in core dumps. This makes it possible to backtrace through sign...
[TXT] uvm_anon.c  1.28   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[TXT] uvm_device.c  1.28   16 years  chl   MALLOC/FREE -> malloc/free ok krw@
[TXT] uvm_page.h  1.26   16 years  thib   Turn the uvm_{lock/unlock}_fpageq() inlines into macros that just expand into th...
[TXT] uvm_meter.c  1.24   16 years  deraadt   export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg
[TXT] uvm.h  1.22   16 years  tedu   use a working mutex for the freepage list. ok art deraadt
[TXT] uvm_pager.h  1.20   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] uvm_pmap.h  1.19   16 years  miod   Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark the hol...
[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_init.c  1.16   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[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_anon.h  1.14   16 years  pedro   Bring back Mickey's UVM anon change. Testing by thib@, beck@ and ckuethe@ for a ...
[TXT] uvm_param.h  1.14   16 years  kettenis   Add back cast in ptoa() to prevent problems with integer overflow. Proper casts ...
[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_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_fault.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_swap.h  1.11   22 years  millert   First round of __P removal in sys
[TXT] uvm_object.h  1.10   17 years  art   Instead of managing pages for intrsafe maps in special objects (aka. kmem_object...
[TXT] uvm_km.h  1.9   17 years  art   Instead of managing pages for intrsafe maps in special objects (aka. kmem_object...
[TXT] uvm_aobj.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_glue.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_swap_encrypt.h  1.7   21 years  nate   inital -> initial
[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.21   16 years  thib   Turn the uvm_{lock/unlock}_fpageq() inlines into macros that just expand into th...
[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.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...