freebsd-dev/sys/sparc64/sparc64
Jake Burkholder 25be55bdc3 Add code to drop to ddb when a process gets a fatal signal that usually
suggests kernel bugs (4, 10, 11).  Add a sysctl debug.debugger_on_signal
which turns this on and off, default off.
2002-06-08 07:36:28 +00:00
..
autoconf.c Centralize the "bootdev" and "dumpdev" variables. They are still pretty 2002-03-31 07:15:28 +00:00
bus_machdep.c Revamp the busdma implementation a bit: 2002-03-24 02:50:53 +00:00
cache.c Add SMP aware cache flushing functions, which operate on a single physical 2002-05-20 16:30:47 +00:00
clock.c Add MD frontents for the mk48txx driver, ported from NetBSD, and remove 2002-04-04 23:58:50 +00:00
counter.c Add support for the counter-timer which is included in the Sun U2S and 2002-02-13 16:16:36 +00:00
critical.c Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() 2002-04-01 23:51:23 +00:00
db_disasm.c De-K&R. 2002-03-23 20:22:19 +00:00
db_hwwatch.c Remove __P. 2002-03-21 00:06:55 +00:00
db_interface.c Add support for starting and stopping cpus with ipis. 2002-03-13 04:59:01 +00:00
db_trace.c Forgot these files in previous commit to frame.h. Also add needed include 2002-04-09 01:43:07 +00:00
dump_machdep.c Add another copy of the ia64 dump_machdep.c. 2002-05-13 02:39:19 +00:00
eeprom_ebus.c Add MD frontents for the mk48txx driver, ported from NetBSD, and remove 2002-04-04 23:58:50 +00:00
eeprom_sbus.c Add MD frontents for the mk48txx driver, ported from NetBSD, and remove 2002-04-04 23:58:50 +00:00
eeprom.c Add MD frontents for the mk48txx driver, ported from NetBSD, and remove 2002-04-04 23:58:50 +00:00
elf_machdep.c Don't use the symbol name to lookup the symbol value when we can use 2002-04-25 01:22:16 +00:00
emul.c Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, 2002-04-09 00:57:23 +00:00
exception.s Convert the interrupt queue from an array to a linked list. Implement 2002-05-25 02:39:28 +00:00
exception.S Convert the interrupt queue from an array to a linked list. Implement 2002-05-25 02:39:28 +00:00
fp.c Make these compile. 2001-12-29 09:55:37 +00:00
genassym.c Merge the code in pv.c into pmap.c directly. Place all page mappings onto 2002-05-29 06:08:45 +00:00
identcpu.c Machine must be non-static for COMPAT_43 to compile. This is used in bsd/os 2002-03-23 17:13:45 +00:00
in_cksum.c Add optimized implementations of in_cksum_skip() and related functions 2001-11-06 20:05:01 +00:00
intr_machdep.c Convert the interrupt queue from an array to a linked list. Implement 2002-05-25 02:39:28 +00:00
iommu.c Remove the superfluous second argument from the IOTSBSLOT() macro. 2002-04-02 17:41:06 +00:00
locore.s Add support for starting secondary cpus in kernel, as opposed to relying 2002-03-04 07:12:36 +00:00
locore.S Add support for starting secondary cpus in kernel, as opposed to relying 2002-03-04 07:12:36 +00:00
machdep.c Remove code from trap which is handled in userland now. 2002-06-08 07:17:19 +00:00
mem.c Add a driver for the mem and kmem devices, based off the i386 version. 2002-03-09 22:33:16 +00:00
mp_exception.s Remove test code. 2002-06-08 07:21:52 +00:00
mp_exception.S Remove test code. 2002-06-08 07:21:52 +00:00
mp_locore.s Implement delivery of tlb shootdown ipis. This is currently more fine grained 2002-03-07 06:01:40 +00:00
mp_locore.S Implement delivery of tlb shootdown ipis. This is currently more fine grained 2002-03-07 06:01:40 +00:00
mp_machdep.c Remove test code. 2002-06-08 07:21:52 +00:00
nexus.c Convert the interrupt queue from an array to a linked list. Implement 2002-05-25 02:39:28 +00:00
ofw_bus.c Make the OpenFirmware interrupt mapping code more generic, to reduce 2002-03-24 02:11:06 +00:00
ofw_machdep.c Fix a bug that was indroduced while moving this code around (use the 2001-12-21 21:31:44 +00:00
pmap.c Fix bizarre SMP problems. The secondary cpus sometimes start up with junk 2002-06-08 07:10:28 +00:00
pv.c Add pv list linkage and a pmap pointer to struct tte. Remove separately 2002-05-29 05:56:05 +00:00
rwindow.c Check the alignment of the stack pointer before copying in windows from the 2002-04-20 16:23:52 +00:00
sparcbus_if.m Add a file forgotten in the previous commit (a kobj interface that 2001-11-09 20:43:44 +00:00
support.s Add declarations of suword32 and suword64. Add implementations of one or 2002-05-26 16:03:13 +00:00
support.S Add declarations of suword32 and suword64. Add implementations of one or 2002-05-26 16:03:13 +00:00
swtch.s Implement kthread context stealing. This is a bit of a misnomer because 2002-03-07 05:15:43 +00:00
swtch.S Implement kthread context stealing. This is a bit of a misnomer because 2002-03-07 05:15:43 +00:00
sys_machdep.c Add support for an alternate signal trampoline; add a sysarch call to register 2002-04-29 18:08:26 +00:00
tick.c Add support for driving the clocks on secondary cpus. 2002-03-13 04:38:33 +00:00
tlb.c Fix bizarre SMP problems. The secondary cpus sometimes start up with junk 2002-06-08 07:10:28 +00:00
trap.c Add code to drop to ddb when a process gets a fatal signal that usually 2002-06-08 07:36:28 +00:00
tsb.c Remove an unused variable. 2002-05-29 06:10:37 +00:00
upa.c The author isn't a [UC] Regents. Correct the copyright language. 2001-08-09 02:32:05 +00:00
vm_machdep.c Don't try to flush illegal alises from the data cache in vmapbuf and 2002-05-29 06:16:47 +00:00