Go to file
chris 1961c764a1 Fix booting from ABLE on cats. Two problems fixed here:
1. ABLE sets the l1pt to use domain 3 for it's entries (no idea why) so to
cover all bases when setting the domain before the change to the new L1pt
become a client of all domains.
2. It seems that we setup the kernel entries without any access permission.
(note not sure that this isn't a bug)  And rely on the control bits
containing either ROM or SYST enable. which allows access to pages without
access permissions set.  We actually enable SYST when we do the full detect
of the CPU, but we don't detect the CPU till after the L1pt switch, which
we never make it past.  Fix this by explicitly enabling the SYST bit in the
control register. rather than relying on the firmware to have dont the right
thing.
2003-10-04 14:28:28 +00:00
bin Fix rmdir -p x/y/z// 2003-09-29 21:11:15 +00:00
crypto realloc error check failure; Greg Troxel, sync w/kame 2003-10-03 21:53:32 +00:00
dist Cope with the possibility of NetBSD ZZZZZX "the Christos way". 2003-10-03 22:26:58 +00:00
distrib add basic grf(4) manpage, mainly just with explanation 2003-10-04 14:10:41 +00:00
doc Add note about /dev/constty 2003-10-03 16:48:55 +00:00
etc add manual section 8 directory entries for evbsh5 2003-10-04 13:40:32 +00:00
games remove unnecessary / 2003-09-30 09:23:19 +00:00
gnu Ooops, added previous note to the wrong ChangeLog 2003-10-03 09:06:14 +00:00
include Add _PATH_CONSTTY as "/dev/constty" 2003-10-03 13:17:12 +00:00
lib Convert to use register prefixes. 2003-10-03 22:37:35 +00:00
libexec Make the effect of the hack clearer. 2003-09-24 10:25:26 +00:00
regress Query _POSIX_SEMAPHORES before the functional tests are run. 2003-10-01 12:18:53 +00:00
rescue Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
sbin If /dev/constty exists, use it instead of /dev/console for single user shell. 2003-10-03 13:31:32 +00:00
share add basic grf(4) manpage, mainly just with explanation 2003-10-04 14:10:41 +00:00
sys Fix booting from ABLE on cats. Two problems fixed here: 2003-10-04 14:28:28 +00:00
tools Adjust pathnames to {md{4,5},sha1}.h after their removal from 2003-10-01 11:59:06 +00:00
usr.bin On MP systems, print a line for each cpu describing cpustate. 2003-10-03 15:32:06 +00:00
usr.sbin Sort names. 2003-10-04 00:53:12 +00:00
x11 -DHAVE_ARC4RANDOM for auth.c 2003-10-03 00:13:39 +00:00
build.sh Revert part of previous commit and do NOT explicitly set BSDSRCDIR in the 2003-09-24 00:24:53 +00:00
BUILDING regenerate for "%" prompt update 2003-09-29 07:58:01 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING mention that you *need* COMPAT_16 before building. 2003-09-06 22:12:42 +00:00