This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
vm
History
christos
3cc52443b5
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
...
to %lx and %ld instead of %x and %d.
1996-03-16 23:15:18 +00:00
..
device_pager.c
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
1996-03-16 23:15:18 +00:00
device_pager.h
…
kern_lock.c
…
lock.h
…
pmap.h
…
swap_pager.c
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
1996-03-16 23:15:18 +00:00
swap_pager.h
…
vm_conf.h
…
vm_extern.h
…
vm_fault.c
…
vm_glue.c
We no longer need the old hack for allocating the u-area on the i386.
1996-02-18 22:53:43 +00:00
vm_inherit.h
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
…
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
1996-03-16 23:15:18 +00:00
vm_object.c
Remove vm_object_prefer. VM code now calls PMAP_PREFER directly.
1996-02-28 22:35:35 +00:00
vm_object.h
…
vm_page.c
…
vm_page.h
…
vm_pageout.c
…
vm_pageout.h
…
vm_pager.c
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
1996-03-16 23:15:18 +00:00
vm_pager.h
…
vm_param.h
…
vm_prot.h
…
vm_swap.c
…
vm_unix.c
…
vm_user.c
Replace vm_object_prefer with PMAP_PREFER.
1996-02-28 22:39:13 +00:00
vm.h
…
vnode_pager.c
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
1996-03-16 23:15:18 +00:00
vnode_pager.h
…