]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-08-04  Nicholas Nethercotehandle_SCSS_change() need not be global.
2004-08-04  Nicholas NethercoteRemove sigshutdown_actions(), a hangover from the ...
2004-08-04  Nicholas NethercoteVG_(get_current_thread_state) doesn't exist, remove...
2004-08-04  Nicholas Nethercoteis_valid_or_empty_tid() doesn't need to be global.
2004-08-04  Nicholas NethercoteComment changes only -- compacting
2004-08-04  Nicholas NethercoteRemove no-longer-used prefixes.
2004-08-04  Nicholas Nethercotecomment wibble
2004-08-03  Nicholas NethercoteRemove VG_() from name of local function.
2004-08-03  Nicholas NethercoteTweaked sanity-checking: made function naming more...
2004-08-03  Nicholas NethercoteTweak stats printing -- use more consistent function...
2004-08-03  Nicholas Nethercotealloc_UCodeBlock didn't need to be in vg_include.h...
2004-08-03  Nicholas NethercoteMoved *definitions* of VALGRIND_INTERNAL_PRINTF and
2004-08-03  Nicholas NethercoteSimplified the interface to VG_(translate)(), and merge...
2004-08-03  Nicholas NethercotePut UCodeBlock get functions in a more sensible place...
2004-08-03  Nicholas NethercoteRemoved 6 global variables from vg_include.h without...
2004-08-03  Nicholas NethercoteComment changes only: s/skin/tool/
2004-08-03  Nicholas NethercoteFactor out differences between VG_(system) and PRE...
2004-08-02  Nicholas Nethercotecomment wibble
2004-08-02  Nicholas NethercoteRemoved cruft from vg_scheduler.c:
2004-08-02  Nicholas NethercoteScheduler counts don't need to be in vg_include.h....
2004-08-02  Nicholas Nethercotewhoops, forgot to remove these in the last commit
2004-08-02  Nicholas Nethercotesanity_*_count don't need to be in vg_include.h.
2004-08-02  Nicholas NethercoteSanity counters don't need to be in vg_include.h.
2004-08-02  Nicholas NethercoteTweak to remove another global variable from vg_include.h
2004-08-02  Nicholas NethercoteMake VG_(n_errs_found) local; replace globally with...
2004-08-02  Nicholas NethercoteMake the Supp and Error types local to vg_errcontext...
2004-08-02  Nicholas NethercoteFold VG_(send_signal_to_thread)() into vg_scheduler...
2004-08-01  Nicholas NethercoteFactor out commonality between VG_(synth_fault*)().
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.
next