aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson1-2/+19
2023-07-15linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab1-1/+1
2023-07-15linux-user: Fix do_shmat type errorsRichard Henderson1-7/+6
2023-07-15linux-user/syscall: Implement execve without execveatPierrick Bouvier1-8/+12
2023-07-10linux-user/riscv: Add syscall riscv_hwprobeRobbin Ehn1-0/+146
2023-07-08linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller1-1/+11
2023-07-08linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller1-0/+4
2023-07-03linux-user: Emulate /proc/self/smapsIlya Leoshkevich1-1/+57
2023-07-03linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich1-5/+13
2023-07-03linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich1-19/+35
2023-06-10linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell1-2/+2
2023-06-09linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev1-4/+4
2023-06-05linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich1-2/+104
2023-05-17linux-user: fix getgroups/setgroups allocationsMichael Tokarev1-31/+68
2023-05-17linux-user: Don't require PROT_READ for mincoreThomas Weißschuh1-1/+1
2023-05-17linux-user: Add open_tree() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: Add move_mount() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh1-3/+3
2023-05-17linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado1-2/+32
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-2/+2
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson1-0/+1
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller1-1/+30
2023-03-10linux-user: Add translation for argument of msync()Helge Deller1-1/+11
2023-03-10linux-user: fix sockaddr_in6 endiannessMathis Marion1-0/+5
2023-03-10linux-user: Fix brk() to release pagesHelge Deller1-34/+35
2023-03-10linux-user: fill out task state in /proc/self/statAndreas Schwab1-0/+3
2023-03-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich1-4/+4
2023-03-10linux-user: fix timerfd read endianness conversionMathis Marion1-2/+6
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller1-24/+14
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich1-0/+1
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller1-2/+7
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller1-0/+8
2023-02-03linux-user: Fix /proc/cpuinfo output for hppaHelge Deller1-5/+11
2023-02-03linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller1-1/+6
2023-02-03Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé1-18/+0
2023-02-03Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé1-25/+0
2023-02-03linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson1-6/+7
2023-01-25linux-user/syscall: Implement execveat()Drew DeVault1-6/+9
2023-01-25linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault1-97/+114
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-11-02linux-user: always translate cmsg when recvmsgIcenowy Zheng1-1/+2
2022-11-02linux-user: Add close_range() syscallHelge Deller1-0/+19
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller1-0/+28
2022-10-21linux-user: Implement faccessat2WANG Xuerui1-0/+9
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé1-0/+25
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier1-2/+1
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier1-1/+5
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier1-7/+12
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui1-5/+5
2022-09-27linux-user: Implement PI futexesRichard Henderson1-0/+10