1. 005e1a0 linux-user/arm: fix compilation failures using softfloat's struct types by Peter Maydell · 14 years ago
  2. 898b1be linux-user: fix for loopmount ioctl by Martin Mohring · 14 years ago
  3. 8d9016c linux-user: fix build errors for mmap2-only ports by Mike Frysinger · 14 years ago
  4. 737de1d linux-user: implement sched_{g,s}etaffinity by Mike Frysinger · 14 years ago
  5. c3109ba linux-user/FLAT: allow targets to override FLAT processing by Mike Frysinger · 14 years ago
  6. 82a3959 linux-user/FLAT: fix auto-stack sizing by Mike Frysinger · 14 years ago
  7. 906c1b8 linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace by Mike Frysinger · 14 years ago
  8. d8035d4 linux-user: add ppoll syscall support by Mike Frysinger · 14 years ago
  9. 1af02e8 linux-user/elfload: add FDPIC support by Mike Frysinger · 14 years ago
  10. 73160d9 linux-user: fix sizeof handling for getsockopt by Mike Frysinger · 14 years ago
  11. 8d79de6 linux-user: Fix possible realloc memory leak by Stefan Weil · 14 years ago
  12. 6672b0b linux-user: Add support for -version option by Peter Maydell · 14 years ago
  13. e321c34 linux-user: avoid gcc array overrun warning for sparc by Peter Maydell · 14 years ago
  14. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  15. 964413d linux-user: ARM: clear the IT bits when invoking a signal handler by Peter Maydell · 14 years ago
  16. dace20d linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP by Peter Maydell · 14 years ago
  17. 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
  18. 3ebe80c linux-user: Fix incorrect NaN detection in ARM nwfpe emulation by Peter Maydell · 14 years ago
  19. 285da2b linux-user: Implement FS_IOC_FIEMAP ioctl by Peter Maydell · 14 years ago
  20. d2ef05b linux-user: Support ioctls whose parameter size is not constant by Peter Maydell · 14 years ago
  21. c727f47 linux-user: Implement sync_file_range{,2} syscalls by Peter Maydell · 14 years ago
  22. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  23. 2c9adbd ARM: fix ldrexd/strexd by Peter Maydell · 14 years ago
  24. b2e7aab linux-user: fix mips and ppc to use UID16 by Martin Mohring · 14 years ago
  25. 9190749 linux-user: fix compiler error on nptl by Riku Voipio · 14 years ago
  26. a59d69d ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn by Peter Maydell · 14 years ago
  27. 08e1125 ARM: linux-user: Expose iWMMXT registers to signal handlers by Peter Maydell · 14 years ago
  28. 5f9099d ARM: linux-user: Restore VFP state from ucontext on sigreturn by Peter Maydell · 14 years ago
  29. 0d871bd ARM: linux-user: Expose VFP registers to signal handlers by Peter Maydell · 14 years ago
  30. 5f0b7c8 ARM: linux-user: Correct size of padding in target_ucontext_v2 by Peter Maydell · 14 years ago
  31. f3b974c linux-user: Translate getsockopt level option by Jamie Lentin · 14 years ago
  32. bee7000 linux-user: remove unnecessary local from __get_user(), __put_user() by Peter Maydell · 14 years ago
  33. 48e15fc linux-user: fix memory leaks with NPTL emulation by Nathan Froyd · 14 years ago
  34. c65ffe6 linux-user: mmap_reserve() not controlled by RESERVED_VA by amateur · 14 years ago
  35. f711df6 microblaze: target-ify target_ucontext by Richard Henderson · 14 years ago
  36. e0c8a79 linux-user: Fix typo m86k -> m68k by Stefan Weil · 14 years ago
  37. f66724c Add new user mode option -ignore-environment by Stefan Weil · 15 years ago
  38. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  39. f562e71 linux-user: improve flatload error checking by Blue Swirl · 14 years ago
  40. d0b3e4f linux-user: fix types in a comparison by Blue Swirl · 14 years ago
  41. 3872425 linux-user: fix socklen_t comparisons by Blue Swirl · 14 years ago
  42. b76da7e microblaze: User-mode emulation of hw-excp signals by Edgar E. Iglesias · 14 years ago
  43. a523eb0 microblaze: Fix the target version of stat64 struct by Edgar E. Iglesias · 15 years ago
  44. 18e9ea8 linux-user: fix build on hosts not using guest base by Aurelien Jarno · 15 years ago
  45. 5d5c993 linux-user: Protect against allocation failure in load_symbols. by Richard Henderson · 15 years ago
  46. bf85889 linux-user: Re-use load_elf_image for the main binary. by Richard Henderson · 15 years ago
  47. 8e62a71 linux-user: Extract load_elf_image from load_elf_interp. by Richard Henderson · 15 years ago
  48. b9329d4 linux-user: Remove partial support for a.out interpreters. by Richard Henderson · 15 years ago
  49. 60dcbcb linux-user: Put the stack guard page at the top. by Richard Henderson · 15 years ago
  50. 9058abd linux-user: Improve consistency checking in elf headers. by Richard Henderson · 15 years ago
  51. 682674b linux-user: Load symbols from the interpreter. by Richard Henderson · 15 years ago
  52. 991f8f0 linux-user: Clean up byte-swapping in elfload.c. by Richard Henderson · 15 years ago
  53. 2849023 linux-user: Define ELF_DATA generically. by Richard Henderson · 15 years ago
  54. 9955ffa linux-user: Reduce lseek+reads while loading elf files. by Richard Henderson · 15 years ago
  55. d97ef72 linux-user: Reindent elfload.c. by Richard Henderson · 15 years ago
  56. e167d46 Add more DT_* and AT_* constants to qemu's copy of elf.h. by Richard Henderson · 15 years ago
  57. cf129f3 linux-user: Handle filesz < memsz for any PT_LOAD segment. by Richard Henderson · 15 years ago
  58. b217870 microblaze: Pass a ucontext * as 3rd sighandler arg by Edgar E. Iglesias · 15 years ago
  59. 6d1db8c linux-user: display cpu list. by Laurent Vivier · 15 years ago
  60. 187b4e0 microblaze: Correct signal frame setup. by Edgar E. Iglesias · 15 years ago
  61. 97374d3 Usermode exec-stack fix by Paul Brook · 15 years ago
  62. 9e0b74a Strace mprotect flags. by Paul Brook · 15 years ago
  63. d35b261 s390x: Avoid _llseek. by Richard Henderson · 15 years ago
  64. 7ee2822 rename CONFIG_QEMU_PREFIX by Paolo Bonzini · 15 years ago
  65. 0fddbbf linux-user: honor low bit of entry PC for MIPS by Nathan Froyd · 15 years ago
  66. 68a1c81 Pre-allocate guest address space by Paul Brook · 15 years ago
  67. 0be1d07 alpha-linux-user: Fill in SI_CODE for SIGSEGV. by Richard Henderson · 15 years ago
  68. 680c877 linux-user: Use qemu-malloc.c. by Richard Henderson · 15 years ago
  69. 564e2fe linux-user: Fix compilation with DEBUG defined by Riccardo Magliocchetti · 15 years ago
  70. 9e42382 linux-user: do not warn for missing pselect6 by Riku Voipio · 15 years ago
  71. 9002ec7 tcg: Initialize the prologue after GUEST_BASE is fixed. by Richard Henderson · 15 years ago
  72. a5b3b13 alpha-linux-user: Fix sigprocmask. by Richard Henderson · 15 years ago
  73. f43ce12 alpha-linux-user: Fix sigsuspend parameters. by Richard Henderson · 15 years ago
  74. 9231733 alpha-linux-user: Fix getxpid. by Richard Henderson · 15 years ago
  75. fb41a66 alpha-linux-user: Fix pipe return mechanism. by Richard Henderson · 15 years ago
  76. 57f18a9 alpha-linux-user: Add correct sigaction constants. by Richard Henderson · 15 years ago
  77. 1b6bd8c alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS. by Richard Henderson · 15 years ago
  78. 7dd46c0 alpha-linux-user: Fix brk error return. by Richard Henderson · 15 years ago
  79. e476492 linux-user: fix 32-bit host breakage by Aurelien Jarno · 15 years ago
  80. 0d5d469 microblaze: Update elf machine nums. by Edgar E. Iglesias · 15 years ago
  81. e4cbd44 microblaze: Add linux-user core dumping support. by Edgar E. Iglesias · 15 years ago
  82. 81bbe90 linux-user: rlimit conversion between host and target. by takasi-y@ops.dti.ne.jp · 15 years ago
  83. 5a834bb sparc: Fix lazy flag calculation on interrupts, refactor by Blue Swirl · 15 years ago
  84. c581ded Better default guest_base by Paul Brook · 15 years ago
  85. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  86. 6910b8f target-alpha: Fix load-locked/store-conditional. by Richard Henderson · 15 years ago
  87. a4b388f target-alpha: Enable NPTL. by Richard Henderson · 15 years ago
  88. ac316ca target-alpha: Implement rs/rc properly. by Richard Henderson · 15 years ago
  89. ed18c5c linux-user: Fix sparc32plus stat64 syscalls. by Richard Henderson · 15 years ago
  90. 2cc2026 linux-user: Fix Sparc64 syscall returns. by Richard Henderson · 15 years ago
  91. 6495a04 linux-user: Remove ELFLOAD32. by Richard Henderson · 15 years ago
  92. e00ac24 linux-user: do_shmdt(): Fix page_set_flags's 2nd arg. by takasi-y@ops.dti.ne.jp · 15 years ago
  93. f717793 linux-user: switch default ppc64 CPU to 970fx from 970 by Aurelien Jarno · 15 years ago
  94. a1606b0 Fix compilation with missing inotify_init1 by Stefan Weil · 15 years ago
  95. 60e9924 linux-user/ia64: workaround ia64 strangenesses by Aurelien Jarno · 15 years ago
  96. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  97. 7983f43 linux-user/ppc: use the Linux register layout by Rob Landley · 15 years ago
  98. 703e0e8 linux-user: Use RLIMIT_STACK for default stack size. by Richard Henderson · 15 years ago
  99. 7270547 linux-user: Add the syscall id for pselect6 on ARM by Michael Casadevall · 15 years ago
  100. c05c7a7 linux-user: add inotify_init1 syscall support by Riku Voipio · 15 years ago