Go to file
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
bin Add SIGINFO support. 1999-03-03 18:06:52 +00:00
distrib Modify all calls to newfs in ramdisk/miniroot creation to include 1999-03-04 20:32:18 +00:00
etc Only install ld.so.conf on machines where we install ld.aout_so. 1999-03-05 07:21:44 +00:00
games remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate 1999-02-13 23:53:56 +00:00
gnu Link with GNU malloc for now. 1999-03-05 07:23:51 +00:00
include KNF 1999-03-01 16:40:07 +00:00
lib make the mipse[lb]->mips translation really work 1999-03-05 12:19:17 +00:00
libexec make the mipse[lb]->mips translation really work, 1999-03-05 11:57:54 +00:00
regress Added regress testing of libposix rename features, as per PR 5858 1999-02-21 00:20:10 +00:00
sbin Typo fixed 1999-03-04 03:03:15 +00:00
share Split out "SCSI controllers" from "Disk and tape controllers". 1999-03-03 17:35:57 +00:00
sys Read-only unnmanaged pages on MIPS3 need the RO attribute bit, otherwise the 1999-03-05 22:25:07 +00:00
usr.bin Make the output format match what it used to be. 1999-03-05 22:24:01 +00:00
usr.sbin Add some documentation on customization. 1999-03-05 18:10:36 +00:00
Makefile Back out rev 1.90: The need for texinfo is a one-shot event. This was 1999-02-20 09:10:41 +00:00