aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio
2011-06-21linux-user/signal.c: Remove unused fenabPeter Maydell
2011-06-21linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell
2011-06-21flatload: memp was a write-only variableJuan Quintela
2011-06-21flatload: end_code was only used in a debug messageJuan Quintela
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela
2011-06-21syscall: really return ret codeJuan Quintela
2011-06-21linuxload: id_change was a write only variableJuan Quintela
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger
2011-06-21linux-user: Fix the computation of the requested heap sizevincent
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT
2011-06-20Don't translate pointer when in restore_sigcontextMike McCormack
2011-06-15Command line support for altering the log file locationMatthew Fernandez
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-05-31target-alpha: Tidy exception constants.Richard Henderson
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-20s390x: s390x-linux-user supportUlrich Hecht
2011-05-08linux-user: Replace deprecated functionStefan Weil
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil
2011-05-08Fix typo in comment (dieing -> dying)Stefan Weil
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack
2011-05-02linux-user: Fix compilation for "old" linux versionsStefan Weil
2011-04-26linux-user: untie syscalls from UID16Riku Voipio
2011-04-26linux-user: add s390x to llseek listAlexander Graf
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier
2011-04-26linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier
2011-04-26linux-user: improve tracesLaurent Vivier
2011-04-26[v2] linux-user: bigger default stackRiku Voipio
2011-04-25linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-04-12unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao
2011-04-11microblaze: Correct ec mask in debug printEdgar E. Iglesias
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell
2011-03-06linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell
2011-02-17linux-user: correct core dump formatLaurent Vivier