aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn1-1/+13
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-384/+128
2023-09-01linux-user: Move shmat and shmdt implementations to mmap.cRichard Henderson1-139/+4
2023-09-01linux-user: Emulate the Anonymous: keyword in /proc/self/smapsIlya Leoshkevich1-1/+2
2023-09-01linux-user: Show heap address in /proc/pid/mapsRichard Henderson1-0/+2
2023-09-01linux-user: Use walk_memory_regions for open_self_mapsRichard Henderson1-76/+114
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson1-2/+4
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-170/+6
2023-08-31accel/tcg: spelling fixesMichael Tokarev1-2/+2
2023-08-09linux-user: Fix openat() emulation to correctly detect accesses to /procHelge Deller1-1/+12
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson1-6/+0
2023-08-09linux-user: Split out do_mmapRichard Henderson1-17/+73
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson1-7/+8
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki1-42/+12
2023-08-06linux-user: Do nothing if too small brk is specifiedAkihiko Odaki1-3/+3
2023-08-06linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki1-13/+2
2023-08-06linux-user: Do not call get_errno() in do_brk()Akihiko Odaki1-3/+3
2023-07-18linux-user: Fix signed math overflow in brk() syscallHelge Deller1-2/+3
2023-07-18linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller1-1/+7
2023-07-18linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller1-6/+4
2023-07-17linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell1-7/+5
2023-07-15linux-user: Drop uint and ulongJuan Quintela1-4/+4
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+1
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson1-1/+1
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