summary refs log tree commit diff stats
path: root/bsd-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | bsd-user: Implement pdfork(2) system call.Stacey Son2023-10-032-0/+36
* | bsd-user: Implement rfork(2) system call.Stacey Son2023-10-032-0/+43
* | bsd-user: Implement fork(2) and vfork(2) system calls.Stacey Son2023-10-032-0/+42
* | bsd-user: Implement pdgetpid(2) and the undocumented setugid.Stacey Son2023-10-032-0/+31
* | bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.Stacey Son2023-10-032-0/+40
* | bsd-user: Implement wait4(2) and wait6(2) system calls.Stacey Son2023-10-032-0/+99
* | bsd-user: Implement execve(2) and fexecve(2) system calls.Karim Taha2023-10-032-1/+59
* | bsd-user: Implement procctl(2) along with necessary conversion functions.Stacey Son2023-10-032-0/+226
* | bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son2023-10-033-4/+180
* | bsd-user: Implement get_filename_from_fd.Karim Taha2023-10-032-0/+83
* | bsd-user: Implement getpriority(2) and setpriority(2).Stacey Son2023-10-032-0/+32
* | bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).Stacey Son2023-10-032-0/+44
* | bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.Stacey Son2023-10-032-0/+104
* | bsd-user: Implement several get/set system calls:Stacey Son2023-10-032-0/+150
* | bsd-user: Implement getrlimit(2) and setrlimit(2)Stacey Son2023-10-032-0/+67
* | bsd-user: Implement getrusage(2).Stacey Son2023-10-032-0/+17
* | bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son2023-10-032-0/+51
* | bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son2023-10-032-0/+53
* | bsd-user: Get number of cpus.Kyle Evans2023-10-032-0/+26
* | bsd-user: Implement host_to_target_waitstatus conversion.Stacey Son2023-10-031-0/+17
* | bsd-user: Implement host_to_target_rusage and host_to_target_wrusage.Stacey Son2023-10-031-0/+54
* | bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.Stacey Son2023-10-031-0/+10
* | bsd-user: Implement target_to_host_resource conversion functionStacey Son2023-10-033-0/+50
* | bsd-user: add extern declarations for bsd-proc.c conversion functionsStacey Son2023-10-031-0/+38
* | bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.Stacey Son2023-10-031-0/+6
* | bsd-user: Implement host_to_target_siginfo.Stacey Son2023-10-032-0/+7
* | bsd-user: Define procctl(2) related structsStacey Son2023-10-031-0/+42
* | bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix ...Karim Taha2023-10-031-4/+4
|/
* bsd-user: spelling fixesMichael Tokarev2023-09-207-11/+11
* trace-events: Fix the name of the tracing.rst fileThomas Huth2023-09-081-1/+1
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-311-4/+2
* bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh2023-08-301-0/+27
* bsd-user: Add missing break after do_bsd_preadvWarner Losh2023-08-281-0/+1
* bsd-user: Add getdents and fcntl related system callsWarner Losh2023-08-281-0/+16
* bsd-user: Add glue for statfs related system callsWarner Losh2023-08-281-0/+24
* bsd-user: Add glue for getfh and related syscallsWarner Losh2023-08-281-0/+28
* bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh2023-08-281-0/+42
* bsd-user: Add os-stat.c to the buildKarim Taha2023-08-281-0/+1
* bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar2023-08-281-0/+26
* bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun2023-08-281-0/+7
* bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun2023-08-281-0/+44
* bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun2023-08-281-0/+75
* bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun2023-08-281-0/+78
* bsd-user: Implement freebsd11 stat related syscallsMichal Meloun2023-08-281-0/+5
* bsd-user: Implement stat related syscallsStacey Son2023-08-281-0/+74
* bsd-user: Implement getdents related syscallsStacey Son2023-08-281-0/+72
* bsd-user: Implement statfs related syscallsStacey Son2023-08-281-0/+69
* bsd-user: Implement statfh related syscallsStacey Son2023-08-281-0/+83
* bsd-user: Implement stat related syscallsStacey Son2023-08-281-0/+130
* bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun2023-08-281-0/+82