Age | Commit message (Expand) | Author |
2023-02-08 | bsd-user: Clean up includes | Markus Armbruster |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2022-05-11 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster |
2022-02-26 | bsd-user: introduce target.h | Warner Losh |
2022-02-26 | bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target | Warner Losh |
2022-02-26 | bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls | Warner Losh |
2022-01-30 | bsd-user: Rename arg name for target_cpu_reset to env | Warner Losh |
2022-01-28 | bsd-user/arm/target_arch_cpu.h: Implement data faults | Warner Losh |
2022-01-28 | bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF | Warner Losh |
2022-01-28 | bsd-user/arm/target_arch_cpu.h: Correct code pointer | Warner Losh |
2022-01-28 | bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together | Warner Losh |
2022-01-28 | bsd-user/signal-common.h: Move signal functions prototypes to here | Warner Losh |
2022-01-28 | bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user | Warner Losh |
2022-01-28 | bsd-user/arm/signal.c: get_mcontext should zero vfp data | Warner Losh |
2022-01-28 | bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm | Warner Losh |
2022-01-07 | bsd-user/arm/signal.c: arm get_ucontext_sigreturn | Warner Losh |
2022-01-07 | bsd-user/arm/signal.c: arm set_mcontext | Warner Losh |
2022-01-07 | bsd-user/arm/signal.c: arm get_mcontext | Warner Losh |
2022-01-07 | bsd-user/arm/signal.c: arm set_sigtramp_args | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_signal.h: Define size of *context_t | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_elf.h: arm get hwcap | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_elf.h: arm defines for ELF | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_reg.h: Implement core dump register copying | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.h: Implement system call dispatch | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.h: CPU Loop definitions | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_cpu.c: Target specific TLS routines | Warner Losh |
2022-01-07 | bsd-user/arm/target_syscall.h: Add copyright and update name | Warner Losh |
2022-01-07 | bsd-user/arm/target_arch_sysarch.h: Use consistent include guards | Warner Losh |
2021-01-11 | bsd-user: move strace OS/arch dependent code to host/arch dirs | Stacey Son |