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