Go to file
mhitch 2c61985659 The recent kmem changes allocate a large kernel address space before
pmap_init() is called, and the initial kernel PT pages aren't enough
for the allocations pmap_init().  This fails because pmap_kenter_pa()
tries to allocate a new kernel PT page and traps because the pmap has
not been initialized.  When computing the number if initial kernel PT
pages, include enough to allow kmem to map the physical memory.  This
should fix PR/45915.  OK by releng@.  One mac68k system has been verified
to boot.  Volunteers to test the others welcome.  Amigas with at least
up to 128MB of memory were OK, but larger memory will need some adjusting.
2012-02-10 04:49:44 +00:00
bin Minor English improvements for -w, partly from Snader_LB. 2012-01-27 05:59:17 +00:00
common Migrate one last leftover bit (used only by the kernel now) to 2012-02-05 14:19:02 +00:00
compat build compat versions of libgomp for everything except mips N64 (for now.) 2011-09-23 06:44:36 +00:00
crypto Add configuration glue 2012-01-28 16:05:20 +00:00
dist Really skip the current line only if the comment is at the start. 2012-02-03 04:28:55 +00:00
distrib Update the amd64 and i386 examples to use /usr/mdec/bootxx_ffsv2, 2012-02-09 18:35:44 +00:00
doc Add note about new apropos and mandoc for formatting. Document failing 2012-02-07 19:37:14 +00:00
etc Don't overwrite run_makemandb. The default is already set in daily.conf. 2012-02-09 13:38:44 +00:00
external Fix problem leading to triggering a BFD assert: when allocating space in the 2012-02-10 01:47:37 +00:00
extsrc
games PR/45842: Henning Petersen: compare fgets with NULL not 0 2012-01-16 17:38:16 +00:00
gnu Use REG_P, CONST_INT_P, and gcc_unreachable. 2012-02-05 17:34:34 +00:00
include Use __INFINITY in preference to __builtin_inff(). Currently only VAX defines 2012-02-05 17:57:17 +00:00
lib Add missing cast, fixes i386 build. releng ok. 2012-02-08 12:10:17 +00:00
libexec Import the new apropos/whatis. 2012-02-07 19:13:24 +00:00
regress Import IPFilter 5.1.1 2012-01-30 16:02:57 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin Explicitly zap possible Ext2fs magic leftover to prevent 2012-02-07 14:14:45 +00:00
share Various English usage, spelling and markup fixes for envstat(4)-related 2012-02-09 18:10:26 +00:00
sys The recent kmem changes allocate a large kernel address space before 2012-02-10 04:49:44 +00:00
tests Add a testcase which checks that directory permissions are honored for 2012-02-09 18:31:03 +00:00
tools Disable the sim on mips for next person running gdb7 mknative. 2012-02-09 15:15:58 +00:00
usr.bin Import the new apropos/whatis. 2012-02-07 19:13:24 +00:00
usr.sbin Update the amd64 and i386 examples to use /usr/mdec/bootxx_ffsv2, 2012-02-09 18:35:44 +00:00
x11 Set WARNS?=2. 2011-11-27 00:53:52 +00:00
build.sh Add "live-image" and "install-image" target support to build.sh. 2012-01-22 03:53:29 +00:00
BUILDING Add "live-image" and "install-image" target support to build.sh. 2012-01-22 03:53:29 +00:00
Makefile s/is the not root/is not the root/ in a comment - from Snader_LB 2012-01-24 17:37:34 +00:00
Makefile.inc
UPDATING fix typo/braino 2012-02-09 21:49:31 +00:00