]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-08-01  Nicholas NethercoteReplaced three global variables in vg_include.h with...
2004-08-01  Nicholas NethercoteCleaned up vg_include.h:
2004-08-01  Nicholas NethercoteFix bug #86254 -- symtab sorting was going array in...
2004-07-30  Nicholas NethercoteRemove redundant duplicates of stuff in vg_kerneliface.h.
2004-07-30  Nicholas NethercoteRemoved unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW.
2004-07-30  Nicholas NethercoteRestructured the as_*() functions so they are simpler...
2004-07-29  Tom HughesModify the ipc system call so that only those calls...
2004-07-29  Tom HughesModified the fcntl system call so that only those reaso...
2004-07-29  Tom HughesAdd support for allowing the POST function for a system...
2004-07-28  Nicholas NethercoteMerge equivalent if statements.
2004-07-27  Jeremy FitzhardingeFix the skiplist brokenness Nick found:
2004-07-26  Nicholas NethercoteAdded some comments.
2004-07-26  Nicholas NethercoteRename 'argv0' and 'argv1' to the more meaningful ...
2004-07-26  Nicholas NethercoteNeaten up ume.h: don't export readelf(), mapelf, and...
2004-07-26  Nicholas NethercoteRemove accidental double assignment. Also don't assume...
2004-07-26  Nicholas NethercoteEr, actually make this test meaningful. It now aborts...
2004-07-26  Nicholas NethercoteRemove unused global variable.
2004-07-26  Nicholas Nethercotemake non-exported function static
2004-07-25  Tom HughesMove the decoding of SFENCE out of the SSE only part...
2004-07-25  Tom HughesAdd instruction tests for the LFENCE/MFENCE/SFENCE...
2004-07-22  Nicholas NethercoteClarify error msgs
2004-07-22  Nicholas NethercoteIn response to bug #85665, clarify what --trace-childre...
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...
next