Go to file
chs 873e926c7b remove remaining spl calls, they're not needed.
remove some checks for impossible conditions.
in pmap_enter(), only call pmap_remove() to remove an existing mapping
if there actually is an existing mapping.

in pmap_remove_pv(), don't flush the MIPS1 cache when removing the last mapping.
this was added in rev 1.97, to avoid stale data being left in the cache
when the page is zeroed bypassing the cache in pmap_zero_page_uncached().
we've since found that bypassing the cache for idle-loop page zeroing
doesn't work very well anyway, so we don't do that anymore.
so now we can remove the extra cache-flush.
remove pmap_zero_page_uncached() while I'm thinking of it.

various other cleanup.
2001-08-04 04:25:37 +00:00
bin Remove duplicate `if'. Noted by Geoff C. Wing in bin/13551. 2001-07-30 16:22:49 +00:00
crypto While writing sushi's support for sshd.conf, I found out that the manpage 2001-08-03 02:29:07 +00:00
dist Remove unneeded files. okay'd by drochner. 2001-08-03 15:35:09 +00:00
distrib add myself 2001-08-03 15:08:46 +00:00
etc And add sshdconf here too. Christ there are alot of files to update. 2001-08-02 05:47:59 +00:00
games seperate -> separate 2001-07-22 13:33:58 +00:00
gnu Remove a hack to copy grep.info to build it from grep.texi. 2001-08-03 14:42:35 +00:00
include Remove variable name from prototype. 2001-07-29 22:18:45 +00:00
lib Enable DWARF2 EH support. Confirmed working w/ GCC 2.95.3 on sparc 2001-08-03 14:26:13 +00:00
libexec Add missing braces, per bin/13612 by Brian Ginsbach. 2001-08-01 16:41:14 +00:00
regress Returning values in void is BAD. 2001-07-25 05:17:50 +00:00
sbin WARNS=2 2001-08-03 02:30:23 +00:00
share Added TBD. 2001-08-03 19:16:55 +00:00
sys remove remaining spl calls, they're not needed. 2001-08-04 04:25:37 +00:00
usr.bin command with two ms looks better. 2001-07-26 22:49:56 +00:00
usr.sbin our dhclient-script diverged too much from the distributed one, 2001-08-03 14:30:19 +00:00
Makefile Wrap a long line. 2001-08-02 06:13:33 +00:00
Makefile.inc
UPDATING Since the new makeinfo is necessary to build grep.info, advertize to install 2001-08-03 14:47:17 +00:00