]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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.
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:
next