aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias1-33/+17
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-31target-alpha: Tidy exception constants.Richard Henderson1-30/+14
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-3/+3
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno9-6/+1181
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-20/+2
2011-05-20s390x: s390x-linux-user supportUlrich Hecht9-6/+1181
2011-05-08linux-user: Replace deprecated functionStefan Weil1-1/+1
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-05-08Fix typo in comment (dieing -> dying)Stefan Weil1-1/+1
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack1-12/+1
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack1-1/+1
2011-05-02linux-user: Fix compilation for "old" linux versionsStefan Weil1-0/+12
2011-04-26linux-user: untie syscalls from UID16Riku Voipio3-17/+43
2011-04-26linux-user: add s390x to llseek listAlexander Graf1-1/+2
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier3-1/+5
2011-04-26linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier2-2/+97
2011-04-26linux-user: improve tracesLaurent Vivier2-6/+167
2011-04-26[v2] linux-user: bigger default stackRiku Voipio1-5/+2
2011-04-25linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell3-6/+6
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-1/+1
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao4-5/+173
2011-04-12unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao4-0/+454
2011-04-11microblaze: Correct ec mask in debug printEdgar E. Iglesias1-1/+1
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell1-3/+1
2011-03-06linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell1-6/+10
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell1-0/+4
2011-02-17linux-user: correct core dump formatLaurent Vivier1-16/+18
2011-02-17linux-user: Support the epoll syscallsPeter Maydell2-0/+120
2011-02-17linux-user: in linux-user/strace.c, tswap() is uselessLaurent Vivier1-46/+33
2011-02-17linux-user: add rmdir() straceLaurent Vivier2-0/+15
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell3-19/+19
2011-02-09linux-user: fix for loopmount ioctlMartin Mohring1-2/+0
2011-02-09linux-user: fix build errors for mmap2-only portsMike Frysinger1-1/+1
2011-02-09linux-user: implement sched_{g,s}etaffinityMike Frysinger1-0/+67
2011-02-09linux-user/FLAT: allow targets to override FLAT processingMike Frysinger2-16/+21
2011-02-09linux-user/FLAT: fix auto-stack sizingMike Frysinger1-2/+9
2011-02-09linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in straceMike Frysinger2-0/+5
2011-02-09linux-user: add ppoll syscall supportMike Frysinger1-2/+55
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger2-0/+78
2011-02-09linux-user: fix sizeof handling for getsockoptMike Frysinger1-2/+2
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil1-3/+5
2011-02-09linux-user: Add support for -version optionPeter Maydell1-4/+13
2011-02-01linux-user: avoid gcc array overrun warning for sparcPeter Maydell1-3/+4
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl2-5/+5
2011-01-14linux-user: ARM: clear the IT bits when invoking a signal handlerPeter Maydell1-7/+9
2011-01-12linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAPPeter Maydell2-1/+5
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2-3/+0