NetBSD/sys/uvm
pavel 934634a18c Change the process/lwp flags seen by userland via sysctl back to the
P_*/L_* naming convention, and rename the in-kernel flags to avoid
conflict. (P_ -> PK_, L_ -> LW_ ). Add back the (now unused) LSDEAD
constant.

Restores source compatibility with pre-newlock2 tools like ps or top.

Reviewed by Andrew Doran.
2007-02-17 22:31:36 +00:00
..
Makefile
files.uvm PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the 2006-11-25 21:40:04 +00:00
uvm.h Add uvm_kick_scheduler() (MP safe) to replace wakeup(&proc0). 2007-02-15 20:21:13 +00:00
uvm_amap.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uvm_amap.h
uvm_anon.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uvm_anon.h
uvm_aobj.c Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
uvm_aobj.h
uvm_bio.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h Add uvm_kick_scheduler() (MP safe) to replace wakeup(&proc0). 2007-02-15 20:21:13 +00:00
uvm_fault.c put ->K loaned pages on the page queue, so that page loaning doesn't 2006-12-15 13:51:30 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uvm_km.h
uvm_loan.c put ->K loaned pages on the page queue, so that page loaning doesn't 2006-12-15 13:51:30 +00:00
uvm_loan.h
uvm_map.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uvm_map.h
uvm_meter.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
uvm_mmap.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uvm_mremap.c
uvm_object.c Mention rmind@ as an author in the license. No functional change. 2007-02-17 20:45:36 +00:00
uvm_object.h
uvm_page.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uvm_page.h
uvm_pager.c merge yamt-splraiseipl branch. 2006-12-21 15:55:21 +00:00
uvm_pager.h
uvm_param.h
uvm_pdaemon.c CID-4192: ensure we have 'uobj != NULL` here 2006-12-27 17:59:08 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c Remove useless double assignment. 2007-01-19 15:52:24 +00:00
uvm_pdpolicy_clockpro.c uvmpdpol_pagedequeue: clear PQ_INITIALREF. 2006-11-28 13:14:53 +00:00
uvm_pdpolicy_impl.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c
uvm_stat.h
uvm_swap.c Add uvm_kick_scheduler() (MP safe) to replace wakeup(&proc0). 2007-02-15 20:21:13 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uvm_user.c
uvm_vnode.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00