Go to file
thorpej 6e52cbf89e In pmap_copy_page_xscale(), put the source page in the mini-data
cache, as well.  The mini-data cache is 2-way, so src and dst won't
clobber each other, and the smallness of the cache doesn't matter,
since we access each page once sequentially.

While we still have to do the initial clean of the source page, this
saves another 4K of main D$ pollution, and also means we don't have
to do 2 cache passes after the copy is complete (i.e. we can skip the
invalidation of the source page in the main cache, since it's no longer
there).
2002-04-10 01:30:42 +00:00
bin Move the declaration of digit[] into the #ifdef'd code block that 2002-04-09 00:52:05 +00:00
crypto Remove .cvsignore files. 2002-04-04 17:07:06 +00:00
dist Use __RCSID(). 2002-04-09 02:53:20 +00:00
distrib add .WAIT sync 2002-04-10 01:08:34 +00:00
etc Don't install pcs750.bin in here anymore. 2002-04-09 18:07:24 +00:00
games The game would show the statistic info and immediately prompt you with a new 2002-03-31 04:07:22 +00:00
gnu - include MANY *.h 2002-04-09 17:57:33 +00:00
include - reverse the #define ut_user<->ut_name so that we don't affect utmp. 2002-04-04 19:39:57 +00:00
lib Add HISTORY. 2002-04-09 20:00:05 +00:00
libexec Use __COPYRIGHT() and __RCSID() macros. 2002-04-09 00:55:15 +00:00
regress Use a local disktab instead of requiring "floppy288" to be in 2002-04-09 13:55:34 +00:00
sbin Make this build again after the alpha/disklabel.h and dev/dec/dec_boot.h 2002-04-09 21:08:58 +00:00
share Only attempt to make the machine links for targets 'depend', 'all', 2002-04-09 17:14:38 +00:00
sys In pmap_copy_page_xscale(), put the source page in the mini-data 2002-04-10 01:30:42 +00:00
tools vax-installboot has been deleted, so don't recurse into it. 2002-04-06 13:33:46 +00:00
usr.bin Add support for recognising FreeBSD and OpenBSD executables. 2002-04-09 15:10:17 +00:00
usr.sbin Don't use __RCSID unless it's defined. 2002-04-09 19:17:11 +00:00
build.sh Switch remaining ARM ports (acorn32, cats, shark) to ELF. 2002-04-02 16:34:49 +00:00
BUILDING Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
BUILDING.mdoc Add a -B option to set the BUILDID for the build. This also causes 2002-03-14 18:33:04 +00:00
Makefile Split the _SUBDIR assignment into two assignments so you can do things 2002-03-11 07:49:24 +00:00
Makefile.inc
UPDATING <bsd.lib.mk> needs a new install(1) 2002-03-19 14:42:41 +00:00