NetBSD/sys/arch/vax
ragge b43932dec2 If a process is locked into memory with mlockall() (like ntpd is)
pmap_enter() will get called trying to wire an already wired page again
if sysctl() is called. To avoid a panic the "wired" check is moved after
the double-mapping check.
2000-10-31 20:15:09 +00:00
..
bi
boot add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
compile
conf enable rnd device. they are now mandatory for ssh/sshd support, 2000-10-04 03:35:53 +00:00
consolerl Use 2000-08-30 23:51:46 +00:00
floppy
if
include By accident, a previously unused bit in the PTE got used as wired bit. 2000-10-15 11:00:38 +00:00
mba
stand add '-s' option which will cause the installboot program to recalculate the 2000-10-17 22:11:22 +00:00
uba Fix after %b fixes. 2000-08-24 13:12:25 +00:00
vax If a process is locked into memory with mlockall() (like ntpd is) 2000-10-31 20:15:09 +00:00
vsa Fix bug that prevented DMA to work on SCSI chain B. This fixes PR#11124 2000-10-05 07:34:49 +00:00
Makefile