1. 4b5dfd8 user: Restore debug usage message for '-d ?' in user mode emulation by Peter Maydell · 14 years ago
  2. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  3. 81773a5 Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 14 years ago
  4. cf973e4 set ELF_HWCAP for SPARC and SPARC64 by Artyom Tarasenko · 14 years ago
  5. 6fea2ea linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64 by Peter Maydell · 14 years ago
  6. 48e515d linux-user: make MIPS and ARM eabi use same argument reordering by Riku Voipio · 14 years ago
  7. c3edf34 linux-user: correct syscall 123 on sh4 by Riku Voipio · 14 years ago
  8. e22b701 mips: rlimit codes are not the same by Wesley W. Terpstra · 14 years ago
  9. 95b33b2 mips: rlimit incorrectly converts values by Wesley W. Terpstra · 14 years ago
  10. e6e5bd2 mips: null pointer deref should segfault by Wesley W. Terpstra · 14 years ago
  11. 7c2f615 mips: missing syscall returns wrong errno by Wesley W. Terpstra · 14 years ago
  12. 053ebb2 mips: sigaltstack args by Wesley W. Terpstra · 14 years ago
  13. 8f04eeb linux-user/syscall.c: Enforce pselect6 sigset size restrictions by Peter Maydell · 14 years ago
  14. 163a05a linux-user: Implement prlimit64 syscall by Peter Maydell · 14 years ago
  15. d979e8e linux-user: Add syscall numbers from kernel 2.6.39.2 by Peter Maydell · 14 years ago
  16. 12b81b7 linux-user: Add support for even more FB ioctls by Cédric VINCENT · 14 years ago
  17. 774750c linux-user: Add support for more VT ioctls by Cédric VINCENT · 14 years ago
  18. e6fe18f linux-user: Add support for KD...LED ioctls by Cédric VINCENT · 14 years ago
  19. 1dfdcaa user: Fix -d debug logging for usermode emulation by Edgar E. Iglesias · 14 years ago
  20. cd59dd8 Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 14 years ago
  21. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  22. bfcedc5 linux-user: Fix sync_file_range on 32bit mips by Riku Voipio · 14 years ago
  23. c7b016b linux-user/signal.c: Remove unused fenab by Peter Maydell · 14 years ago
  24. 2aec3a2 linux-user/signal.c: Remove only-ever-set variable fpu_save_addr by Peter Maydell · 14 years ago
  25. 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
  26. 3002fa8 flatload: memp was a write-only variable by Juan Quintela · 14 years ago
  27. e773035 flatload: end_code was only used in a debug message by Juan Quintela · 14 years ago
  28. bc088ba linux-user: syscall should use sanitized arg1 by Juan Quintela · 14 years ago
  29. 1add869 syscall: really return ret code by Juan Quintela · 14 years ago
  30. 331c23b linuxload: id_change was a write only variable by Juan Quintela · 14 years ago
  31. 14322ba linux-user: Define AT_RANDOM to support target stack protection mechanism. by Laurent ALFONSI · 14 years ago
  32. 055e090 linux-user: add pselect6 syscall support by Mike Frysinger · 14 years ago
  33. 4d1de87 linux-user: Fix the computation of the requested heap size by vincent · 14 years ago
  34. 00faf08 linux-user: Don't use MAP_FIXED in do_brk() by Peter Maydell · 14 years ago
  35. f3ed1f5 linux-user: Handle images where lowest vaddr is not page aligned by Peter Maydell · 14 years ago
  36. b947527 linux-user: Fix the load of ELF files that have no "useful" symbol by Cédric VINCENT · 14 years ago
  37. 9a826d7 Don't translate pointer when in restore_sigcontext by Mike McCormack · 14 years ago
  38. c235d73 Command line support for altering the log file location by Matthew Fernandez · 14 years ago
  39. 4482939 Merge remote branch 'rth/axp-next' into alpha-merge by Edgar E. Iglesias · 14 years ago
  40. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  41. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  42. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  43. 05c8a1e Merge branch 's390-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  44. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  45. a4c075f s390x: s390x-linux-user support by Ulrich Hecht · 16 years ago
  46. 67bd9ed linux-user: Replace deprecated function by Stefan Weil · 14 years ago
  47. 5ba1854 Fix spelling in comments (intruction -> instruction) by Stefan Weil · 14 years ago
  48. 8186e78 Fix typo in comment (truely -> truly) by Stefan Weil · 14 years ago
  49. 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
  50. 0c58751 Fix typo in comment (dieing -> dying) by Stefan Weil · 14 years ago
  51. cd18f05 Don't zero out buffer in sched_getaffinity by Mike McCormack · 14 years ago
  52. e95d3bf Fix buffer overrun in sched_getaffinity by Mike McCormack · 14 years ago
  53. 6f11f01 linux-user: Fix compilation for "old" linux versions by Stefan Weil · 14 years ago
  54. 0c866a7 linux-user: untie syscalls from UID16 by Riku Voipio · 14 years ago
  55. 42a39fb linux-user: add s390x to llseek list by Alexander Graf · 14 years ago
  56. 86fcd94 linux-user: add ioctl(SIOCGIWNAME, ...) support. by Laurent Vivier · 14 years ago
  57. 059c2f2 linux-user: convert ioctl(SIOCGIFCONF, ...) result. by Laurent Vivier · 14 years ago
  58. 608e559 linux-user: improve traces by Laurent Vivier · 14 years ago
  59. 05098a9 [v2] linux-user: bigger default stack by Riku Voipio · 14 years ago
  60. 7cb4db8 linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC by Peter Maydell · 14 years ago
  61. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  62. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  63. 8b5d487 unicore32: add necessry headers in linux-user/unicore32 for unicore32 support by Guan Xuetao · 14 years ago
  64. 2e42d52 microblaze: Correct ec mask in debug print by Edgar E. Iglesias · 14 years ago
  65. 30cb4cd linux-user: Fix unlock_user() call in return from poll() by Peter Maydell · 14 years ago
  66. 0c1592d linux-user: Fix large seeks by 32 bit guest on 64 bit host by Peter Maydell · 14 years ago
  67. 4e65571 linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE by Peter Maydell · 14 years ago
  68. 80f5ce7 linux-user: correct core dump format by Laurent Vivier · 14 years ago
  69. 3b6edd1 linux-user: Support the epoll syscalls by Peter Maydell · 14 years ago
  70. d2ee72a linux-user: in linux-user/strace.c, tswap() is useless by Laurent Vivier · 14 years ago
  71. 4de596c linux-user: add rmdir() strace by Laurent Vivier · 14 years ago
  72. 005e1a0 linux-user/arm: fix compilation failures using softfloat's struct types by Peter Maydell · 14 years ago
  73. 898b1be linux-user: fix for loopmount ioctl by Martin Mohring · 14 years ago
  74. 8d9016c linux-user: fix build errors for mmap2-only ports by Mike Frysinger · 14 years ago
  75. 737de1d linux-user: implement sched_{g,s}etaffinity by Mike Frysinger · 14 years ago
  76. c3109ba linux-user/FLAT: allow targets to override FLAT processing by Mike Frysinger · 14 years ago
  77. 82a3959 linux-user/FLAT: fix auto-stack sizing by Mike Frysinger · 14 years ago
  78. 906c1b8 linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace by Mike Frysinger · 14 years ago
  79. d8035d4 linux-user: add ppoll syscall support by Mike Frysinger · 14 years ago
  80. 1af02e8 linux-user/elfload: add FDPIC support by Mike Frysinger · 14 years ago
  81. 73160d9 linux-user: fix sizeof handling for getsockopt by Mike Frysinger · 14 years ago
  82. 8d79de6 linux-user: Fix possible realloc memory leak by Stefan Weil · 14 years ago
  83. 6672b0b linux-user: Add support for -version option by Peter Maydell · 14 years ago
  84. e321c34 linux-user: avoid gcc array overrun warning for sparc by Peter Maydell · 14 years ago
  85. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  86. 964413d linux-user: ARM: clear the IT bits when invoking a signal handler by Peter Maydell · 14 years ago
  87. dace20d linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP by Peter Maydell · 14 years ago
  88. 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
  89. 3ebe80c linux-user: Fix incorrect NaN detection in ARM nwfpe emulation by Peter Maydell · 14 years ago
  90. 285da2b linux-user: Implement FS_IOC_FIEMAP ioctl by Peter Maydell · 14 years ago
  91. d2ef05b linux-user: Support ioctls whose parameter size is not constant by Peter Maydell · 14 years ago
  92. c727f47 linux-user: Implement sync_file_range{,2} syscalls by Peter Maydell · 14 years ago
  93. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  94. 2c9adbd ARM: fix ldrexd/strexd by Peter Maydell · 14 years ago
  95. b2e7aab linux-user: fix mips and ppc to use UID16 by Martin Mohring · 14 years ago
  96. 9190749 linux-user: fix compiler error on nptl by Riku Voipio · 14 years ago
  97. a59d69d ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn by Peter Maydell · 14 years ago
  98. 08e1125 ARM: linux-user: Expose iWMMXT registers to signal handlers by Peter Maydell · 14 years ago
  99. 5f9099d ARM: linux-user: Restore VFP state from ucontext on sigreturn by Peter Maydell · 14 years ago
  100. 0d871bd ARM: linux-user: Expose VFP registers to signal handlers by Peter Maydell · 14 years ago