summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes, by Stefan Weil.ths2007-07-121-1/+1
* Fix Sparc64 stat system callblueswir12007-07-082-1/+59
* Deliver page faults to programblueswir12007-07-071-1/+14
* Page align brk result like real Linuxblueswir12007-07-071-1/+1
* Fix 64 bit ELF file symbol lookupblueswir12007-07-051-1/+24
* Fix environ termination, by Andreas Schwab.ths2007-06-271-1/+1
* Use correct data structures for stat syscalls, by Magnus Damm.ths2007-06-221-1/+60
* Setup stack properly, fixes wrong argc value problem, by Magnus Damm.ths2007-06-221-1/+1
* Hack to keep wine happy, by Alexander Graf.ths2007-06-221-0/+2
* Implement set_robust_list, by Alexander Graf.ths2007-06-212-1/+8
* Implement tgkill, by Alexander Graf.ths2007-06-212-0/+9
* Option to drop LD_PRELOAD from emulated environment, by Lauri Leukkunen.ths2007-06-171-9/+34
* Allow relative paths for the interpreter prefix in linux-user emulation.ths2007-06-171-17/+29
* Fix alpha user build failure.ths2007-06-121-11/+11
* Fix typo in comment.ths2007-06-031-1/+1
* Add __mips__to mmap specialcase.ths2007-06-031-3/+3
* IPC message translation.ths2007-06-031-12/+123
* Semaphore structure mapping, by Stuart Anderson.ths2007-06-034-229/+203Star
* Spelling fixes, by Stefan Weil.ths2007-06-031-2/+2
* Delete leftover Status FPU flag check.ths2007-06-021-3/+0Star
* linux-user errno mapping, by Stuart Anderson.ths2007-06-014-1/+455
* Patch for pipe() result handling, by Stuart Anderson.ths2007-06-011-0/+5
* Fix struct stat mapping for MIPS, by Stuart Anderson.ths2007-06-011-1/+11
* Sync __target_cmsg_nxthdr implementation with kernel header.ths2007-05-281-12/+7Star
* Revert last change, this workaround is long obsolete.ths2007-05-281-1/+1
* Fix do_socketcall argument, by Daniel Jacobowitz.ths2007-05-281-1/+1
* Spelling fix (Mark Glines)blueswir12007-05-271-1/+1
* Rework m68k cpu feature flags.pbrook2007-05-261-1/+1
* Suppress pointer from integer of different size warning.pbrook2007-05-261-2/+2
* M68k system mode semihosting.pbrook2007-05-263-226/+15Star
* m68k/ColdFire system emulation.pbrook2007-05-231-4/+3Star
* MIPS linux-user update.ths2007-05-135-261/+320
* Use 16-bit uid wrappers, by Magnus Damm.ths2007-04-271-1/+1
* termios structure definition fix by Stuart Anderson.j_mayer2007-04-192-2/+2
* bFLT loader alignment fix.pbrook2007-04-151-8/+11
* Fix incorrect pointers casts.j_mayer2007-04-141-1/+1
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-3/+3
* Sparc32/64 CPU selection for user emulatorblueswir12007-04-081-0/+16
* Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer2007-04-065-6/+82
* Code provision for 64 bits linux user-mode targets support.j_mayer2007-04-066-0/+1242
* Preliminary patch for Alpha Linux user mode emulation support.j_mayer2007-04-054-5/+212
* Definitions needed for Alpha linux user-mode emulation.j_mayer2007-04-053-0/+761
* Conditionalize more syscall implementations, by Mike Frysinger.ths2007-04-011-2/+62
* Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.ths2007-03-311-1/+1
* fcntl() remaining fix, by Stuart Anderson.ths2007-03-311-0/+34
* Fix fcntl64 logic bug, by Kirill A. Shutemov.ths2007-03-221-0/+4
* fcntl64 fix, by Kirill A. Shutemov.ths2007-03-201-6/+18
* Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov.ths2007-03-191-0/+23
* Add missing header includes.ths2007-03-191-0/+2
* Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov.ths2007-03-191-2/+2