1. d435469 Fix return value printing for shmat (Lauro Ramos Venancio). by balrog · 16 years ago
  2. 6de645c Recvmsg must return the number of bytes received (Lauro Ramos Venancio). by balrog · 16 years ago
  3. d732dcb Fix iovec for the case with invalid elements (Lauro Ramos Venancio). by balrog · 16 years ago
  4. a2f86d8 Use the host exit syscall for exiting (Lauro Ramos Venancio). by balrog · 16 years ago
  5. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  6. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  7. 00b229a Add missing return statement (fixes compiler warning). by aurel32 · 16 years ago
  8. 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
  9. eeb438c linux-user: implement msg* syscalls by aurel32 · 16 years ago
  10. 1c54ff9 linux-user: fix and cleanup IPCOP_msg* ipc calls handling by aurel32 · 16 years ago
  11. 6556a83 linux-user: fix getdents* syscalls by aurel32 · 16 years ago
  12. 2054ac9 linux-user: Add readahead syscall by aurel32 · 16 years ago
  13. 235262c CRIS: linux-user signals dont need ERP compensation after break anymore. by edgar_igl · 16 years ago
  14. a9fc4a7 CRIS: linux-user ERP compensation not needed anymore. by edgar_igl · 16 years ago
  15. 60dd316 Make various generated structures static by blueswir1 · 16 years ago
  16. 249c4c3 Make target_sigaltstack_used static by blueswir1 · 16 years ago
  17. 440c7e8 Export x86_stack_size in qemu.h by blueswir1 · 16 years ago
  18. 9f106a7 Make ioctl table static by blueswir1 · 16 years ago
  19. b39bc50 Make bitmask tables static const by blueswir1 · 16 years ago
  20. 8e853dc Make struct_termios_def const by blueswir1 · 16 years ago
  21. 3e46b2e Fix warning about unused function by blueswir1 · 16 years ago
  22. 78f5bf1 Include qemu-common.h in order to get prototypes for qemu_malloc etc. by blueswir1 · 16 years ago
  23. c7cd6a3 Make CPULogItem tables const by blueswir1 · 16 years ago
  24. 39b5976 Add inotify syscall family by aurel32 · 16 years ago
  25. 04bb9ac Add mincore syscall by aurel32 · 16 years ago
  26. 408321b Add fadvise64 stubs by aurel32 · 16 years ago
  27. 98448f5 Silence some warnings about uninitialized variables by blueswir1 · 16 years ago
  28. e44a3e7 TARGET_MAP_xx macros: clean and alpha specific values by aurel32 · 16 years ago
  29. 436d124 Band-aid vfork() emulation (Kirill Shutemov). by balrog · 16 years ago
  30. 872ea0c Enable same-arch consistency check on x86-64, print syscall name on error. by balrog · 16 years ago
  31. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  32. a4ae00b Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov). by balrog · 16 years ago
  33. 8fbd6b5 Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov). by balrog · 16 years ago
  34. 8d5c28e Fix building with 2.6.27 kernel headers (Kirill Shutemov). by balrog · 16 years ago
  35. ac8a655 Implement the futimesat() syscall (by Kirill Shutemov). by balrog · 16 years ago
  36. 6a24a77 Implement fstatat64() syscall (by Kirill Shutemov). by balrog · 16 years ago
  37. a2155fc Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov). by balrog · 16 years ago
  38. cb3bc23 Fix getgroups() with zero size parameter (Kirill Shutemov). by balrog · 16 years ago
  39. ac509d8 Move offsetof to osdep.h, remove local defintions. by balrog · 16 years ago
  40. 0b6d3ae qemu sh4 nptl support by aurel32 · 16 years ago
  41. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  42. c690524 alpha: only print debug information to the log file by aurel32 · 16 years ago
  43. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  44. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
  45. ed23fbd Add correct stack bias if a 64 bit stack is used by blueswir1 · 17 years ago
  46. eda5295 Fix Sparc64 window handling problems detected by Vince Weaver by blueswir1 · 17 years ago
  47. 4583f58 To make syscall.c for 64 bit truly warning-free, we need some more #ifs. by blueswir1 · 17 years ago
  48. a6cc84f Kludge to support linux-user on a PPC64 by malc · 17 years ago
  49. d538e8f Fix tswap size by malc · 17 years ago
  50. 8fcd369 Fix some warnings that would be generated by gcc -Wmissing-prototypes by blueswir1 · 17 years ago
  51. eae473c Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues). by balrog · 17 years ago
  52. c4d1062 linux-user: Fix target_statfs[64] on 64-bit hosts by balrog · 17 years ago
  53. 526ccb7 Fix a bunch of type mismatch-related warnings (Jan Kiszka). by balrog · 17 years ago
  54. b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
  55. 2daf028 Fix Sparc32plus & Sparc64 debug output by blueswir1 · 17 years ago
  56. af325d3 Fix typo, by Laurent Desnogues. by ths · 17 years ago
  57. c3a9283 Use qemu_mallocz to allocate new thread state. Remove redundant memset. by pbrook · 17 years ago
  58. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 17 years ago
  59. 82e671d Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not by pbrook · 17 years ago
  60. d865bab Implement thread creation. by pbrook · 17 years ago
  61. d597536 Multithreaded locking fixes. by pbrook · 17 years ago
  62. 1a14026 Allow NWINDOWS selection (CPU feature with model specific defaults) by blueswir1 · 17 years ago
  63. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  64. c8a706f Multithreaded locking for mmap(). by pbrook · 17 years ago
  65. 30813ce Fix location of futex.h. by pbrook · 17 years ago
  66. 0776590 Mark host brk() area as reserved. by pbrook · 17 years ago
  67. 624f797 Make signal queues per thread. by pbrook · 17 years ago
  68. afd7cd9 Fix usermode build. by pbrook · 17 years ago
  69. c4d9180 Copy siginfo.si_code. by pbrook · 17 years ago
  70. f5545b5 Translate whole of target_sigset. Use host sigset accessors. by pbrook · 17 years ago
  71. e1e3f30 Fix structure type in sigtimedwait syscall. by pbrook · 17 years ago
  72. da94d26 Handle NULL argp/envp in execve syscall. by pbrook · 17 years ago
  73. f0cbb61 Implement waitid syscall. by pbrook · 17 years ago
  74. 4cb0596 Perform target->host signal mapping for *kill syscalls. by pbrook · 17 years ago
  75. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  76. bd0c566 NPTL host detection and futex syscall passthrough. by pbrook · 17 years ago
  77. 74c11e5 Strace fallback for unknown syscalls. by pbrook · 17 years ago
  78. 63d7651 Implement clock_nanosleep. by pbrook · 17 years ago
  79. fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
  80. 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
  81. e00c1e7 CRIS: Use $eda to instead of debug1 (removed) for fault addr. by edgar_igl · 17 years ago
  82. d7e4036 Fix build failure with old kernel headers (loop.h is incompatible with by pbrook · 17 years ago
  83. ec95da6 2.6 kernels make int 5 a trap gate by bellard · 17 years ago
  84. b255bfa added missing return (Mike Frysinger) by bellard · 17 years ago
  85. a8c3320 Update ARM non-rt sigframe layout. by pbrook · 17 years ago
  86. a745ec6 Update ARM rt_frame layout. by pbrook · 17 years ago
  87. b800591 Add loop device ioctls (Gary Thomas). by balrog · 17 years ago
  88. 7ab240a Teach mmap to not overwrite reserved pages and fix brk return value (Richard Purdie). by balrog · 17 years ago
  89. 171cd1c Cope with arch-specific page protection flags in mmap (Richard Purdie). by balrog · 17 years ago
  90. 4e14008 Revert the previous patch by blueswir1 · 17 years ago
  91. 4595fca Move 128-bit float emulation under linux-user including the forgotten file by blueswir1 · 17 years ago
  92. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  93. 3ebdd11 Move target-arm/nwfpe into linux-user/arm/nwfpe by aurel32 · 17 years ago
  94. 6d9a42b Implement ARM floating point exception emulation by aurel32 · 17 years ago
  95. 9a393c6 Remove unwanted executable properties by blueswir1 · 17 years ago
  96. f2c7ba1 add pread64 and pwrite64 system calls by aurel32 · 17 years ago
  97. ce3f0e2 Fix flock64 structure on a few target (noticed by Gary Thomas) by aurel32 · 17 years ago
  98. a07c67d Implement AT_CLKTCK. by pbrook · 17 years ago
  99. 44de1b3 Revert accidental commit. by pbrook · 17 years ago
  100. fd5f393 Remove fixed length commandline buffers. by pbrook · 17 years ago