NetBSD/sys/arch/pc532/pc532
thorpej f311a1c308 Make a slight modification of pmap_growkernel() -- it now returns the
end of the mappable kernel virtual address space.  Previously, it would
get called more often than necessary, because the caller only new what
was requested.

Also, export uvm_maxkaddr so that uvm_pageboot_alloc() can grow the
kernel pmap if necessary, as well.  Note that pmap_growkernel() must
now be able to handle being called before pmap_init().
1999-05-20 23:03:23 +00:00
..
autoconf.c
clock.c
compat_13_machdep.c Catch up with changes to signal delivery. 1998-09-17 02:01:59 +00:00
conf.c Updating of bdev's and cdev's to support RAIDframe. 1998-11-13 04:47:03 +00:00
db_disasm.c
db_interface.c
db_memrw.c Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
db_trace.c Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
disksubr.c
genassym.cf remove opt_uvm.h 1999-03-25 00:41:46 +00:00
in_cksum.c Assign my copyrights to TNF. 1998-08-15 10:10:47 +00:00
intr.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
kgdb_machdep.c Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
locore.s completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
machdep.c * convert to using MI allocsys(). most ports were using an MD allocsys(), 1999-05-20 08:21:42 +00:00
mainbus.c
mem.c Oops; vm_offset_t -> vaddr_t. 1999-03-27 00:30:06 +00:00
pmap.c Fix a bug in pmap_collect_pv(), even though nobody currently uses it: 1999-03-27 05:57:02 +00:00
pmap.new.c Make a slight modification of pmap_growkernel() -- it now returns the 1999-05-20 23:03:23 +00:00
process_machdep.c {bzero, bcopy} -> {memset, memcpy} 1998-09-12 19:14:58 +00:00
sys_machdep.c No need for <sys/mtio.h> 1999-01-19 18:18:41 +00:00
trap.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
umprintf.c
vm_machdep.c Allow the caller to specify a stack for the child process. If NULL, 1999-05-13 21:58:32 +00:00