..
bus_dma.c
Switch ibm4xx over to using the more flexible powerpc bus_space/bus_dma code.
2003-07-25 10:12:42 +00:00
bus_space.c
Switch ibm4xx over to using the more flexible powerpc bus_space/bus_dma code.
2003-07-25 10:12:42 +00:00
compat_13_machdep.c
Revamp how user MSR/SRR1 are dealt with.
2004-04-15 21:07:06 +00:00
compat_16_machdep.c
Revamp how user MSR/SRR1 are dealt with.
2004-04-15 21:07:06 +00:00
copystr.c
ANSIfy.
2003-09-27 04:44:42 +00:00
darwin_machdep.c
Revamp how user MSR/SRR1 are dealt with.
2004-04-15 21:07:06 +00:00
db_disasm.c
lots-o-stuff:
2003-08-17 18:23:17 +00:00
db_interface.c
Nuke register prefix for local variables, clean up indentation a little.
2003-12-17 04:04:40 +00:00
db_memrw.c
ANSIfy.
2003-09-27 04:44:42 +00:00
db_trace.c
Use "%#x" instead of "%x" so it's obvious the printed number is in hex.
2004-03-29 01:12:01 +00:00
fpu.c
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.
2004-04-16 23:58:08 +00:00
fubyte.c
ANSIfy.
2003-09-27 04:44:42 +00:00
fuswintr.c
ANSIfy.
2003-09-27 04:44:42 +00:00
in_cksum.c
__KERNEL_RCSID()
2003-07-15 02:54:31 +00:00
ipkdb_glue.c
ANSIfy.
2003-09-27 04:44:42 +00:00
kgdb_machdep.c
Pull in SPRs via <powerpc/spr.h> in this single instance, and dispose of
2004-03-02 00:35:54 +00:00
linux_sigcode.S
Kill all references to struct __gregs and use the _REG_xx names.
2003-01-20 05:26:46 +00:00
linux_syscall.c
Added support for Darwin's PowerPC-only system calls:
2002-11-03 23:17:18 +00:00
linux_trap.c
all ports define __HAVE_SIGINFO now, so remove the CPP conditionals
2004-03-26 17:34:18 +00:00
locore_subr.S
Restore ci_curpm since it re-enables 603 to working state.
2003-11-21 18:07:29 +00:00
mach_machdep.c
Revamp how user MSR/SRR1 are dealt with.
2004-04-15 21:07:06 +00:00
mach_sigcode.S
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:26:28 +00:00
mach_syscall.c
ANSIfy.
2003-09-27 04:44:42 +00:00
macho_machdep.c
Add COMPAT_MACH and EXEC_MACHO support on the PowerPC
2002-10-30 06:41:45 +00:00
mem.c
ANSIfy.
2003-09-27 04:44:42 +00:00
netbsd32_sigcode.S
Improve sigcode.S template so linux_sigcode.S can use it as well. Add a
2003-01-19 00:00:11 +00:00
ofw_machdep.c
__KERNEL_RCSID()
2003-07-15 02:54:31 +00:00
ofwmagic.S
ofwreal.S
Fix some indentation problems. Turn off PSL_EE when calling OFW.
2003-10-24 05:10:02 +00:00
openfirm.c
ANSIfy.
2003-09-27 04:44:42 +00:00
openpic.c
ANSIfy.
2003-09-27 04:44:42 +00:00
pio_subr.S
Fix the LINTSTUB entries- the second arg to these functions is a
2004-03-29 01:15:14 +00:00
pmap_subr.c
Stop false uninitialized variable warning.
2003-10-27 22:48:20 +00:00
powerpc_machdep.c
Don't add PSL_FE_FDLT to srr1, but put in pcb_flags. It will be added to
2004-04-04 17:05:31 +00:00
process_machdep.c
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.
2004-04-16 23:58:08 +00:00
procfs_machdep.c
__KERNEL_RCSID()
2003-07-15 02:54:31 +00:00
setfault.S
Don't use stmw. Do each store individually.
2003-08-03 21:27:49 +00:00
setjmp.S
Use register prefixes and load/store pseudo-instructions.
2003-07-31 13:59:54 +00:00
sig_machdep.c
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.
2004-04-16 23:58:08 +00:00
sigcode.S
Add siginfo support for PowerPC.
2003-09-25 18:42:18 +00:00
softintr.c
Move data structures to softintr.c. Remove an unneeded if. Fix a typo.
2004-03-25 18:46:27 +00:00
subyte.c
ANSIfy.
2003-09-27 04:44:42 +00:00
suswintr.c
ANSIfy.
2003-09-27 04:44:42 +00:00
suword.c
ANSIfy.
2003-09-27 04:44:42 +00:00
sys_machdep.c
ANSIfy.
2003-09-27 04:44:42 +00:00
syscall.c
Don't pass the (unused) return value args to the
2003-10-31 03:28:12 +00:00
trap_subr.S
Make some comments line up.
2003-12-09 09:49:01 +00:00
trap.c
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.
2004-04-16 23:58:08 +00:00
vm_machdep.c
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.
2004-04-16 23:58:08 +00:00