Go to file
rearnsha b5a8c6922a On processors that support both write-through and write-back cacheing
(eg ARM920), the mode in which the processor operates is governed by
the use of both the PT_C and PT_B bits:

	PT_C=1,PT_B=1 -> Write-back
	PT_C=1,PT_B=0 -> Write-through

To support this define pte_cache_mode (initialized to PT_C|PT_B) and
use that when enabling cacheing for a page.
2001-10-18 17:06:14 +00:00
bin Quote `:' correctly. 2001-10-18 11:00:03 +00:00
crypto buffix from openbsd tree: users config should overwrite system config. 2001-10-02 00:39:14 +00:00
dist extensions-path-name -> extensions-path (misc/14147). 2001-10-04 12:26:25 +00:00
distrib gather stats on raw ip6 socket. sync with kame 2001-10-18 09:12:13 +00:00
etc add -dgq to check_pkgs ls(1). suggested by @@@ 2001-10-18 16:08:24 +00:00
games
gnu Small changes to make GDB for arm--netbsdelf compile: 2001-10-18 15:52:57 +00:00
include
lib bring in new net.inet6.icmp6.nodeinfo description. 2001-10-18 09:14:29 +00:00
libexec Fix how underfined weak symbols are treated -- before, ld.so would do nothing 2001-10-14 23:13:21 +00:00
regress Add the m68k assembly stub (better late than never...). 2001-10-14 19:47:14 +00:00
sbin PR/14286: reed@reedmedia.net: Explain default. 2001-10-18 13:42:32 +00:00
share NetBSD -> .Nx 2001-10-15 13:44:47 +00:00
sys On processors that support both write-through and write-back cacheing 2001-10-18 17:06:14 +00:00
tools Set MKSHARE=no so the real Makefile won't pull in bsd.files.mk 2001-10-18 05:33:01 +00:00
usr.bin print rip6stat. sync with kame 2001-10-18 09:26:16 +00:00
usr.sbin Fix another typo. 2001-10-18 12:35:44 +00:00
Makefile Use @true instead of @${TRUE} in includes-foo targets, since there is no 2001-10-12 21:05:08 +00:00
Makefile.inc
UPDATING mtree update needed 2001-10-05 16:24:34 +00:00