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-4-0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] pdsim/        
[DIR] pmap/        
[TXT] Makefile  1.9   18 years  yamt   branches: 1.9.134; 1.9.138; remove the following options. no objections on te...
[TXT] files.uvm  1.8   17 years  christos   branches: 1.8.8; PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and loc...
[TXT] uvm.h  1.44   17 years  yamt   branches: 1.44.2; merge yamt-pdpolicy branch. - separate page replacement poli...
[TXT] uvm_amap.c  1.76   17 years  yamt   remove some __unused from function parameters.
[TXT] uvm_amap.h  1.30   17 years  yamt   branches: 1.30.10; make amap use kmem_alloc, rather than malloc. (ie. make it u...
[TXT] uvm_anon.c  1.41   17 years  yamt   branches: 1.41.4; remove some __unused from function parameters.
[TXT] uvm_anon.h  1.23   18 years  christos   branches: 1.23.26; merge ktrace-lwp.
[TXT] uvm_aobj.c  1.82.2.1   16 years  liamjfoy   Pull up following revision(s) (requested by pooka in ticket #825): sys/uvm/uvm_...
[TXT] uvm_aobj.h  1.18   18 years  christos   branches: 1.18.26; merge ktrace-lwp.
[TXT] uvm_bio.c  1.54   17 years  yamt   branches: 1.54.4; remove some __unused from function parameters.
[TXT] uvm_ddb.h  1.10   18 years  bjh21   branches: 1.10.20; Add a "show all pages" command to DDB which prints one line ...
[TXT] uvm_device.c  1.48   17 years  christos   branches: 1.48.8; use c99 initializers
[TXT] uvm_device.h  1.11   18 years  christos   branches: 1.11.98; 1.11.104; 1.11.106; merge ktrace-lwp.
[TXT] uvm_extern.h  1.122.2.1   17 years  bouyer   Pull up following revision(s) (requested by elad in ticket #261): sys/uvm/uvm_e...
[TXT] uvm_fault.c  1.116   17 years  yamt   uvm_fault: fix an assertion. PR/35134 from Christos Zoulas. it can be triggered...
[TXT] uvm_fault.h  1.19   18 years  drochner   branches: 1.19.88; 1.19.94; 1.19.96; -clean up the interface to uvm_fault: th...
[TXT] uvm_fault_i.h  1.21   18 years  perry   branches: 1.21.20; Change "inline" back to "__inline" in .h files -- C99 is sti...
[TXT] uvm_glue.c  1.97   17 years  chs   add support for O_DIRECT (I/O directly to application memory, bypassing any kern...
[TXT] uvm_glue.h  1.8   18 years  christos   branches: 1.8.46; 1.8.52; merge ktrace-lwp.
[TXT] uvm_init.c  1.26   17 years  yamt   branches: 1.26.10; 1.26.12; merge yamt-pdpolicy branch. - separate page repla...
[TXT] uvm_io.c  1.23   18 years  skrll   branches: 1.23.26; Whitespace
[TXT] uvm_km.c  1.92   17 years  yamt   branches: 1.92.4; remove some __unused from function parameters.
[TXT] uvm_km.h  1.16   17 years  yamt   branches: 1.16.12; move wait points for kva from upper layers to vm_map. PR/33...
[TXT] uvm_loan.c  1.62   17 years  yamt   remove some __unused from function parameters.
[TXT] uvm_loan.h  1.14   18 years  christos   branches: 1.14.74; merge ktrace-lwp.
[TXT] uvm_map.c  1.232.2.1   16 years  riz   Pull up following revision(s) (requested by skrll in ticket #928): sys/uvm/uvm_...
[TXT] uvm_map.h  1.54   17 years  yamt   branches: 1.54.12; move wait points for kva from upper layers to vm_map. PR/33...
[TXT] uvm_meter.c  1.43.2.1.4.1   12 years  bouyer   Pull up following revision(s) (requested by christos in ticket #1436): sys/uvm/...
[TXT] uvm_mmap.c  1.102.2.1   17 years  bouyer   Pull up following revision(s) (requested by elad in ticket #407): sys/kern/kern...
[TXT] uvm_mremap.c  1.3   18 years  yamt   branches: 1.3.4; 1.3.18; 1.3.28; uvm_mremap: whitespace.
[TXT] uvm_object.c  1.2   17 years  yamt   branches: 1.2.2; 1.2.4; 1.2.8; 1.2.10; whitespace.
[TXT] uvm_object.h  1.22   17 years  yamt   branches: 1.22.8; 1.22.22; 1.22.24; 1.22.30; move some knowledge about vnode...
[TXT] uvm_page.c  1.114   17 years  thorpej   Don't inline uvm_pagealloc_pgfl().
[TXT] uvm_page.h  1.46   17 years  yamt   branches: 1.46.6; merge yamt-pdpolicy branch. - separate page replacement poli...
[TXT] uvm_pager.c  1.78   17 years  yamt   branches: 1.78.2; merge yamt-pdpolicy branch. - separate page replacement poli...
[TXT] uvm_pager.h  1.34.18.1   17 years  bouyer   Pull up following revision(s) (requested by chs in ticket #577): sys/kern/vfs_s...
[TXT] uvm_param.h  1.21   17 years  he   branches: 1.21.58; 1.21.74; 1.21.78; Rearrange included headers and/or add in...
[TXT] uvm_pdaemon.c  1.80   17 years  yamt   remove some __unused from function parameters.
[TXT] uvm_pdaemon.h  1.13   17 years  yamt   branches: 1.13.6; merge yamt-pdpolicy branch. - separate page replacement poli...
[TXT] uvm_pdpolicy.h  1.2   17 years  yamt   branches: 1.2.6; 1.2.8; merge yamt-pdpolicy branch. - separate page replaceme...
[TXT] uvm_pdpolicy_clock.c  1.5   17 years  yamt   branches: 1.5.4; remove some __unused from function parameters.
[TXT] uvm_pdpolicy_clockpro.c  1.6   17 years  yamt   branches: 1.6.4; 1.6.6; uvmpdpol_pagedequeue: clear PQ_INITIALREF. otherwise, ...
[TXT] uvm_pdpolicy_impl.h  1.2   17 years  yamt   branches: 1.2.6; merge yamt-pdpolicy branch. - separate page replacement polic...
[TXT] uvm_pglist.c  1.36   17 years  yamt   branches: 1.36.6; merge yamt-pdpolicy branch. - separate page replacement poli...
[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_pmap.h  1.19   18 years  christos   branches: 1.19.26; merge ktrace-lwp.
[TXT] uvm_prot.h  1.4   18 years  christos   merge ktrace-lwp.
[TXT] uvm_readahead.c  1.2.28.1   16 years  pavel   Pull up following revision(s) (requested by tsutsui in ticket #641): sys/uvm/uv...
[TXT] uvm_readahead.h  1.2   18 years  yamt   branches: 1.2.2; 1.2.20; 1.2.50; 1.2.56; 1.2.60; 1.2.64; add files i forgo...
[TXT] uvm_stat.c  1.30   17 years  yamt   branches: 1.30.50; 1.30.54; 1.30.56; 1.30.58; 1.30.60; merge yamt-pdpolicy ...
[TXT] uvm_stat.h  1.39   18 years  perry   branches: 1.39.24; 1.39.40; 1.39.46; 1.39.50; 1.39.54; Change "inline" back...
[TXT] uvm_swap.c  1.113.2.2   17 years  bouyer   Pull up following revision(s) (requested by elad in ticket #261): sys/uvm/uvm_e...
[TXT] uvm_swap.h  1.14   18 years  christos   branches: 1.14.26; merge ktrace-lwp.
[TXT] uvm_swapstub.c  1.4   18 years  christos   branches: 1.4.18; 1.4.28; merge ktrace-lwp.
[TXT] uvm_unix.c  1.36.2.1   17 years  bouyer   Pull up following revision(s) (requested by skrll in ticket #323): sys/uvm/uvm_...
[TXT] uvm_user.c  1.13   18 years  christos   branches: 1.13.98; 1.13.104; 1.13.106; merge ktrace-lwp.
[TXT] uvm_vnode.c  1.77.2.1   17 years  tron   Apply patch (requested by chs in ticket #422): - Fix various deadlock problems w...


CVSweb <webmaster@jp.NetBSD.org>