]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-06-13  Tom HughesAdd support for the semtimedop system call.
2004-06-13  Tom HughesWhen cancelling a thread that is waiting on a condition...
2004-06-13  Tom HughesAdd support for separate debug files, which are just...
2004-06-13  Tom HughesAdd a strrchr implementation.
2004-06-12  Tom HughesFixed the NPTL cleanup handler support to try and make...
2004-06-12  Tom HughesIt appears that NPTL uses a new system for dealing...
2004-06-04  Tom HughesThere is no __accept in any libc or libpthread that...
2004-06-03  Tom HughesAdd an extra suppression for Fedora Core 2/glibc 2...
2004-06-03  Tom HughesChanged cancellation wrappers to use dlsym(RTLD_NEXT...
2004-06-03  Jeremy FitzhardingeOops - fix up broken assert.
2004-06-03  Jeremy FitzhardingePartial fix for bug 76869. This fixes the problem...
2004-06-02  Nicholas NethercoteFix wishlist item 82098, thanks to Ralf Wildenhues:
2004-06-02  Nicholas NethercoteAdded "repne movs", not official but seems to occur...
2004-05-11  Nicholas NethercoteFix patch from this morning -- missing commas, erk
2004-05-11  Nicholas NethercoteTeach Massif about the 'nothrow' versions of new and...
2004-05-11  Nicholas NethercoteUpdate copyright
2004-05-05  Nicholas NethercoteFix for bug #80942.
2004-05-04  Nicholas NethercoteFix comment
2004-04-29  Robert WalshSuppressions for Fedora Core 2.
2004-04-29  Robert WalshImplement syscall 258, for those of use running Fedora...
2004-04-27  Nicholas NethercoteFix for bug 79355: fix up bogus assertion that was...
2004-04-26  Nicholas NethercoteAdd missing SSE case for Memcheck's instrumentation...
2004-04-26  Nicholas NethercoteTighten MOV's sanity checking slightly
2004-04-26  Nicholas NethercoteSplit some combined error messages, so they are more...
2004-04-25  Nicholas NethercoteFix supps for Valgrind's own libpthread leak.
2004-04-22  Nicholas NethercoteFix bug in helper_{IN,OUT} -- they weren't preserving...
2004-04-22  Tom HughesCope with AT_xCACHEBSIZE not being defined, which they...
2004-04-22  Nicholas NethercoteSETV and TESTV never have an ArchReg as their first...
2004-04-22  Tom HughesMake support for the FBIOGET ioctls conditional on...
2004-04-21  Tom HughesAdd support for the FBIOGET_VSCREENINFO and FBIOGET_FSC...
2004-04-21  Tom HughesChange the debugger attachment code to send the STOP...
2004-04-21  Tom HughesInitialise %cs, %ds and %ss in the virtual machine...
2004-04-21  Nicholas Nethercotefix typo
2004-04-21  Nicholas NethercoteUpdate for compulsory --tool
2004-04-20  Nicholas NethercoteAddrcheck wasn't instrumenting MMX2a1_MemRd... whoops...
2004-04-18  Nicholas NethercoteWhen printing code and an insane instruction is encount...
2004-04-18  Nicholas NethercoteIntroduce uWiden, similar to uCCall, uCond, etc.
2004-04-18  Nicholas NethercoteWith -v, print out contents of /proc/version at startup.
2004-04-17  Nicholas NethercoteAdd a "delete:" line to the regression test .vgtest...
2004-04-16  Robert WalshFix bug 73655.
2004-04-16  Nicholas NethercoteAdded comment clarifying RDTSC.
2004-04-16  Nicholas NethercoteIncrease sanity checking on .extra4b field for WIDEN...
2004-04-16  Nicholas NethercotePretty-print WIDENs properly.
2004-04-16  Nicholas NethercoteImproved pretty-printing:
2004-04-16  Nicholas NethercoteFix assertion failure msg.
2004-04-16  Nicholas NethercoteFix typo, and update bug-reporting procedure.
2004-04-16  Nicholas NethercoteMake that damn 'inherit' test stop failing, even if...
2004-04-14  Jeremy FitzhardingeQuiet an overly noisy message.
2004-04-14  Jeremy FitzhardingeFix for bug 77869. Names in stabs are terminated by...
2004-04-13  Robert WalshFix new override test.
2004-04-13  Robert WalshUpdate test for recent "recently" fix.
2004-04-13  Nicholas NethercoteSuppressions of jump errors were broken, because the...
2004-04-13  Nicholas NethercoteChanged error message from:
2004-04-12  Nicholas NethercoteRemove illegal '-' in @VERSION@.
2004-04-10  Nicholas NethercoteRemove "pre-history" handling for mutexes -- now that...
2004-04-10  Nicholas NethercoteAdded 2nd expected stderr output for trivialleak; ...
2004-04-10  Nicholas NethercoteUpdate for having added Massif.
2004-04-10  Nicholas NethercoteRevamped. Split into sections, added stuff about the...
2004-04-10  Nicholas NethercoteAdded acct() syscall.
2004-04-02  Nicholas NethercoteFix bug in hp2ps that caused the title to have negative...
2004-04-01  Nicholas NethercoteRemoved unused function.
2004-03-31  Tom HughesAdded more floating point instruction tests.
2004-03-31  Tom HughesImplement tcdrain in the pthread library. The fact...
2004-03-28  Tom HughesFix typo in FPU eflags fix.
2004-03-28  Tom HughesFor FPU/MMX/SSE instructions which don't reference...
2004-03-28  Tom HughesAdded more floating point instruction tests.
2004-03-28  Tom HughesFix typo that broke tests which compared the contents...
2004-03-28  Tom HughesIgnore generated files from insn_fpu test.
2004-03-28  Tom HughesAdded tests for floating point multiple and divide...
2004-03-27  Tom HughesFixed decoding of x87 instructions to handle those...
2004-03-27  Tom HughesExtended instruction test system to handle x87 floating...
2004-03-23  Tom HughesAdded some extra .cvsignore entries.
2004-03-23  Tom HughesCommit rewrite of semaphore handling to avoid having...
2004-03-22  Tom HughesStrip _nocancel from glibc stack traces so that __open_...
2004-03-22  Tom HughesRedirect _dl_sysinfo_int80, which is glibc's default...
2004-03-17  Jeremy FitzhardingeAdd susphello test, which has turned up a number of...
2004-03-16  Jeremy FitzhardingeWhen creating new threads, initially block all signals...
2004-03-16  Jeremy FitzhardingeInit the per-thread sigaltstacks properly. New threads...
2004-03-16  Nicholas NethercoteRemove Massif's version number now that it's part of...
2004-03-16  Tom HughesIgnore valgrind core files.
2004-03-16  Tom HughesAdded badseg to the list of things to ignore.
2004-03-16  Tom HughesFilter out the ": core dumped" message from test result...
2004-03-16  Tom HughesFixed compiler warning.
2004-03-16  Tom HughesAdded the new badseg test to the list of things to...
2004-03-16  Jeremy FitzhardingeThis change does two things: one is the implementation of
2004-03-16  Jeremy FitzhardingeMake the sigaltstack per-thread state, so that two...
2004-03-16  Jeremy FitzhardingePrint a backtrace for core-dumping signals, even if...
2004-03-15  Jeremy FitzhardingeOoops. Fix overly-hasty commit.
2004-03-15  Jeremy FitzhardingeBe a bit clearer about core-dumping messages (don't...
2004-03-15  Tom HughesMove the handling of PSHUFW from the SSE code to the...
2004-03-15  Jeremy FitzhardingeDon't bother setting the EI_OSABI entry in the core...
2004-03-15  Tom HughesFix compiler warnings.
2004-03-14  Julian SewardModify the memory manager so it "natively" supports...
2004-03-13  Dirk Muellerwhoops
2004-03-13  Dirk Muellerfix up the other places as well
2004-03-13  Jeremy FitzhardingeClose bug 71906. Set default malloc alignment to 8...
2004-03-13  Jeremy FitzhardingeFix bug 69872. This change adds a coredumper to vg_sig...
2004-03-13  Julian Sewardhead --> 2.1.2-CVS so as to distinguish it from everyt...
2004-03-12  Julian SewardUpdate for 2.1.1.
2004-03-12  Jeremy FitzhardingeFix "make distcheck", and also make sure that the gener...
next