Age | Commit message (Expand) | Author | Files | Lines |
2021-11-02 | bsd-user: Add stubs for new signal routines | Warner Losh | 1 | -0/+21 |
2021-10-18 | bsd-user/signal: Create a dummy signal queueing function | Warner Losh | 2 | -2/+11 |
2021-10-18 | bsd-user: Rename sigqueue to qemu_sigqueue | Warner Losh | 1 | -7/+7 |
2021-10-18 | bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface | Warner Losh | 5 | -50/+36 |
2021-10-18 | bsd-user: Add stop_all_tasks | Warner Losh | 2 | -0/+10 |
2021-10-18 | bsd-user: Remove used from TaskState | Warner Losh | 2 | -2/+0 |
2021-10-18 | bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it | Warner Losh | 1 | -0/+4 |
2021-10-18 | bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder | Warner Losh | 1 | -6/+2 |
2021-10-18 | bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h | Warner Losh | 3 | -4/+3 |
2021-10-18 | bsd-user/errno_defs.h: Add internal error numbers | Stacey Son | 1 | -3/+10 |
2021-10-18 | bsd-user: export get_errno and is_error from syscall.c | Warner Losh | 2 | -5/+9 |
2021-10-18 | bsd-user: TARGET_RESET define is unused, remove it | Warner Losh | 2 | -4/+0 |
2021-10-18 | bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 | Warner Losh | 1 | -11/+0 |
2021-10-18 | bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 | Warner Losh | 1 | -99/+1 |
2021-10-18 | meson: *-user: only descend into *-user when configured | Warner Losh | 1 | -0/+4 |
2021-10-18 | bsd-user/mmap.c: assert that target_mprotect cannot fail | Warner Losh | 1 | -4/+1 |
2021-10-18 | bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head | Kyle Evans | 1 | -3/+7 |
2021-10-18 | bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag | Warner Losh | 1 | -5/+25 |
2021-10-18 | bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging | Warner Losh | 1 | -30/+23 |
2021-10-17 | bsd-user/mmap.c: mmap prefer MAP_ANON for BSD | Warner Losh | 1 | -6/+5 |
2021-10-17 | bsd-user/mmap.c: mmap return ENOMEM on overflow | Warner Losh | 1 | -1/+8 |
2021-10-17 | bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs | Warner Losh | 1 | -14/+0 |
2021-10-17 | bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE | Mikaël Urankar | 1 | -2/+6 |
2021-10-17 | bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag() | Mikaël Urankar | 1 | -1/+3 |
2021-09-14 | user: Remove cpu_get_pic_interrupt() stubs | Philippe Mathieu-Daudé | 2 | -10/+0 |
2021-09-10 | bsd-user: Update mapping to handle reserved and starting conditions | Warner Losh | 3 | -71/+392 |
2021-09-10 | bsd-user: Add '-0 argv0' option to bsd-user/main.c | Colin Percival | 1 | -0/+6 |
2021-09-10 | bsd-user: Implement interlock for atomic operations | Warner Losh | 1 | -0/+24 |
2021-09-10 | bsd-user: move gemu_log to later in the file | Warner Losh | 1 | -8/+9 |
2021-09-10 | bsd-user: Refactor load_elf_sections and is_target_elf_binary | Warner Losh | 1 | -186/+158 |
2021-09-10 | bsd-user: elfload.c style catch up patch | Warner Losh | 1 | -104/+104 |
2021-09-10 | bsd-user: add stubbed out core dump support | Warner Losh | 3 | -2/+36 |
2021-09-10 | bsd-user: Add target_os_user.h to capture the user/kernel structures | Warner Losh | 1 | -0/+427 |
2021-09-10 | bsd-user: Add target_arch_reg to describe a target's register set | Warner Losh | 2 | -0/+174 |
2021-09-10 | bsd-user: update debugging in mmap.c | Warner Losh | 1 | -17/+38 |
2021-09-10 | bsd-user: Rewrite target system call definintion glue | Warner Losh | 3 | -208/+162 |
2021-09-10 | bsd-user: Remove dead #ifdefs from elfload.c | Warner Losh | 1 | -20/+0 |
2021-09-10 | bsd-user: elf cleanup | Warner Losh | 5 | -167/+454 |
2021-09-10 | bsd-user: Add architecture specific signal tramp code | Warner Losh | 2 | -0/+58 |
2021-09-10 | bsd-user: Move stack initializtion into a per-os file. | Warner Losh | 3 | -0/+293 |
2021-09-10 | bsd-user: Implement --seed and initialize random state | Warner Losh | 1 | -0/+18 |
2021-09-10 | bsd-user: *BSD specific siginfo defintions | Warner Losh | 10 | -10/+714 |
2021-09-10 | bsd-user: Add system independent stack, data and text limiting | Warner Losh | 3 | -16/+45 |
2021-09-10 | bsd-user: Create target specific vmparam.h | Warner Losh | 4 | -0/+131 |
2021-09-10 | bsd-user: define max args in terms of pages | Warner Losh | 1 | -4/+11 |
2021-09-10 | bsd-user: Include more things in qemu.h | Warner Losh | 1 | -2/+4 |
2021-09-10 | bsd-user: pull in target_arch_thread.h update target_arch_elf.h | Warner Losh | 8 | -85/+171 |
2021-09-10 | bsd-user: Move per-cpu code into target_arch_cpu.h | Warner Losh | 6 | -303/+473 |
2021-09-10 | bsd-user: start to move target CPU functions to target_arch* | Warner Losh | 5 | -35/+212 |
2021-09-10 | bsd-user: save the path to the qemu emulator | Warner Losh | 2 | -0/+22 |