Go to file
scw 57c2c2b87f Add a hack at the end of setregs() which works around a bug which can,
under some circumstances, leave turds in the icache following vmspace
teardown.

It's not yet clear if this is a pmap bug or a toolchain problem since
the hack is unecessary when the kernel is compiled with -O0. Of course
that could just be masking the problem due to increased icache pressure...
2002-12-06 10:22:15 +00:00
bin Cast from register_t to void * via intptr_t. 2002-12-06 09:49:36 +00:00
crypto Avoid conflict with reserved identifier "log". 2002-12-06 03:39:06 +00:00
dist Avoid strict alias warning. 2002-12-06 04:43:53 +00:00
distrib seems we don't need /usr/bin/strings in ramdisk 2002-12-05 19:37:04 +00:00
doc swept through the tree with find and grep looking for EDITOR. 2002-12-05 22:47:28 +00:00
etc Make the release bits more complete for hpcsh & dreamcast. 2002-12-06 09:09:05 +00:00
games Need <stdlib.h> for abort() prototype. 2002-12-06 01:54:55 +00:00
gnu Avoid strict-alias warnings. 2002-12-06 09:57:58 +00:00
include
lib Correct cross references. 2002-12-05 19:13:12 +00:00
libexec Avoid conflict with reserved identifer "log". 2002-12-06 02:03:18 +00:00
regress Remove extra args to a printf call. 2002-12-06 02:09:24 +00:00
rescue
sbin Need <stdlib.h> for exit() prototype. 2002-12-06 02:26:14 +00:00
share If we're preprocessing with cpp, it's not a very good idea to use 2002-12-06 02:50:21 +00:00
sys Add a hack at the end of setregs() which works around a bug which can, 2002-12-06 10:22:15 +00:00
tools
usr.bin Include <string.h> for prototypes. 2002-12-06 03:27:39 +00:00
usr.sbin Fix the way $EDITOR is started so the variable can have flags in addition 2002-12-05 22:54:45 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING
build.sh