summaryrefslogtreecommitdiffstats
path: root/bsd-user/arm
Commit message (Expand)AuthorAgeFilesLines
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-119-27/+31
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* bsd-user: introduce target.hWarner Losh2022-02-271-0/+21
* bsd-user/arm/target_arch_thread.h: Assume a FreeBSD targetWarner Losh2022-02-261-3/+1Star
* bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys callsWarner Losh2022-02-261-73/+66Star
* bsd-user: Rename arg name for target_cpu_reset to envWarner Losh2022-01-311-1/+1
* bsd-user/arm/target_arch_cpu.h: Implement data faultsWarner Losh2022-01-281-10/+35
* bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEFWarner Losh2022-01-281-12/+13
* bsd-user/arm/target_arch_cpu.h: Correct code pointerWarner Losh2022-01-281-1/+1
* bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT togetherWarner Losh2022-01-281-20/+2Star
* bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh2022-01-281-0/+1
* bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-userWarner Losh2022-01-281-3/+3
* bsd-user/arm/signal.c: get_mcontext should zero vfp dataWarner Losh2022-01-281-0/+9
* bsd-user/arm/signal.c: Implement setup_sigframe_arch for armWarner Losh2022-01-281-17/+33
* bsd-user/arm/signal.c: arm get_ucontext_sigreturnWarner Losh2022-01-081-0/+9
* bsd-user/arm/signal.c: arm set_mcontextWarner Losh2022-01-081-0/+76
* bsd-user/arm/signal.c: arm get_mcontextWarner Losh2022-01-081-0/+51
* bsd-user/arm/signal.c: arm set_sigtramp_argsWarner Losh2022-01-081-0/+60
* bsd-user/arm/target_arch_signal.h: Define size of *context_tWarner Losh2022-01-081-0/+3
* bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signalsWarner Losh2022-01-081-0/+28
* bsd-user/arm/target_arch_signal.h: arm specific signal registers and stackWarner Losh2022-01-081-0/+57
* bsd-user/arm/target_arch_elf.h: arm get_hwcap2 implWarner Losh2022-01-081-0/+22
* bsd-user/arm/target_arch_elf.h: arm get hwcapWarner Losh2022-01-081-1/+71
* bsd-user/arm/target_arch_elf.h: arm defines for ELFWarner Losh2022-01-081-0/+36
* bsd-user/arm/target_arch_thread.h: Routines to create and switch to a threadWarner Losh2022-01-081-0/+82
* bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for armWarner Losh2022-01-081-0/+49
* bsd-user/arm/target_arch_vmparam.h: Parameters for arm address spaceWarner Losh2022-01-081-0/+48
* bsd-user/arm/target_arch_reg.h: Implement core dump register copyingWarner Losh2022-01-081-0/+60
* bsd-user/arm/target_arch_cpu.h: Implement system call dispatchWarner Losh2022-01-081-0/+94
* bsd-user/arm/target_arch_cpu.h: Implement data abort exceptionsWarner Losh2022-01-081-0/+11
* bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptionsWarner Losh2022-01-081-0/+33
* bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementationWarner Losh2022-01-081-0/+22
* bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regsWarner Losh2022-01-081-0/+8
* bsd-user/arm/target_arch_cpu.h: CPU Loop definitionsWarner Losh2022-01-081-0/+43
* bsd-user/arm/target_arch_cpu.c: Target specific TLS routinesWarner Losh2022-01-082-0/+67
* bsd-user/arm/target_syscall.h: Add copyright and update nameWarner Losh2022-01-081-4/+23
* bsd-user/arm/target_arch_sysarch.h: Use consistent include guardsWarner Losh2022-01-081-3/+3
* bsd-user: move strace OS/arch dependent code to host/arch dirsStacey Son2021-01-112-0/+114