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