NetBSD/sys/arch/pmax
thorpej 2580d306ab Change the vm_map's "entries_pageable" member to a r/o flags member, which
has PAGEABLE and INTRSAFE flags.  PAGEABLE now really means "pageable",
not "allocate vm_map_entry's from non-static pool", so update all map
creations to reflect that.  INTRSAFE maps are maps that are used in
interrupt context (e.g. kmem_map, mb_map), and thus use the static
map entry pool (XXX as does kernel_map, for now).  This will eventually
change now these maps are locked, as well.
1999-05-26 19:16:28 +00:00
..
compile
conf - Track filename changes. 1999-05-21 01:10:49 +00:00
dev - Setting initial position of cursor is up to caller. 1999-05-23 17:59:39 +00:00
ibus Nuke register and remove trailling white space. 1999-04-24 08:01:01 +00:00
include - Continue on branch merge, incrementally. 1999-05-26 04:23:58 +00:00
pmax Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
stand Add some instructions. 1999-05-13 08:40:08 +00:00
tc - Forgot to commit these two. 1999-04-26 09:36:05 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00