Age | Commit message (Expand) | Author | Files | Lines |
2009-06-03 | Don't print stack traces by default for unhandled syscalls -- it's not that | njn | 1 | -2/+0 |
2009-06-03 | A number of changes relating to syscall numbering: | njn | 4 | -27/+30 |
2009-05-29 | Add a comment. | njn | 1 | -0/+4 |
2009-05-28 | Use --gen-suppressions=all rather than =yes, since the latter causes | sewardj | 1 | -1/+1 |
2009-05-28 | Make this file executable. | njn | 1 | -0/+0 |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 31 | -37/+2606 |
2009-05-22 | DARWIN sync: all the timeval stuff | njn | 2 | -6/+22 |
2009-05-20 | DARWIN sync: increase the limit before we complain about large regions being | njn | 1 | -1/+1 |
2009-05-19 | DARWIN sync wibble. | njn | 1 | -0/+2 |
2009-05-19 | DARWIN sync wibble. | njn | 1 | -1/+1 |
2009-05-19 | Merge r9324 (bug152022 portability fix) from the DARWIN branch. | njn | 2 | -7/+1 |
2009-05-19 | Sync trunk with DARWIN branch. | njn | 1 | -2/+2 |
2009-05-19 | Merge part of r9140 (filter_xml tweak) from the DARWIN branch. | njn | 1 | -1/+1 |
2009-05-19 | Minor trunk/DARWIN sync. | njn | 1 | -2/+2 |
2009-05-18 | Merge r9900 (make dist fixes) from the MESSAGING_TIDYUP branch. | njn | 1 | -0/+2 |
2009-05-18 | Fix some broken XML tags. | njn | 1 | -1/+1 |
2009-05-18 | Merge parts of r9775, r9777, r9789, r9794 from the DARWIN branch. | njn | 2 | -9/+13 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -0/+1 |
2009-05-08 | Created a new module, m_aspacehl. Factored out three(!) copies of | njn | 1 | -35/+2 |
2009-05-06 | Make loss record ordering more deterministic, so that regtests are reliable. | njn | 2 | -6/+15 |
2009-05-06 | Change a #include to make the test more portable. | njn | 1 | -1/+1 |
2009-05-06 | Fix bug #191182, where printing the leak checker results was really slow if | njn | 13 | -198/+412 |
2009-05-04 | Merge r9761 (fix a comment) from the trunk. | njn | 1 | -4/+1 |
2009-05-04 | Don't compile Linux-only redirects on non-Linux platforms. | njn | 1 | -4/+20 |
2009-05-04 | Remove unused .exp files for sigkill. | njn | 3 | -405/+1 |
2009-05-04 | Merged r9741 (make post-syscall more portable) from the DARWIN branch. | njn | 6 | -18/+5 |
2009-05-01 | Compiles now on RHEL 5.3 systems. In the RHEL 5.3 headers __NR_timerfd_create... | bart | 1 | -2/+11 |
2009-05-01 | Renamed various things for clarity. Added some comments. And fixed the | njn | 5 | -76/+88 |
2009-04-30 | Fix test breakage caused by r9694. | njn | 3 | -9/+12 |
2009-04-29 | Use -q on varinfo tests to avoid platform-specific differences in number of | njn | 14 | -84/+7 |
2009-04-28 | Merged r9653..r9655 (fixed terminal signal handling in Darwin) from DARWIN | njn | 6 | -85/+25 |
2009-04-27 | Merge r9614 (make more_x86_fp compile on darwin) from the DARWIN branch. | njn | 1 | -2/+2 |
2009-04-25 | Merge r9621 (move int3-x86 into x86-linux/) from the DARWIN branch. | njn | 6 | -2/+2 |
2009-04-25 | Merge r9619 (fix more_x86_fp on Darwin) from the DARWIN branch. | njn | 1 | -3/+3 |
2009-04-24 | Unbreak pushfpopf on Linux. | njn | 1 | -0/+6 |
2009-04-24 | Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch. | njn | 1 | -5/+4 |
2009-04-24 | Merge r9610 (AM_CCASFLAGS tweaks for test Makefiles) from the DARWIN branch. | njn | 3 | -7/+7 |
2009-04-24 | Merge r9605 (make tronical work on Darwin) from the DARWIN branch. | njn | 2 | -18/+13 |
2009-04-24 | Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) | njn | 2 | -1/+1 |
2009-04-17 | Move with-space to linux/, because it's hard to replicate on Darwin. | njn | 6 | -9/+16 |
2009-04-16 | Remove nanoleak.vgtest, it's a trivial test. nanoleak.c is used by | njn | 5 | -9/+2 |
2009-04-15 | Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN | njn | 1 | -3/+0 |
2009-04-15 | Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. | njn | 2 | -8/+1 |
2009-04-15 | Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN | njn | 21 | -49/+62 |
2009-03-30 | Handle new pseudo-register IP_AT_SYSCALL when origin-tracking is | sewardj | 1 | -2/+4 |
2009-03-20 | Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). | sewardj | 1 | -2/+2 |
2009-03-16 | This should have gone in with the last commit. | njn | 1 | -0/+12 |
2009-03-16 | - Turn exit_group() into exit() in the Memcheck filter, for greater | njn | 8 | -438/+11 |
2009-03-15 | Merge r9419 (make describe-block portable) from the DARWIN branch. | njn | 2 | -12/+6 |
2009-03-15 | Fix all the non-VEX problems identified with the Clang Static Analyzer. | njn | 2 | -34/+22 |