1. fbd5de9 F_DUPFD_CLOEXEC is not universally available by malc · 16 years ago
  2. 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 16 years ago
  3. fe3b415 linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit targets by Kirill A. Shutemov · 16 years ago
  4. 1272791 linux-user: zero fstat buffer to initialize nsec fields by Ulrich Hecht · 16 years ago
  5. e72d2cc linux-user: fadvise64 implementation by Ulrich Hecht · 16 years ago
  6. d83c873 linux-user: enable getdents for > 32-bit systems by Ulrich Hecht · 16 years ago
  7. 7e22e54 linux-user: fcntl fixes for LTP by Ulrich Hecht · 16 years ago
  8. 8ec9cf8 linux-user: fix mq_* compilation problems by Nathan Froyd · 16 years ago
  9. c761c15 m68k, linux-user: enable sigaltstack() by Laurent Vivier · 16 years ago
  10. 7181155 m68k, linux-user: add setup_rt_frame by Laurent Vivier · 16 years ago
  11. 492a874 m68k,linux-user: add setup_frame by Laurent Vivier · 16 years ago
  12. c2882b9 linux-user: add eventfd support by Riku Voipio · 16 years ago
  13. 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 16 years ago
  14. 6af5a25 linux-user: compile envlist.c only once by Blue Swirl · 16 years ago
  15. 3702208 user: compile path.c only once by Blue Swirl · 16 years ago
  16. ec82200 Fix symfind. by Laurent Desnogues · 16 years ago
  17. 8194f35 Sparc64: replace tsptr with helper routine by Igor Kovalenko · 16 years ago
  18. a16aae0 linux-user: make FUTEX_* calls honor timeout parameter by Nathan Froyd · 16 years ago
  19. 56f066b linux-user: handle POWERPC_EXCP_STCX by Nathan Froyd · 16 years ago
  20. 7cba04f More NULL pointer fixes by Blue Swirl · 16 years ago
  21. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  22. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  23. 9788c9c rename HAVE_GPROF to TARGET_GPROF by Juan Quintela · 16 years ago
  24. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  25. 9fdca5a Use correct byteswap routine for elf_note by malc · 16 years ago
  26. 3efa9a6 Avoid name clashes with symbols that leak from system headers by malc · 16 years ago
  27. a2547a1 ELF codedump build failures by Laurent Desnogues · 16 years ago
  28. 379f669 Userspace guest address offsetting by Paul Brook · 16 years ago
  29. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  30. 430c7ec Avoid SIGSEGV when dumping cpu state without enabled logging by malc · 16 years ago
  31. 5f65049 consolidate user cpu_{in, out}[bwl] into ioport-user.c by Isaku Yamahata · 16 years ago
  32. 2152390 Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging by Anthony Liguori · 16 years ago
  33. 94c5495 MIPS signal handling fix by Paul Brook · 16 years ago
  34. 590bc60 MIPS atomic instructions by Paul Brook · 16 years ago
  35. 1811396 Fix MIPS sys_clone by Paul Brook · 16 years ago
  36. 666bcd9 getrlimit conversion mix-up by Ulrich Hecht · 16 years ago
  37. 719f908 wrap path for access syscall by Ulrich Hecht · 16 years ago
  38. 9881818 64-bit clean socketcall syscall by Ulrich Hecht · 16 years ago
  39. 784ccfd pipe argument should not be signed by Ulrich Hecht · 16 years ago
  40. 7b8118e linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized in this function by vibi sreenivasan · 16 years ago
  41. 917507b linux-user: check some parameters for some socket syscalls. by Arnaud Patard · 16 years ago
  42. fd4d81d linux-user: increment MAX_ARG_PAGES by Arnaud Patard · 16 years ago
  43. d43277c Fix missing strnlen problems by Blue Swirl · 16 years ago
  44. 21ebeb2 microblaze: Support the latest mmu-kernel stat64 ABI. by Edgar E. Iglesias · 16 years ago
  45. 03dfe9f linux-user: strace now handles guest stringscorrectly [v2] by Riku Voipio · 16 years ago
  46. 3f9ac9b linux-user: remove duplicate tswap32() from do_getsockopt() by Laurent Vivier · 16 years ago
  47. d5b3a9b linux-user/syscall.c: define _ATFILE_SOURCE by Eduardo Habkost · 16 years ago
  48. df377d0 linux-user: initialize mmap_mutex properly by Nathan Froyd · 16 years ago
  49. 5f10681 RFC: fix fcntl support in linux-user - new try by Arnaud Patard (Rtp) · 16 years ago
  50. 3ce34df linux-user: add tee, splice and vmsplice by vibisreenivasan · 16 years ago
  51. 099d6b0 linux-user: implement pipe2 [v3] by Riku Voipio · 16 years ago
  52. 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
  53. c4d2302 add futex wake op by Riku Voipio · 16 years ago
  54. a29ccd6 linux-user: support private futexes by Martin Mohring · 16 years ago
  55. 350d177 linux-user: include linux/fs.h by Martin Mohring · 16 years ago
  56. 6e3cb58 linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags to setsockopt by Lionel Landwerlin · 16 years ago
  57. b975b83 linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt by Lionel Landwerlin · 16 years ago
  58. 6f932f9 Return EOPNOTSUPP instead of ENOSYS for *xattr* syscalls by Arnaud Patard · 16 years ago
  59. 4460712 Fix struct termios host - target translation by Arnaud Patard · 16 years ago
  60. ebc996f linux-user: fix utimensat by Riku Voipio · 16 years ago
  61. 74d753a linux-user: strace now handles guest strings correctly [v2] by Mika Westerberg · 16 years ago
  62. 9edc5d7 linux-user: added x86 and x86_64 support for ELF coredump by Mika Westerberg · 16 years ago
  63. edf8e2a linux-user: implemented ELF coredump support for ARM target by Mika Westerberg · 16 years ago
  64. 88a8c98 Implement shm* syscalls and fix 64/32bit errors by Riku Voipio · 16 years ago
  65. 9ad197d export mmap_find_vma for shmat by Riku Voipio · 16 years ago
  66. 1e9fa73 fix gdbstub support for multiple threads in usermode, v3 by Nathan Froyd · 16 years ago
  67. b779e29 microblaze: linux-user support. by Edgar E. Iglesias · 16 years ago
  68. 8dfbe4e microblaze: Add syscall, signal and termbits defs for linux-user. by Edgar E. Iglesias · 16 years ago
  69. 909b69c Only define __llseek if it is going to be used by Paul Brook · 16 years ago
  70. 425be42 Avoid implicit truncation compiler warnings by Paul Brook · 16 years ago
  71. df84e4f support ELF_HWCAP for PPPC by Nathan Froyd · 16 years ago
  72. bcd4933 linux-user: ppc signal handling by Nathan Froyd · 16 years ago
  73. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  74. 65a650c Fix compiler warnings in nwfpe code. by Paul Brook · 16 years ago
  75. 0b1bcb0 MIPS signal handling fixes. by pbrook · 16 years ago
  76. e447423 MIPS: Raise SIGSEGV, not SIGILL when an access faults. by pbrook · 16 years ago
  77. 3f53d54 Fix target_siginfo ordering for MIPS. by pbrook · 16 years ago
  78. 465c9f0 linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg) by aurel32 · 16 years ago
  79. e528908 linux-user: fix IPCOP_sem* and implement sem* by aurel32 · 16 years ago
  80. 8690e42 linux-user: fix inotify syscalls by aurel32 · 16 years ago
  81. 1d9d8b5 Translate signal values in exit status. by pbrook · 16 years ago
  82. aaf4ad3 linux-user: fix getcwd syscall by aurel32 · 16 years ago
  83. fda3374 linux-user: fix warnings introduced by r7118 by aurel32 · 16 years ago
  84. 603e4fd linux-user: proper exit code for uncaught signals by aurel32 · 16 years ago
  85. 3b3f24a linux-user: prefer glibc over direct syscalls by aurel32 · 16 years ago
  86. be09ac4 linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls by aurel32 · 16 years ago
  87. 607175e linux-user: unix sockets - fix running dbus by aurel32 · 16 years ago
  88. 7d8cec9 linux-user: add support for passing contents of argv0 by aurel32 · 16 years ago
  89. 24e1003 linux-user: Added posix message queue syscalls except mq_notify by aurel32 · 16 years ago
  90. 088ab16 Enable generic accepts-anything cpu by default for usermode emulation. by pbrook · 16 years ago
  91. 9d33b76 linux-user: fix fstatat64()/newfstatat() syscall implementation by aurel32 · 16 years ago
  92. dbfe4c3 linux-user: fix problems with inotify syscalls by aurel32 · 16 years ago
  93. 4a19f1e Add --with-pkgversion. by pbrook · 16 years ago
  94. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  95. 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
  96. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  97. 2d18e63 Flush stdout after printing usage() by blueswir1 · 16 years ago
  98. 491150d Fix crash caused by missing command line arguments by aurel32 · 16 years ago
  99. 54c5a2a Partialy fix mmap at EOF for large pagesize targets in user-mode. by edgar_igl · 16 years ago
  100. bedf26e linux-user: Remove incorrect break; by aurel32 · 16 years ago