NetBSD/sys/uvm
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +00:00
..
Makefile
uvm_amap_i.h
uvm_amap.c
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c
uvm_aobj.h
uvm_bio.c
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
uvm_fault_i.h
uvm_fault.c
uvm_fault.h
uvm_glue.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
uvm_glue.h
uvm_init.c Back out the following chagne: 2003-05-10 21:10:23 +00:00
uvm_io.c
uvm_km.c Back out the following chagne: 2003-05-10 21:10:23 +00:00
uvm_km.h Back out the following chagne: 2003-05-10 21:10:23 +00:00
uvm_loan.c
uvm_loan.h
uvm_map_i.h
uvm_map.c
uvm_map.h
uvm_meter.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
uvm_mmap.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
uvm_object.h
uvm_page_i.h
uvm_page.c Fix typo in panic message. From miod@openbsd. 2003-06-01 09:26:10 +00:00
uvm_page.h Back out the following chagne: 2003-05-10 21:10:23 +00:00
uvm_pager_i.h
uvm_pager.c
uvm_pager.h
uvm_param.h
uvm_pdaemon.c
uvm_pdaemon.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h Back out the following chagne: 2003-05-10 21:10:23 +00:00
uvm_prot.h
uvm_stat.c
uvm_stat.h
uvm_swap.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
uvm_swap.h
uvm_unix.c Consistancy nit- use parentheses around return argument. 2003-05-25 13:00:40 +00:00
uvm_user.c
uvm_vnode.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
uvm.h