freebsd-dev/sys/conf
KATO Takenori 9ad861edee - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This
problem is worked around by using an interrupt gate for the page
   fault handler.  This code was originally made for NetBSD/pc98 by
   Naofumi Honda <honda@kururu.math.sci.hokudai.ac.jp> and has already
   been in PC98 tree.  Because of this bug, trap_fatal cannot show
   correct page fault address if %cr2 is obtained in this function.
   Therefore, trap_fatal uses the value from trap() function.
-  The trap handler always enables interruption when buggy application
   or kernel code has disabled interrupts and then trapped.  This code
   was prepared by Bruce Evans <bde@FreeBSD.org>.

Submitted by:	Bruce Evans <bde@FreeBSD.org>
		Naofumi Honda <honda@kururu.math.sci.hokudai.ac.jp>
1998-12-02 08:15:17 +00:00
..
defines
files Initial commit of ported NetBSD USB stack 1998-11-26 23:13:13 +00:00
files.alpha Don't include link_elf.c twice in the link. 1998-11-15 18:15:06 +00:00
files.i386 elf_machdep.c and rindex.c are now standard 1998-10-09 23:08:14 +00:00
files.pc98 - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This 1998-12-02 08:15:17 +00:00
kern.mk
kmod.mk Use a name less likely to collide with source files without an obj dir. 1998-11-11 07:40:44 +00:00
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.powerpc
majors (deliberately seperate commits) - reserve cdev for Nick Hibma's usb 1998-12-02 03:14:27 +00:00
Makefile.alpha Remove -U__NetBSD__ 1998-11-18 23:51:17 +00:00
Makefile.i386 * Change 'struct resource' to 'struct config_resource'. 1998-11-15 18:07:35 +00:00
Makefile.pc98 Sync with sys/i386/conf/Makefile.i386 revision 1.129. 1998-11-16 08:09:16 +00:00
Makefile.powerpc * Change 'struct resource' to 'struct config_resource'. 1998-11-15 18:07:35 +00:00
newvers.sh The kernel should compile even /dev/null does not exists. 1998-11-01 15:36:20 +00:00
nfsswapkernel.c
NOTES Make timecounters more resistant to badly behaved SW/HW which locks 1998-11-23 09:59:02 +00:00
options Initial commit of ported NetBSD USB stack 1998-11-26 23:13:13 +00:00
options.alpha
options.i386 Make it possible to adjust the IDE probe delay from kernel config files. 1998-11-15 20:08:50 +00:00
options.pc98 Sync with sys/i386/conf/options.i386 revision 1.92. 1998-11-16 08:11:58 +00:00
param.c Implemented zero-copy TCP/IP extensions via sendfile(2) - send a 1998-11-05 14:28:26 +00:00
systags.sh