aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsd-user: Implement target_to_host_fcntl_cmdStacey Son2023-08-281-0/+8
* bsd-user: Implement h2t_freebds11_statfsStacey Son2023-08-281-0/+41
* bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son2023-08-281-0/+37
* bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son2023-08-281-0/+94
* bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh2023-08-281-4/+4
* bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans2023-08-281-0/+2
* bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son2023-08-281-0/+51
* bsd-user: Add struct target_statfsMichal Meloun2023-08-281-0/+25
* bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son2023-08-281-0/+64
* bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun2023-08-281-0/+38
* bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son2023-08-281-0/+33
* bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son2023-08-282-0/+51
* bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh2023-08-282-51/+35
* bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh2023-08-281-11/+0
* bsd-user: Remove image_info.start_brkRichard Henderson2023-08-283-4/+1
* bsd-user: Remove image_info.mmapRichard Henderson2023-08-282-2/+0
* bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2023-08-285-5/+0
* linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson2023-08-091-0/+2
* bsd-user: Remove last_brkRichard Henderson2023-08-062-3/+0
* bsd-user: Specify host page alignment if none specifiedWarner Losh2023-07-311-1/+2
* bsd-user: Allocate guest virtual address spaceRichard Henderson2023-07-311-5/+43
* include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson2023-07-231-0/+1
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+1
* bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson2023-07-151-41/+7
* bsd-user: Use page_check_range_empty for MAP_EXCLRichard Henderson2023-07-151-1/+1
* target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini2023-06-261-0/+4
* linux-user, bsd-user: Preserve incoming order of environment variables in the targetAndreas Schwab2023-06-131-1/+9
* *-user: remove the guest_user_syscall tracepointsAlex Bennée2023-06-011-3/+0