.. |
arm_machdep.c
|
Enable alignment faults on arm32 for both kernel and userland.
|
2003-10-25 19:44:42 +00:00 |
ast.c
|
Reduce code duplication by adding mi_userret() in sys/userret.h
|
2003-10-31 16:44:34 +00:00 |
bcopyinout_xscale.S
|
A few minor tweaks to the onfault handlers.
|
2003-10-23 09:11:35 +00:00 |
bcopyinout.S
|
Insert some nops around the load instructions in badaddr_read_N().
|
2003-10-31 16:54:05 +00:00 |
blockio.S
|
|
|
bootconfig.c
|
|
|
bus_space_asm_generic.S
|
Add a couple of byte-wide variants that weren't implemented -- I guess because
|
2003-03-27 19:46:14 +00:00 |
bus_space_notimpl.S
|
|
|
compat_13_machdep.c
|
Merge the nathanw_sa branch.
|
2003-01-17 21:55:23 +00:00 |
copystr.S
|
Instead of "add rd, pc, #foo - . - 8", use either "adr rd, foo" or (where
|
2002-10-13 14:54:47 +00:00 |
cpufunc_asm_arm3.S
|
|
|
cpufunc_asm_arm7tdmi.S
|
|
|
cpufunc_asm_arm8.S
|
|
|
cpufunc_asm_arm9.S
|
|
|
cpufunc_asm_arm10.S
|
Processor-specific operations for ARM10 class devices.
|
2003-09-06 09:12:29 +00:00 |
cpufunc_asm_arm67.S
|
|
|
cpufunc_asm_armv4.S
|
|
|
cpufunc_asm_ixp12x0.S
|
|
|
cpufunc_asm_sa1.S
|
|
|
cpufunc_asm_sa11x0.S
|
|
|
cpufunc_asm_xscale.S
|
|
|
cpufunc_asm.S
|
Add a function to read the processor cache configuation register.
|
2003-09-06 09:14:52 +00:00 |
cpufunc.c
|
Add "options ARM32_DISABLE_ALIGNMENT_FAULTS" to forcibly disable
|
2003-11-05 12:53:15 +00:00 |
db_disasm.c
|
__KERNEL_RCSID()
|
2003-07-15 00:24:37 +00:00 |
db_trace.c
|
Merge the nathanw_sa branch.
|
2003-01-17 21:55:23 +00:00 |
disassem.c
|
Doh, fix a pasto -- the ldr/str mask had a bad bit set.
|
2003-03-27 16:58:36 +00:00 |
disassem.h
|
|
|
disksubr_acorn.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
disksubr_mbr.c
|
Overhaul MBR handling (part 1):
|
2003-10-08 04:25:43 +00:00 |
disksubr.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
fiq_subr.S
|
|
|
fiq.c
|
|
|
in_cksum_arm.S
|
Reposition a couple of NOP instructions for better efficiency.
|
2003-11-26 10:31:53 +00:00 |
linux_sigcode.S
|
|
|
linux_syscall.c
|
Don't pass the (unused) return value args to the
|
2003-10-31 03:28:12 +00:00 |
linux_trap.c
|
Adapt ARM Linux compat code to deal with SIGINFO.
|
2003-10-10 14:44:42 +00:00 |
process_machdep.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
procfs_machdep.c
|
__KERNEL_RCSID()
|
2003-07-15 00:24:37 +00:00 |
sig_machdep.c
|
* Shuffle some data structures so, and add a flags word to ksiginfo_t.
|
2003-10-08 00:28:40 +00:00 |
sigcode.S
|
Add SA_SIGINFO support for ARM (from Chris Gilbert).
|
2003-10-05 19:44:58 +00:00 |
softintr.c
|
__KERNEL_RCSID()
|
2003-07-15 00:24:37 +00:00 |
syscall.c
|
Check alignment of the fault PC before de-referencing it.
|
2003-11-14 19:03:17 +00:00 |
undefined.c
|
Check alignment of the fault PC before de-referencing it.
|
2003-11-14 19:03:17 +00:00 |
vectors.S
|
|
|
vm_machdep_arm.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |