1. 909b69c Only define __llseek if it is going to be used by Paul Brook · 16 years ago
  2. 425be42 Avoid implicit truncation compiler warnings by Paul Brook · 16 years ago
  3. df84e4f support ELF_HWCAP for PPPC by Nathan Froyd · 16 years ago
  4. bcd4933 linux-user: ppc signal handling by Nathan Froyd · 16 years ago
  5. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  6. 65a650c Fix compiler warnings in nwfpe code. by Paul Brook · 16 years ago
  7. 0b1bcb0 MIPS signal handling fixes. by pbrook · 16 years ago
  8. e447423 MIPS: Raise SIGSEGV, not SIGILL when an access faults. by pbrook · 16 years ago
  9. 3f53d54 Fix target_siginfo ordering for MIPS. by pbrook · 16 years ago
  10. 465c9f0 linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg) by aurel32 · 16 years ago
  11. e528908 linux-user: fix IPCOP_sem* and implement sem* by aurel32 · 16 years ago
  12. 8690e42 linux-user: fix inotify syscalls by aurel32 · 16 years ago
  13. 1d9d8b5 Translate signal values in exit status. by pbrook · 16 years ago
  14. aaf4ad3 linux-user: fix getcwd syscall by aurel32 · 16 years ago
  15. fda3374 linux-user: fix warnings introduced by r7118 by aurel32 · 16 years ago
  16. 603e4fd linux-user: proper exit code for uncaught signals by aurel32 · 16 years ago
  17. 3b3f24a linux-user: prefer glibc over direct syscalls by aurel32 · 16 years ago
  18. be09ac4 linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls by aurel32 · 16 years ago
  19. 607175e linux-user: unix sockets - fix running dbus by aurel32 · 16 years ago
  20. 7d8cec9 linux-user: add support for passing contents of argv0 by aurel32 · 16 years ago
  21. 24e1003 linux-user: Added posix message queue syscalls except mq_notify by aurel32 · 16 years ago
  22. 088ab16 Enable generic accepts-anything cpu by default for usermode emulation. by pbrook · 16 years ago
  23. 9d33b76 linux-user: fix fstatat64()/newfstatat() syscall implementation by aurel32 · 16 years ago
  24. dbfe4c3 linux-user: fix problems with inotify syscalls by aurel32 · 16 years ago
  25. 4a19f1e Add --with-pkgversion. by pbrook · 16 years ago
  26. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  27. 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
  28. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  29. 2d18e63 Flush stdout after printing usage() by blueswir1 · 16 years ago
  30. 491150d Fix crash caused by missing command line arguments by aurel32 · 16 years ago
  31. 54c5a2a Partialy fix mmap at EOF for large pagesize targets in user-mode. by edgar_igl · 16 years ago
  32. bedf26e linux-user: Remove incorrect break; by aurel32 · 16 years ago
  33. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  34. dc7eea6 linux-user: fix signal.c warning by aurel32 · 16 years ago
  35. d088d66 linux-user: identify running binary in /proc/self/exe by aurel32 · 16 years ago
  36. 04a6dfe linux-user: Add generic env variable handling by aurel32 · 16 years ago
  37. e1ce5e4 target-ppc: Fix struct target_stat64 for 32-bit host by aurel32 · 16 years ago
  38. 91bd8ce target-sh4: Fix struct target_stat64 for 64-bit host by aurel32 · 16 years ago
  39. 38d840e linuw-user fix: read() and acct() on NULL arguments by aurel32 · 16 years ago
  40. a516e72 linux-user: don't crash with null name by aurel32 · 16 years ago
  41. 8f7aeaf linux-user: return EINVAL on incorrect sockaddr by aurel32 · 16 years ago
  42. 8fea360 linux-user: fix accept(2) with NULL peer by aurel32 · 16 years ago
  43. baa8c60 Fix qemu_malloc. by malc · 16 years ago
  44. 1a6f0db linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman) by aliguori · 16 years ago
  45. 2e77eac Fix user emulator breakage, based on patch by Riku Voipio by blueswir1 · 16 years ago
  46. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  47. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  48. 72d239e Get rid of user_mode_only by aurel32 · 16 years ago
  49. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  50. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  51. 2877288 CRIS: Add a bunch of syscall numbers. by edgar_igl · 16 years ago
  52. b15ad61 CRIS: Clone flags are reversed on CRIS. by edgar_igl · 16 years ago
  53. ef96779 CRIS: Implement set_thread_area for CRIS. by edgar_igl · 16 years ago
  54. 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
  55. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  56. eaa449b Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in user emulation by aurel32 · 16 years ago
  57. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  58. ca587a8 User-mode GDB stub improvements - handle signals by aurel32 · 16 years ago
  59. 2b1319c User-mode GDB stub improvements - handle fork by aurel32 · 16 years ago
  60. 3af72a4 Fix mremap, based on patch by Kirill A. Shutemov by blueswir1 · 16 years ago
  61. 3f911a5 Fix warning about unused shm_regions by blueswir1 · 16 years ago
  62. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  63. 5caf7bb Fix compiling without MREMAP_FIXED by blueswir1 · 16 years ago
  64. 902b3d5 Introduce and use cache-utils.[ch] by malc · 16 years ago
  65. f19412a linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly by aurel32 · 16 years ago
  66. 45bc1f5 linux-user: mmap: add check if requested memory area fits target address space by aurel32 · 16 years ago
  67. 1609cd4 linux-user: Move abi_* typedefs into qemu-types.h by aurel32 · 16 years ago
  68. 60b1969 linux-user: Add support for STOP/CONT signals. by ths · 16 years ago
  69. 2a913eb linux-user: sig is target signal. by ths · 16 years ago
  70. 01df040 x86: Debug register emulation (Jan Kiszka) by aliguori · 16 years ago
  71. 64b4d28 target-alpha: implement getxuid and getxgid syscalls by aurel32 · 16 years ago
  72. 71f7575 ppc-linux-user: handle EXCP_DEBUG by aurel32 · 16 years ago
  73. dccfec6 target-alpha: fix termbits and target IOC macros by aurel32 · 16 years ago
  74. 1f96112 target-alpha: add proper fcntl definitions by aurel32 · 16 years ago
  75. e441570 use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov). by balrog · 16 years ago
  76. 6d946cd User qemu profiling by aurel32 · 16 years ago
  77. d435469 Fix return value printing for shmat (Lauro Ramos Venancio). by balrog · 16 years ago
  78. 6de645c Recvmsg must return the number of bytes received (Lauro Ramos Venancio). by balrog · 16 years ago
  79. d732dcb Fix iovec for the case with invalid elements (Lauro Ramos Venancio). by balrog · 16 years ago
  80. a2f86d8 Use the host exit syscall for exiting (Lauro Ramos Venancio). by balrog · 16 years ago
  81. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  82. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  83. 00b229a Add missing return statement (fixes compiler warning). by aurel32 · 16 years ago
  84. 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
  85. eeb438c linux-user: implement msg* syscalls by aurel32 · 16 years ago
  86. 1c54ff9 linux-user: fix and cleanup IPCOP_msg* ipc calls handling by aurel32 · 16 years ago
  87. 6556a83 linux-user: fix getdents* syscalls by aurel32 · 16 years ago
  88. 2054ac9 linux-user: Add readahead syscall by aurel32 · 16 years ago
  89. 235262c CRIS: linux-user signals dont need ERP compensation after break anymore. by edgar_igl · 16 years ago
  90. a9fc4a7 CRIS: linux-user ERP compensation not needed anymore. by edgar_igl · 16 years ago
  91. 60dd316 Make various generated structures static by blueswir1 · 16 years ago
  92. 249c4c3 Make target_sigaltstack_used static by blueswir1 · 16 years ago
  93. 440c7e8 Export x86_stack_size in qemu.h by blueswir1 · 16 years ago
  94. 9f106a7 Make ioctl table static by blueswir1 · 16 years ago
  95. b39bc50 Make bitmask tables static const by blueswir1 · 16 years ago
  96. 8e853dc Make struct_termios_def const by blueswir1 · 16 years ago
  97. 3e46b2e Fix warning about unused function by blueswir1 · 16 years ago
  98. 78f5bf1 Include qemu-common.h in order to get prototypes for qemu_malloc etc. by blueswir1 · 16 years ago
  99. c7cd6a3 Make CPULogItem tables const by blueswir1 · 16 years ago
  100. 39b5976 Add inotify syscall family by aurel32 · 16 years ago