aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2023-10-03bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.cStacey Son
2023-10-03bsd-user: Add bsd-mem.c to meson.buildKarim Taha
2023-10-03bsd-user: Implement shm_rename(2) system callKyle Evans
2023-10-03bsd-user: Implement shm_open2(2) system callKarim Taha
2023-10-03bsd-user: Introduce freebsd/os-misc.h to the source treeStacey Son
2023-10-03bsd-user: Declarations for ipc_perm and shmid_ds conversion functionsStacey Son
2023-10-03bsd-user: Implement struct target_shmid_dsStacey Son
2023-10-03bsd-user: Implement struct target_ipc_permStacey Son
2023-10-03bsd-user: Implement pdfork(2) system call.Stacey Son
2023-10-03bsd-user: Implement rfork(2) system call.Stacey Son
2023-10-03bsd-user: Implement fork(2) and vfork(2) system calls.Stacey Son
2023-10-03bsd-user: Implement pdgetpid(2) and the undocumented setugid.Stacey Son
2023-10-03bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.Stacey Son
2023-10-03bsd-user: Implement wait4(2) and wait6(2) system calls.Stacey Son
2023-10-03bsd-user: Implement execve(2) and fexecve(2) system calls.Karim Taha
2023-10-03bsd-user: Implement procctl(2) along with necessary conversion functions.Stacey Son
2023-10-03bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son
2023-10-03bsd-user: Implement get_filename_from_fd.Karim Taha
2023-10-03bsd-user: Implement getpriority(2) and setpriority(2).Stacey Son
2023-10-03bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).Stacey Son
2023-10-03bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.Stacey Son
2023-10-03bsd-user: Implement several get/set system calls:Stacey Son
2023-10-03bsd-user: Implement getrlimit(2) and setrlimit(2)Stacey Son
2023-10-03bsd-user: Implement getrusage(2).Stacey Son
2023-10-03bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son
2023-10-03bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son
2023-10-03bsd-user: Get number of cpus.Kyle Evans
2023-10-03bsd-user: Implement host_to_target_waitstatus conversion.Stacey Son
2023-10-03bsd-user: Implement host_to_target_rusage and host_to_target_wrusage.Stacey Son
2023-10-03bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.Stacey Son
2023-10-03bsd-user: Implement target_to_host_resource conversion functionStacey Son
2023-10-03bsd-user: add extern declarations for bsd-proc.c conversion functionsStacey Son
2023-10-03bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.Stacey Son
2023-10-03bsd-user: Implement host_to_target_siginfo.Stacey Son
2023-10-03bsd-user: Define procctl(2) related structsStacey Son
2023-10-03bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix ...Karim Taha
2023-09-20bsd-user: spelling fixesMichael Tokarev
2023-09-08trace-events: Fix the name of the tracing.rst fileThomas Huth
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh
2023-08-28bsd-user: Add os-stat.c to the buildKarim Taha
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun