aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-26bsd-user/sycall.c: Now obsolete, removeWarner Losh1-516/+0
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh1-50/+0
2021-10-18bsd-user: export get_errno and is_error from syscall.cWarner Losh1-5/+5
2021-09-07bsd-user: remove sparc and sparc64Warner Losh1-11/+0
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-3/+3
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-9/+9
2021-04-30bsd-user: put back a break; that had gone missing...Warner Losh1-0/+1
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-3/+3
2020-02-12build: move TARGET_GPROF to config-host.makPaolo Bonzini1-3/+3
2019-10-28*-user: plugin syscallsEmilio G. Cota1-6/+15
2019-10-28*-user: notify plugin of exitEmilio G. Cota1-0/+3
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-3/+3
2016-06-28trace: [*-user] Add events to trace guest syscalls in syscall emulation modeLluís Vilanova1-0/+9
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-04-04bsd-user: add necessary includes to fix warningsEd Maste1-0/+2
2016-02-04bsd-user: Clean up includesPeter Maydell1-11/+1
2013-05-12bsd-user: OS-agnostic 64-bit SYSCTL typesEd Maste1-3/+4
2013-04-26bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste1-0/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2009-10-18bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdbBlue Swirl1-0/+1
2009-10-18bsd-user: FreeBSD updateJuergen Lock1-4/+291
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-3/+3
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-10-26Preliminary BSD user emulator supportblueswir11-0/+273