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: export get_errno and is_error from syscall.c | Warner Losh |
2021-09-10 | bsd-user: Update mapping to handle reserved and starting conditions | Warner Losh |
2021-09-10 | bsd-user: add stubbed out core dump support | Warner Losh |
2021-09-10 | bsd-user: elf cleanup | 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: Move per-cpu code into target_arch_cpu.h | Warner Losh |
2021-09-10 | bsd-user: save the path to the qemu emulator | Warner Losh |
2021-09-10 | bsd-user: assume pthreads and support of __thread | Warner Losh |
2021-09-10 | bsd-user: remove a.out support | Warner Losh |
2021-09-10 | bsd-user: Eliminate elf personality | Warner Losh |
2021-09-10 | bsd-user: implement path searching | Warner Losh |
2021-09-10 | bsd-user: pass the bsd_param into loader_exec | Warner Losh |
2021-05-11 | bsd-user: rename linux_binprm to bsd_binprm | Warner Losh |
2021-05-11 | bsd-user: remove target_signal.h, it's unused | Warner Losh |
2021-05-11 | bsd-user: style tweak: use {} for all if statements, format else correctly | Warner Losh |
2021-05-11 | bsd-user: style tweak: don't assign in if statements | Warner Losh |
2021-05-11 | bsd-user: style tweak: Use preferred block comments | Warner Losh |
2021-05-11 | bsd-user: style tweak: remove spacing after '*' and add after } | Warner Losh |
2021-05-11 | bsd-user: style tweak: move extern to header file | Warner Losh |
2021-05-11 | bsd-user: Remove commented out code | Warner Losh |
2021-04-30 | bsd-user: style tweak: keyword space ( | Warner Losh |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson |
2021-02-16 | bsd-user: Tidy VERIFY_READ/VERIFY_WRITE | Richard Henderson |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé |
2017-07-14 | qom/cpu: remove host_tid field | Alex Bennée |
2017-03-28 | bsd-user: align use of mmap_lock to that of linux-user | Alex Bennée |
2016-07-26 | exec: Reduce CONFIG_USER_ONLY ifdeffenery | Igor Mammedov |
2016-07-17 | Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h | Md Haris Iqbal |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-02-25 | build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories | Lluís Vilanova |
2016-02-23 | all: Clean up includes | Peter Maydell |
2015-09-09 | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier |
2014-06-11 | bsd-user: GPL v2 attribution update and style | Sean Bruno |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini |
2013-09-20 | *-user: Improve documentation for lock_user function | Stefan Weil |
2013-09-20 | *-user: Fix typo in comment (ulocking -> unlocking) | Stefan Weil |
2013-07-09 | bsd-user: Change thread_env to CPUState | Andreas Färber |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |