aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths12-106/+106
2007-09-16Add some missing checks for host syscalls.ths1-5/+7
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths20-316/+316
2007-09-06Partial support for 34K multithreading, not functional yet.ths3-32/+35
2007-07-23Restore build on older Linux hosts.ths1-0/+12
2007-07-20Fix statfs(64) syscall wrapper, by Andreas Schwab.ths2-6/+12
2007-07-12Tkill support, by Stuart Anderson.ths1-0/+12
2007-07-12Sigio fd passing, by Alexander Graf.ths1-0/+4
2007-07-12Spelling fix, by Stuart Brady.ths1-1/+1
2007-07-11Spelling fixes, by Stefan Weil.ths1-1/+1
2007-07-08 Fix Sparc64 stat system callblueswir12-1/+59
2007-07-07 Deliver page faults to programblueswir11-1/+14
2007-07-07 Page align brk result like real Linuxblueswir11-1/+1
2007-07-05 Fix 64 bit ELF file symbol lookupblueswir11-1/+24
2007-06-27Fix environ termination, by Andreas Schwab.ths1-1/+1
2007-06-22Use correct data structures for stat syscalls, by Magnus Damm.ths1-1/+60
2007-06-22Setup stack properly, fixes wrong argc value problem, by Magnus Damm.ths1-1/+1
2007-06-21Hack to keep wine happy, by Alexander Graf.ths1-0/+2
2007-06-21Implement set_robust_list, by Alexander Graf.ths2-1/+8
2007-06-21Implement tgkill, by Alexander Graf.ths2-0/+9
2007-06-17Option to drop LD_PRELOAD from emulated environment, by Lauri Leukkunen.ths1-9/+34
2007-06-17Allow relative paths for the interpreter prefix in linux-user emulation.ths1-17/+29
2007-06-12Fix alpha user build failure.ths1-11/+11
2007-06-03Fix typo in comment.ths1-1/+1
2007-06-03Add __mips__to mmap specialcase.ths1-3/+3
2007-06-03IPC message translation.ths1-12/+123
2007-06-03Semaphore structure mapping, by Stuart Anderson.ths4-229/+203
2007-06-03Spelling fixes, by Stefan Weil.ths1-2/+2
2007-06-01Delete leftover Status FPU flag check.ths1-3/+0
2007-06-01linux-user errno mapping, by Stuart Anderson.ths4-1/+455
2007-06-01Patch for pipe() result handling, by Stuart Anderson.ths1-0/+5
2007-06-01Fix struct stat mapping for MIPS, by Stuart Anderson.ths1-1/+11
2007-05-28Sync __target_cmsg_nxthdr implementation with kernel header.ths1-12/+7
2007-05-28Revert last change, this workaround is long obsolete.ths1-1/+1
2007-05-28Fix do_socketcall argument, by Daniel Jacobowitz.ths1-1/+1
2007-05-27Spelling fix (Mark Glines)blueswir11-1/+1
2007-05-26Rework m68k cpu feature flags.pbrook1-1/+1
2007-05-26Suppress pointer from integer of different size warning.pbrook1-2/+2
2007-05-26M68k system mode semihosting.pbrook3-226/+15
2007-05-23m68k/ColdFire system emulation.pbrook1-4/+3
2007-05-13MIPS linux-user update.ths5-261/+320
2007-04-26Use 16-bit uid wrappers, by Magnus Damm.ths1-1/+1
2007-04-19termios structure definition fix by Stuart Anderson.j_mayer2-2/+2
2007-04-15bFLT loader alignment fix.pbrook1-8/+11
2007-04-14Fix incorrect pointers casts.j_mayer1-1/+1
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer1-3/+3
2007-04-08Sparc32/64 CPU selection for user emulatorblueswir11-0/+16
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer5-6/+82
2007-04-06Code provision for 64 bits linux user-mode targets support.j_mayer6-0/+1242
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer4-5/+212