aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-20Moved drd/tests/pth_barrier.c, drd/tests/rwlock_race.c andbart
2009-02-20Forgot to add this file in the last commit.njn
2009-02-20- Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. njn
2009-02-19Updated cellbuzz configuration according to the changes made during the big u...bart
2009-02-19Various build system clean-ups and simplifications:njn
2009-02-18Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from thenjn
2009-02-17For the fdleak_* tests, completely remove the stack traces showing wherenjn
2009-02-17In the core, include malloc_usable_size() as one of the functions that mustnjn
2009-02-17Remove unnecessary Memcheck test filters.njn
2009-02-17Remove unused filter scripts from DRD.njn
2009-02-17Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus thenjn
2009-02-16- Updated copyright statements.bart
2009-02-16Just as for the regression tests of other Valgrind tools, do not explicitly s...bart
2009-02-16Stack traces for Memcheck's syscall param errors are terribly unreliable, sonjn
2009-02-16Merge r9175 (don't run inappropriate OS- and platform-specific tests) fromnjn
2009-02-15drd_bitmap_test compiles again.bart
2009-02-15Wrapped DRD_() macro around yet even more function names.bart
2009-02-15Wrapped DRD_() macro around even more function and variable names.bart
2009-02-15Wrapped DRD_() macro around even more function names.bart
2009-02-15Changed a global variable into a local variable.bart
2009-02-15Wrapped DRD_() macro around thread-related function names.bart
2009-02-15Wrapped DRD_() macro around global and static variables in drd_thread.[ch].bart
2009-02-15Wrapped DRD_() macro around all client object function names.bart
2009-02-15Wrapped DRD_() macro around all barrier-related function names.bart
2009-02-15Restored the previous method for passing arguments from the creator thread to...bart
2009-02-15Added more comments / rearranged function order.bart
2009-02-15Changed the order of the function definitions.bart
2009-02-15Cleaned up the source code of the atomic_var regression test, without changin...bart
2009-02-14Wrapped DRD_() macro around all segment function names.bart
2009-02-14Wrapped DRD_() macro around all vector clock function names.bart
2009-02-14Introduced more DRD_ prefixes.bart
2009-02-14Update the sed expressions that handle the output of ld --verbose:sewardj
2009-02-14Removed configure test that is no longer used.bart
2009-02-14Added yet another suppression pattern.bart
2009-02-14get_otrack_shadow_offset_wrk(ppc32): handle a missing case that causedsewardj
2009-02-14- Moved several functions and variables from one source file to another.bart
2009-02-14Added a missing #include directive.bart
2009-02-14Relaxed an assert statement: a thread canceled by pthread_cancel() can really...bart
2009-02-14Added DRD_(spinlock_init_or_unlock)().bart
2009-02-14- Performance improvement: eliminated busy waiting from thread creation.bart
2009-02-14Renamed vg_thread_wrapper() into DRD_(thread_wrapper)().bart
2009-02-14Updated copyright statement.bart
2009-02-14Added file to repository.bart
2009-02-13Moved 3 Linux-specific tests into linux/ directories.njn
2009-02-12Filter out everything after "(below main)" in a line. This will help withnjn
2009-02-12Merge the non-Darwin parts of r9140 (install vgpreload .dSYMs), just to keepnjn
2009-02-11Cleaned up the demangling mess:njn
2009-02-11Changed the way files are installed. Instead of going intonjn
2009-02-11Filter out "(core dumped)" after "Bus error" for consistency. This makesnjn
2009-02-10Merge r9106 (fix a minor stack entry display bug) from the DARWIN branch.njn