summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell2023-06-101-2/+2
* linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev2023-06-091-4/+4
* linux-user: Emulate /proc/cpuinfo on s390xIlya Leoshkevich2023-06-051-2/+104
* linux-user: fix getgroups/setgroups allocationsMichael Tokarev2023-05-171-31/+68
* linux-user: Don't require PROT_READ for mincoreThomas Weißschuh2023-05-171-1/+1
* linux-user: Add open_tree() syscallThomas Weißschuh2023-05-171-0/+33
* linux-user: Add move_mount() syscallThomas Weißschuh2023-05-171-0/+33
* linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh2023-05-171-3/+3
* linux-user: Emulate /proc/cpuinfo output for riscvAfonso Bordado2023-05-171-2/+32
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-2/+2
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-221-0/+1
* linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2023-03-101-1/+30
* linux-user: Add translation for argument of msync()Helge Deller2023-03-101-1/+11
* linux-user: fix sockaddr_in6 endiannessMathis Marion2023-03-101-0/+5
* linux-user: Fix brk() to release pagesHelge Deller2023-03-101-34/+35
* linux-user: fill out task state in /proc/self/statAndreas Schwab2023-03-101-0/+3
* linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2023-03-101-4/+4
* linux-user: fix timerfd read endianness conversionMathis Marion2023-03-101-2/+6
* linux-user: Fix access to /proc/self/exeHelge Deller2023-03-101-24/+14
* linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2023-02-211-0/+1
* linux-user: Allow sendmsg() without IOVHelge Deller2023-02-031-2/+7
* linux-user: Implement SOL_ALG encryption supportHelge Deller2023-02-031-0/+8
* linux-user: Fix /proc/cpuinfo output for hppaHelge Deller2023-02-031-5/+11
* linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller2023-02-031-1/+6
* Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé2023-02-031-18/+0
* Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé2023-02-031-25/+0
* linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson2023-02-031-6/+7
* linux-user/syscall: Implement execveat()Drew DeVault2023-01-251-6/+9
* linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault2023-01-251-97/+114
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* linux-user: always translate cmsg when recvmsgIcenowy Zheng2022-11-021-1/+2
* linux-user: Add close_range() syscallHelge Deller2022-11-021-0/+19
* linux-user: Add guest memory layout to exception dumpHelge Deller2022-10-251-0/+28
* linux-user: Implement faccessat2WANG Xuerui2022-10-211-0/+9
* linux-user: add more compat ioctl definitionsDaniel P. Berrangé2022-10-211-0/+25
* linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier2022-10-211-2/+1
* linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier2022-10-211-1/+5
* linux-user: fix pidfd_send_signal()Laurent Vivier2022-10-211-7/+12
* linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui2022-10-211-5/+5
* linux-user: Implement PI futexesRichard Henderson2022-09-271-0/+10
* linux-user: Convert signal number for FUTEX_FDRichard Henderson2022-09-271-0/+1
* linux-user: Implement FUTEX_WAKE_BITSETRichard Henderson2022-09-271-0/+1
* linux-user: Sink call to do_safe_futexRichard Henderson2022-09-271-29/+31
* linux-user: Combine do_futex and do_futex_time64Richard Henderson2022-09-271-56/+11
* linux-user: Don't assume 0 is not a valid host timer_t valuePeter Maydell2022-09-271-8/+16
* linux-user: fix bug about missing signum convert of sigqueuefanwenjie2022-09-271-2/+2
* linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller2022-09-271-0/+4
* linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller2022-09-271-0/+34
* linux-user: fix readlinkat handling with magic exe symlinkJameson Nash2022-09-231-2/+13
* Revert "linux-user: un-parent OBJECT(cpu) when closing thread"Richard Henderson2022-08-181-7/+6