aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2023-10-03bsd-user: Implement getrusage(2).Stacey Son2-0/+17
2023-10-03bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son2-0/+51
2023-10-03bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son2-0/+53
2023-10-03bsd-user: Get number of cpus.Kyle Evans2-0/+26
2023-10-03bsd-user: Implement host_to_target_waitstatus conversion.Stacey Son1-0/+17
2023-10-03bsd-user: Implement host_to_target_rusage and host_to_target_wrusage.Stacey Son1-0/+54
2023-10-03bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.Stacey Son1-0/+10
2023-10-03bsd-user: Implement target_to_host_resource conversion functionStacey Son3-0/+50
2023-10-03bsd-user: add extern declarations for bsd-proc.c conversion functionsStacey Son1-0/+38
2023-10-03bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.Stacey Son1-0/+6
2023-10-03bsd-user: Implement host_to_target_siginfo.Stacey Son2-0/+7
2023-10-03bsd-user: Define procctl(2) related structsStacey Son1-0/+42
2023-10-03bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix ...Karim Taha1-4/+4
2023-09-20bsd-user: spelling fixesMichael Tokarev7-11/+11
2023-09-08trace-events: Fix the name of the tracing.rst fileThomas Huth1-1/+1
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé1-4/+2
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh1-0/+27
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: Add os-stat.c to the buildKarim Taha1-0/+1
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar1-0/+26
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun1-0/+7
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun1-0/+44
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun1-0/+75
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun1-0/+78
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun1-0/+5
2023-08-28bsd-user: Implement stat related syscallsStacey Son1-0/+74
2023-08-28bsd-user: Implement getdents related syscallsStacey Son1-0/+72
2023-08-28bsd-user: Implement statfs related syscallsStacey Son1-0/+69
2023-08-28bsd-user: Implement statfh related syscallsStacey Son1-0/+83
2023-08-28bsd-user: Implement stat related syscallsStacey Son1-0/+130
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun1-0/+82
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son1-0/+8
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son1-0/+41
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son1-0/+37
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son1-0/+94
2023-08-28bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh1-4/+4
2023-08-28bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans1-0/+2
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son1-0/+51
2023-08-28bsd-user: Add struct target_statfsMichal Meloun1-0/+25
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son1-0/+64
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun1-0/+38
2023-08-28bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son1-0/+33
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son2-0/+51
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh2-51/+35
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh1-11/+0
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson3-4/+1