]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2009-07-27  Nicholas NethercoteClarify a comment.
2009-07-27  Bart Van AsscheFollow-up of r10638 and r10639: explained in the manual...
2009-07-27  Bart Van Assche- Added more rwlock type checking.
2009-07-27  Bart Van AsscheImplemented type checking for reader-writer synchronization
2009-07-27  Bart Van AsscheAdded a new suppression pattern for Darwin. This is...
2009-07-27  Bart Van AsscheRemoved -q from the Valgrind options for the bar_bad...
2009-07-27  Tom HughesSupport epoll_create and epoll_create1 in ptrcheck...
2009-07-27  Bart Van Assche- Moved printing the thread number to the function...
2009-07-27  Bart Van AsscheMade the error reporting behavior of DRD similar to...
2009-07-27  Bart Van AsscheFixed a bug in the code for reading suppression files...
2009-07-27  Bart Van AsscheUpdated expected output of tc23_bogus_condwait for...
2009-07-27  Bart Van AsscheRe-enabled the regression tests tc17_sembar and tc23_bo...
2009-07-27  Tom HughesMake sure the entire symbol is swapped when canonicalis...
2009-07-26  Julian SewardRelatively inconsequential tidying of the Helgrind...
2009-07-26  Julian SewardAdd a new output file for tc12_rwl_trivial. It unfortu...
2009-07-26  Julian SewardUnbreak Helgrind on Linux following recent Darwin hackery.
2009-07-26  Julian SewardSome more baseline suppressions for Darwin.
2009-07-26  Julian SewardUse correct preprocessor symbol for OS-specific code.
2009-07-26  Julian SewardPortability fixes for Darwin (use sem_open and sem_clos...
2009-07-26  Julian SewardRe-check the symbol names for all pthread intercepts...
2009-07-26  Julian SewardOnly collect stacktraces at scalar Kr boundaries at...
2009-07-26  Julian SewardAdd new mangling Z-pair "ZD" to encode '$', since that...
2009-07-26  Julian SewardUpdated expected outputs following r10589 (msm idempote...
2009-07-26  Bart Van AsscheFixed typo.
2009-07-26  Bart Van AsscheUpdated manual because of the new client request DRD_ST...
2009-07-26  Bart Van AsscheSuppress data race reports for the data race triggered...
2009-07-26  Bart Van AsscheAdded the macro DRD_STOP_IGNORING_VAR().
2009-07-26  Bart Van AsscheRemove the temporary file created during the test befor...
2009-07-26  Bart Van AsscheShould have been included in the previous commit (r10612).
2009-07-26  Bart Van AsscheAdded regression test for pth_once().
2009-07-26  Bart Van Assche- Changed the names of several existing suppression...
2009-07-26  Bart Van AsscheAdded regression test for %o (octal) format specifier.
2009-07-26  Bart Van AsscheMade the semaphore name independent of the process ID.
2009-07-26  Bart Van AsscheTrace the oflag parameter of sem_open() in hexadecimal...
2009-07-26  Bart Van AsscheUpdated drd/tests/omp_printf:
2009-07-26  Bart Van AsscheRemoved code that has been commented out recently.
2009-07-26  Bart Van AsscheDisplay sem_open() mode in octal format instead of...
2009-07-26  Bart Van AsscheAdded support for %o (octal format).
2009-07-25  Bart Van AsscheDRD is no longer considered experimental on Darwin.
2009-07-25  Bart Van AsscheGeneralized some suppression patterns and added several...
2009-07-25  Bart Van AsscheUpdated testing instructions.
2009-07-25  Bart Van AsscheFixed an assertion failure that was triggered on Darwin...
2009-07-25  Bart Van AsscheDRD does now support sem_open() and sem_close().
2009-07-25  Bart Van AsscheFixed bug in DRD's rwlock implementation that caused...
2009-07-24  Nicholas NethercoteUncomment this; not sure why it was commented out.
2009-07-24  Nicholas NethercoteDRD now works on Darwin!
2009-07-24  Nicholas NethercoteAdd a note about our suspect handling of brk(). And...
2009-07-24  Bart Van AsscheUpdated expected output after r10592.
2009-07-24  Bart Van AsschePrint an easy-to-understand message in case the client...
2009-07-24  Bart Van Asscherwlock_test: added more internal error checking.
2009-07-24  Bart Van AsscheRemoved those suppression patterns that became superflu...
2009-07-24  Bart Van AsscheMade number of threads and number of iterations configu...
2009-07-24  Julian SewardVarious improvements:
2009-07-24  Bart Van AsscheUpdated Subversion ignore lists.
2009-07-24  Julian SewardOops, this should have been included in r10583 ("New...
2009-07-24  Bart Van AsscheMade test output operating system independent by suppre...
2009-07-24  Julian SewardUpdate.
2009-07-24  Bart Van AsscheReplaced code for suppressing the stack memory in use...
2009-07-24  Julian SewardNew methods in WordXA:
2009-07-24  Nicholas NethercoteFix a compile warning.
2009-07-24  Nicholas NethercoteA fix for bug 186796: suppression symbol names were...
2009-07-24  Julian SewardUpdate expected output, so at least Helgrind runs clean...
2009-07-24  Bart Van AsscheReverted r10511.
2009-07-24  Nicholas NethercoteFixed bug 149878 (calloc overflow). This disables...
2009-07-24  Bart Van AsscheRun the pth_inconsistent_cond_wait in quiet mode.
2009-07-24  Bart Van AsscheAdded command line option -q, which allows to suppress...
2009-07-24  Nicholas Nethercotemremap2 is a totally unreliable test; it's the only...
2009-07-24  Nicholas NethercoteThis was meant to go in with r10573.
2009-07-24  Nicholas NethercoteIn r10465 --time-stamp=yes got slightly broken -- the...
2009-07-24  Nicholas NethercoteAdd Valgrind version back into the preamble.
2009-07-23  Vince WeaverThe pc-file output from the exp-bbv tool is mildly...
2009-07-23  Bart Van AsscheLabels printed with semaphore tracing enabled do now...
2009-07-23  Bart Van AsscheFixed two typo's.
2009-07-23  Bart Van AsschePorted circular_buffer test to Darwin.
2009-07-23  Bart Van AsscheModified filter_stderr to filter out even more platform...
2009-07-23  Bart Van AsschePorted the pth_inconsistent_cond_wait test program...
2009-07-23  Bart Van AsschePrint an error message if sem_init() is called by a...
2009-07-23  Bart Van AsscheOnly run the test programs that call sem_init() on...
2009-07-23  Bart Van AsscheRefactoring: moved semaphore initialization and cleanup...
2009-07-23  Bart Van AsscheShould have been included in the previous commit.
2009-07-23  Bart Van AsscheReverted r10523 and r10540: since sem_init() is not...
2009-07-23  Bart Van AsscheAdded support for sem_open() and sem_close().
2009-07-23  Bart Van AsscheAnother update of the testing instructions.
2009-07-23  Bart Van AsscheAdded (and commented out) more debugging code.
2009-07-23  Bart Van AsschePorted TSAN test 98 to Darwin.
2009-07-23  Bart Van AsscheSuppressed a compiler warning.
2009-07-23  Bart Van AsscheAdded more suppression patterns.
2009-07-23  Bart Van AsscheLet DRD print a warning at startup that support for...
2009-07-23  Bart Van AsscheUpdated Subversion ignore list.
2009-07-23  Bart Van AsscheUpdated line numbers in expected output.
2009-07-23  Bart Van AsscheRenamed output files.
2009-07-23  Bart Van AsscheReverted r10526.
2009-07-23  Bart Van AsscheUpdated platform support messages.
2009-07-23  Bart Van AsscheAdded DRD-specific suppression patterns for Darwin.
2009-07-23  Bart Van AsscheAdded a suppression pattern for a leak triggered from...
2009-07-23  Bart Van AsscheUpdated Subversion ignore list.
2009-07-23  Bart Van AsscheImproved source code portability.
2009-07-23  Bart Van AsscheMade expected output for tc23_bogus_condwait complete...
2009-07-23  Bart Van AsscheOnly run the tc20_verifywrap2 test if the tc20_verifywr...
2009-07-23  Bart Van AsscheAdded a filter in order to make the Darwin output for...
next