Go to file
chris c3abf9a50c Make GENERIC cats kernel boot again. By allocating a 2nd second level page table for the kernel and stack space we can now have to 8MB of kernel and stacks (if the kernel ever gets really bloated might need to add a 3rd!)
Also update the funcs in arm32_machdep.c that create the entries so that on cats they expect the 2 pagetables to be contiguous, note this means that for now cats is special cased in lots of funcs.  I'll tidy this up to something a bit more sane soon, to avoid the multitude of #ifndef cats that I had to sprinkle in.
2002-01-12 13:37:55 +00:00
bin Convert some variables that were signed ints before my update to 64 bit sizes 2002-01-10 03:25:12 +00:00
crypto Mirror 32-bit alignment change in crypto/dist/heimdal/lib/roken/resolve.c. 2002-01-08 03:27:59 +00:00
dist Make ntpd use the getifaddrs interface, thus avoiding alignement 2002-01-05 13:24:40 +00:00
distrib Use KERNSRCDIR in path to `osrelease.sh'. 2002-01-11 17:42:57 +00:00
etc Add /usr/include/fs/smbfs. 2002-01-11 01:36:28 +00:00
games few entries more 2002-01-10 15:31:04 +00:00
gnu Pretty-print the machine-dependent NetBSD ELF core note types. 2002-01-09 05:02:44 +00:00
include Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.) 2001-12-23 14:38:03 +00:00
lib fix printf(3) warnings when defined(DEBUG) 2002-01-12 11:27:16 +00:00
libexec - fix whitespace nits. 2002-01-11 18:33:03 +00:00
regress Need <string.h> for memcpy() prototype (noticed by gcc 3.1). 2001-12-31 20:19:14 +00:00
sbin Grammar fix, and drop a trailing comma in SEE ALSO section. 2002-01-09 23:10:19 +00:00
share Sync mentioned section headers with mdoc.template; update descriptions of 2002-01-12 02:25:32 +00:00
sys Make GENERIC cats kernel boot again. By allocating a 2nd second level page table for the kernel and stack space we can now have to 8MB of kernel and stacks (if the kernel ever gets really bloated might need to add a 3rd!) 2002-01-12 13:37:55 +00:00
tools Move host-mkdep to its own directory. Create and install it before 2002-01-10 17:04:20 +00:00
usr.bin Teach xstr(1) about gcc's __asm and __asm__ directives. 2002-01-12 02:13:12 +00:00
usr.sbin check if timeout already expired before select. 2002-01-12 02:42:58 +00:00
build.sh Apply workaround for some Bourne shells not handling IFS in the POSIX way. 2001-12-19 20:59:07 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add note about how to work around reloc problems in groff now that the toolchain 2001-12-07 09:56:44 +00:00