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_5_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] uvm.h  1.46   12 years  beck   uvm changes for buffer cache improvements. 1) Make the pagedaemon aware of the ...
[TXT] uvm_amap.c  1.46   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_amap.h  1.18   15 years  oga   Move all of the pseudo-inline functions in uvm into C files. By pseudo-inline, ...
[TXT] uvm_anon.c  1.35   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_anon.h  1.15   13 years  thib   tidy this file up a bit. reorder a few comments, fix up prototypes etc. ok oga@...
[TXT] uvm_aobj.c  1.54   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_aobj.h  1.13   13 years  oga   Don't leak swapslots when doing a uvm_km_pgremove and a page is in swap only. B...
[TXT] uvm_ddb.h  1.12   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] uvm_device.c  1.40   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_device.h  1.8   22 years  millert   First round of __P removal in sys
[TXT] uvm_extern.h  1.103   12 years  tedu   some machines don't boot with the previous uvm reserve enforcement diff. back it...
[TXT] uvm_fault.c  1.62   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_fault.h  1.13   15 years  oga   Move all of the pseudo-inline functions in uvm into C files. By pseudo-inline, ...
[TXT] uvm_glue.c  1.58   13 years  oga   move uvm_pageratop from uvm_pager.c local to a general uvm function (uvm_atopg) ...
[TXT] uvm_glue.h  1.8   13 years  oga   move uvm_pageratop from uvm_pager.c local to a general uvm function (uvm_atopg) ...
[TXT] uvm_init.c  1.28   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] uvm_io.c  1.19   12 years  ariane   Backout vmmap in order to repair virtual address selection algorithms outside th...
[TXT] uvm_km.c  1.106   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_km.h  1.11   13 years  tedu   the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. go ...
[TXT] uvm_map.c  1.147   12 years  guenther   Fix spelling and remove question
[TXT] uvm_map.h  1.46   12 years  ariane   Backout vmmap in order to repair virtual address selection algorithms outside th...
[TXT] uvm_meter.c  1.29   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_mmap.c  1.87   12 years  matthew   More syscalls.master cleanup: sys_osigaltstack() is 7 years old and no longer n...
[TXT] uvm_object.c  1.6   14 years  oga   Unbreak ramdisks. I forgot that uvm_object.c wasn't build if SMALL_KERNEL. Fix ...
[TXT] uvm_object.h  1.18   12 years  sobrado   fix typos; while here, improve spacing in comments. changes to libevent and zli...
[TXT] uvm_page.c  1.114   12 years  tedu   some machines don't boot with the previous uvm reserve enforcement diff. back it...
[TXT] uvm_page.h  1.48   13 years  oga   Remove the freelist member from vm_physseg The new world order of pmemrange mak...
[TXT] uvm_pager.c  1.60   12 years  oga   Rip out and burn support for UVM_HIST. The vm hackers don't use it, don't maint...
[TXT] uvm_pager.h  1.27   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_param.h  1.15   13 years  thib   Remove the VM_KMPAGESFREE sysctl. After the pmemrange changes it was returing a ...
[TXT] uvm_pdaemon.c  1.59   12 years  beck   uvm changes for buffer cache improvements. 1) Make the pagedaemon aware of the ...
[TXT] uvm_pmap.h  1.22   13 years  miod   Kill pmap_phys_address(), and force every driver's mmap() routine to return a ph...
[TXT] uvm_pmemrange.c  1.34   12 years  ariane   Prevent integer wrap-around in pmemrange. Found by and original fix from Geoff ...
[TXT] uvm_pmemrange.h  1.11   12 years  ariane   Move uvm_pmr_alloc_pig to kern/subr_hibernate.c No callers, no functional chang...
[TXT] uvm_swap.c  1.104   12 years  deraadt   move the specfs code to a place people can see it; ok guenther thib krw
[TXT] uvm_swap.h  1.13   13 years  oga   Allow swapping to happen in the case where where we have more memory than we can...
[TXT] uvm_swap_encrypt.c  1.17   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] uvm_swap_encrypt.h  1.9   15 years  oga   Whitespace nit in previous.
[TXT] uvm_unix.c  1.42   12 years  ariane   Backout vmmap in order to repair virtual address selection algorithms outside th...
[TXT] uvm_vnode.c  1.76   12 years  deraadt   move the specfs code to a place people can see it; ok guenther thib krw
[TXT] uvm_vnode.h  1.12   22 years  millert   First round of __P removal in sys
[TXT] uvm_loan.c (in the Attic) [Hide]  1.34   14 years  oga   Put the PG_RELEASED changes diff back in. This has has been tested very very th...
[TXT] uvm_loan.h (in the Attic) [Hide]  1.7   22 years  millert   First round of __P removal in sys
[TXT] uvm_stat.c (in the Attic) [Hide]  1.25   12 years  oga   endodoify UVM_CNT too. ``beat it'' tedu@ the deleteotron
[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...