aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2013-01-30linux-user: correct reboot()Laurent Vivier
2013-01-30linux-user: correct setsockopt()Laurent Vivier
2013-01-30linux-user: correct msgrcv()Laurent Vivier
2013-01-16alpha-linux-user: Correct selectLaurent Vivier
2013-01-16alpha-linux-user: Translate fcntl l_typeLaurent Vivier
2013-01-04linux-user/syscall.c: remove forward declarationsJohn Spencer
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-18linux-user/syscall.c: remove wrong forward decl of setgroups()John Spencer
2012-12-08linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-19microblaze: Support setting of TLS ptrEdgar E. Iglesias
2012-10-12linux-user: register align p{read, write}64Alexander Graf
2012-10-12linux-user: ppc: mark as long long alignedAlexander Graf
2012-10-12linux-user: Fix siginfo handlingRichard Henderson
2012-10-12linux-user: Implement gethostnameRichard Henderson
2012-10-12linux-user: Perform more checks on iovec listsRichard Henderson
2012-10-12linux-user: fix multi-threaded /proc/self/mapsAlexander Graf
2012-10-12linux-user: fix statfsAlexander Graf
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil
2012-08-27linux-user: fix emulation of getdentsDmitry V. Levin
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering
2012-08-14linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_typeJing Huang
2012-08-14linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket optionJing Huang
2012-08-14linux-user: pass sockaddr from host to targetJing Huang
2012-08-13linux-user: Move target_to_host_errno_table[] setup out of ioctl loopPeter Maydell
2012-08-04alpha-linux-user: Fix the getpriority syscallRichard Henderson
2012-08-04alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson
2012-08-04linux-user: Translate pipe2 flags; add to straceRichard Henderson
2012-08-04linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson
2012-08-04alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson
2012-07-27target-or32: Add linux user supportJia Liu
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell
2012-04-06linux-user: fix fallocateAlexander Graf
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-10linux-user: brk() debuggingPaul Brook
2012-02-10linux-user: fail execve() if env/args too bigUlrich Hecht
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf