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