1. 9757b9e docs: env variable handling behaviour consistent between OS X and Linux, thus remove redundant comment and #ifdef. n-i-bz. by rhyskidd · 9 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  4. bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago
  5. 2fa14b7 Resolve remaining clang warning on OS X. Should be possible to build Valgrind on modern OS X without any warnings (note: does not hold for regression test suite). by rhyskidd · 9 years ago
  6. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  7. 05be8f5 Fix Darwin: -v does not show kernel version bz#201435 by rhyskidd · 9 years ago
  8. a1ec2a3 Remove superfluous function call. by florian · 9 years ago
  9. 82b9285 Add VG_(gettimeofday) such that callgrind can use it without a bloody hack. by florian · 10 years ago
  10. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  11. 94086c7 Merge revisions 14216,14591,14593 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  12. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  13. c66c64f arm64 does not implement fork syscall. Use clone instead by philippe · 10 years ago
  14. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  15. c4040e4 VG_(invalidate_icache) for ARM64: fix incorrect computation of cache line sizes. by sewardj · 10 years ago
  16. c76d0e5 ARM64: add support for cache management instructions (Valgrind side): by sewardj · 10 years ago
  17. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 10 years ago
  18. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  19. 643d501 PPC32/64: Allow 16 byte icache and dcache lines. by sewardj · 11 years ago
  20. 353d8b8 Followup to the renaming in VEX r2735. by florian · 11 years ago
  21. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  22. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  23. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  24. 0e9fc97 Fix compile error on ppc. Followup to r13028 by florian · 12 years ago
  25. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  26. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  27. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  28. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  29. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  30. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  31. be2fe8d Make a copy of any environment string we are going to modify when by tom · 13 years ago
  32. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  33. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  34. dc41309 VG_(env_unsetenv), VG_(env_clone): add assertions so as to cause by sewardj · 13 years ago
  35. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  36. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  37. 149ede9 Avoid reading beyond the end of the environment variable when by tom · 14 years ago
  38. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  39. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  40. be7e31a Fix VG_(read_millisecond_timer) on Darwin. Fixes bug 200990. by njn · 15 years ago
  41. 8f99259 Made sure that VG_(read_millisecond_timer)() returns zero on Darwin instead of random data. See also bug #200990. by bart · 15 years ago
  42. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  43. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  44. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  45. 9f20746 Updated copyright years. by njn · 15 years ago
  46. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  47. d7a02db by sewardj · 16 years ago
  48. e9ba34a - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to by njn · 16 years ago
  49. 9c606bd by sewardj · 16 years ago
  50. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  51. 1412d68 VG_(read_millisecond_timer)() is now monotonic, even if set_timeofday() is called or if ntpd adjusts the clock backwards. On Linux kernels where the clock_gettime() syscall is not supported, VG_(read_millisecond_timer)() falls back to the old behavior. by bart · 16 years ago
  52. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  53. a8b1c48 Add comment about 32-bit UIDs/GIDs. by njn · 17 years ago
  54. 8de3e81 Use geteuid32/getegid32 on those platforms which have them. Fixes bug #151209. by tom · 17 years ago
  55. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  56. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  57. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  58. d470bfc Merge from branches/AIX5: by sewardj · 18 years ago
  59. 4cfea4f by sewardj · 18 years ago
  60. 4eee476 by sewardj · 18 years ago
  61. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  62. 4c9ab67 Delete VG_(poll), as it is unused. by sewardj · 18 years ago
  63. 3ae3dd3 VG_(getgroups) fix (Shinichi Noda) by sewardj · 19 years ago
  64. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  65. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  66. db49fe6 Remove redundant function call. by njn · 19 years ago
  67. 45f4e7c by sewardj · 19 years ago
  68. 7b4e5ba by njn · 19 years ago
  69. 4e13695 Take a copy of the environment given to execve before trying to mangle by tom · 19 years ago
  70. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  71. 24cf3e0 whoops by njn · 19 years ago
  72. 75b65aa by njn · 19 years ago
  73. c7561b9 by njn · 19 years ago
  74. 9abd608 by njn · 19 years ago
  75. 16eeb4e by njn · 19 years ago
  76. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  77. 327fe8a Move VG_(fcntl) into m_libcfile. by njn · 19 years ago
  78. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago[Renamed (92%) from coregrind/vg_mylibc.c]
  79. e9befc6 by njn · 19 years ago
  80. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  81. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  82. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  83. a8d8e23 by sewardj · 19 years ago
  84. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  85. 132bfcc by njn · 19 years ago
  86. 36a20fa by njn · 19 years ago
  87. 97405b2 by njn · 19 years ago
  88. ed6b824 Whitespace/comment-only changes, to serve as placeholder for the last commit by njn · 19 years ago
  89. db13c4f by njn · 19 years ago
  90. 04e1698 by njn · 19 years ago
  91. 7df470b by njn · 19 years ago
  92. 2024234 by njn · 19 years ago
  93. 173b6d5 Use movq to get the frame pointer on amd64. by tom · 19 years ago
  94. d0fbb28 by njn · 19 years ago
  95. 02bc4b8 by njn · 19 years ago
  96. be9b47b by njn · 19 years ago
  97. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  98. 2c4b428 Use HChar for format strings to printf-like functions. by njn · 19 years ago
  99. 694b1b6 by njn · 19 years ago
  100. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago