Go to file
mark ee02ce0401 Major overhaul of handling of CPU/MMU/TLB specific functions. This allows
different ARM CPUS with different cache architectures for example to be
supported in a single kernel.
        - All CPU/MMU/TLB specific functions are now held as function
          pointers in a cpu_functions structure defined in machine/cpufunc.h
	  All coproc 15 accesses, TLB flushing, cache cleaning/flushing
          and abort correction functions are now defined in this structure.
        - cpufuncs is a global structure that is setup during initarm()
          that holds all the function pointers for the booted CPU.
	- A global variable 'cputype' now defines the probed cputype.
        - All the existing functions for manipulating CPU specific features
          have been replaced with macros defined in machine/cpufunc.h
          that will call the appropriate function in the cpu_functions
          structure.
	- CPU functions are provided for selected CPU types (config options)
          and the appropriate cpu_functions structure is chosen during
          booting, based on the probed CPU type.
	- All the required functions for existing CPU types (ARM6, ARM7 and
          SA110) have been implemented.
1997-02-04 05:50:19 +00:00
bin Fix parsing problem introduced in the previous ${10} fix, where $#digit 1997-01-26 18:05:34 +00:00
distrib parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
etc clean up slightly, add wd and fd (even though they don't have drivers in 1997-02-03 20:11:09 +00:00
games fix typo in Napoleon's name 1997-01-23 06:06:29 +00:00
gnu Don't build games if it's not there. From Matthias Drochner, PR #3130. 1997-01-22 04:19:48 +00:00
include Apply the necessary fixes from: routed-970113 1997-02-03 22:20:38 +00:00
lib Prevent buffer overflow (and thus return of bogus data) when a DNS record 1997-01-31 00:05:59 +00:00
libexec that which thou openest, thou shalt close. 1997-02-03 19:45:02 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin - resolve conflicts. 1997-02-03 22:02:51 +00:00
share fix a typo 1997-02-01 09:34:03 +00:00
sys Major overhaul of handling of CPU/MMU/TLB specific functions. This allows 1997-02-04 05:50:19 +00:00
usr.bin Fix PR1882+PR3171, swap display core-dumps from Paul Boven. 1997-02-02 19:20:55 +00:00
usr.sbin Patch from Gordon Ross to make this build under SunOS, useful in 1997-02-03 21:18:21 +00:00
Makefile All of domestic/lib now builds without errors, so we build it all. 1996-11-27 02:04:06 +00:00