summary refs log tree commit diff stats
path: root/bsd-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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...Andreas Schwab2023-06-131-1/+9
* *-user: remove the guest_user_syscall tracepointsAlex Bennée2023-06-011-3/+0
* disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-2/+3
* bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2023-05-021-2/+3
* accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-1/+0
* make one-insn-per-tb an accel optionPeter Maydell2023-05-021-2/+6
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-282-9/+5
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-3/+3
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-0/+2
* gdbstub: move chunks of user code into own filesAlex Bennée2023-03-072-0/+2
* bsd-user: implement sysctlbyname(2)Kyle Evans2023-03-013-0/+74
* bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans2023-03-013-1/+61
* bsd-user: Start translation of arch-specific sysctlsJuergen Lock2023-03-011-2/+143
* bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock2023-03-011-4/+86
* bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock2023-03-011-0/+18
* bsd-user: Helper routines oidfmtStacey Son2023-03-011-4/+127
* bsd-user: various helper routines for sysctlWarner Losh2023-03-011-0/+86
* bsd-user: Add sysarch syscallStacey Son2023-03-011-0/+7
* bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson2023-03-011-1/+1
* bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-2/+3
* bsd-user: Clean up includesMarkus Armbruster2023-02-0811-13/+9
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* bsd-user: Catch up with sys/param.h requirement for machine/pmap.hMuhammad Moinur Rahman2022-10-262-0/+2
* accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson2022-10-261-2/+0