]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-07-12  Nicholas NethercoteAdd comment.
2004-07-11  Nicholas NethercoteUpdate VG_(mmap)() in #if'd out branch.
2004-07-11  Nicholas NethercoteAdd some more assertion checking where it was lacking.
2004-07-11  Nicholas NethercoteRemoved some code from VG_(client_alloc)() that could...
2004-07-10  Nicholas NethercoteRemoved some unnecessary is_kerror() checks.
2004-07-10  Nicholas NethercoteAdded assertion checking to a whole bunch of mmap(...
2004-07-10  Nicholas NethercoteFormat wibble.
2004-07-10  Nicholas NethercoteFormat wibble
2004-07-10  Nicholas NethercoteWhoops, fix comment.
2004-07-10  Nicholas NethercoteRemove out-of-date comment.
2004-07-10  Nicholas NethercoteA few changes:
2004-07-10  Nicholas NethercoteComment changes only.
2004-07-10  Nicholas NethercoteRemove out-of-date comment -- should have been removed...
2004-07-10  Nicholas NethercoteRemoved the 'place-holder' behaviour of VG_(mmap)....
2004-07-10  Nicholas NethercoteChange allocation failure message which is no longer...
2004-07-10  Nicholas NethercoteMinor Makefile.am fix (doesn't actually change behaviou...
2004-07-10  Nicholas NethercoteDon't force tool redzones to be multiples of 8.
2004-07-10  Nicholas NethercoteFix for bug #78048.
2004-07-10  Nicholas NethercoteFixed --sloppy-malloc and --trace-malloc, debugging...
2004-07-07  Tom HughesOnly print a warning about not having identified the...
2004-07-06  Nicholas Nethercoteminor
2004-07-06  Nicholas NethercoteCompletely overhauled Cachegrind's data structures...
2004-07-03  Nicholas NethercoteRemove unused variable.
2004-07-02  Nicholas NethercoteFix meaningless typo.
2004-07-02  Jeremy FitzhardingeClarify that you can also iterate from the result of...
2004-07-01  Nicholas NethercoteCouple of clarifying comments about skip lists. (Commen...
2004-07-01  Julian SewardFix confusing and wrong comment in definition of live...
2004-06-30  Nicholas NethercoteFixed variable name mixup, removed no-longer-used VG_ST...
2004-06-30  Jeremy FitzhardingeAdd some comments describing the various kinds of magic...
2004-06-29  Tom HughesMake VPATH builds work so that valgrind can be built...
2004-06-28  Tom HughesRemove the .in_place directory on a make distclean.
2004-06-28  Tom HughesFixed typo in makefile.
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...
next