]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-07-21  Tom HughesFix checking of execve() when argv is a null pointer.
2004-07-21  Nicholas NethercoteCorrect Cachegrind changes; better late than never.
2004-07-21  Nicholas NethercoteType name wibble
2004-07-20  Julian SewardFix scary bug causing mis-identification of SSE stores...
2004-07-20  Julian SewardRemove duplicate suppressions for SuSE 9.0 (section...
2004-07-20  Nicholas Nethercotetypo
2004-07-20  Nicholas Nethercotecomment typo
2004-07-20  Julian SewardFix extremely obscure bug in xadd picked up by QEMU...
2004-07-20  Julian Sewardgcc sometimes generates "sbbl %reg,%reg" to convert...
2004-07-19  Tom HughesSome systems seem to need linux/netlink.h for linux...
2004-07-19  Nicholas NethercoteAdd another C call helper.
2004-07-18  Nicholas NethercoteInclude new_override.stdout.exp in 'make dist'.
2004-07-18  Julian Seward--> 2.1.3.CVS
2004-07-18  Nicholas NethercoteExtra info for FAQ.
2004-07-18  Julian Seward--> 2.1.2
2004-07-18  Julian Sewardadd #85416.
2004-07-18  Tom HughesOnly treat colons in the switch name as important when...
2004-07-17  Julian SewardVersion wibble
2004-07-17  Julian SewardTrack bug resolutions which happened today.
2004-07-17  Julian SewardDeltas from Jeremy.
2004-07-17  Nicholas NethercoteAdd a bunch of asserts to check the results of calls...
2004-07-17  Tom HughesMake the _dl_relocate_object suppressions more general...
2004-07-17  Julian SewardUpdate preamble a la Nick's suggestions.
2004-07-17  Nicholas NethercoteCheck mmap() and munmap() results at startup; they...
2004-07-17  Nicholas NethercoteClarify Cachegrind changes
2004-07-17  Julian Seward2.1.2 is imminent. I've tried to find all the changes...
2004-07-17  Tom HughesMake sure init_global_thread_specific_state() set the...
2004-07-17  Nicholas NethercoteSupport FBLD, FBSTP. Patch courtesy of Jani Monoses.
2004-07-16  Tom HughesFix typo in comment.
2004-07-16  Julian SewardBring this up to date.
2004-07-16  Nicholas NethercoteSlightly change, with J's approval, startup copyright...
2004-07-16  Nicholas Nethercoteapostrophe pedantry; comment change only
2004-07-16  Tom HughesAdd comments to explain the address space padding techn...
2004-07-16  Tom HughesCommit missing kernel interface definitions for async...
2004-07-15  Tom HughesImplement support for the async I/O system calls in...
2004-07-15  Nicholas NethercoteIf new/new[] fails and should throw an exception, abort...
2004-07-15  Nicholas NethercoteThis commit fixes things so that the client stack can...
2004-07-15  Nicholas NethercoteMerged Valgrind's heap and stack. This has two main...
2004-07-14  Nicholas NethercoteIntercept 'nothrow' versions of delete and delete[].
2004-07-12  Tom HughesMake sure the separator is restored when scan_colsep...
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.
next