1. ac35f10 Add a comment documenting the reason for subtracting one from the IP value by tom · 19 years ago
  2. 0290a05 Placate compiler warning. by sewardj · 19 years ago
  3. 06beb38 Backout additional space until we decide whether we want it. by tom · 19 years ago
  4. bbe14b1 Fix up references to log files names containing "pid" in them and by tom · 19 years ago
  5. 121d1d0 When unwinding the stack on x86/amd64 subtract one from the value of by tom · 19 years ago
  6. a0fef1b Track API change in vex r1429. by sewardj · 19 years ago
  7. 09f6173 Don't try to honour the ELF interpreter's load address if it is zero. by sewardj · 19 years ago
  8. 1399c74 Fix format string in signal mask printing. by tom · 19 years ago
  9. f7781e9 Display signal masks correctly when --trace-signals=yes is used by tom · 19 years ago
  10. c28e3dd The sloppyRXcheck logic in the sync checker was not correct - it was by tom · 19 years ago
  11. 0d15944 Don't give the heap execute permission - the linux kernel doesn't by tom · 19 years ago
  12. 069e641 Make the request for space for the interpreter into a hint so that we by tom · 19 years ago
  13. aedc7c3 Whitespace only change (test commit to see if auto-mail-on-commit is by sewardj · 19 years ago
  14. 152cb59 Build fixes following recent coredump hackery. by sewardj · 19 years ago
  15. cf4ac71 Fix a couple of gcc warnings following recent coredumping changes (r4970). by sewardj · 19 years ago
  16. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  17. 2e9f3f3 The version string from --version was being printed to stderr. This by njn · 19 years ago
  18. 40b9ce7 Enable Altivec by default if it is available. by sewardj · 19 years ago
  19. 24596d8 Pass args to match format string. by sewardj · 19 years ago
  20. 88b7add Handle SHT_NOBITS sections when checking for section overruns. This by sewardj · 19 years ago
  21. 8bf1c33 Don't assert if the DWARF line info reader is given so little data that by tom · 19 years ago
  22. 70a5cb0 Add support for the mbind system call on x86 and amd64. Fixes bug #114756. by tom · 19 years ago
  23. 1d1a226 Increase the threshold above which new errors are not shown from 300 by sewardj · 19 years ago
  24. 74b4cca Remove all remaining references to pointercheck. It's sad to see it by sewardj · 19 years ago
  25. 19617ae The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to by sewardj · 19 years ago
  26. 5bbef3a rm the skiplist module, as it has been superseded by the AVL-tree by sewardj · 19 years ago
  27. 20b4a15 Make the usage message a little neater and more self-consistent. by njn · 19 years ago
  28. ce29f37 Halve the size of the fast tt lookup cache. This improves ppc32 by sewardj · 19 years ago
  29. 34f042e Use standard syntax for the rlwinm. by sewardj · 19 years ago
  30. 65e1939 Snap up some easy pickings pointed out by cachegrinding nulgrind on ppc32. by sewardj · 19 years ago
  31. fe0ffd4 Reenable a couple more syscalls needed for self-hosting on ppc32, by sewardj · 19 years ago
  32. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  33. 6c1bbbb Add extra auxiliary data structures which make it possible to quickly by sewardj · 19 years ago
  34. cd0309b Add a new arena (VG_AR_TTAUX) for holding auxiliary TT/TC structures by sewardj · 19 years ago
  35. a1c4bfb Fix socket stuff on ppc32, so that --log-socket actually works. by sewardj · 19 years ago
  36. 29acef0 Removed remaining traces of address space padding technology as it by tom · 19 years ago
  37. 7cf6658 Clarify the disInstr message. by njn · 19 years ago
  38. 8a96ec5 OSet-ify m_redir.c. by njn · 19 years ago
  39. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  40. 681b881 Unfortunately gcc4 doesn't like recently added prototypes. Comment by sewardj · 19 years ago
  41. 4f3ef1f Add comments re loss of pointercheck. by sewardj · 19 years ago
  42. a07dce4 Add a large comment giving an overview of what it does and how it works. by sewardj · 19 years ago
  43. d2b70dc Comment-only change: add comments re self-checking translations and by sewardj · 19 years ago
  44. 6e81ea1 Choose a less-similar variable name when avoiding -Wshadow warnings. by njn · 19 years ago
  45. b18cf2b Avoid two compiler warnings. by njn · 19 years ago
  46. 03d8aa8 Get rid of various compilation warnings. by sewardj · 19 years ago
  47. 39af548 Rename a local variable so as to make -Wshadow shut up. by sewardj · 19 years ago
  48. 7375061 by njn · 19 years ago
  49. 8f92409 Use an soname of libc.so* for libc redirects so that we catch a wider by tom · 19 years ago
  50. 16ff11a C90 fixes. by sewardj · 19 years ago
  51. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  52. 3786772 Notify the tool via tool_discard_basic_block_info() about translations by sewardj · 19 years ago
  53. d456196 Fix x86 specific declaration-before-statement warnings. by tom · 19 years ago
  54. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  55. 5155dec by sewardj · 19 years ago
  56. 0b6941e ppc32 only: give debug info names for a couple of fns to make by sewardj · 19 years ago
  57. aa34929 Make sync checking work on recent x86 kernels (eg SuSE 10) which mark by sewardj · 19 years ago
  58. d84f467 ppc32-linux: reinstate sys_fsync, sys_sched_setscheduler by sewardj · 19 years ago
  59. 21ccba8 Make --log-socket= work on ppc32. by sewardj · 19 years ago
  60. 249ebd7 ppc32-linux: handle sys_madvise. by sewardj · 19 years ago
  61. 48db0f0 Enable sys_ftruncate64 on ppc32. by sewardj · 19 years ago
  62. 5f3a998 Disable ppc32 altivec pro tem (just temporarily). by sewardj · 19 years ago
  63. 8e5963d When looking for a heap segment to extend look for the heap limit by tom · 19 years ago
  64. 8af1a17 Stop memalign crashing if it fails to allocate the memory. Bug 112538. by tom · 19 years ago
  65. 0fd92f4 by njn · 19 years ago
  66. ce5a566 by sewardj · 19 years ago
  67. 616cf59 by sewardj · 19 years ago
  68. 98e68a4 If the launcher can't figure out what it's own name is, don't bail by sewardj · 19 years ago
  69. 0423690 Rewrite ML_(fd_allowed): by sewardj · 19 years ago
  70. 50d01ab Make sure we have all the DWARF2 sections before trying to decode by tom · 19 years ago
  71. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  72. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  73. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  74. 7e92b09 Allow scripts less that a page in length to be executed. by tom · 19 years ago
  75. 4e4affd compile fix for an Ubuntu box I just tried by njn · 19 years ago
  76. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  77. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  78. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago
  79. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  80. 6d85b04 Document mmap insanity in a comment. by tom · 19 years ago
  81. 7e21df8 ML_(generic_PRE_sys_mmap): reject non-page-aligned offsets. by sewardj · 19 years ago
  82. a16ea0a When a sector is full, debug-print TC/TT loading for it, so as to give by sewardj · 19 years ago
  83. ca7a475 Placate gcc. by sewardj · 19 years ago
  84. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  85. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  86. 03e3ee3 add missing file by njn · 19 years ago
  87. e226b38 Placate memcheck/tests/x86/scalar, which objected to the rewrite of by sewardj · 19 years ago
  88. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  89. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  90. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  91. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  92. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  93. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  94. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  95. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  96. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  97. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  98. 98eee48 Comment-only changes by sewardj · 19 years ago
  99. d502136 Add an explanatory message for when instruction decoding fails. by njn · 19 years ago
  100. db49fe6 Remove redundant function call. by njn · 19 years ago