summary refs log tree commit diff stats
path: root/bsd-user/syscall_defs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Implment madvise(2) to match the linux-user implementation.Karim Taha2023-10-031-0/+2
* bsd-user: Implement struct target_shmid_dsStacey Son2023-10-031-0/+20
* bsd-user: Implement struct target_ipc_permStacey Son2023-10-031-0/+17
* bsd-user: Define procctl(2) related structsStacey Son2023-10-031-0/+42
* bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix ...Karim Taha2023-10-031-4/+4
* 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
* linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson2023-08-091-0/+2
* bsd-user: Implement open, openat and closeWarner Losh2022-06-131-0/+4
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-111-3/+3
* bsd-user: Add safe system call macrosWarner Losh2022-02-261-0/+47
* bsd-user/signal.c: Implement dump_core_and_abortWarner Losh2022-01-281-0/+1
* bsd-user: Rewrite target system call definintion glueWarner Losh2021-09-101-85/+162
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-101-10/+0
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-0/+6
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+108