NetBSD/sys/uvm
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
Makefile
files.uvm
uvm.h
uvm_amap.c amap_splitref: assert that origref->ar_amap is initialized 2006-04-21 14:04:45 +00:00
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c
uvm_aobj.h
uvm_bio.c ubc_fault: use PMAP_CANFAIL. pointed by Jed Davis on tech-kern@. 2006-05-03 15:57:35 +00:00
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h UVM_MAPFLAG: add missing parens. 2006-05-19 15:08:14 +00:00
uvm_fault.c
uvm_fault.h
uvm_fault_i.h
uvm_glue.c introduce macros, UAREA_TO_USER and USER_TO_UAREA, 2006-05-22 13:43:54 +00:00
uvm_glue.h
uvm_init.c move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
uvm_io.c
uvm_km.c move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
uvm_km.h move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
uvm_loan.c
uvm_loan.h
uvm_map.c move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
uvm_map.h move wait points for kva from upper layers to vm_map. PR/33185 #1. 2006-05-25 14:27:28 +00:00
uvm_meter.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
uvm_mmap.c Better implementation of PaX MPROTECT, after looking some more into the 2006-05-20 15:45:37 +00:00
uvm_mremap.c
uvm_object.h
uvm_page.c
uvm_page.h
uvm_pager.c
uvm_pager.h
uvm_param.h
uvm_pdaemon.c
uvm_pdaemon.h
uvm_pglist.c XXX: GCC uninitialized. 2006-05-14 05:30:31 +00:00
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c
uvm_stat.h
uvm_swap.c integrate kauth. 2006-05-14 21:31:52 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c Better implementation of PaX MPROTECT, after looking some more into the 2006-05-20 15:45:37 +00:00
uvm_user.c
uvm_vnode.c integrate kauth. 2006-05-14 21:31:52 +00:00