summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh2021-09-101-0/+427
* bsd-user: Add target_arch_reg to describe a target's register setWarner Losh2021-09-102-0/+174
* bsd-user: update debugging in mmap.cWarner Losh2021-09-101-17/+38
* bsd-user: Rewrite target system call definintion glueWarner Losh2021-09-103-208/+162Star
* bsd-user: Remove dead #ifdefs from elfload.cWarner Losh2021-09-101-20/+0Star
* bsd-user: elf cleanupWarner Losh2021-09-105-167/+454
* bsd-user: Add architecture specific signal tramp codeWarner Losh2021-09-102-0/+58
* bsd-user: Move stack initializtion into a per-os file.Warner Losh2021-09-103-0/+293
* bsd-user: Implement --seed and initialize random stateWarner Losh2021-09-101-0/+18
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-1010-10/+714
* bsd-user: Add system independent stack, data and text limitingWarner Losh2021-09-103-16/+45
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-104-0/+131
* bsd-user: define max args in terms of pagesWarner Losh2021-09-101-4/+11
* bsd-user: Include more things in qemu.hWarner Losh2021-09-101-2/+4
* bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh2021-09-108-85/+171
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-106-303/+473
* bsd-user: start to move target CPU functions to target_arch*Warner Losh2021-09-105-35/+212
* bsd-user: save the path to the qemu emulatorWarner Losh2021-09-102-0/+22
* bsd-user: Include host-os.h from mainWarner Losh2021-09-104-1/+9
* bsd-user: add host-os.hWarner Losh2021-09-103-0/+69
* bsd-user: assume pthreads and support of __threadWarner Losh2021-09-102-10/+2Star
* bsd-user: elfload: simplify bswap a bit.Warner Losh2021-09-101-50/+47Star
* bsd-user: TARGET_NGROUPS unused in this file, removeWarner Losh2021-09-101-2/+0Star
* bsd-user: remove a.out supportWarner Losh2021-09-103-95/+21Star
* bsd-user: Eliminate elf personalityWarner Losh2021-09-102-88/+0Star
* bsd-user: implement path searchingWarner Losh2021-09-102-2/+37
* bsd-user: Fix calculation of size to allocateWarner Losh2021-09-101-3/+2Star
* bsd-user: pass the bsd_param into loader_execWarner Losh2021-09-103-20/+27
* bsd-user: move arch specific defines out of elfload.cWarner Losh2021-09-103-79/+150
* bsd-user: Remove all non-x86 code from elfload.cWarner Losh2021-09-071-345/+2Star
* bsd-user: style nits: bsdload.c whitespace to qemu standardWarner Losh2021-09-071-2/+2
* bsd-user: add license to bsdload.cWarner Losh2021-09-071-1/+16
* bsd-user: Add Stacey's copyright to main.cWarner Losh2021-09-071-1/+2
* bsd-user: add copyright header to elfload.cWarner Losh2021-09-071-1/+18
* bsd-user: remove sparc and sparc64Warner Losh2021-09-076-477/+0Star
* tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-231-3/+3
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-111-1/+1
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-1/+0Star
* Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell2021-05-2013-545/+348Star
|\
| * bsd-user: rename linux_binprm to bsd_binprmWarner Losh2021-05-113-7/+7
| * bsd-user: remove target_signal.h, it's unusedWarner Losh2021-05-116-95/+0Star
| * bsd-user: style tweak: keyword space (Warner Losh2021-05-111-11/+11
| * bsd-user: style tweak: Remove #if 0'd codeWarner Losh2021-05-111-8/+0Star
| * bsd-user: style tweak: keyword space (Warner Losh2021-05-111-1/+1
| * bsd-user: style tweak: keyword space (Warner Losh2021-05-111-9/+9
| * bsd-user: whitespace changesWarner Losh2021-05-111-163/+163
| * bsd-user: use qemu_strtoul in preference to strtolWarner Losh2021-05-111-4/+8
| * bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh2021-05-111-23/+43
| * bsd-user: style tweak: use {} for all if statements, format else correctlyWarner Losh2021-05-111-7/+13
| * bsd-user: style tweak: don't assign in if statementsWarner Losh2021-05-111-2/+4