NetBSD/sys/arch/sparc
manu d584ed9598 Add a realcode argument to trace_enter and ktrsyscall. realcode is the
original system call number, which can be negative for a Mach trap.
We cannot just replace code by realcode, because ktrsyscall uses it as
an index in the system call table, thus crashing the kernel when the
value is negative.
2002-11-15 20:06:00 +00:00
..
compile
conf Oh, COPTS in config overrides optimizations again. 2002-11-08 22:51:53 +00:00
dev implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
fpu Make 32bit sparc64 kernels with DEBUG and DIAGNOSTIC compile. 2002-10-16 11:05:10 +00:00
include Moved MI APM definitions into dev/apm. 2002-10-14 02:08:37 +00:00
sparc Add a realcode argument to trace_enter and ktrsyscall. realcode is the 2002-11-15 20:06:00 +00:00
stand Use BOOT_FLAG() macro to process flags. 2002-11-09 01:35:54 +00:00
Makefile