summaryrefslogtreecommitdiffstats
path: root/bsd-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh2021-10-181-50/+0Star
* bsd-user: export get_errno and is_error from syscall.cWarner Losh2021-10-181-5/+5
* bsd-user: remove sparc and sparc64Warner Losh2021-09-071-11/+0Star
* tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-231-3/+3
* bsd-user: style tweak: keyword space (Warner Losh2021-05-111-9/+9
* bsd-user: put back a break; that had gone missing...Warner Losh2021-04-301-0/+1
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-3/+3
* build: move TARGET_GPROF to config-host.makPaolo Bonzini2020-02-121-3/+3
* *-user: plugin syscallsEmilio G. Cota2019-10-281-6/+15
* *-user: notify plugin of exitEmilio G. Cota2019-10-281-0/+3
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-3/+3
* trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluís Vilanova2016-06-281-0/+9
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* bsd-user: add necessary includes to fix warningsEd Maste2016-04-041-0/+2
* bsd-user: Clean up includesPeter Maydell2016-02-041-11/+1Star
* bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste2013-05-121-3/+4
* bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste2013-04-261-0/+4
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-2/+2
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0Star
* bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdbBlue Swirl2009-10-181-0/+1
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-4/+291
* rename HAVE_GPROF to TARGET_GPROFJuan Quintela2009-07-271-3/+3
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1Star
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+273