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-5-RELEASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] pdsim/        
[DIR] pmap/        
[TXT] uvm.h  1.22   23 years  thorpej   Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as advertised)....
[TXT] uvm_extern.h  1.42   23 years  thorpej   Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as advertised)....
[TXT] uvm_page.h  1.15   23 years  thorpej   Changes necessary to implement pre-zero'ing of pages in the idle loop: - Make pa...
[TXT] uvm_pglist.c  1.10   23 years  thorpej   Clean up a comment.
[TXT] uvm_pdaemon.c  1.19   24 years  thorpej   Const poison uvm_wait().
[TXT] uvm_init.c  1.12   24 years  simonb   Don't need to include <sys/conf.h> here.
[TXT] uvm_stat.h  1.18   24 years  pk   Finish previous.
[TXT] uvm_meter.c  1.12   23 years  thorpej   Introduce a new process state distinct from SRUN called SONPROC which indicates ...
[TXT] uvm_io.c  1.10   23 years  pk   Let uvm_map_extract() set the lower bound on the kernel address range itself, in...
[TXT] uvm_aobj.c  1.31   23 years  thorpej   NULL != 0
[TXT] uvm_device.c  1.22.2.3   23 years  simonb   Pull up mmap paddr_t/off_t changes from trunk.
[TXT] uvm_amap.c  1.22.12.1   23 years  thorpej   Pull up rev. 1.25 (approved by jhawk): Fix a fairly obvious locking error in ama...
[TXT] uvm_fault.c  1.48.4.1   23 years  thorpej   Pull up rev. 1.51: Update a comment in uvmfault_anonget() to reflect reality, an...
[TXT] uvm_anon.c  1.5.4.2   23 years  thorpej   Pull up rev. 1.9: Do something sane with a DIAGNOSTIC condition in an non-DIAGNO...
[TXT] uvm_swap.c  1.37.4.1   23 years  tv   Pullup 1.39 [chs]: in swap_off(), reverse the order of vrele() and VOP_CLOSE() s...
[TXT] uvm_map.c  1.77.2.2   23 years  tv   Pullup 1.82 [thorpej]: - Change SAVE_HINT() to take a "check" value. This value...
[TXT] uvm_pager.c  1.30   23 years  thorpej   Remove VM_PROT_EXECUTE from the permissions used to map the page for pager I/O -...
[TXT] uvm_map.h  1.17   24 years  simonb   Remove redundant decl for uvmspace_fork() - it's in <uvm/uvm_extern.h>.
[TXT] uvm_glue.c  1.36   23 years  simonb   Set p->p_addr to NULL after it gets freed.
[TXT] uvm_pager.h  1.15   23 years  thorpej   Tell uvm_pagermapin() the direction of the I/O so that it can map with only the ...
[TXT] uvm_loan.c  1.20   24 years  thorpej   Use UVM_PGA_ZERO in a few (easy) places.
[TXT] uvm_fault_i.h  1.10   24 years  chs   add support for ``swapctl -d'' (removing swap space). improve handling of i/o er...
[TXT] uvm_stat.c  1.13   24 years  chs   add support for ``swapctl -d'' (removing swap space). improve handling of i/o er...
[TXT] Makefile  1.1   25 years  cgd   branches: 1.1.14; Rework the way kernel include files are installed. In the ne...
[TXT] uvm_aobj.h  1.10   24 years  chs   branches: 1.10.6; 1.10.8; 1.10.10; add support for ``swapctl -d'' (removing s...
[TXT] uvm_amap.h  1.12   24 years  thorpej   branches: 1.12.2; Don't bother returning the "slot" number from amap_add(): * N...
[TXT] uvm_anon.h  1.12   24 years  chs   branches: 1.12.4; add support for ``swapctl -d'' (removing swap space). improve...
[TXT] uvm_fault.h  1.13   24 years  thorpej   branches: 1.13.2; Protect prototypes, certain macros, and inlines from userland...
[TXT] uvm_ddb.h  1.3   24 years  thorpej   branches: 1.3.2; Protect prototypes, certain macros, and inlines from userland....
[TXT] uvm_vnode.c  1.33   23 years  thorpej   branches: 1.33.4; Tell uvm_pagermapin() the direction of the I/O so that it can...
[TXT] uvm_km.c  1.35   23 years  thorpej   branches: 1.35.4; __predict_false() out-of-resource conditions and DIAGNOSTIC e...
[TXT] uvm_mmap.c  1.41   23 years  enami   branches: 1.41.4; - Move the comment, which describes that calling the function...
[TXT] uvm_swap.h  1.5   24 years  chs   branches: 1.5.6; 1.5.8; add support for ``swapctl -d'' (removing swap space). ...
[TXT] uvm_glue.h  1.6   24 years  thorpej   branches: 1.6.36; Protect prototypes, certain macros, and inlines from userland...
[TXT] uvm_loan.h  1.7   24 years  thorpej   branches: 1.7.14; 1.7.16; 1.7.18; Protect prototypes, certain macros, and inl...
[TXT] uvm_user.c  1.7   25 years  mrg   branches: 1.7.8; remove now >1 year old pre-release message.
[TXT] uvm_object.h  1.8   24 years  thorpej   branches: 1.8.2; Define a new kernel object type, "intrsafe", which are used fo...
[TXT] uvm_pdaemon.h  1.8   24 years  thorpej   branches: 1.8.6; Const poison uvm_wait().
[TXT] uvm_km.h  1.9   24 years  thorpej   branches: 1.9.14; 1.9.16; 1.9.18; Protect prototypes, certain macros, and inl...
[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_page.c  1.37   23 years  soda   fix printf format mismatch, when paddr_t becomes (long long) on arc port.
[TXT] uvm_unix.c  1.12.4.2   23 years  chs   pull up revs 1.16 and 1.17, approved by thorpej: > in uvm_coredump*(), avoid dum...


CVSweb <webmaster@jp.NetBSD.org>