Go to file
matt 7a12a9737c Revamp how SR(s) are loaded on the user/kernel boundary. We now load all
16 SR registers when transitioning between kernel and user.  Also, don't
reload the kernel SR(s) on every trap but only on traps from user space.
Instead of loading magic SRs for the kernel, load the kernel SRs from the
kernel_pmap_.  This makes trap_subr.S completely ignorant of SR uses and
so they can change with having to change trap_subr.S.  Also note that
since the user and kernel get complete SR sets, user VA space can now be
increased to 4GB if desired.
2002-06-26 01:14:45 +00:00
bin Note that -T is to be used with -l; synced with FreeBSD via Michal 2002-06-24 20:14:35 +00:00
crypto sync whitespace w/ openbsd tree 2002-06-24 15:47:25 +00:00
dist Synchronize last change with what is in the official amd sources now as 2002-06-23 08:37:36 +00:00
distrib Mention acorn32 where appropriate. 2002-06-25 22:47:19 +00:00
etc Build the MALTA kernel. 2002-06-26 00:40:33 +00:00
games Provide a BN_dec2bn() shim for the non-openssl case that reports an error 2002-06-18 23:07:36 +00:00
gnu remove old and unused files 2002-06-24 06:49:14 +00:00
include In the manner of Solaris and other OSes, we now define CLK_TCK to 2002-06-23 19:41:04 +00:00
lib Add finitef 2002-06-23 21:55:12 +00:00
libexec Added CONF_LL macro, which understands raw 'strsuftoll' conf variables. 2002-06-18 09:59:47 +00:00
regress Fix off-by one when computing page count in the test file. 2002-06-04 22:17:47 +00:00
sbin Support 'dp' as mount option for 'sw' fstype, so it DTRT for entries like: 2002-06-21 09:04:16 +00:00
share Drop a trailing space, and markup an error code. 2002-06-25 20:28:36 +00:00
sys Revamp how SR(s) are loaded on the user/kernel boundary. We now load all 2002-06-26 01:14:45 +00:00
tools The last commit wasn't tested. Add a missing \ 2002-06-12 19:59:55 +00:00
usr.bin tidy up makefiles 2002-06-24 06:11:11 +00:00
usr.sbin Don't xref ourselves, use Nm. 2002-06-24 18:22:37 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Fix what rev. 1.176 broke, in particular, doing a priv'd build into 2002-06-26 00:10:16 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Sync the sshd entry with etc/master.passwd. 2002-05-19 00:54:35 +00:00
build.sh Add hppa as a supported MACHINE_ARCH. 2002-06-10 14:08:05 +00:00