NetBSD/sys/uvm
enami 332c98526a - Move the comment, which describes that calling the function
uvm_map_pageable(map, ...) implies unlocking passed map, just before the
  function call.
- If we bail out before calling the uvm_map_pageable, unlock the map
  by ourself to prevent a panic ``locking against myself''.  The panic is,
  for example, caused when cdrecord is invoked with too large fifo size.
2000-05-23 02:19:20 +00:00
..
Makefile
uvm.h
uvm_amap.c
uvm_amap.h
uvm_amap_i.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c NULL != 0 2000-05-19 04:34:39 +00:00
uvm_aobj.h
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h
uvm_fault.c
uvm_fault.h
uvm_fault_i.h
uvm_glue.c
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map.c Clean up some indentation lossage in uvm_map_extract(). 2000-05-19 17:43:55 +00:00
uvm_map.h
uvm_map_i.h
uvm_meter.c
uvm_mmap.c - Move the comment, which describes that calling the function 2000-05-23 02:19:20 +00:00
uvm_object.h
uvm_page.c
uvm_page.h
uvm_page_i.h
uvm_pager.c Remove VM_PROT_EXECUTE from the permissions used to map the page 2000-05-20 03:36:06 +00:00
uvm_pager.h
uvm_pager_i.h
uvm_pdaemon.c
uvm_pdaemon.h
uvm_pglist.c Clean up a comment. 2000-05-20 19:54:01 +00:00
uvm_stat.c
uvm_stat.h
uvm_swap.c
uvm_swap.h
uvm_unix.c
uvm_user.c
uvm_vnode.c
uvm_vnode.h