1. 8f92409 Use an soname of libc.so* for libc redirects so that we catch a wider by tom · 19 years ago
  2. c1bcf10 We can print native word sized values sensibly now... by tom · 19 years ago
  3. 16ff11a C90 fixes. by sewardj · 19 years ago
  4. f7d2609 Tiny comment/code layout tweaks; no functional change. by njn · 19 years ago
  5. a3a29a5 Get rid of bbSeenBefore and associated logic: it appears to be irrelevant. by sewardj · 19 years ago
  6. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  7. e9814c3 Correct variable name. by tom · 19 years ago
  8. 1e94668 Only add -Wdeclaration-after-statement if the compiler supports it. by tom · 19 years ago
  9. 3786772 Notify the tool via tool_discard_basic_block_info() about translations by sewardj · 19 years ago
  10. d456196 Fix x86 specific declaration-before-statement warnings. by tom · 19 years ago
  11. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  12. d1dce84 Add -Wdeclaration-after-statement to the compiler flags so we can by tom · 19 years ago
  13. 20edebf rm trigram stuff. by sewardj · 19 years ago
  14. 5155dec by sewardj · 19 years ago
  15. 0b6941e ppc32 only: give debug info names for a couple of fns to make by sewardj · 19 years ago
  16. aa34929 Make sync checking work on recent x86 kernels (eg SuSE 10) which mark by sewardj · 19 years ago
  17. e73a243 update by njn · 19 years ago
  18. 0103de5 Convert some native types to our types. by njn · 19 years ago
  19. b619ca7 Update cache simulator for 64 bit addresses. This probably won't have by njn · 19 years ago
  20. 15a6563 clarify self-hosting instructions by njn · 19 years ago
  21. 585b8b3 Document self-hosting. by njn · 19 years ago
  22. 21d223c update by njn · 19 years ago
  23. d84f467 ppc32-linux: reinstate sys_fsync, sys_sched_setscheduler by sewardj · 19 years ago
  24. 21ccba8 Make --log-socket= work on ppc32. by sewardj · 19 years ago
  25. 249ebd7 ppc32-linux: handle sys_madvise. by sewardj · 19 years ago
  26. 48db0f0 Enable sys_ftruncate64 on ppc32. by sewardj · 19 years ago
  27. a9e62a9 ppc32 only: improve handling of CmpORD32S, so as to avoid false by sewardj · 19 years ago
  28. 5f3a998 Disable ppc32 altivec pro tem (just temporarily). by sewardj · 19 years ago
  29. 992dff9 Fix the handling of CmpORD32{S,U} which was completely bogus and by sewardj · 19 years ago
  30. aaddbc2 Fix a memcheck anomaly observed by Nick: lazy propagation of by sewardj · 19 years ago
  31. 8162371 Add a comment about Memcheck not doing anything for mprotect. by njn · 19 years ago
  32. fe37f19 Fix expected output. by njn · 19 years ago
  33. 89c7965 Clarify FAQ and Java and JITs. by njn · 19 years ago
  34. dde37b4 Added an FAQ about Java. by njn · 19 years ago
  35. 8e5963d When looking for a heap segment to extend look for the heap limit by tom · 19 years ago
  36. a994db9 Document memalign fix. by tom · 19 years ago
  37. 8af1a17 Stop memalign crashing if it fails to allocate the memory. Bug 112538. by tom · 19 years ago
  38. 75d7ad9 The amd64 BOUND bug turned out to be bogus. by tom · 19 years ago
  39. cbadeb3 Document realloc fix. by tom · 19 years ago
  40. 0cd42f0 Fix realloc wrappers to handle the out of memory case properly - if by tom · 19 years ago
  41. 0fd92f4 by njn · 19 years ago
  42. ce5a566 by sewardj · 19 years ago
  43. 616cf59 by sewardj · 19 years ago
  44. fad54d7 Update. by sewardj · 19 years ago
  45. d76896f Update. by sewardj · 19 years ago
  46. 7528bd2 Test for jrcxz. by sewardj · 19 years ago
  47. 325a50d Update by sewardj · 19 years ago
  48. 01a4d87 Even more regtests by sewardj · 19 years ago
  49. 923fbff Fix for 112031 is actually in two parts. by tom · 19 years ago
  50. 645de78 Update README_MISSING_SYSCALL_OR_IOCTL to reflect reality - patch by tom · 19 years ago
  51. 3ed7230 Document fix for 112031. by tom · 19 years ago
  52. 98e68a4 If the launcher can't figure out what it's own name is, don't bail by sewardj · 19 years ago
  53. 0423690 Rewrite ML_(fd_allowed): by sewardj · 19 years ago
  54. b966e55 Add regtests for SSE2 pmaddwd. by sewardj · 19 years ago
  55. c6919f8 Update by sewardj · 19 years ago
  56. 4255206 Document fix for 113642. by tom · 19 years ago
  57. 50d01ab Make sure we have all the DWARF2 sections before trying to decode by tom · 19 years ago
  58. 4c69088 Document bug 113796. by tom · 19 years ago
  59. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  60. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  61. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  62. 19cd6b5 Reenable SSE2 psadbw test. by sewardj · 19 years ago
  63. 7b1bdd0 Update by sewardj · 19 years ago
  64. 7e92b09 Allow scripts less that a page in length to be executed. by tom · 19 years ago
  65. 343dbe4 Test misc sbb/adc insns. by sewardj · 19 years ago
  66. 050ac28 Test simulation of x86 'fxtract'. by sewardj · 19 years ago
  67. 4e4affd compile fix for an Ubuntu box I just tried by njn · 19 years ago
  68. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  69. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  70. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago
  71. a3153ba Update the depressingly long list of bugs. by sewardj · 19 years ago
  72. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  73. 6d85b04 Document mmap insanity in a comment. by tom · 19 years ago
  74. c5ebb63 Update ignore lists. by tom · 19 years ago
  75. 7e21df8 ML_(generic_PRE_sys_mmap): reject non-page-aligned offsets. by sewardj · 19 years ago
  76. a16ea0a When a sector is full, debug-print TC/TT loading for it, so as to give by sewardj · 19 years ago
  77. ca7a475 Placate gcc. by sewardj · 19 years ago
  78. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  79. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  80. 54cd560 whoops by njn · 19 years ago
  81. 03e3ee3 add missing file by njn · 19 years ago
  82. e226b38 Placate memcheck/tests/x86/scalar, which objected to the rewrite of by sewardj · 19 years ago
  83. 15d7c34 Commit Jeroen Witmond's xml-to-text translator, and use it for the FAQ. by njn · 19 years ago
  84. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  85. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  86. 8aa913d update by njn · 19 years ago
  87. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  88. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  89. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  90. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  91. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  92. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  93. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  94. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  95. 98eee48 Comment-only changes by sewardj · 19 years ago
  96. d502136 Add an explanatory message for when instruction decoding fails. by njn · 19 years ago
  97. db49fe6 Remove redundant function call. by njn · 19 years ago
  98. 9d5564d Fix up vg_preload_core.so vs. vgpreload_core.so confusion introduced by njn · 19 years ago
  99. 0e682c6 Fix subtle bug in ML_(generic_POST_sys_shmdt) caused by new aspacem. by sewardj · 19 years ago
  100. 9273eb9 %u -> %lu by sewardj · 19 years ago