NetBSD/sys
mhitch 263d2c47a5 Read-only unnmanaged pages on MIPS3 need the RO attribute bit, otherwise the
tlbmod exception panics.  This appears to have been incorrect even in the pica
pmap.c, which I pulled in for the pmax.  Fixes Xcfbpmax crashes on R40x0
systems with sfb framebuffer.

Fix resident_count tracking so it doesn't go negative.  UVM will change a
page mapping without removing the original mapping.  That was causing a
problem early on when getting UVM working on the mips, and the explicit
pmap_remove() done by pmap_enter() was decrementing the resident_count.
Do the pmap_remove() first, then check if the current mapping is not valid
and increment the resident_count.
1999-03-05 22:25:07 +00:00
..
adosfs Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now 1999-02-26 23:44:43 +00:00
arch Read-only unnmanaged pages on MIPS3 need the RO attribute bit, otherwise the 1999-03-05 22:25:07 +00:00
coda Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now 1999-02-26 23:44:43 +00:00
compat cachectl -> cachectl1 1999-03-02 18:22:29 +00:00
conf Welcome to 1.3K (due to the lock.h change) 1999-03-02 08:04:06 +00:00
ddb Fix printf format problems on Alpha. 1999-02-12 00:50:09 +00:00
dev Don't try to selftest the keyboard port. PC keyboard controllers have 1999-03-05 10:40:54 +00:00
filecorefs Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now 1999-02-26 23:44:43 +00:00
gdbscripts
ipkdb
isofs Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now 1999-02-26 23:44:43 +00:00
kern This is sort of gratuitous, but... 1999-03-05 07:26:21 +00:00
lib Sync with libc 1999-03-05 09:18:32 +00:00
lkm convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
miscfs Pass null pointers to VOP_UPDATE rather than having all the callers fetch the 1999-03-05 21:09:48 +00:00
msdosfs Pass null pointers to VOP_UPDATE rather than having all the callers fetch the 1999-03-05 21:09:48 +00:00
net adjust format args for compiler changes 1999-03-04 02:38:31 +00:00
netatalk Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netccitt Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netinet Minor cleanup to use LONG_SUM() and CALC_SUMD() more. 1999-03-05 07:27:09 +00:00
netiso adjust format args for compiler changes 1999-03-04 02:38:31 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns Domains are associated with protocol families, not address families. 1999-01-14 01:28:23 +00:00
nfs Clean up some sign extension bogosity in statfs, so negative numbers are 1999-03-05 07:27:58 +00:00
stand
sys Welcome to 1.3K (due to the lock.h change) 1999-03-02 08:04:06 +00:00
ufs Pass null pointers to VOP_UPDATE rather than having all the callers fetch the 1999-03-05 21:09:48 +00:00
uvm fix printf arg types. 1999-03-04 06:48:54 +00:00
vm RCS ID police 1999-02-15 04:14:54 +00:00
Makefile Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested by 1999-03-03 12:00:18 +00:00