1. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 15 years ago
  2. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 15 years ago
  3. 36b6517 Merge r9529 (better memalign abort message) from the DARWIN branch. by njn · 15 years ago
  4. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 15 years ago
  5. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  6. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 15 years ago
  7. 00556da whitespace-only change by njn · 15 years ago
  8. 79c4ae8 Fix some incorrect end comments. by njn · 15 years ago
  9. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 15 years ago
  10. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  11. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  12. 9f20746 Updated copyright years. by njn · 15 years ago
  13. 402c9ee Keep track of the svma and bias values for the debug data separately by tom · 15 years ago
  14. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 15 years ago
  15. b881b25 Get rid of the second argument ("PtrdiffT debug_offset") to by sewardj · 15 years ago
  16. 08ce7b3 Remove dead code relating to interface versions. by njn · 15 years ago
  17. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 15 years ago
  18. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  19. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
  20. 889a5d6 Declared those function arguments that are not modified as const. by bart · 16 years ago
  21. 4d3f7a4 Use dashes rather than underscores in library names (njn). by sewardj · 16 years ago
  22. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 16 years ago
  23. ded294b Make fcntl and fcntl64 wrappers more consistent. by njn · 16 years ago
  24. f6ff365 VG_(OSetGen_ResetIterAt)() now also works for OSet's that do not have an by bart · 16 years ago
  25. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 16 years ago
  26. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  27. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 16 years ago
  28. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 16 years ago
  29. 6b7611b Cleaned up the demangling mess: by njn · 16 years ago
  30. 6bf365c Changed the way files are installed. Instead of going into by njn · 16 years ago
  31. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
  32. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
  33. 808e20e Merged r9120 (Merge Makefile.{inplace,install}.am, and simplify installation by njn · 16 years ago
  34. 3e65340 Make Makefile.install.am much less confusing. by njn · 16 years ago
  35. 4f350d1 Removed Makefile.core.am with some judicious refactoring. Also fix a stupid by njn · 16 years ago
  36. f6ded8c Removed Makefile.core.am with some judicious refactoring. by njn · 16 years ago
  37. c6d86a3 Move an assertion (pertaining to showing initial segments to the by sewardj · 16 years ago
  38. 8a22285 Removed mandatory redirections for DRD since these made DRD impossible to use on openSUSE 10.3 ppc. by bart · 16 years ago
  39. f8aecf4 VG_(findBoundsFM): add comment re preconditions by sewardj · 16 years ago
  40. 3145230 Handle a couple of artefacts produced by icc11: DW_TAG_reference_type by sewardj · 16 years ago
  41. 13596ff Handle a couple of artefacts generated by gcc-4.4: DW_OP_reg{0..31} by sewardj · 16 years ago
  42. 6ece231 Accept 'enum' type DIEs that do not have any names; apparently Dwarf2 by sewardj · 16 years ago
  43. 711e6ad Fix aix5 build breakage following r9021. by sewardj · 16 years ago
  44. 24c3a1f Don't try to build m_ume on aix5. by sewardj · 16 years ago
  45. d68d3cf VG_(apply_StackTrace): following r8818, we should regard an entry of -1 by sewardj · 16 years ago
  46. ec3f2ce ML_(evaluate_trivial_GX): handle the case by sewardj · 16 years ago
  47. 055b0f8 Handle the case where a Compilation Unit (CU) (or, really, the CU and by sewardj · 16 years ago
  48. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  49. 5706ca9 Minor tidyings: by sewardj · 16 years ago
  50. 2085f4a Don't worry about an unmapped, zero sized, bss segment. Bug #181594. by tom · 16 years ago
  51. 2cbb6ee Accept zero size text segments. Bug #181594. by tom · 16 years ago
  52. 160d5a8 Handle the rodata and sbss sections and cope with variables that by tom · 16 years ago
  53. bfd892f Bias values should be PtrdiffT now. by tom · 16 years ago
  54. 3553c67 Removed unused round_Addr_upwards function. by tom · 16 years ago
  55. 588658b Don't assume that all global variables are in the data section - we by tom · 16 years ago
  56. 65e6d92 Improve detection of where ELF sections have been mapped by taking by tom · 16 years ago
  57. 8aa41de by sewardj · 16 years ago
  58. 747f8b0 This should have been part of r9004. by njn · 16 years ago
  59. 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
  60. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  61. a81465a The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns the by tom · 16 years ago
  62. 5816a39 The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it. by tom · 16 years ago
  63. 1581e74 Do not only intercept SIGILL during detection of the supported instruction set by bart · 16 years ago
  64. 6c67ef5 Add signalfd4 support. by tom · 16 years ago
  65. 10deba4 ML_(addDiCfSI)(): truncate DiCfSI's that fall partially but not by sewardj · 16 years ago
  66. 04eb109 Move description of --read-var-info= from the "debugging options" by sewardj · 16 years ago
  67. 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
  68. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
  69. a284eb7 Fix format string warning in PRE(sys_eventfd2). by sewardj · 16 years ago
  70. d7a02db by sewardj · 16 years ago
  71. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  72. 8a36076 Fix bug introduced by frame-level wildcarding changes for suppressions by sewardj · 16 years ago
  73. f35dbb8 by sewardj · 16 years ago
  74. 78b7ecf Add a new container data type, a Sparse Word Array: an array of UWord by sewardj · 16 years ago
  75. c0b2039 Followup to vx1875: use .guest_amd64_assume_fs_is_zero == True on amd64-linux. by sewardj · 16 years ago
  76. f093c8c Assert that the guest state size is a multiple of 16, not 8. by sewardj · 16 years ago
  77. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
  78. a656f3d ignore .valgrindrc files that are world writeable by dirk · 16 years ago
  79. 23d4469 Helgrind's event-map garbage collector hammers VG_(OSetGen_Next). by sewardj · 16 years ago
  80. c95c210 Expand filename for coredumps correctly. Fixes #174908. Also take by sewardj · 16 years ago
  81. f8722ca Don't let GDB_PATH be "" if no GDB is found at configure time, as this causes by sewardj · 16 years ago
  82. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  83. 0b5f9fc Add performance comments to VG_(sizeFM), and add new method by sewardj · 16 years ago
  84. 50a99de Fix debug printing of fd in mmap system calls. by sewardj · 16 years ago
  85. 5a5eec0 When trying to establish whether or not debuginfo should be read from by sewardj · 16 years ago
  86. 6d65277 Support sys_stime on x86-linux. Fixes #159285. by sewardj · 16 years ago
  87. 557c850 Fix integer-pointer comparisons in new spu_ wrappers. by sewardj · 16 years ago
  88. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
  89. ec3869f Support sys_spu_run and sys_spu_create on ppc32-linux. Patch by by sewardj · 16 years ago
  90. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  91. 9a0132d by sewardj · 16 years ago
  92. 5e51930 Improvements to the suppression mechanism: by sewardj · 16 years ago
  93. bbaef87 Fixes for compilation warnings from the apparently very strict by sewardj · 16 years ago
  94. 618658d Get rid of longstanding and now pointless restriction that disallowed by sewardj · 16 years ago
  95. a488513 Enable sys_quotactl on amd64-linux. Possible fixes #173177. by sewardj · 16 years ago
  96. 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
  97. 9a2ce3d Fix #includes in some more libiberty files that seem to have been by sewardj · 16 years ago
  98. a364d11 Speed up VG_(am_find_nsegment). This is kind-of required by r8712, by sewardj · 16 years ago
  99. 2547532 Ensure the root thread's stack is suitably mapped before doing a by sewardj · 16 years ago
  100. 695baaf Re-copy r3515 into new demangler: "Deal with apparently non-cfront by sewardj · 16 years ago