]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2003-04-08  Nicholas NethercoteFixed minor printf bogons.
2003-04-08  Nicholas NethercoteRemoved support for the 1.0.X series from the regressio...
2003-04-08  Nicholas NethercoteThis commit moves some skin-specific stuff out of core...
2003-04-07  Julian SewardAdd and use a configure test to determine if this is...
2003-04-07  Nicholas Nethercote--------------------------------------------------...
2003-04-06  Julian SewardUn-break the head -- the LD_ASSUME_KERNEL thing breaks...
2003-04-06  Julian SewardA minimal set of changes to make it work on Red Hat...
2003-04-04  Julian SewardImplement MMX movd where the src is an mmxreg and the...
2003-04-04  Julian SewardRationalise ucode generation for 4-byte moves into...
2003-04-03  Julian SewardSupport __NR_munlockall (syscall 151).
2003-04-03  Julian SewardAdd a fix for this
2003-04-03  Julian SewardUpdate update-date.
2003-04-03  Julian SewardDocument renaming of valgrind.h to memcheck.h.
2003-04-03  Dirk Muellerfix this test for me. You can't rely on having exactly...
2003-04-02  Julian Sewardthe following small patch adds support for the (ancient...
2003-04-01  Julian SewardFix a couple of missing MMX instructions. As far as...
2003-03-31  Nicholas NethercoteUpdated the `cpuid' regression test for the new MMX...
2003-03-30  Julian SewardTeach memcheck skin how to deal with MMX instrumentation.
2003-03-28  Julian SewardTeach cachegrind about MMX uopcodes. Nick, can you...
2003-03-27  Julian SewardMore MMX stuff, including a bunch of prefetch insns.
2003-03-27  Julian SewardUpdate response to 'cpuid' to claim MMXness. Revised...
2003-03-27  Julian SewardMore C++ syntax leakage fixes.
2003-03-27  Julian SewardFix C++ syntax leakage.
2003-03-26  Julian SewardFix a bug to do with lazy eflags updating and FPU insns.
2003-03-26  Julian SewardImplement support for the MMX instruction set. The...
2003-03-25  Nicholas NethercoteDocumentation changes only.
2003-03-16  Julian SewardSuppressions for SuSE 8.2.
2003-03-16  Julian SewardFix up the documentation to be just about OK for versio...
2003-03-15  Julian SewardComment change only: remove discussion of --client...
2003-03-15  Julian SewardDuh. Make the system buildable again following recent...
2003-03-15  Julian Sewardstartup_segment_callback: Get rid of completely pointle...
2003-03-15  Julian SewardVarious fixes to the client-perms include files to...
2003-03-15  Julian SewardA little cpp magic to cause compilation to fail if...
2003-03-07  Nicholas NethercoteFix stupid typo in last commit.
2003-03-07  Nicholas NethercoteFixed very minor bug with profiling. With cachegrind...
2003-03-06  Nicholas Nethercotevg_profile.c, which is #included by skins that want...
2003-03-01  Julian SewardRequire automake >= 1.5, as suggested by Dirk Mueller.
2003-02-28  Julian SewardChange a bunch of AM_CFLAGS, AM_CXXFLAGS to CFLAGS...
2003-02-26  Nicholas NethercoteAdded a stderr filter for new_override, that removes...
2003-02-25  Julian SewardMake CXXFLAGS be the same as AM_CXXFLAGS, so the correc...
2003-02-25  Dirk Muellerdon't delete it too early
2003-02-25  Dirk Muellerfix make distcheck with newer automake
2003-02-24  Nicholas NethercoteAdded a regression test that checks if command line...
2003-02-24  Julian SewardUndo rev 1.78, which I committed by accident. Duh.
2003-02-24  Julian Seward o I fixed a small bug: the code in coregrind/vg_sys...
2003-02-24  Nicholas NethercoteChange the recently added VG_(memcmp) to use UChars...
2003-02-24  Julian SewardFixes handling of parameters with spaces in, and misc...
2003-02-24  Julian SewardSupport for glibc-2.3.X. (from Stephan Kulow)
2003-02-24  Nicholas Nethercote[Julian, you might like to check these changes]
2003-02-24  Nicholas NethercoteAdded two new events: pre_deliver_signal and post_deliv...
2003-02-24  Nicholas NethercoteAdded two new events: pre_deliver_signal and post_deliv...
2003-02-24  Nicholas NethercoteAdded a useful skin instrumentation function.
2003-02-24  Nicholas NethercoteIncreased maximum number of non-compact helpers.
2003-02-23  Julian Seward Initial rough hack to spot the stack segment at...
2003-02-23  Julian SewardFix comment bug.
2003-02-23  Julian SewardMake poll() return (errno==EINTR) if the poll is interr...
2003-02-23  Julian SewardHopefully deal with system 252 (__NR_exit_group) correctly.
2003-02-23  Julian Seward---> 1.9.4
2003-02-23  Julian SewardSupport kernels > 2.5.43 (David Kimdon <dwhedon@debian...
2003-02-23  Julian SewardApply the following:
2003-02-23  Julian SewardFurther cleanups re new method for finding the stack...
2003-02-23  Julian SewardInitial rough hack to spot the stack segment at startup...
2003-02-19  Nicholas NethercoteChanged comments only: added a couple of missing sysca...
2003-02-17  Nicholas NethercoteCommitted Jeremy F's patch 86:
2003-02-10  Nicholas NethercoteFixed a minor bug -- the condition for determining...
2003-02-06  Nicholas NethercoteFix really stupid cut + paste error.
2003-02-05  Nicholas NethercoteUgh, fixed it properly this time.
2003-02-05  Nicholas NethercoteFixed comment typo.
2003-02-03  Nicholas NethercoteMade VGOFF_(helper_idiv_64_32) and all the similar...
2003-02-03  Nicholas NethercoteMinor documentation update about 'details'.
2003-02-03  Nicholas NethercoteMade the setting of VG_(details).avg_translation_sizeB...
2003-02-03  Nicholas NethercoteAdded some functions for skins to access shadow registers:
2003-02-03  Nicholas NethercoteAdded a comment.
2003-02-03  Nicholas NethercoteRenamed VG_(nameCondcode)() as VG_(name_UCondcode)...
2003-02-03  Nicholas NethercoteFixed minor error in --trace-codegen=1xxxx output that...
2003-02-03  Nicholas NethercoteMade more informative the error message that is shown...
2003-01-28  Nicholas NethercoteAdded VG_(get_obj)().
2003-01-28  Nicholas NethercoteTwo minor changes:
2003-01-28  Nicholas NethercoteSmall changes to expected output, due to recent changes...
2003-01-05  Julian SewardI forgot to get rid of these when deleting the client...
2003-01-05  Julian SewardAdd syscall 185 (__NR_capset). From Gerald Carter...
2003-01-05  Julian SewardOnly complain three times about unhandled ioctls, then...
2003-01-05  Julian SewardIncrease default bb limit from 1e+12 to 1e+15. The...
2002-12-28  Julian SewardWhen ignoring memcheck-style client requests for block...
2002-12-28  Julian SewardRemove the mechanism which allowed clients to set block...
2002-12-28  Julian SewardRecognise Leak suppressions.
2002-12-28  Julian Sewardsynth_jcond_lit: fix bug in the sequences generated...
2002-12-28  Julian SewardMinor cleanup and verification of the lazy-eflag optimi...
2002-12-26  Julian SewardFix type errors in args to VG_(new_emit). No practical...
2002-12-26  Julian SewardImplement pthread_getconcurrency, in the same way as...
2002-12-26  Julian SewardFix longstanding bug in make_thread_jump_to_cancelhdlr...
2002-12-26  Julian SewardDon't panic on encountering a LeakSupp.
2002-12-26  Julian SewardImplement suppressions for leak checks, which is a...
2002-12-22  Julian SewardDon't assume Perl lives in /usr/bin; do a proper test...
2002-12-22  Julian Seward--> 1.9.3 (not ready yet, but change it anyway)
2002-12-22  Julian SewardVG_(print_malloc_stats): change a %d to a %u.
2002-12-22  Julian Sewardvg_scan_all_valid_memory: Don't prod any page unless...
2002-12-16  Julian SewardImplement ADC Ib, AL.
2002-12-16  Julian SewardFix bug in MOV Iv,Ev when Ev is a reg. Noticed by...
2002-12-15  Julian SewardSuppressions for R H 8.
next