1. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  2. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  3. 0e9fc97 Fix compile error on ppc. Followup to r13028 by florian · 12 years ago
  4. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  5. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  6. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  7. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  8. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  9. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  10. be2fe8d Make a copy of any environment string we are going to modify when by tom · 13 years ago
  11. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  12. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  13. dc41309 VG_(env_unsetenv), VG_(env_clone): add assertions so as to cause by sewardj · 13 years ago
  14. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  15. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  16. 149ede9 Avoid reading beyond the end of the environment variable when by tom · 14 years ago
  17. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  18. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  19. be7e31a Fix VG_(read_millisecond_timer) on Darwin. Fixes bug 200990. by njn · 15 years ago
  20. 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
  21. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  22. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  23. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  24. 9f20746 Updated copyright years. by njn · 15 years ago
  25. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  26. d7a02db by sewardj · 16 years ago
  27. e9ba34a - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to by njn · 16 years ago
  28. 9c606bd by sewardj · 16 years ago
  29. a8ffda6 Format string fixes for ppc{32,64}-aix5. by sewardj · 16 years ago
  30. 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
  31. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  32. a8b1c48 Add comment about 32-bit UIDs/GIDs. by njn · 17 years ago
  33. 8de3e81 Use geteuid32/getegid32 on those platforms which have them. Fixes bug #151209. by tom · 17 years ago
  34. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  35. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  36. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  37. d470bfc Merge from branches/AIX5: by sewardj · 18 years ago
  38. 4cfea4f by sewardj · 18 years ago
  39. 4eee476 by sewardj · 18 years ago
  40. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  41. 4c9ab67 Delete VG_(poll), as it is unused. by sewardj · 18 years ago
  42. 3ae3dd3 VG_(getgroups) fix (Shinichi Noda) by sewardj · 19 years ago
  43. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  44. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  45. db49fe6 Remove redundant function call. by njn · 19 years ago
  46. 45f4e7c by sewardj · 19 years ago
  47. 7b4e5ba by njn · 19 years ago
  48. 4e13695 Take a copy of the environment given to execve before trying to mangle by tom · 19 years ago
  49. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  50. 24cf3e0 whoops by njn · 19 years ago
  51. 75b65aa by njn · 19 years ago
  52. c7561b9 by njn · 19 years ago
  53. 9abd608 by njn · 19 years ago
  54. 16eeb4e by njn · 19 years ago
  55. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  56. 327fe8a Move VG_(fcntl) into m_libcfile. by njn · 19 years ago
  57. 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]
  58. e9befc6 by njn · 19 years ago
  59. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  60. 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
  61. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  62. a8d8e23 by sewardj · 19 years ago
  63. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  64. 132bfcc by njn · 19 years ago
  65. 36a20fa by njn · 19 years ago
  66. 97405b2 by njn · 19 years ago
  67. ed6b824 Whitespace/comment-only changes, to serve as placeholder for the last commit by njn · 19 years ago
  68. db13c4f by njn · 19 years ago
  69. 04e1698 by njn · 19 years ago
  70. 7df470b by njn · 19 years ago
  71. 2024234 by njn · 19 years ago
  72. 173b6d5 Use movq to get the frame pointer on amd64. by tom · 19 years ago
  73. d0fbb28 by njn · 19 years ago
  74. 02bc4b8 by njn · 19 years ago
  75. be9b47b by njn · 19 years ago
  76. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  77. 2c4b428 Use HChar for format strings to printf-like functions. by njn · 19 years ago
  78. 694b1b6 by njn · 19 years ago
  79. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  80. 2521d32 by njn · 19 years ago
  81. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  82. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  83. 55f9d1a by sewardj · 19 years ago
  84. 1cf558c by sewardj · 19 years ago
  85. 50ae1a7 by njn · 19 years ago
  86. 990e90c by njn · 19 years ago
  87. dde6c0f Avoid truncating addresses returned from mmap on 64 bit platforms. by tom · 19 years ago
  88. be73f43 by njn · 19 years ago
  89. 6260159 More amd64 signal handling fixes (Tom Hughes) by sewardj · 19 years ago
  90. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  91. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  92. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  93. d01fef7 by njn · 19 years ago
  94. 96f71e1 Initial get-threads-working patch (Tom Hughes) by sewardj · 19 years ago
  95. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  96. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  97. 499eaad by njn · 19 years ago
  98. b5f6f51 by sewardj · 19 years ago
  99. 79048ce Further cleanups to low-level memory management. It's still a by sewardj · 19 years ago
  100. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago