1. 63e5e6e DARWIN sync: add some 'const' attributes. by njn · 15 years ago
  2. 9506f0d DARWIN sync: UInt -> Int. by njn · 15 years ago
  3. de706e3 DARWIN sync: put conditional compilation alternatives in the usual order. by njn · 15 years ago
  4. eeff47a DARWIN sync: comment change. by njn · 15 years ago
  5. 27cfc4c DARWIN sync: stabs wibble. by njn · 15 years ago
  6. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  7. e74fbdf DARWIN sync: malloc_usable_size return value should be SizeT. by njn · 15 years ago
  8. d2597c2 DARWIN sync: wibble. by njn · 15 years ago
  9. 7b1edbd DARWIN sync: pread64 and pwrite64 wrappers. by njn · 15 years ago
  10. 5ec1a17 DARWIN sync comment wibble. by njn · 15 years ago
  11. f9dcb3b Param names sync wibble. by njn · 15 years ago
  12. 5b6b8fa Tweak VG_(exit). by njn · 15 years ago
  13. 6002394 comment wibble by njn · 15 years ago
  14. 99778ee DARWIN sync comment. by njn · 15 years ago
  15. 9f0205a DARWIN sync: include m_ume/*.c in COMMON_SOURCES. by njn · 15 years ago
  16. 569dbc3 DARWIN sync: use AM_CFLAGS_PIC in more places. by njn · 15 years ago
  17. bdf957c DARWIN sync wibble. by njn · 15 years ago
  18. 13deb46 DARWIN sync wibble. by njn · 15 years ago
  19. 63ae69a Sync m_initimg with the DARWIN branch. by njn · 15 years ago
  20. 265aae7 Add comment to sync with DARWIN branch. by njn · 15 years ago
  21. 481342c Remove a dead declaration. by njn · 15 years ago
  22. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  23. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  24. dd37258 Merge r9828 (fix aspacem layering violation) from the DARWIN branch. by njn · 15 years ago
  25. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  26. 3a4b58f Fix up some stack trace inconsistencies: by njn · 15 years ago
  27. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  28. 1ee02e3 Add some comments about signals, from Julian. by njn · 15 years ago
  29. 23105e6 Merge r9754 (#includes tweak) from the DARWIN branch. Also remove a by njn · 15 years ago
  30. dad944a Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWIN by njn · 15 years ago
  31. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  32. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  33. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  34. 9698605 Split up sync_sighandler into three functions, and refactor the code within by njn · 15 years ago
  35. c387496 Don't use obviously Linux-specific things unless on Linux. (Nb: This change by njn · 15 years ago
  36. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  37. d6f6a42 Convert more VG_(message) calls to VG_*MSG. by njn · 15 years ago
  38. 26e4544 by njn · 15 years ago
  39. 52040a4 Be safer in sanitize_si_code. by njn · 15 years ago
  40. 81f52d1 Make --trace-signals=yes output better. by njn · 15 years ago
  41. 3b6b2aa Factor out some repeated code. by njn · 15 years ago
  42. 5a350be Merge parts of r9397 from the DARWIN branch, mostly layout cleanups, a by njn · 15 years ago
  43. 26db80b Merged r9678 (removed a compile warning) from the DARWIN branch. by njn · 15 years ago
  44. 27a0024 Add some extra symbol comparisons, based on those from the DARWIN branch. by njn · 15 years ago
  45. 059539d Merge r9661 (remove m_signals.c magic numbers) from the DARWIN branch. by njn · 15 years ago
  46. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 15 years ago
  47. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  48. bcaa2c8 Comment-only change: add comments pertaining to revs 9329 and 9469, by sewardj · 15 years ago
  49. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  50. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 15 years ago
  51. fa1e787 Put LINUX_SOURCES in alphabetical order. by njn · 15 years ago
  52. c8259b8 by sewardj · 15 years ago
  53. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 15 years ago
  54. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 15 years ago
  55. 36b6517 Merge r9529 (better memalign abort message) from the DARWIN branch. by njn · 15 years ago
  56. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  57. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 16 years ago
  58. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 16 years ago
  59. 00556da whitespace-only change by njn · 16 years ago
  60. 79c4ae8 Fix some incorrect end comments. by njn · 16 years ago
  61. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 16 years ago
  62. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  63. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 16 years ago
  64. 9f20746 Updated copyright years. by njn · 16 years ago
  65. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 16 years ago
  66. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 16 years ago
  67. b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 16 years ago
  68. 08ce7b3 Remove dead code relating to interface versions. by njn · 16 years ago
  69. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 16 years ago
  70. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 16 years ago
  71. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
  72. 889a5d6 Declared those function arguments that are not modified as const. by bart · 16 years ago
  73. 4d3f7a4 Use dashes rather than underscores in library names (njn). by sewardj · 16 years ago
  74. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 16 years ago
  75. ded294b Make fcntl and fcntl64 wrappers more consistent. by njn · 16 years ago
  76. f6ff365 VG_(OSetGen_ResetIterAt)() now also works for OSet's that do not have an by bart · 16 years ago
  77. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 16 years ago
  78. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  79. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 16 years ago
  80. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 16 years ago
  81. 6b7611b Cleaned up the demangling mess: by njn · 16 years ago
  82. 6bf365c Changed the way files are installed. Instead of going into by njn · 16 years ago
  83. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
  84. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
  85. 808e20e Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installation by njn · 16 years ago
  86. 3e65340 Make Makefile.install.am much less confusing. by njn · 16 years ago
  87. 4f350d1 Removed Makefile.core.am with some judicious refactoring. Also fix a stupid by njn · 16 years ago
  88. f6ded8c Removed Makefile.core.am with some judicious refactoring. by njn · 16 years ago
  89. c6d86a3 Move an assertion (pertaining to showing initial segments to the by sewardj · 16 years ago
  90. 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 16 years ago
  91. f8aecf4 VG_(findBoundsFM): add comment re preconditions by sewardj · 16 years ago
  92. 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
  93. 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 16 years ago
  94. 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
  95. 711e6ad Fix aix5 build breakage following r9021. by sewardj · 16 years ago
  96. 24c3a1f Don't try to build m_ume on aix5. by sewardj · 16 years ago
  97. d68d3cf VG_(apply_StackTrace): following r8818, we should regard an entry of -1 by sewardj · 16 years ago
  98. ec3f2ce ML_(evaluate_trivial_GX): handle the case by sewardj · 16 years ago
  99. 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
  100. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago