1. 1ee02e3 Add some comments about signals, from Julian. by njn · 16 years ago
  2. 18051fc Merge r9761 (fix a comment) from the trunk. by njn · 16 years ago
  3. 23105e6 Merge r9754 (#includes tweak) from the DARWIN branch. Also remove a by njn · 16 years ago
  4. dad944a Merged r9750, r9751 (remove m_aspacemgr layering violation) from the DARWIN by njn · 16 years ago
  5. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 16 years ago
  6. 22ac516 Remove unused .exp files for sigkill. by njn · 16 years ago
  7. 6cfb1df Merged r9741 (make post-syscall more portable) from the DARWIN branch. by njn · 16 years ago
  8. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 16 years ago
  9. 0605e5a Added more test code. by bart · 16 years ago
  10. f9d96e0 Un-break 'make dist'. by bart · 16 years ago
  11. b20f69b Added regression test for the new DRD command-line option --first-race-only. by bart · 16 years ago
  12. f98a569 Added command-line option --first-race-only. by bart · 16 years ago
  13. 1a3b0b3 Added more statistics. by bart · 16 years ago
  14. 5c0251e Simplified client request handling. by bart · 16 years ago
  15. 6c7c76e Added support for the VG_USERREQ__MALLOCLIKE_BLOCK and VG_USERREQ__FREELIKE_BLOCK client requests. by bart · 16 years ago
  16. ba0818d Introduced the functions DRD_(malloclike_block)() and DRD_(freelike_block)(). by bart · 16 years ago
  17. 20d411e Compiles now on RHEL 5.3 systems. In the RHEL 5.3 headers __NR_timerfd_create is defined but neither __NR_timerfd_settime nor __NR_timerfd_gettime. by bart · 16 years ago
  18. aa6dd81 Updated cross-compilation nightly build config files (not in use at this time). by bart · 16 years ago
  19. f96aa84 Refactor and recomment async-sigs so it's easier to understand. Send all by njn · 16 years ago
  20. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 16 years ago
  21. 9698605 Split up sync_sighandler into three functions, and refactor the code within by njn · 16 years ago
  22. 36a00f3 Remove VKI_SI_TKILL for platforms that don't have it. by njn · 16 years ago
  23. c387496 Don't use obviously Linux-specific things unless on Linux. (Nb: This change by njn · 16 years ago
  24. 492f00b Fix test breakage caused by r9694. by njn · 16 years ago
  25. d6f6a42 Convert more VG_(message) calls to VG_*MSG. by njn · 16 years ago
  26. 26e4544 by njn · 16 years ago
  27. 52040a4 Be safer in sanitize_si_code. by njn · 16 years ago
  28. 81f52d1 Make --trace-signals=yes output better. by njn · 16 years ago
  29. 3b6b2aa Factor out some repeated code. by njn · 16 years ago
  30. 5a350be Merge parts of r9397 from the DARWIN branch, mostly layout cleanups, a by njn · 16 years ago
  31. 1c4a487 Use -q on varinfo tests to avoid platform-specific differences in number of by njn · 16 years ago
  32. 26db80b Merged r9678 (removed a compile warning) from the DARWIN branch. by njn · 16 years ago
  33. 27a0024 Add some extra symbol comparisons, based on those from the DARWIN branch. by njn · 16 years ago
  34. 2f2b1b3 Merged r9673 (remove susphello) from the DARWIN branch. by njn · 16 years ago
  35. 28eafaa Merge r9667 (fdleak_ipv4 portability tweak) from the DARWIN branch. by njn · 16 years ago
  36. c885053 Merge r9666 (badseg portability tweak) from the DARWIN branch. by njn · 16 years ago
  37. c7b0b3a Added more comments. by bart · 16 years ago
  38. 059539d Merge r9661 (remove m_signals.c magic numbers) from the DARWIN branch. by njn · 16 years ago
  39. 81b975c Merged r9657 (fdleak fixes) from the DARWIN branch. by njn · 16 years ago
  40. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 16 years ago
  41. a04c20d Merge r9614 (make more_x86_fp compile on darwin) from the DARWIN branch. by njn · 16 years ago
  42. a666a2e Add a list of bugs reported since 3.4.1 was released. 50 new bug by sewardj · 16 years ago
  43. bcaa2c8 Comment-only change: add comments pertaining to revs 9329 and 9469, by sewardj · 16 years ago
  44. 8286496 Only run the nightly build if there was a commit during the last 24 hours. by bart · 16 years ago
  45. ace90d8 Make the graphs drawn by ms_print less confusing. by njn · 16 years ago
  46. b634b5d bm_equal() now also supports comparing bitmaps where some or all of the second-level bitmaps are entirely zero. by bart · 16 years ago
  47. 24f5390 Fixed typo spotted by Jeroen Witmond. by bart · 16 years ago
  48. 55eaf38 Only run the pth_create_glibc_2_0 regression test if glibc supports pthread_create@GLIBC2.0. by bart · 16 years ago
  49. 33c240a Updated an expected output file. by bart · 16 years ago
  50. 16e1c5a Fixed pthread_create@GLIBC2.0 detection test. by bart · 16 years ago
  51. 3e61185 Fixed compiler warnings triggered by the test programs that include both <stdlib.h> and "pub_tool_oset.h". by bart · 16 years ago
  52. faec72f Added regression test pth_create_glibc_2_0. by bart · 16 years ago
  53. 36dd85a Added configure test for pthread_create@GLIBC2.0(). by bart · 16 years ago
  54. cd99d94 Updated list of bugs fixed in 3.5.0. by bart · 16 years ago
  55. e984fe9 Reran SPLASH-2 benchmark. by bart · 16 years ago
  56. d5b0f6c Added more error checking. by bart · 16 years ago
  57. 114c9ba Added more documentation and error checking. by bart · 16 years ago
  58. 66c6277 glibc 2.8 expected output updates. by bart · 16 years ago
  59. f43b177 Yet another performance optimization. by bart · 16 years ago
  60. e6e86c5 Rearranged bm_access_range* functions. by bart · 16 years ago
  61. 8c04673 bm0_clear_range by bart · 16 years ago
  62. 21fd4f3 Merge r9621 (move int3-x86 into x86-linux/) from the DARWIN branch. by njn · 16 years ago
  63. d0f18a8 Merge r9619 (fix more_x86_fp on Darwin) from the DARWIN branch. by njn · 16 years ago
  64. 7b7f666 Unbreak pushfpopf on Linux. by njn · 16 years ago
  65. 9d94cf2 Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch. by njn · 16 years ago
  66. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 16 years ago
  67. 25a439a Minor optimization: eliminated one if statement from each bm_clear*() function. by bart · 16 years ago
  68. b9acfbe Merge r9605 (make tronical work on Darwin) from the DARWIN branch. by njn · 16 years ago
  69. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 16 years ago
  70. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 16 years ago
  71. 07581aa Removed some Darwin-specific code that crept in from the DARWIN branch. by njn · 16 years ago
  72. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 16 years ago
  73. da3a77b Another performance optimization. by bart · 16 years ago
  74. e2c7e67 Simplified bm_clear* implementations. by bart · 16 years ago
  75. 0a79e88 Added --show-confl-seg=no to the tc19_shadowmem test, which speeds up the test by about 10%. by bart · 16 years ago
  76. e7dff24 Made DRD_(thread_set_pthreadid)() idempotent. by bart · 16 years ago
  77. 578eeb4 Optimized the functions for clearing bits in bitmaps. by bart · 16 years ago
  78. 56a3406 Fixed bug in bm0_clear_range() that caused this fucntion to clear more bits than it should clear. by bart · 16 years ago
  79. c67d153 - Added more tests. - Extended error reporting. by bart · 16 years ago
  80. fa1e787 Put LINUX_SOURCES in alphabetical order. by njn · 16 years ago
  81. c8259b8 by sewardj · 16 years ago
  82. c39d109 Fixed #189763. by bart · 16 years ago
  83. 01f0fa6 Added expected output for 32-bit systems. Added -64bit suffix for existing expected output file. by bart · 16 years ago
  84. 8df361f glibc-2.3 expected output updates. by bart · 16 years ago
  85. 3355ec5 Compiles now on older Linux distributions too. by bart · 16 years ago
  86. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 16 years ago
  87. e1c350f Move with-space to linux/, because it's hard to replicate on Darwin. by njn · 16 years ago
  88. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 16 years ago
  89. 0f8731a Merge r9564 (make pth_cvsimple more reliable) from the DARWIN branch. by njn · 16 years ago
  90. e66bccb Remove nanoleak.vgtest, it's a trivial test. nanoleak.c is used by by njn · 16 years ago
  91. 3b66a23 Fix the installation instructions in the manual. by njn · 16 years ago
  92. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 16 years ago
  93. 058f635 Include the CPPFLAGS in the CCASFLAGS. This fixes a problem with pre-1.10 by njn · 16 years ago
  94. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 16 years ago
  95. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 16 years ago
  96. fed4e97 Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. by njn · 16 years ago
  97. 9a55ee8 These three files should have been added in r9537. by njn · 16 years ago
  98. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 16 years ago
  99. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 16 years ago
  100. 663a8cc Fix a Ptrcheck suppression. by njn · 16 years ago