This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
588900ab75
NetBSD
/
sys
/
uvm
History
ad
642267bcc7
Update for hashinit() change.
2000-11-08 14:28:12 +00:00
..
Makefile
…
uvm.h
…
uvm_amap.c
MALLOC()/FREE() are not to be used for variable size allocations.
2000-08-03 00:47:02 +00:00
uvm_amap.h
…
uvm_amap_i.h
…
uvm_anon.c
Do something sane with a DIAGNOSTIC condition in an non-DIAGNOSTIC
2000-08-06 00:21:57 +00:00
uvm_anon.h
…
uvm_aobj.c
Update for hashinit() change.
2000-11-08 14:28:12 +00:00
uvm_aobj.h
…
uvm_ddb.h
…
uvm_device.c
…
uvm_device.h
…
uvm_extern.h
Add support for variable end of user stacks needed to support COMPAT_NETBSD32:
2000-09-28 19:05:06 +00:00
uvm_fault.c
Update a comment in uvmfault_anonget() to reflect reality, and
2000-08-06 00:22:53 +00:00
uvm_fault.h
…
uvm_fault_i.h
…
uvm_glue.c
- uvmspace_share(): If p2 has a vmspace already, make sure to deactivate
2000-10-11 17:27:58 +00:00
uvm_glue.h
…
uvm_init.c
…
uvm_io.c
…
uvm_km.c
Add an align argument to uvm_map() and some callers of that
2000-09-13 15:00:15 +00:00
uvm_km.h
…
uvm_loan.c
…
uvm_loan.h
…
uvm_map.c
Back out rev. 1.83 -- it's causing problems with some pmap
2000-10-16 23:17:54 +00:00
uvm_map.h
Add an align argument to uvm_map() and some callers of that
2000-09-13 15:00:15 +00:00
uvm_map_i.h
…
uvm_meter.c
…
uvm_mmap.c
Add an align argument to uvm_map() and some callers of that
2000-09-13 15:00:15 +00:00
uvm_object.h
…
uvm_page.c
s/vm/uvm/ in a bunch of error messages.
2000-10-05 00:37:50 +00:00
uvm_page.h
clean up a comment.
2000-10-03 20:50:49 +00:00
uvm_page_i.h
…
uvm_pager.c
Add an align argument to uvm_map() and some callers of that
2000-09-13 15:00:15 +00:00
uvm_pager.h
…
uvm_pager_i.h
…
uvm_param.h
…
uvm_pdaemon.c
Ensure that uvmexp.freemin is above the kernel reserved-page count.
2000-08-20 10:24:14 +00:00
uvm_pdaemon.h
…
uvm_pglist.c
…
uvm_pglist.h
…
uvm_pmap.h
…
uvm_prot.h
…
uvm_stat.c
…
uvm_stat.h
…
uvm_swap.c
…
uvm_swap.h
…
uvm_unix.c
Add an align argument to uvm_map() and some callers of that
2000-09-13 15:00:15 +00:00
uvm_user.c
…
uvm_vnode.c
…
uvm_vnode.h
…