aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2023-10-04build: Remove --enable-gprofRichard Henderson2-8/+0
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson1-1/+1
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-6/+5
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
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson2-2/+0
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson5-5/+0
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson1-0/+2
2023-08-06bsd-user: Remove last_brkRichard Henderson2-3/+0
2023-07-31bsd-user: Specify host page alignment if none specifiedWarner Losh1-1/+2
2023-07-31bsd-user: Allocate guest virtual address spaceRichard Henderson1-5/+43
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+1
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+1
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson1-41/+7