summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-3/+3
* linux-user: compile envlist.c only onceBlue Swirl2009-08-152-269/+0
* user: compile path.c only onceBlue Swirl2009-08-152-161/+0
* Fix symfind.Laurent Desnogues2009-08-101-1/+1
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-041-1/+1
* linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd2009-08-031-8/+16
* linux-user: handle POWERPC_EXCP_STCXNathan Froyd2009-08-031-0/+68
* More NULL pointer fixesBlue Swirl2009-08-012-2/+2
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-274-18/+18
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-272-4/+4
* rename HAVE_GPROF to TARGET_GPROFJuan Quintela2009-07-271-3/+3
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-203-10/+12
* Use correct byteswap routine for elf_notemalc2009-07-181-3/+3
* Avoid name clashes with symbols that leak from system headersmalc2009-07-182-41/+41
* ELF codedump build failuresLaurent Desnogues2009-07-171-29/+30
* Userspace guest address offsettingPaul Brook2009-07-173-0/+71
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-168-23/+8
* Avoid SIGSEGV when dumping cpu state without enabled loggingmalc2009-07-151-1/+2
* consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata2009-07-091-33/+0
* Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori2009-07-093-82/+110
|\
| * 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: increment MAX_ARG_PAGESArnaud Patard2009-07-082-4/+6
* | MIPS signal handling fixPaul Brook2009-07-091-0/+2
* | MIPS atomic instructionsPaul Brook2009-07-091-0/+60
* | Fix MIPS sys_clonePaul Brook2009-07-091-1/+1
|/
* Fix missing strnlen problemsBlue Swirl2009-07-011-11/+0
* 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
OpenPOWER on IntegriCloud