]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-06-27  Tom HughesBumped the core interface major version number to refle...
2004-06-27  Tom HughesRemoved all uses of nested functions as they only work...
2004-06-27  Tom HughesRemoved duplicate call to rw_remap.
2004-06-27  Tom HughesCommit the patch from bug 69508 that seeks to make...
2004-06-27  Nicholas Nethercotetypo
2004-06-27  Nicholas NethercotePrinting slightly more informative message when mmap...
2004-06-27  Nicholas NethercoteChanged (client-heap-size : client-map-seg-size) ratio...
2004-06-26  Tom HughesImplement an emulated soft limit for file descriptors...
2004-06-25  Tom HughesIgnore all addrcheck test output files.
2004-06-23  Nicholas NethercoteReduce rounding size for gap between shadow memory...
2004-06-22  Nicholas NethercoteRemove unused #define
2004-06-22  Nicholas NethercoteConvert VG_(exitcode), a global variable, into a local...
2004-06-22  Nicholas NethercoteRemove a function and global variable no longer needed.
2004-06-22  Nicholas NethercoteUpdate .cvsignore files
2004-06-22  Nicholas NethercoteSlightly disentangle main().
2004-06-22  Nicholas NethercoteRemove two no-longer-used global vars.
2004-06-22  Tom HughesPrevent applications from blocking SIGVGINT in the...
2004-06-21  Nicholas NethercoteStreamlined --help message a bit.
2004-06-21  Nicholas NethercoteRenamed the following options:
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...
next