aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh
2023-08-28bsd-user: Add os-stat.c to the buildKarim Taha
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-user: Implement getdents related syscallsStacey Son
2023-08-28bsd-user: Implement statfs related syscallsStacey Son
2023-08-28bsd-user: Implement statfh related syscallsStacey Son
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son
2023-08-28bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh
2023-08-28bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son
2023-08-28bsd-user: Add struct target_statfsMichal Meloun
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun
2023-08-28bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-06bsd-user: Remove last_brkRichard Henderson
2023-07-31bsd-user: Specify host page alignment if none specifiedWarner Losh
2023-07-31bsd-user: Allocate guest virtual address spaceRichard Henderson
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15bsd-user: Use page_check_range_empty for MAP_EXCLRichard Henderson
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-06-13linux-user, bsd-user: Preserve incoming order of environment variables in the...Andreas Schwab
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2023-05-02bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell