summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-07(x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl1-0/+3
2009-10-17Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointerJan-Simon Möller1-2/+6
2009-10-17linux-user: KD/VT/FB ioctlsUlrich Hecht1-0/+2
2009-10-15linux-user: getpriority errno fixUlrich Hecht1-1/+1
2009-10-15implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht1-0/+10
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-18/+18
2009-10-01Get rid of _t suffixmalc1-18/+18
2009-09-30linux-user: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-10F_DUPFD_CLOEXEC is not universally availablemalc1-0/+2
2009-08-25linux-user: zero fstat buffer to initialize nsec fieldsUlrich Hecht1-0/+1
2009-08-25linux-user: fadvise64 implementationUlrich Hecht1-3/+14
2009-08-25linux-user: enable getdents for > 32-bit systemsUlrich Hecht1-5/+1
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht1-12/+22
2009-08-25linux-user: fix mq_* compilation problemsNathan Froyd1-2/+5
2009-08-25m68k, linux-user: enable sigaltstack()Laurent Vivier1-1/+2
2009-08-25linux-user: add eventfd supportRiku Voipio1-0/+15
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd1-8/+16
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-10/+10
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-3/+3
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-07-08getrlimit conversion mix-upUlrich Hecht1-2/+2
2009-07-08wrap path for access syscallUlrich Hecht1-1/+1
2009-07-0864-bit clean socketcall syscallUlrich Hecht1-65/+65
2009-07-08pipe argument should not be signedUlrich Hecht1-1/+1
2009-07-08linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized i...vibi sreenivasan1-1/+1
2009-07-08linux-user: check some parameters for some socket syscalls.Arnaud Patard1-8/+34
2009-06-19linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio1-1/+0
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier1-1/+0
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost1-0/+1
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)1-23/+61
2009-06-16linux-user: add tee, splice and vmsplicevibisreenivasan1-0/+40
2009-06-16linux-user: implement pipe2 [v3]Riku Voipio1-18/+37
2009-06-16add futex wake opRiku Voipio1-0/+2
2009-06-16linux-user: support private futexesMartin Mohring1-5/+9
2009-06-16linux-user: include linux/fs.hMartin Mohring1-0/+1
2009-06-16linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags t...Lionel Landwerlin1-0/+13
2009-06-16linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockoptLionel Landwerlin1-0/+30
2009-06-16Return EOPNOTSUPP instead of ENOSYS for *xattr* syscallsArnaud Patard1-1/+2
2009-06-16Fix struct termios host - target translationArnaud Patard1-0/+2
2009-06-16linux-user: fix utimensatRiku Voipio1-14/+24
2009-06-16linux-user: strace now handles guest strings correctly [v2]Mika Westerberg1-6/+0
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-0/+6
2009-06-16Implement shm* syscalls and fix 64/32bit errorsRiku Voipio1-49/+250
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd1-1/+3
2009-05-26microblaze: linux-user support.Edgar E. Iglesias1-1/+1
2009-05-19Only define __llseek if it is going to be usedPaul Brook1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-04-19linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)aurel321-9/+8
2009-04-18linux-user: fix IPCOP_sem* and implement sem*aurel321-98/+188