1. b34f5af Split long lines. by bart · 15 years ago
  2. e6784f5 Added to repository. by bart · 15 years ago
  3. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  4. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  5. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  6. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  7. ccc20b1 Make sure isIFunc is initialised whenever we add a symbol. by tom · 15 years ago
  8. 67dda56 Handle the isIFunc flag when canonicalising the symbol table. by tom · 15 years ago
  9. 3b42e16 Assert that the indirect function wrapper exists if we encounter a by tom · 15 years ago
  10. 0fac7ff Added support for glibc 2.11. by bart · 15 years ago
  11. 3c9cf34 Various improvements to DWARF handling to cope with changes in recent by tom · 15 years ago
  12. 8805326 Fix stack unwinding on PPC to store the correct frame pointer for by tom · 15 years ago
  13. 9da08ba Fixed typo. by bart · 15 years ago
  14. 431ad28 Fixed a compiler warning. by bart · 15 years ago
  15. 92cfb4d Removed a superfluous #include directive. by bart · 15 years ago
  16. a365362 Updated gcc version. by bart · 15 years ago
  17. 4f43e00 Added configure test for QAtomicInt. by bart · 15 years ago
  18. 28c7a05 Added a regression test. by bart · 15 years ago
  19. 5d9c644 Automatically clean up temporary files. by bart · 15 years ago
  20. 0642127 New flag: --trace-children-skip=patt1,patt2,etc by sewardj · 15 years ago
  21. 753ab9d Correctly handle MPI_STATUS{ES}_IGNORE as valid values for by sewardj · 15 years ago
  22. 4634b01 Rework VG_(memmove) in the case where the destination address is greater by tom · 15 years ago
  23. 0304fa3 Support pipe2 in exp-ptrcheck. Fixes #212739. by tom · 15 years ago
  24. b6fd365 Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547. by tom · 15 years ago
  25. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  26. bbcf0e2 If a signal arrives when a thread which has just finished executing a by tom · 15 years ago
  27. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  28. b2240f4 Compiles again -- added trailing comma's that were missing from r10907. by bart · 15 years ago
  29. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  30. 89e070c Fixed bug #212064. by bart · 15 years ago
  31. 7481f1d Fixed expected output. by bart · 15 years ago
  32. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  33. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  34. 55b3a81 Add support for some more Intel cache descriptors to stop Core i7 based by tom · 15 years ago
  35. 7700286 Wire up inotify_init1 on ppc32-linux. by tom · 15 years ago
  36. a3dbcc8 Enabled the rt_sigqueueinfo() system call for ppc64. by bart · 15 years ago
  37. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  38. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  39. 7ef0d3a Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668. by tom · 15 years ago
  40. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  41. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  42. a654706 Removed the restriction that the size argument of drd_pre_mem_read_asciiz() by bart · 15 years ago
  43. 52b7d8a Fixed an assertion failure triggered by running DRD with the command-line option --trace-mutex=yes on a program using one of the ANNOTATE_HAPPENS_*() macros. by bart · 15 years ago
  44. 1da86fe Allow translations in client allocated shared memory. Fixes #210322. by tom · 15 years ago
  45. 8b21e22 Renamed cellbuzz nightly build config files. by bart · 15 years ago
  46. dd8f021 Switched from SDK 3.0 to SDK 3.1. by bart · 15 years ago
  47. 001596b Update ignores. by rjwalsh · 15 years ago
  48. a83647a Update. by sewardj · 15 years ago
  49. b4c72d6 Enable sys_rmdir on ppc64-linux. Fixes #206903. by sewardj · 15 years ago
  50. 9bb8119 Unmap the vdso as well as suppressing it by dropping the auxv by tom · 15 years ago
  51. 20a8a61 Support AT_EXECFN in the ELF auxv, filling it in with the path of by tom · 15 years ago
  52. c880930 Add support for AT_BASE_PLATFORM in the ELF auxv. by tom · 15 years ago
  53. 643205d Add a file to keep track of stuff that we currently can't/don't in bugzilla. by sewardj · 15 years ago
  54. 316b0a2 Remove ampersand from tool description string so as not to screw up by sewardj · 15 years ago
  55. 11b5c6d Fix inconsistent closing of an <hthreadid> tag (Ashley Pittman). by sewardj · 15 years ago
  56. 66c00b9 Fix another enum type error spotted by gcc-4.5. by sewardj · 15 years ago
  57. b86f651 Added a script to the repository for generating a PowerPC cross compiler. by bart · 15 years ago
  58. f91b0a3 Add support for the L2 cache on Intel T4200. by sewardj · 15 years ago
  59. 6431e30 Fix a couple of nits picked up by gcc-4.5, which is more warningful than 4.4. by sewardj · 15 years ago
  60. 3654440 Updated expected output after r10874. by bart · 15 years ago
  61. ffb9d02 Fixed a typo. by bart · 15 years ago
  62. 8758264 Remove a trailing whitespace. by rjwalsh · 15 years ago
  63. 2b08378 Added output variant for Linux systems without readlinkat(). by bart · 15 years ago
  64. d1f724c Added regression tests that verify the following behavior: by bart · 15 years ago
  65. fe83da6 Updated Subversion ignore list. by bart · 15 years ago
  66. ca4afe1 Updated Subversion ignore lists. by bart · 15 years ago
  67. 9b533f8 Switched back from dynamic detection of whether the proc filesystem by bart · 15 years ago
  68. cf3f718 Renamed the function VG_(have_proc_filesystem)() into by bart · 15 years ago
  69. c401ae7 Compiles again on Darwin. by bart · 15 years ago
  70. f6a337e The format attribute may be repeated in the function definition but does not have to. by bart · 15 years ago
  71. 355bc9f Fixed a declaration: function attributes must be inserted after the return type instead of before, otherwise gcc 4.4 ignores the attribute declaration. by bart · 15 years ago
  72. 299c2d3 The configure-time test whether the proc filesystem is mounted (introduced by bart · 15 years ago
  73. 020f94c Fixed a compiler warning. by bart · 15 years ago
  74. 9ccee39 Bump version number on trunk. (is that the correct convention, "3.6.0.SVN" ?) by sewardj · 15 years ago
  75. 0f212dc Fixed bug #204317: regression tests none/tests/cmdline[12] fail if by bart · 15 years ago
  76. 1edc55a Add some extra debugging to the launcher. by tom · 15 years ago
  77. 9ed5dd6 Removed the most recently added DRD suppression pattern (was added by bart · 15 years ago
  78. ccbe3b1 Add an entry for the missing 2.4.1. by njn · 15 years ago
  79. 48867fb Be consistent about the 3.5.0 release date. by sewardj · 15 years ago
  80. 783e9d6 Fix a couple of buglets in the 3.5.0 release info. by sewardj · 15 years ago
  81. 6bbe024 Finalise 3.5.0. by sewardj · 15 years ago
  82. 220591d Fix whitespace-skipping loop. (Konstantin Serebryany) (see #204377) by sewardj · 15 years ago
  83. eeb705a Generalized the most recently added suppression pattern. by bart · 15 years ago
  84. aef57db Added explicit constructor and destructor to class IncThread. by bart · 15 years ago
  85. 43c3098 Added a suppression pattern for libQtCore. by bart · 15 years ago
  86. 4ff8f6c The linker in Fedora Rawhide seems to be using ELFOSABI_LINUX as by tom · 15 years ago
  87. 9176c86 Add a list of fixed bugs for 3.5.0. by sewardj · 15 years ago
  88. 0c4e8ee Make the ll test case use hex values for char constants instead by vince · 15 years ago
  89. c98d2af Work around a binutils limitation on SuSE 9.1 by vince · 15 years ago
  90. aa315e4 Back out r10385 (Change demangler to not use excessive space from by sewardj · 15 years ago
  91. f5a348c Include missing file, else tarball build breaks on Darwin. by sewardj · 15 years ago
  92. b5e123f Remove an empty <itemizedlist> which was causing the PDF doc build to fail. by sewardj · 15 years ago
  93. 4b2f0ad First tarball-test point for 3.5.0. by sewardj · 15 years ago
  94. 54ca7ad Bump version. by sewardj · 15 years ago
  95. 1ffe69e Comment that we never actually expect to see the string ]]> in a by sewardj · 15 years ago
  96. f585e48 Increase the maximum size of the conflict cache even more, to 30 million. by sewardj · 15 years ago
  97. e77c724 Minor changes w.r.t. --read-var-info=, threading support, and by sewardj · 15 years ago
  98. 3d49844 Update the Helgrind manual for 3.5.0. by sewardj · 15 years ago
  99. f56d255 ppc32-linux: di_notify_mmap: accept data sections mapped rwx as well as ones by sewardj · 15 years ago
  100. f95c30b tweak 32/64-bit darwin stuff by njn · 15 years ago