The NetBSD Project

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: [cvs.NetBSD.org] / src / sys / uvm

Current tag: netbsd-1-6-RC2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] pdsim/        
[DIR] pmap/        
[TXT] uvm_pdaemon.c  1.46.4.1   21 years  lukem   Pull up revision 1.47 (requested by chs in ticket #329): count aobj pages (most ...
[TXT] uvm_page.c  1.75.4.3   21 years  lukem   Pull up revision 1.78 (requested by chs in ticket #329): count aobj pages (most ...
[TXT] uvm_object.h  1.15.4.1   21 years  lukem   Pull up revision 1.16 (requested by chs in ticket #329): count aobj pages (most ...
[TXT] uvm_loan.c  1.37.4.1   21 years  tv   Pull up revision 1.38 (requested by enami in ticket #114): Add missing pageq loc...
[TXT] uvm_extern.h  1.71   21 years  enami   branches: 1.71.2; Make uvn_findpages to return number of pages found so that ca...
[TXT] uvm_vnode.c  1.58   21 years  enami   Make uvn_findpages to return number of pages found so that caller can easily che...
[TXT] uvm_pager.c  1.57   21 years  matt   branches: 1.57.4; When core dumping a process, don't dump maps backed up by the...
[TXT] uvm_glue.c  1.58   21 years  matt   branches: 1.58.2; When core dumping a process, don't dump maps backed up by the...
[TXT] uvm_swap.c  1.64   21 years  fredette   branches: 1.64.2; 1.64.4; When preparing to swap to a miniroot partition, add ...
[TXT] uvm_aobj.c  1.51   21 years  enami   In uao_put(), if we wait for the busy page owned by someone else, we can't simpl...
[TXT] uvm_pmap.h  1.10   22 years  thorpej   Allow pmap_copy_page() and pmap_zero_page() to be #define'd in <machine/pmap.h>....
[TXT] uvm_amap.c  1.43   22 years  nathanw   branches: 1.43.2; 1.43.4; In amap_pp_adjref(), avoid incorrectly merging the f...
[TXT] uvm_pager.h  1.25   22 years  chs   remove PGO_WEAK, it isn't needed anymore.
[TXT] uvm_fault.c  1.76   22 years  chs   branches: 1.76.2; 1.76.4; when processing PG_RDONLY, mask off VM_PROT_WRITE in...
[TXT] uvm_mmap.c  1.63   22 years  darrenr   branches: 1.63.2; 1.63.4; Return EFBIG from mmap() if we try to map too much d...
[TXT] uvm_swap.h  1.6   22 years  manu   branches: 1.6.12; Move swapctl(SWAP_STATS) implementation to a separate functio...
[TXT] uvm_map.c  1.118   22 years  thorpej   branches: 1.118.2; 1.118.8; Pool deals fairly well with physical memory shorta...
[TXT] uvm_km.c  1.56   22 years  thorpej   branches: 1.56.2; 1.56.6; 1.56.8; If the bootstrapping process didn't actuall...
[TXT] uvm_stat.h  1.24   22 years  simonb   branches: 1.24.2; Include <sys/kernel.h> if UVMHIST is defined - the "cold" var...
[TXT] uvm_device.c  1.40   22 years  christos   branches: 1.40.8; use the <sys/conf.h> macro to get the mmap footprint.
[TXT] uvm_bio.c  1.25   22 years  chs   branches: 1.25.10; honor the PG_RDONLY flag (so that NFS can clear the PG_NEEDC...
[TXT] uvm_fault.h  1.16   22 years  chs   branches: 1.16.16; introduce a new UVM fault type, VM_FAULT_WIREMAX. this is d...
[TXT] uvm_stat.c  1.22   22 years  chs   branches: 1.22.16; add {anon,file,exec}max as a upper bound on the amount of me...
[TXT] uvm_meter.c  1.23   22 years  chs   add {anon,file,exec}max as a upper bound on the amount of memory that will be al...
[TXT] uvm_param.h  1.13   22 years  chs   add {anon,file,exec}max as a upper bound on the amount of memory that will be al...
[TXT] uvm_unix.c  1.26   22 years  thorpej   Make the coredump routine exec-format/emulation specific. Split out traditional...
[TXT] uvm_pglist.c  1.19   22 years  lukem   branches: 1.19.4; 1.19.8; add RCSIDs, and in some cases, slightly cleanup #inc...
[TXT] uvm_user.c  1.11   22 years  lukem   branches: 1.11.16; add RCSIDs, and in some cases, slightly cleanup #include ord...
[TXT] uvm_init.c  1.15   22 years  lukem   add RCSIDs, and in some cases, slightly cleanup #include order
[TXT] uvm_io.c  1.17   22 years  lukem   branches: 1.17.10; add RCSIDs, and in some cases, slightly cleanup #include ord...
[TXT] uvm_anon.c  1.21   22 years  lukem   branches: 1.21.4; add RCSIDs, and in some cases, slightly cleanup #include orde...
[TXT] uvm_loan.h  1.9   22 years  chs   several changes prompted by loaning problems: - fix the loaned case in uvm_page...
[TXT] uvm_map.h  1.31   22 years  christos   protect against traditional macro expansion.
[TXT] Makefile  1.7   22 years  chs   a whole bunch of changes to improve performance and robustness under load: - r...
[TXT] uvm_km.h  1.10   22 years  chs   a whole bunch of changes to improve performance and robustness under load: - r...
[TXT] uvm_page.h  1.31   22 years  chs   branches: 1.31.6; a whole bunch of changes to improve performance and robustnes...
[TXT] uvm_aobj.h  1.11   22 years  chs   branches: 1.11.18; a whole bunch of changes to improve performance and robustne...
[TXT] uvm_fault_i.h  1.15   22 years  chs   a whole bunch of changes to improve performance and robustness under load: - r...
[TXT] uvm.h  1.31   22 years  chs   branches: 1.31.6; 1.31.12; a whole bunch of changes to improve performance and...
[TXT] uvm_pglist.h  1.5   22 years  chs   branches: 1.5.118; 1.5.120; 1.5.122; use the correct symbol for multi-include...
[TXT] uvm_ddb.h  1.7   22 years  chs   branches: 1.7.22; replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
[TXT] uvm_amap.h  1.17   22 years  chs   branches: 1.17.2; 1.17.10; 1.17.16; replace vm_map{,_entry}_t with struct vm_...
[TXT] uvm_anon.h  1.15   22 years  chs   branches: 1.15.22; replace {simple_,}lock{_data,}_t with struct {simple,}lock {...
[TXT] uvm_pdaemon.h  1.9   22 years  chs   branches: 1.9.22; remove trailing whitespace.
[TXT] uvm_prot.h  1.2   22 years  chs   branches: 1.2.22; remove trailing whitespace.
[TXT] uvm_device.h  1.9   23 years  drochner   branches: 1.9.8; 1.9.26; Don't silently truncate the voff_t offset to vaddr_t ...
[TXT] uvm_glue.h  1.6   24 years  thorpej   branches: 1.6.36; Protect prototypes, certain macros, and inlines from userland...


CVSweb <webmaster@jp.NetBSD.org>