NetBSD/sys/arch/x68k
thorpej 1c3a62e066 Sprinkle pmap_update() calls after calls to:
- pmap_enter()
- pmap_remove()
- pmap_protect()
- pmap_kenter_pa()
- pmap_kremove()
as described in pmap(9).

These calls are relatively conservative.  It may be possible to
optimize these a little more.
2001-04-24 04:30:50 +00:00
..
compile
conf A bit of ELF support. From scw. 2001-03-22 12:46:19 +00:00
dev eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
include Undo a misguided previous change to the pmap_update() API. 2001-04-22 23:19:26 +00:00
stand Use IOCS_S_READEXT only when reading the partition boot from 2001-01-26 17:30:15 +00:00
usr.bin Use objcopy instead of dd. This will work after we'll switch to ELF. 2000-11-25 05:27:19 +00:00
usr.sbin usr1handler(): fix the logerror() call, use string 'shut' 2001-02-21 22:55:51 +00:00
x68k Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
Makefile