590 Commits (06c8337653cbcfab0801efaababbbbaa7bb7eaf9)

Author SHA1 Message Date
Ilya Leoshkevich 6604b05763 gdbstub: Call gdbserver_fork() both in parent and in child 2 years ago
Ilya Leoshkevich 9d456e092d {linux,bsd}-user: Pass pid to gdbserver_fork() 2 years ago
Ilya Leoshkevich 4edc98fcc8 {linux,bsd}-user: Pass pid to fork_end() 2 years ago
Ilya Leoshkevich 3d6ed98da8 gdbstub: Introduce gdbserver_fork_start() 2 years ago
Ilya Leoshkevich d4e1369abe {linux,bsd}-user: Update ts_tid after fork() 2 years ago
Ilya Leoshkevich e4e5cb4a54 {linux,bsd}-user: Introduce get_task_state() 2 years ago
Richard Henderson 8c45039f9e cpu: Remove page_size_init 3 years ago
Richard Henderson 01e449809b *-user: Deprecate and disable -p pagesize 3 years ago
Richard Henderson 1764ad70ce include/qemu: Add TCGCPUOps typedef to typedefs.h 3 years ago
Philippe Mathieu-Daudé c61a0d31f8 cli: Remove deprecated '-singlestep' command line option 3 years ago
Gavin Shan dfa4753131 cpu: Add generic cpu_list() 3 years ago
Paolo Bonzini d0cda6f461 configure, meson: rename targetos to host_os 3 years ago
Michael Tokarev 9bfba08a1f bsd-user: spelling fixes: necesary, agrument, undocummented 3 years ago
Philippe Mathieu-Daudé 3c55dd5896 hw/cpu: Clean up global variable shadowing 3 years ago
Peter Maydell 5a534314a8 target/arm: Move feature test functions to their own header 3 years ago
Richard Henderson a0bc599726 build: Remove --enable-gprof 3 years ago
Richard Henderson d7ec12f83c tcg: Split out tcg init functions to tcg/startup.h 3 years ago
Richard Henderson 935f75ae63 tcg: Remove argument to tcg_prologue_init 3 years ago
Richard Henderson b77af26e97 accel/tcg: Replace CPUState.env_ptr with cpu_env() 3 years ago
Warner Losh dfa1d91575 bsd-user: Add stubs for vadvise(), sbrk() and sstk() 3 years ago
Stacey Son 4e00b7d85d bsd-user: Implement shmat(2) and shmdt(2) 3 years ago
Stacey Son f9bbe3cf28 bsd-user: Implement shmctl(2) 3 years ago
Stacey Son 9d14db15b1 bsd-user: Implement shm_unlink(2) and shmget(2) 3 years ago
Stacey Son 4f0be683e3 bsd-user: Implement shm_open(2) 3 years ago
Stacey Son a99d740347 bsd-user: Implement do_obreak function 3 years ago
Stacey Son 83b045ad4e bsd-user: Implement mincore(2) 3 years ago
Karim Taha 0c1ced42c8 bsd-user: Implment madvise(2) to match the linux-user implementation. 3 years ago
Stacey Son 0a49ef02a6 bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2) 3 years ago
Stacey Son f28a1e4bab bsd-user: Implement msync(2) 3 years ago
Stacey Son ecbe22494d bsd-user: Implement mprotect(2) 3 years ago
Stacey Son 87dcb4ad48 bsd-user: Implement mmap(2) and munmap(2) 3 years ago
Stacey Son 6765e988e1 bsd-user: Introduce bsd-mem.h to the source tree 3 years ago
Stacey Son bd2b73182f bsd-user: Implement shmid_ds conversion between host and target. 3 years ago
Stacey Son 86fbb4436b bsd-user: Implement ipc_perm conversion between host and target. 3 years ago
Stacey Son c9cdf0a5ec bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c 3 years ago
Karim Taha dde5f40dc3 bsd-user: Add bsd-mem.c to meson.build 3 years ago
Kyle Evans 182ea728e0 bsd-user: Implement shm_rename(2) system call 3 years ago
Karim Taha 0c3529888a bsd-user: Implement shm_open2(2) system call 3 years ago
Stacey Son 137d963cfb bsd-user: Introduce freebsd/os-misc.h to the source tree 3 years ago
Stacey Son 1d4c4026b1 bsd-user: Declarations for ipc_perm and shmid_ds conversion functions 3 years ago
Stacey Son 695cb9137f bsd-user: Implement struct target_shmid_ds 3 years ago
Stacey Son 61a8f11007 bsd-user: Implement struct target_ipc_perm 3 years ago
Stacey Son 6756ae283a bsd-user: Implement pdfork(2) system call. 3 years ago
Stacey Son 510eecbc86 bsd-user: Implement rfork(2) system call. 3 years ago
Stacey Son 831a5a7fcb bsd-user: Implement fork(2) and vfork(2) system calls. 3 years ago
Stacey Son 0571e3f5e2 bsd-user: Implement pdgetpid(2) and the undocumented setugid. 3 years ago
Stacey Son 159e5b0c4b bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. 3 years ago
Stacey Son ae502887cb bsd-user: Implement wait4(2) and wait6(2) system calls. 3 years ago
Karim Taha 36999e6a6b bsd-user: Implement execve(2) and fexecve(2) system calls. 3 years ago
Stacey Son dcaa3dfda3 bsd-user: Implement procctl(2) along with necessary conversion functions. 3 years ago