summaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2021-12-20meson: Move bsd_user_ss to bsd-user/Richard Henderson
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson
2021-12-19bsd-user: Create special-errno.hRichard Henderson
2021-12-19bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02bsd-user: Add stubs for new signal routinesWarner Losh
2021-10-18bsd-user/signal: Create a dummy signal queueing functionWarner Losh
2021-10-18bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh
2021-10-18bsd-user: Add stop_all_tasksWarner Losh
2021-10-18bsd-user: Remove used from TaskStateWarner Losh
2021-10-18bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh
2021-10-18bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh
2021-10-18bsd-user/errno_defs.h: Add internal error numbersStacey Son
2021-10-18bsd-user: export get_errno and is_error from syscall.cWarner Losh
2021-10-18bsd-user: TARGET_RESET define is unused, remove itWarner Losh
2021-10-18bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh
2021-10-18bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh
2021-10-18meson: *-user: only descend into *-user when configuredWarner Losh
2021-10-18bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh
2021-10-18bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans
2021-10-18bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh
2021-10-18bsd-user/mmap.c: Convert to qemu_log logging for mmap debuggingWarner Losh
2021-10-17bsd-user/mmap.c: mmap prefer MAP_ANON for BSDWarner Losh
2021-10-17bsd-user/mmap.c: mmap return ENOMEM on overflowWarner Losh
2021-10-17bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefsWarner Losh
2021-10-17bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCEMikaël Urankar
2021-10-17bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Mikaël Urankar
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh
2021-09-10bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival
2021-09-10bsd-user: Implement interlock for atomic operationsWarner Losh
2021-09-10bsd-user: move gemu_log to later in the fileWarner Losh
2021-09-10bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh
2021-09-10bsd-user: elfload.c style catch up patchWarner Losh
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh
2021-09-10bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh
2021-09-10bsd-user: Add target_arch_reg to describe a target's register setWarner Losh
2021-09-10bsd-user: update debugging in mmap.cWarner Losh
2021-09-10bsd-user: Rewrite target system call definintion glueWarner Losh
2021-09-10bsd-user: Remove dead #ifdefs from elfload.cWarner Losh
2021-09-10bsd-user: elf cleanupWarner Losh
2021-09-10bsd-user: Add architecture specific signal tramp codeWarner Losh
2021-09-10bsd-user: Move stack initializtion into a per-os file.Warner Losh
2021-09-10bsd-user: Implement --seed and initialize random stateWarner Losh
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh
2021-09-10bsd-user: define max args in terms of pagesWarner Losh
2021-09-10bsd-user: Include more things in qemu.hWarner Losh