Go to file
Bruce Evans 1fe048505d Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-time
negative-logic flags (flags 0x01 and 0x02 for npx0, defaulting to unset = on).
This changes the default from off to on.  The options have been in current
for several months with no problems reported.

Added a boot-time negative-logic flag for the old I5886_FAST_BCOPY option
which went away too soon (flag 0x04 for npx0, defaulting to unset = on).

Added a boot-time way to set the memory size (iosiz in config, iosize in
userconfig for npx0).

LINT:
Removed old options.  Documented npx0's flags and iosiz.

options.i386:
Removed old options.

identcpu.c:
Don't set the function pointers here.  Setting them has to be delayed
until after userconfig has had a chance to disable them and until after
a good npx0 has been detected.

machdep.c:
Use npx0's iosize instead of MAXMEM if it is nonzero.

support.s:
Added vectors and glue code for copyin() and copyout().
Fixed ifdefs for i586_bzero().
Added ifdefs for i586_bcopy().

npx.c:
Set the function pointers here.
Clear hw_float when an npx exists but is too broken to use.
Restored style from a year or three ago in npxattach().
1996-11-11 20:39:03 +00:00
bin
contrib
eBones
etc Added ocol: ppp to the first two examples so that ppp catually requests 1996-11-11 17:27:25 +00:00
games
gnu Add the PPro %cr4 register to the supported registers in the 1996-11-11 19:03:51 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib
libexec
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release
sbin
secure
share Turned off -W and -Winline so that the warnings that should be fixed for 1996-11-11 15:49:27 +00:00
sys Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-time 1996-11-11 20:39:03 +00:00
tools
usr.bin
usr.sbin
COPYRIGHT
Makefile