]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-06-19  Robert WalshMemory pool support.
2004-06-19  Tom HughesDon't try and validate the contents of the environment...
2004-06-19  Tom HughesAdd support for the FIGETBSZ and FIBMAP ioctls based...
2004-06-19  Tom HughesAdd support for the HDIO_GET_IDENTITY ioctl based on...
2004-06-17  Tom HughesAdd support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIRE...
2004-06-17  Oswald Buddenhagenmake "make dist" work.
2004-06-16  Nicholas NethercoteIntroduced 4 macros to minimise boilerplate command...
2004-06-16  Tom HughesAdded VG_(cpuid) to replace the various bits of inline...
2004-06-16  Nicholas NethercoteReinstate -h option, which disappeared at some point.
2004-06-16  Nicholas NethercoteRemoved documentation references to the 'ioctl-VTIME...
2004-06-15  Nicholas NethercoteFixed up various command line option scenarios:
2004-06-15  Nicholas NethercoteCater for systems lacking AT_SYSINFO.
2004-06-14  Tom HughesDon't bother trying to test semtimedop if it isn't...
2004-06-14  Tom HughesInclude config.h so that the test for semtimedop works.
2004-06-14  Tom HughesFixed the sem test to work on systems with semtimedop.
2004-06-14  Nicholas NethercoteUnbreak compilation due to missing #define.
2004-06-14  Jeremy FitzhardingeFix problem with FC2's vdso (sysinfo) page, which lives...
2004-06-13  Tom HughesFixed cast to work on NPTL systems.
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...
next