.. |
amd7930intr.s
|
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
|
2010-12-20 00:25:23 +00:00 |
asm.h
|
|
|
autoconf.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
auxiotwo.c
|
convert all the "empty softc" (just "struct device") drivers to using
|
2011-07-17 23:32:37 +00:00 |
auxiotwo.h
|
|
|
auxreg.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
auxreg.h
|
|
|
bsd_fdintr.s
|
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
|
2010-12-20 00:25:23 +00:00 |
cache.c
|
|
|
cache.h
|
|
|
clkctrl.c
|
convert all the "empty softc" (just "struct device") drivers to using
|
2011-07-17 23:32:37 +00:00 |
clkctrl.h
|
|
|
clock.c
|
#include <sys/bus.h> instead of <machine/bus.h>.
|
2011-07-01 18:41:51 +00:00 |
compat_13_machdep.c
|
|
|
compat_16_machdep.c
|
|
|
core_machdep.c
|
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
|
2011-01-14 02:06:22 +00:00 |
cpu_in_cksum.c
|
Prepare sparc optimized (by 32 bit add-with-carry insns) cpu_in_cksum()
|
2010-09-20 10:21:10 +00:00 |
cpu.c
|
re-introduce the NULL savefpstate IPI checks and evcnts. something
|
2011-08-15 02:19:44 +00:00 |
cpuunit.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
cpuunitvar.h
|
|
|
cpuvar.h
|
re-introduce the NULL savefpstate IPI checks and evcnts. something
|
2011-08-15 02:19:44 +00:00 |
db_disasm.c
|
port to userspace.
|
2011-04-14 08:59:09 +00:00 |
db_interface.c
|
avoid array bounds violation and use fr_fp and fr_pc.
|
2011-07-09 15:02:49 +00:00 |
db_trace.c
|
port to userspace.
|
2011-04-14 08:59:09 +00:00 |
eeprom.c
|
convert all the "empty softc" (just "struct device") drivers to using
|
2011-07-17 23:32:37 +00:00 |
emul.c
|
|
|
genassym.cf
|
re-introduce the NULL savefpstate IPI checks and evcnts. something
|
2011-08-15 02:19:44 +00:00 |
intr.c
|
nmi_hard: convert nmi_hard_wait to use atomics.
|
2011-05-23 18:40:30 +00:00 |
intreg.h
|
|
|
iommu.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
iommureg.h
|
|
|
iommuvar.h
|
|
|
kgdb_machdep.c
|
|
|
kobj_machdep.c
|
sparc relative reloctions are busted here; copy the sparc64 style
|
2011-06-12 01:29:58 +00:00 |
lock_stubs.s
|
|
|
locore.s
|
re-introduce the NULL savefpstate IPI checks and evcnts. something
|
2011-08-15 02:19:44 +00:00 |
machdep.c
|
Switch sparc and sparc64 to new-style <sys/bus.h>.
|
2011-07-17 23:29:10 +00:00 |
memecc.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
memeccreg.h
|
|
|
memreg.c
|
convert all the "empty softc" (just "struct device") drivers to using
|
2011-07-17 23:32:37 +00:00 |
memreg.h
|
|
|
mkclock.c
|
#include <sys/bus.h> instead of <machine/bus.h>.
|
2011-07-01 18:41:51 +00:00 |
msiiep.c
|
actually use CFATTACH_DECL_NEW() and device_private() for mspcic.
|
2011-07-17 23:34:17 +00:00 |
msiiepreg.h
|
|
|
msiiepvar.h
|
convert all the "empty softc" (just "struct device") drivers to using
|
2011-07-17 23:32:37 +00:00 |
oclock.c
|
#include <sys/bus.h> instead of <machine/bus.h>.
|
2011-07-01 18:41:51 +00:00 |
openfirm.c
|
if _KERNEL is not defined, include <sys/stdarg.h> for va_list. For the
|
2011-07-18 21:00:28 +00:00 |
openprom.c
|
|
|
pci_machdep.c
|
#include <sys/bus.h> instead of <machine/bus.h>.
|
2011-07-01 18:41:51 +00:00 |
pmap.c
|
In pmap_unwire() fix an obvious editor mishap - enable kernel preemption
|
2011-09-01 08:47:56 +00:00 |
process_machdep.c
|
|
|
procfs_machdep.c
|
|
|
promlib.c
|
Retire varargs.h support. Move machine/stdarg.h logic into MI
|
2011-07-17 20:54:30 +00:00 |
sigcode_state.s
|
|
|
sunos_machdep.c
|
|
|
sunos_sigcode.s
|
|
|
svr4_machdep.c
|
|
|
svr4_sigcode.s
|
|
|
sys_machdep.c
|
|
|
syscall.c
|
On second thought do not use bit 13 as a flag for syscall numbers, userland
|
2011-03-27 18:47:08 +00:00 |
timer_msiiep.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
timer_sun4.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
timer_sun4m.c
|
Minor nit: avoid kpreempt_disable() if cold (as we return early and do
|
2011-09-01 08:43:24 +00:00 |
timer.c
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
timerreg.h
|
|
|
timervar.h
|
convert all the sparc drivers that attach on my ss20 to use device_t,
|
2011-07-17 23:18:23 +00:00 |
trap.c
|
Get rid of #ifdef __sparc__ in uvm code - as noted by cgd back 1996,
|
2011-07-30 19:29:12 +00:00 |
vaddrs.h
|
|
|
vm_machdep.c
|
Replace malloc with kmem, and remove M_SUBPROC.
|
2011-04-18 00:26:11 +00:00 |