summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-64/+136
|\
| * linux-user: register align p{read, write}64Alexander Graf2012-10-121-0/+8
| * linux-user: ppc: mark as long long alignedAlexander Graf2012-10-121-1/+6
| * linux-user: Fix siginfo handlingRichard Henderson2012-10-121-1/+1
| * linux-user: Implement gethostnameRichard Henderson2012-10-121-0/+13
| * linux-user: Perform more checks on iovec listsRichard Henderson2012-10-121-60/+102
| * linux-user: fix multi-threaded /proc/self/mapsAlexander Graf2012-10-121-2/+2
| * linux-user: fix statfsAlexander Graf2012-10-121-0/+4
* | microblaze: Support setting of TLS ptrEdgar E. Iglesias2012-10-191-0/+2
|/
* linux-user: Remove redundant null check and replace free by g_freeStefan Weil2012-09-231-3/+1
* linux-user: fix emulation of getdentsDmitry V. Levin2012-08-271-6/+5
* linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering2012-08-221-2/+2
* linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang2012-08-141-4/+16
* linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang2012-08-141-0/+20
* linux-user: pass sockaddr from host to targetJing Huang2012-08-141-3/+13
* linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell2012-08-131-5/+6
* alpha-linux-user: Fix the getpriority syscallRichard Henderson2012-08-041-5/+15
* alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson2012-08-041-2/+1
* linux-user: Translate pipe2 flags; add to straceRichard Henderson2012-08-041-1/+2
* linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson2012-08-041-1/+14
* alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson2012-08-041-10/+51
* target-or32: Add linux user supportJia Liu2012-07-271-1/+1
* linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber2012-06-041-1/+1
* linux-user: fix emulation of /proc/self/mapsAlexander Graf2012-05-031-1/+41
* linux-user: Clean up interim solution for exit syscallAndreas Färber2012-05-031-4/+0
* linux-user: Fix exit syscall with QOM CPUAndreas Färber2012-04-151-0/+4
* linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell2012-04-061-0/+24
* linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell2012-04-061-14/+15
* linux-user: fix fallocateAlexander Graf2012-04-061-0/+5
* linux-user: implement device mapper ioctlsAlexander Graf2012-04-061-0/+226
* linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani2012-04-061-4/+15
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-14/+14
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* linux-user: brk() debuggingPaul Brook2012-02-101-7/+9
* linux-user: fail execve() if env/args too bigUlrich Hecht2012-02-101-0/+9
* linux-user: Implement *listxattr syscallsPeter Maydell2012-02-021-1/+35
* linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell2012-02-021-9/+70
* linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell2012-02-021-6/+18
* linux-user: fix wait* syscall status returnsAlexander Graf2012-02-021-2/+2
* linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf2012-02-021-0/+3
* linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY2012-02-021-1/+33
* linux-user: fake /proc/self/auxvAlexander Graf2012-02-021-0/+30
* linux-user: fake /proc/self/statAlexander Graf2012-02-021-0/+26
* linux-user: fake /proc/self/mapsAlexander Graf2012-02-021-0/+15
* linux-user: add open() hijack infrastructureAlexander Graf2012-02-021-3/+49
* linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell2011-12-061-2/+4
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-1/+1
* linux-user: implement reboot syscallAlexander Graf2011-10-271-1/+7
* linux-user: fix openatAlexander Graf2011-10-271-13/+1
OpenPOWER on IntegriCloud