summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Support the latest mmu-kernel stat64 ABI.Edgar E. Iglesias2009-06-231-2/+3
* linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio2009-06-193-2/+17
* 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
* linux-user: initialize mmap_mutex properlyNathan Froyd2009-06-161-1/+1
* RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)2009-06-162-24/+73
* linux-user: add tee, splice and vmsplicevibisreenivasan2009-06-161-0/+40
* linux-user: implement pipe2 [v3]Riku Voipio2009-06-161-18/+37
* linux-user: update syscall listRiku Voipio2009-06-1611-0/+96
* 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-162-0/+20
* linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockoptLionel Landwerlin2009-06-162-0/+45
* 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-164-77/+1118
* linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg2009-06-161-0/+83
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-166-44/+1035
* Implement shm* syscalls and fix 64/32bit errorsRiku Voipio2009-06-161-49/+250
* export mmap_find_vma for shmatRiku Voipio2009-06-162-1/+2
* fix gdbstub support for multiple threads in usermode, v3Nathan Froyd2009-06-041-1/+3
* microblaze: linux-user support.Edgar E. Iglesias2009-05-265-4/+405
* microblaze: Add syscall, signal and termbits defs for linux-user.Edgar E. Iglesias2009-05-264-0/+656
* Only define __llseek if it is going to be usedPaul Brook2009-05-191-1/+1
* Avoid implicit truncation compiler warningsPaul Brook2009-05-191-2/+2
* support ELF_HWCAP for PPPCNathan Froyd2009-05-161-0/+58
* linux-user: ppc signal handlingNathan Froyd2009-05-163-0/+604
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-133-13/+13
* Fix compiler warnings in nwfpe code.Paul Brook2009-05-045-86/+47
* MIPS signal handling fixes.pbrook2009-04-213-4/+109
* MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook2009-04-211-0/+7
* Fix target_siginfo ordering for MIPS.pbrook2009-04-211-0/+6
* 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
* linux-user: fix inotify syscallsaurel322009-04-171-1/+2
* Translate signal values in exit status.pbrook2009-04-163-2/+18
* linux-user: fix getcwd syscallaurel322009-04-161-1/+1
* linux-user: fix warnings introduced by r7118aurel322009-04-151-1/+1
* linux-user: proper exit code for uncaught signalsaurel322009-04-151-12/+25
* linux-user: prefer glibc over direct syscallsaurel322009-04-151-61/+253
* linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscallsaurel322009-04-151-10/+7
* linux-user: unix sockets - fix running dbusaurel322009-04-151-2/+27
* linux-user: add support for passing contents of argv0aurel322009-04-151-1/+37
* linux-user: Added posix message queue syscalls except mq_notifyaurel322009-04-153-6/+126
* Enable generic accepts-anything cpu by default for usermode emulation.pbrook2009-04-091-1/+1
* linux-user: fix fstatat64()/newfstatat() syscall implementationaurel322009-04-081-4/+25
* linux-user: fix problems with inotify syscallsaurel322009-04-081-3/+3
* Add --with-pkgversion.pbrook2009-04-071-1/+1