2004-04-13 |
Robert Walsh | Update test for recent "recently" fix. |
commit | commitdiff | tree |
2004-04-13 |
Nicholas Nethercote | Suppressions of jump errors were broken, because the... |
commit | commitdiff | tree |
2004-04-13 |
Nicholas Nethercote | Changed error message from: |
commit | commitdiff | tree |
2004-04-12 |
Nicholas Nethercote | Remove illegal '-' in @VERSION@. |
commit | commitdiff | tree |
2004-04-10 |
Nicholas Nethercote | Remove "pre-history" handling for mutexes -- now that... |
commit | commitdiff | tree |
2004-04-10 |
Nicholas Nethercote | Added 2nd expected stderr output for trivialleak; ... |
commit | commitdiff | tree |
2004-04-10 |
Nicholas Nethercote | Update for having added Massif. |
commit | commitdiff | tree |
2004-04-10 |
Nicholas Nethercote | Revamped. Split into sections, added stuff about the... |
commit | commitdiff | tree |
2004-04-10 |
Nicholas Nethercote | Added acct() syscall. |
commit | commitdiff | tree |
2004-04-02 |
Nicholas Nethercote | Fix bug in hp2ps that caused the title to have negative... |
commit | commitdiff | tree |
2004-04-01 |
Nicholas Nethercote | Removed unused function. |
commit | commitdiff | tree |
2004-03-31 |
Tom Hughes | Added more floating point instruction tests. |
commit | commitdiff | tree |
2004-03-31 |
Tom Hughes | Implement tcdrain in the pthread library. The fact... |
commit | commitdiff | tree |
2004-03-28 |
Tom Hughes | Fix typo in FPU eflags fix. |
commit | commitdiff | tree |
2004-03-28 |
Tom Hughes | For FPU/MMX/SSE instructions which don't reference... |
commit | commitdiff | tree |
2004-03-28 |
Tom Hughes | Added more floating point instruction tests. |
commit | commitdiff | tree |
2004-03-28 |
Tom Hughes | Fix typo that broke tests which compared the contents... |
commit | commitdiff | tree |
2004-03-28 |
Tom Hughes | Ignore generated files from insn_fpu test. |
commit | commitdiff | tree |
2004-03-28 |
Tom Hughes | Added tests for floating point multiple and divide... |
commit | commitdiff | tree |
2004-03-27 |
Tom Hughes | Fixed decoding of x87 instructions to handle those... |
commit | commitdiff | tree |
2004-03-27 |
Tom Hughes | Extended instruction test system to handle x87 floating... |
commit | commitdiff | tree |
2004-03-23 |
Tom Hughes | Added some extra .cvsignore entries. |
commit | commitdiff | tree |
2004-03-23 |
Tom Hughes | Commit rewrite of semaphore handling to avoid having... |
commit | commitdiff | tree |
2004-03-22 |
Tom Hughes | Strip _nocancel from glibc stack traces so that __open_... |
commit | commitdiff | tree |
2004-03-22 |
Tom Hughes | Redirect _dl_sysinfo_int80, which is glibc's default... |
commit | commitdiff | tree |
2004-03-17 |
Jeremy Fitzhardinge | Add susphello test, which has turned up a number of... |
commit | commitdiff | tree |
2004-03-16 |
Jeremy Fitzhardinge | When creating new threads, initially block all signals... |
commit | commitdiff | tree |
2004-03-16 |
Jeremy Fitzhardinge | Init the per-thread sigaltstacks properly. New threads... |
commit | commitdiff | tree |
2004-03-16 |
Nicholas Nethercote | Remove Massif's version number now that it's part of... |
commit | commitdiff | tree |
2004-03-16 |
Tom Hughes | Ignore valgrind core files. |
commit | commitdiff | tree |
2004-03-16 |
Tom Hughes | Added badseg to the list of things to ignore. |
commit | commitdiff | tree |
2004-03-16 |
Tom Hughes | Filter out the ": core dumped" message from test result... |
commit | commitdiff | tree |
2004-03-16 |
Tom Hughes | Fixed compiler warning. |
commit | commitdiff | tree |
2004-03-16 |
Tom Hughes | Added the new badseg test to the list of things to... |
commit | commitdiff | tree |
2004-03-16 |
Jeremy Fitzhardinge | This change does two things: one is the implementation of |
commit | commitdiff | tree |
2004-03-16 |
Jeremy Fitzhardinge | Make the sigaltstack per-thread state, so that two... |
commit | commitdiff | tree |
2004-03-16 |
Jeremy Fitzhardinge | Print a backtrace for core-dumping signals, even if... |
commit | commitdiff | tree |
2004-03-15 |
Jeremy Fitzhardinge | Ooops. Fix overly-hasty commit. |
commit | commitdiff | tree |
2004-03-15 |
Jeremy Fitzhardinge | Be a bit clearer about core-dumping messages (don't... |
commit | commitdiff | tree |
2004-03-15 |
Tom Hughes | Move the handling of PSHUFW from the SSE code to the... |
commit | commitdiff | tree |
2004-03-15 |
Jeremy Fitzhardinge | Don't bother setting the EI_OSABI entry in the core... |
commit | commitdiff | tree |
2004-03-15 |
Tom Hughes | Fix compiler warnings. |
commit | commitdiff | tree |
2004-03-14 |
Julian Seward | Modify the memory manager so it "natively" supports... |
commit | commitdiff | tree |
2004-03-13 |
Dirk Mueller | whoops |
commit | commitdiff | tree |
2004-03-13 |
Dirk Mueller | fix up the other places as well |
commit | commitdiff | tree |
2004-03-13 |
Jeremy Fitzhardinge | Close bug 71906. Set default malloc alignment to 8... |
commit | commitdiff | tree |
2004-03-13 |
Jeremy Fitzhardinge | Fix bug 69872. This change adds a coredumper to vg_sig... |
commit | commitdiff | tree |
2004-03-13 |
Julian Seward | head --> 2.1.2-CVS so as to distinguish it from everyt... |
commit | commitdiff | tree |
2004-03-12 |
Julian Seward | Update for 2.1.1. |
commit | commitdiff | tree |
2004-03-12 |
Jeremy Fitzhardinge | Fix "make distcheck", and also make sure that the gener... |
commit | commitdiff | tree |
2004-03-12 |
Julian Seward | Partially unbreak 'make distcheck'. |
commit | commitdiff | tree |
2004-03-11 |
Jeremy Fitzhardinge | Oops, passing wrong thing to st_mkarray |
commit | commitdiff | tree |
2004-03-09 |
Tom Hughes | Anonymise path names for libc's built with debg symbols. |
commit | commitdiff | tree |
2004-03-09 |
Tom Hughes | Add an alternate (appropriately filtered) result for... |
commit | commitdiff | tree |
2004-03-09 |
Tom Hughes | Fix expected standard error output for mmxext tests... |
commit | commitdiff | tree |
2004-03-09 |
Jeremy Fitzhardinge | Fix bug 69856; teach Helgrind about all the new SSE... |
commit | commitdiff | tree |
2004-03-09 |
Jeremy Fitzhardinge | Use Tom's instruction set tests on all tools which... |
commit | commitdiff | tree |
2004-03-09 |
Jeremy Fitzhardinge | Fix for bug 73892; implement 'S' set/bitstring stabs... |
commit | commitdiff | tree |
2004-03-09 |
Jeremy Fitzhardinge | Raise RLIMIT_AS to max allowable, so that we can create... |
commit | commitdiff | tree |
2004-03-09 |
Jeremy Fitzhardinge | Cope with strange templated symbol names containing... |
commit | commitdiff | tree |
2004-03-08 |
Tom Hughes | Remove function which is no longer used following the... |
commit | commitdiff | tree |
2004-03-08 |
Nicholas Nethercote | Turn off warning with -q. |
commit | commitdiff | tree |
2004-03-07 |
Tom Hughes | Add some alternate regression test results for older... |
commit | commitdiff | tree |
2004-03-07 |
Tom Hughes | Fix the handling of libc thread specific data so that... |
commit | commitdiff | tree |
2004-03-07 |
Julian Seward | Be slightly less verbose at -v. |
commit | commitdiff | tree |
2004-03-06 |
Tom Hughes | Treat INT with an operand other than 0x80 as an undefin... |
commit | commitdiff | tree |
2004-03-06 |
Jeremy Fitzhardinge | We need to specify some version. |
commit | commitdiff | tree |
2004-03-05 |
Jeremy Fitzhardinge | Fix bug 76780 - implement stabs type '@' for pointer... |
commit | commitdiff | tree |
2004-03-04 |
Tom Hughes | Add support for 16 bit pushes and pops of segment regis... |
commit | commitdiff | tree |
2004-03-04 |
Jeremy Fitzhardinge | List memalign as an allocator. |
commit | commitdiff | tree |
2004-03-04 |
Nicholas Nethercote | Remove comma from last element of enum; C++ apparently... |
commit | commitdiff | tree |
2004-03-02 |
Jeremy Fitzhardinge | Don't intercept mmap yet, until everything else is... |
commit | commitdiff | tree |
2004-03-02 |
Jeremy Fitzhardinge | Fix assertion failure when using VG_(system) near progr... |
commit | commitdiff | tree |
2004-03-01 |
Nicholas Nethercote | Make vg_regtest return 1 if any tests fail. Useful... |
commit | commitdiff | tree |
2004-03-01 |
Dirk Mueller | remove arch subdir for 2.1.1 release |
commit | commitdiff | tree |
2004-02-29 |
Nicholas Nethercote | Patch from Bartosz Taudul: latest GCC requires regparm... |
commit | commitdiff | tree |
2004-02-29 |
Tom Hughes | Added some extra suppressions for glibc 2.2.5 on RedHat... |
commit | commitdiff | tree |
2004-02-29 |
Tom Hughes | Modified the basic standard error filter to strip out... |
commit | commitdiff | tree |
2004-02-29 |
Tom Hughes | Add an extra suppression for glibc 2.3.2 on RedHat... |
commit | commitdiff | tree |
2004-02-29 |
Tom Hughes | Changed the fdleak tests to explicitly attach /dev... |
commit | commitdiff | tree |
2004-02-29 |
Nicholas Nethercote | Allow multiple .exp files, eg. foo.stderr.exp, foo... |
commit | commitdiff | tree |
2004-02-28 |
Nicholas Nethercote | Adjust vg_pthread_cond_t so it works with an older... |
commit | commitdiff | tree |
2004-02-28 |
Dirk Mueller | adding suppressions for Redhat 7.2, patch by Tom Hughes |
commit | commitdiff | tree |
2004-02-28 |
Nicholas Nethercote | Some newer systems have a new version of pthreadtypes... |
commit | commitdiff | tree |
2004-02-26 |
Nicholas Nethercote | Move the '-lm' link flag to the end of the command... |
commit | commitdiff | tree |
2004-02-25 |
Julian Seward | Add the nightly build scripts. |
commit | commitdiff | tree |
2004-02-25 |
Jeremy Fitzhardinge | Fix shmdt by using the right argument for the shared... |
commit | commitdiff | tree |
2004-02-24 |
Nicholas Nethercote | Check new fds are not within Valgrind's reserved range... |
commit | commitdiff | tree |
2004-02-24 |
Jeremy Fitzhardinge | This fixes bug 75614. It seems that a symbol can be... |
commit | commitdiff | tree |
2004-02-24 |
Jeremy Fitzhardinge | Fix the use of brk. This change removes the requiremen... |
commit | commitdiff | tree |
2004-02-24 |
Nicholas Nethercote | Fix 'make dist'. |
commit | commitdiff | tree |
2004-02-23 |
Dirk Mueller | patch by Tom Hughes to make it work with gcc 2.96 |
commit | commitdiff | tree |
2004-02-23 |
Nicholas Nethercote | Fix var names in prototypes. |
commit | commitdiff | tree |
2004-02-23 |
Nicholas Nethercote | Added various functions that make instrumentation easie... |
commit | commitdiff | tree |
2004-02-23 |
Nicholas Nethercote | Changed bug_reports_to. |
commit | commitdiff | tree |
2004-02-22 |
Nicholas Nethercote | Update and add various .cvsignore files. |
commit | commitdiff | tree |
2004-02-22 |
Nicholas Nethercote | Three CDROM ioctls, from Rocky Bernstein. |
commit | commitdiff | tree |
2004-02-22 |
Nicholas Nethercote | Remove system-dependent output from test. |
commit | commitdiff | tree |
2004-02-22 |
Nicholas Nethercote | Patch from Tom Hughes: |
commit | commitdiff | tree |
2004-02-21 |
Dirk Mueller | sigh |
commit | commitdiff | tree |
next |