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 |
2004-02-20 |
Dirk Mueller | get rid of the thread local storage tests until somebody |
commit | commitdiff | tree |
2004-02-15 |
Nicholas Nethercote | Add a pair of missing {pre,post}_mem_write events. |
commit | commitdiff | tree |
2004-02-15 |
Nicholas Nethercote | Fix so that new versions of system (using clone())... |
commit | commitdiff | tree |
2004-02-15 |
Nicholas Nethercote | whoops |
commit | commitdiff | tree |
2004-02-15 |
Nicholas Nethercote | Added copyright notice to all hp2ps source files. |
commit | commitdiff | tree |
2004-02-15 |
Nicholas Nethercote | This patch fixes getrlimit(RLIMIT_FILENO) to return... |
commit | commitdiff | tree |
2004-02-15 |
Nicholas Nethercote | fix code typo |
commit | commitdiff | tree |
2004-02-14 |
Nicholas Nethercote | Remove compile warnings. |
commit | commitdiff | tree |
2004-02-14 |
Nicholas Nethercote | Whoops, meant to add with Massif. |
commit | commitdiff | tree |
2004-02-14 |
Nicholas Nethercote | Whoops, meant to add this with the rest of Massif. |
commit | commitdiff | tree |
2004-02-14 |
Nicholas Nethercote | Adding Massif, the heap profiler. |
commit | commitdiff | tree |
2004-02-12 |
Nicholas Nethercote | Now doing pre_mem_read()s on the args to execve(),... |
commit | commitdiff | tree |
2004-02-12 |
Nicholas Nethercote | Add files I forgot to when I committed Tom Hughes'... |
commit | commitdiff | tree |
2004-02-11 |
Nicholas Nethercote | Heroic patch from Tom Hughes: |
commit | commitdiff | tree |
2004-02-10 |
Nicholas Nethercote | Added support for epoll. |
commit | commitdiff | tree |
2004-02-05 |
Jeremy Fitzhardinge | Fix for bug 73326. It seems that gcc 3.2.2 is generati... |
commit | commitdiff | tree |
2004-02-05 |
Nicholas Nethercote | Fix broken "make dist". |
commit | commitdiff | tree |
2004-02-01 |
Nicholas Nethercote | Killed the terminally wounded --stop-after option. |
commit | commitdiff | tree |
2004-01-31 |
Nicholas Nethercote | No longer showing debugging options for --help; only... |
commit | commitdiff | tree |
2004-01-26 |
Jeremy Fitzhardinge | Rearrange CPUID again. Moved most of the helper logic... |
commit | commitdiff | tree |
2004-01-26 |
Nicholas Nethercote | "VG_AR_SKIN" --> "VG_AR_TOOL" |
commit | commitdiff | tree |
2004-01-26 |
Nicholas Nethercote | Made code more concise. In particular: |
commit | commitdiff | tree |
2004-01-26 |
Nicholas Nethercote | Patch from Tom Hughes: |
commit | commitdiff | tree |
2004-01-26 |
Nicholas Nethercote | Patch from Tom Hughes: |
commit | commitdiff | tree |
2004-01-26 |
Nicholas Nethercote | Remove some small unnecessary, out-of-date bits |
commit | commitdiff | tree |
2004-01-26 |
Nicholas Nethercote | Fix comment |
commit | commitdiff | tree |
2004-01-25 |
Nicholas Nethercote | staticalise |
commit | commitdiff | tree |
2004-01-25 |
Nicholas Nethercote | Anti-globalisation |
commit | commitdiff | tree |
2004-01-25 |
Jeremy Fitzhardinge | Oops, make base static. |
commit | commitdiff | tree |
2004-01-25 |
Jeremy Fitzhardinge | Don't use TSC for internal timing purposes. This is... |
commit | commitdiff | tree |
2004-01-25 |
Jeremy Fitzhardinge | Virtualize CPUID. Rather than just using the host... |
commit | commitdiff | tree |
2004-01-24 |
Dirk Mueller | don't mess with prefix. |
commit | commitdiff | tree |
2004-01-24 |
Nicholas Nethercote | Forgot to remove this. |
commit | commitdiff | tree |
2004-01-24 |
Nicholas Nethercote | Moved stage2.c into vg_main.c. Merged main() and VG_... |
commit | commitdiff | tree |
next |