1. 8b14538 Suppress a leak in setenv(). Fixes bug 188572. by njn · 15 years ago
  2. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  3. 1926053 Suppress a Cond error in pthread_rwlock_init(). Fixes bug 196528. by njn · 15 years ago
  4. 18e2470 Add a comment. by njn · 15 years ago
  5. 7113acb Support and test mincore() on Darwin. by njn · 15 years ago
  6. cc37d2e Abort if a dir is given to --suppressions. Fixes bug 197456. by njn · 15 years ago
  7. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  8. fde4707 Add some cases to darwin/scalar.c, and tweak the macros used a little. by njn · 15 years ago
  9. 631b819 Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271. by njn · 15 years ago
  10. 2c7e5ca Move the Darwin _nocancel tests to a different file so they can be tested by njn · 15 years ago
  11. a8f0629 Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860. by njn · 15 years ago
  12. 143377e Implement and test wrappers for lstat_extended, stat64_extended, by njn · 15 years ago
  13. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  14. d8c5f12 Update scalar.stderr.exp; this should have gone in with r10288. by njn · 15 years ago
  15. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  16. 8f1da73 Handle shmctl on Darwin. From bug 191271. by njn · 15 years ago
  17. 12b9424 Don't print stack traces by default for unhandled syscalls -- it's not that by njn · 15 years ago
  18. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  19. 58c2ff9 Add a comment. by njn · 15 years ago
  20. cb89fb8 Use --gen-suppressions=all rather than =yes, since the latter causes by sewardj · 15 years ago
  21. fb79bdc Make this file executable. by njn · 15 years ago
  22. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  23. 72bbd8d DARWIN sync: all the timeval stuff by njn · 15 years ago
  24. ba4af23 Merge r9324 (bug152022 portability fix) from the DARWIN branch. by njn · 15 years ago
  25. 9f5b781 Sync trunk with DARWIN branch. by njn · 15 years ago
  26. b27edfa Merge part of r9140 (filter_xml tweak) from the DARWIN branch. by njn · 15 years ago
  27. b23a9d5 Minor trunk/DARWIN sync. by njn · 15 years ago
  28. ff5bdd4 Merge r9900 (make dist fixes) from the MESSAGING_TIDYUP branch. by njn · 15 years ago
  29. 3d22508 Merge parts of r9775, r9777, r9789, r9794 from the DARWIN branch. by njn · 15 years ago
  30. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  31. e10c7f8 Make loss record ordering more deterministic, so that regtests are reliable. by njn · 15 years ago
  32. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  33. 18051fc Merge r9761 (fix a comment) from the trunk. by njn · 15 years ago
  34. 22ac516 Remove unused .exp files for sigkill. by njn · 15 years ago
  35. 6cfb1df Merged r9741 (make post-syscall more portable) from the DARWIN branch. by njn · 15 years ago
  36. 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 · 15 years ago
  37. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  38. 492f00b Fix test breakage caused by r9694. by njn · 15 years ago
  39. 1c4a487 Use -q on varinfo tests to avoid platform-specific differences in number of by njn · 15 years ago
  40. 36fce1b Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN by njn · 15 years ago
  41. a04c20d Merge r9614 (make more_x86_fp compile on darwin) from the DARWIN branch. by njn · 15 years ago
  42. 21fd4f3 Merge r9621 (move int3-x86 into x86-linux/) from the DARWIN branch. by njn · 15 years ago
  43. d0f18a8 Merge r9619 (fix more_x86_fp on Darwin) from the DARWIN branch. by njn · 15 years ago
  44. 7b7f666 Unbreak pushfpopf on Linux. by njn · 15 years ago
  45. 9d94cf2 Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch. by njn · 15 years ago
  46. c9a6f4b Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. by njn · 15 years ago
  47. b9acfbe Merge r9605 (make tronical work on Darwin) from the DARWIN branch. by njn · 15 years ago
  48. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 15 years ago
  49. e1c350f Move with-space to linux/, because it's hard to replicate on Darwin. by njn · 15 years ago
  50. e66bccb Remove nanoleak.vgtest, it's a trivial test. nanoleak.c is used by by njn · 15 years ago
  51. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  52. fed4e97 Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. by njn · 15 years ago
  53. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  54. 3a04d5c This should have gone in with the last commit. by njn · 15 years ago
  55. acdcf54 - Turn exit_group() into exit() in the Memcheck filter, for greater by njn · 15 years ago
  56. b69aca1 Merge r9419 (make describe-block portable) from the DARWIN branch. by njn · 15 years ago
  57. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 15 years ago
  58. ec2f7ce Another filter_xml update. by njn · 15 years ago
  59. c0b2618 - Removed leakotron. It was not a very useful test, and hard to make by njn · 15 years ago
  60. 04cf8ac Un-break 'make dist'. by bart · 15 years ago
  61. b671132 Another regtest fix for machines with debug info installed for libc. by njn · 15 years ago
  62. 402c1a1 Make the leak-cases tests more robust. by njn · 15 years ago
  63. a9ed409 Fix an expected output for the recent large leak-checker rewrite. by njn · 15 years ago
  64. 9cf79b5 Some tweaks to make more tests pass, or get closer to passing, on by njn · 16 years ago
  65. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 16 years ago
  66. f595b13 Remove .exp64 files that are identical to their corresponding .exp files and by njn · 16 years ago
  67. 61485ab tests/arch_test is currently being used for two purposes: by njn · 16 years ago
  68. aab814e Use "status" as the argname for 'exit' and 'exit_group'. by njn · 16 years ago
  69. 8df80b2 by njn · 16 years ago
  70. c5f20c7 Merge r9285 (match-overrun fixes) from the DARWIN branch. by njn · 16 years ago
  71. b3027ea Make this pass on AIX (untested). by njn · 16 years ago
  72. f57115c Make the VKI_PAGE_SIZE conditional match that in m_vki.c. by njn · 16 years ago
  73. 24d9863 Builds again on powerpc. by bart · 16 years ago
  74. 29a100c rename a function by njn · 16 years ago
  75. 8b88b66 Avoid a warning. by njn · 16 years ago
  76. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 16 years ago
  77. b0e34f7 Remove toobig-allocs.c -- it was unreliable and didn't test any by njn · 16 years ago
  78. 79a5cc4 Move memcheck/tests/x86/bug133694 into memcheck/tests/x86-linux -- it uses by njn · 16 years ago
  79. a601553 Delete memcheck/tests/zeropage. The original purpose of the test is no by njn · 16 years ago
  80. 685a959 Fix some more 'make check' warnings, ones that appear on non-Linux platforms. by njn · 16 years ago
  81. efc13c2 Get rid of all "make check" compile warnings, except for the ones from by njn · 16 years ago
  82. 2a5a76b Merged part of r9234 (unit_libcbase improvements) from the DARWIN branch. by njn · 16 years ago
  83. 6ab37c7 A few more test/build changes. by njn · 16 years ago
  84. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 16 years ago
  85. 1dccf7f Finished renaming of 'oset_test' into 'unit_oset'. by bart · 16 years ago
  86. 221666f Forgot to add this file in the last commit. by njn · 16 years ago
  87. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 16 years ago
  88. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  89. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  90. 3f29886 Remove unnecessary Memcheck test filters. by njn · 16 years ago
  91. 870f170 Stack traces for Memcheck's syscall param errors are terribly unreliable, so by njn · 16 years ago
  92. 107bc57 Merge r9175 (don't run inappropriate OS- and platform-specific tests) from by njn · 16 years ago
  93. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
  94. e66ffee Filter out everything after "(below main)" in a line. This will help with by njn · 16 years ago
  95. ac31b05 Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keep by njn · 16 years ago
  96. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 16 years ago
  97. 163c487 Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged by njn · 16 years ago
  98. d3e4dd9 Merge some minor regtest updates from the DARWIN branch: by njn · 16 years ago
  99. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 16 years ago
  100. 74a74d8 by sewardj · 16 years ago