- 5f7fe12 by sewardj · 14 years ago
- f27eba2 Replaced dynamic initialization of DRD_(pthread_cond_initializer) by static initialization. by bart · 14 years ago
- cd37e31 Make link_tool_exe.c work for MacOSX. This un-breaks the MacOS build by sewardj · 14 years ago
- 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
- 8b1e682 Updated Subversion ignore lists. by bart · 14 years ago
- 850f199 Handle statically initialized condition variables properly. by bart · 14 years ago
- 28d7738 Added a regression test. by bart · 14 years ago
- 07de2c9 Can be processed again with autoconf 2.59 and before, which does not have AC_PROG_SED. by bart · 14 years ago
- f4845dc libhb_so_recv(): don't pass a NULL filter to Filter__clear. Not sure by sewardj · 14 years ago
- 8072c63 Updated e-mail address. by bart · 14 years ago
- 892af32 Set VG_(args_the_exename) to the full path to the script when by tom · 15 years ago
- 44e534d Fix amd64 and ppc64 to correctly mark mq_timedreceive as LINXY so that by tom · 15 years ago
- 12e9112 Changes: by bart · 15 years ago
- c5eceac Add missing backslash. by sewardj · 15 years ago
- 7a06e12 Added an additional tl_assert() statement. by bart · 15 years ago
- b7c3f08 Added support for glibc 2.12. by bart · 15 years ago
- 5478f84 DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4. by bart · 15 years ago
- d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 15 years ago
- 958c1f3 Enable testing of FISTS and FISTPS on amd64. by sewardj · 15 years ago
- f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 15 years ago
- 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 15 years ago
- c8028ad by sewardj · 15 years ago
- 8f8fa17 Add a method to get the contents of an XArray so we can index in by sewardj · 15 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- a239dd2 Filter tuning such that the annotate_barrier test does now pass on Darwin too. by bart · 15 years ago
- b11355c Refactoring: replaced two AC_TRY_COMPILE() occurrences by AC_CHECK_MEMBER(). by bart · 15 years ago
- 422b779 Improved portability of the annotate_barrier regression test. by bart · 15 years ago
- fcf7693 Made these two tests pass again on Darwin. by bart · 15 years ago
- 0383a9d Removed sem_init() test again. by bart · 15 years ago
- d759a83 Include fcntl.h to get O_CREAT on Fedora 13. by tom · 15 years ago
- faf6727 Link the tls test against tls2.so as it references symbols in it by tom · 15 years ago
- 5c46da8 Include valgrind headers before system headers to avoid problems by tom · 15 years ago
- 389e7f9 Suppressed a (harmless) compiler warning that was only reported on Darwin. by bart · 15 years ago
- 2c8c874 Made test results independent of thread scheduling. by bart · 15 years ago
- 0ccdc4a Replaced most platform-test macros by HAVE_... macros. by bart · 15 years ago
- a72a27b Added configure test for pthread_yield() and sem_init(). by bart · 15 years ago
- 181b6bc Added yet another regression test. by bart · 15 years ago
- b8d5299 Changed gcc version from 4.4.3 to 4.5.0. by bart · 15 years ago
- fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 15 years ago
- 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 15 years ago
- 51c9d37 search_all_symtabs: when mapping addresses to text symbols, consider by sewardj · 15 years ago
- 111544a Comment-only change. by sewardj · 15 years ago
- f38a74e Change the method used in hg_intercepts.c to hide from the user, the by sewardj · 15 years ago
- 1f77fec Take account the ABI-mandated stack redzone when changing stack by sewardj · 15 years ago
- 9ec8b07 Should now really compile on Darwin. by bart · 15 years ago
- ec2e146 Should now build on Darwin too. by bart · 15 years ago
- aaaf3ae Syscall numbers (on amd64 at least) are in unistd_{32,64}.h now so by tom · 15 years ago
- f6122a0 The help text printed by command-line option -h does now show the default by bart · 15 years ago
- 141a7ed Resynchronized client requests with the latest version of TSan's header file by bart · 15 years ago
- ea2a03c Added two additional regression tests. by bart · 15 years ago
- 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 15 years ago
- f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 15 years ago
- 4384f46 Enabled getsid in ptrcheck. Fixe #230593. by tom · 15 years ago
- 5d0d1f3 Improve performance of the fallback path when a translation is not by sewardj · 15 years ago
- 70585b8 Update expected outputs following r11089. by sewardj · 15 years ago
- 095d61e If a race error is detected, check to see whether the raced-on address by sewardj · 15 years ago
- 3b354f6 Generalized the DRD regression test stderr filter. by bart · 15 years ago
- 9dc12c4 Removed --read-var-info=yes in order to obtain the same output (hopefully) by bart · 15 years ago
- 22ee82a Add mlockall support to ptrcheck. Closes #230020. by tom · 15 years ago
- 5bb492d Removed ANNOTATE_HAPPENS_DONE() again. by bart · 15 years ago
- 9be5bdc Add tests for UXTAB and SXTAH. by sewardj · 15 years ago
- 3a7c5ad Fix the definedness handling of the last argument of sys_socketpair. by sewardj · 15 years ago
- cfb039e Marked the annotations ANNOTATE_MUTEX_IS_USED_AS_CONDVAR, by bart · 15 years ago
- c990605 Document the default value of --stacks correctly. by njn · 15 years ago
- b878a73 Do not suppress data races on user-annotated addresses. by bart · 15 years ago
- 4565e27 Added missing newlines in debug tracing statements. by bart · 15 years ago
- b00ac4c Added support for marking happens-before annotated addresses in another way by bart · 15 years ago
- 468947b Source code cleanup - no functionality has been changed. by bart · 15 years ago
- b43825e Added yet another regression test. by bart · 15 years ago
- 9b41809 Follow-up for r11073: added missing segment creation statement. by bart · 15 years ago
- 09e026e Updated gcc version. by bart · 15 years ago
- 62cc232 Changes: by bart · 15 years ago
- d167b5c Updated Subversion ignore list. by bart · 15 years ago
- cf3eb1b Updated Makefile.am. by bart · 15 years ago
- 4dd957a Added the necessary files to run the smart pointer test program as a by bart · 15 years ago
- e37ff33 Added a test program that triggers several happens-before usage errors. by bart · 15 years ago
- 733db9e Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE(). by bart · 15 years ago
- 5530f5f Made the behavior of the annotate_smart_pointer test program configurable by bart · 15 years ago
- 83400fc Updated Subversion ignore list. by bart · 15 years ago
- e32f862 Changes: by bart · 15 years ago
- cbfb990 On amd64 all IPC calls behave as if the IPC_64 flag is set in the by tom · 15 years ago
- c710de6 Builds now on Win32 too. by bart · 15 years ago
- 406bac8 Rollup fixes for Helgrind: by sewardj · 15 years ago
- 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 15 years ago
- e7d4607 Show the requesting thread (tid) for each translation. by sewardj · 15 years ago
- 21e49d7 Added the source code of one more unit test. by bart · 15 years ago
- ebf5844 Fix out-of-date comment. by sewardj · 15 years ago
- 9b919b6 some updates for NEWS by njn · 15 years ago
- e08eb5f Updated the semantics of ANNOTATE_BENIGN_RACE() as discussed on the Valgrind by bart · 15 years ago
- 110743c Add a wrapper for the splice system call and wire it up on by tom · 15 years ago
- 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 15 years ago
- ce21563 by sewardj · 15 years ago
- 31b983d Removed trailing whitespace in C source and header files. by bart · 15 years ago
- 15bd0c8 Add parentheses round the "zzarg" macro argument when using it as it by tom · 15 years ago
- 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 15 years ago
- 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 15 years ago
- 7a75b36 Neither FUTEX_WAKE or FUTEX_WAKE_BITSET actually dereference the by tom · 15 years ago
- 01b768b Guard new debug print statement in r11045 correctly (at all!) by sewardj · 15 years ago
- 8ddb93a Get rid of kludgey and non-functional PID caching in the printing mechanism. by sewardj · 15 years ago
- 7e5634b Make -v messages w.r.t. finding of auxiliary debuginfo files less confusing. by sewardj · 15 years ago