aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd/os-syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03bsd-user: Add stubs for vadvise(), sbrk() and sstk()Warner Losh1-0/+12
2023-10-03bsd-user: Implement shmat(2) and shmdt(2)Stacey Son1-0/+8
2023-10-03bsd-user: Implement shmctl(2)Stacey Son1-0/+4
2023-10-03bsd-user: Implement shm_unlink(2) and shmget(2)Stacey Son1-0/+8
2023-10-03bsd-user: Implement shm_open(2)Stacey Son1-0/+4
2023-10-03bsd-user: Implement do_obreak functionStacey Son1-0/+7
2023-10-03bsd-user: Implement mincore(2)Stacey Son1-0/+4
2023-10-03bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha1-0/+4
2023-10-03bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minheri...Stacey Son1-0/+20
2023-10-03bsd-user: Implement msync(2)Stacey Son1-0/+4
2023-10-03bsd-user: Implement mprotect(2)Stacey Son1-0/+4
2023-10-03bsd-user: Implement mmap(2) and munmap(2)Stacey Son1-0/+9
2023-10-03bsd-user: Introduce bsd-mem.h to the source treeStacey Son1-0/+1
2023-10-03bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.cStacey Son1-4/+0
2023-10-03bsd-user: Implement shm_rename(2) system callKyle Evans1-0/+6
2023-10-03bsd-user: Implement shm_open2(2) system callKarim Taha1-6/+16
2023-10-03bsd-user: Implement pdfork(2) system call.Stacey Son1-0/+4
2023-10-03bsd-user: Implement rfork(2) system call.Stacey Son1-0/+4
2023-10-03bsd-user: Implement fork(2) and vfork(2) system calls.Stacey Son1-0/+8
2023-10-03bsd-user: Implement pdgetpid(2) and the undocumented setugid.Stacey Son1-0/+8
2023-10-03bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.Stacey Son1-0/+8
2023-10-03bsd-user: Implement wait4(2) and wait6(2) system calls.Stacey Son1-0/+15
2023-10-03bsd-user: Implement execve(2) and fexecve(2) system calls.Karim Taha1-1/+10
2023-10-03bsd-user: Implement procctl(2) along with necessary conversion functions.Stacey Son1-0/+3
2023-10-03bsd-user: Implement getpriority(2) and setpriority(2).Stacey Son1-0/+8
2023-10-03bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).Stacey Son1-0/+16
2023-10-03bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.Stacey Son1-0/+28
2023-10-03bsd-user: Implement several get/set system calls:Stacey Son1-0/+60
2023-10-03bsd-user: Implement getrlimit(2) and setrlimit(2)Stacey Son1-0/+8
2023-10-03bsd-user: Implement getrusage(2).Stacey Son1-0/+4
2023-10-03bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son1-0/+12
2023-10-03bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son1-0/+9
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh1-0/+1
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh1-0/+16
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh1-0/+24
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh1-0/+28
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh1-0/+42
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh1-11/+0
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée1-3/+0
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-0/+2
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans1-0/+4
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans1-0/+4
2023-03-01bsd-user: Add sysarch syscallStacey Son1-0/+7
2023-03-01bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson1-1/+1
2022-07-02bsd-user: Implement undeleteWarner Losh1-0/+4
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh1-0/+12
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh1-0/+8
2022-07-02bsd-user: Implement chroot and flockWarner Losh1-0/+8
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh1-0/+12
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh1-0/+16