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