]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2007-11-25  Julian SewardCreate a new chapter in the Valgrind Manual: a chapter...
2007-11-24  Julian SewardAttempt to shake out uses of uninitialised malloc'd...
2007-11-24  Julian SewardUpdate expected outputs.
2007-11-24  Julian SewardDon't let the debugger attachment fail silently in...
2007-11-23  Nicholas NethercoteTweak VG_(expand_file_name), as per Josef's suggestions.
2007-11-23  Nicholas Nethercoteupdate
2007-11-23  Nicholas NethercoteFixed up the log file mess throughout, including the...
2007-11-22  Nicholas NethercoteAvoid some compiler warnings.
2007-11-22  Nicholas NethercoteAdd support for %q in --massif-out-file. Todo: use...
2007-11-22  Julian SewardUpdate documents in preparation for 3.3.0, and restruct...
2007-11-22  Julian SewardAdd a page listing papers etc about Valgrind. Cut...
2007-11-21  Tom HughesUpdate bug status.
2007-11-21  Tom HughesDon't load debug sections from the linked debug file...
2007-11-20  Julian SewardSupport sys_utimensat on x86-linux. (Dan McGee)
2007-11-20  Julian SewardFollowup to r7192: don't bork the compilation if GDB_PA...
2007-11-20  Julian SewardHandle sys_getitimer on ppc32-linux and ppc64-linux.
2007-11-20  Julian SewardIn the --help text, print the actual name of the GDB...
2007-11-20  Julian SewardBe more robust against malformed DWARF2 line number...
2007-11-20  Nicholas NethercoteDo Massif output file name properly. Default is massif...
2007-11-20  Nicholas Nethercoteshut GCC up
2007-11-20  Nicholas Nethercoteupdate
2007-11-19  Julian SewardZero out the vki_user_regs_struct before using it....
2007-11-19  Julian SewardUpdate.
2007-11-19  Julian SewardAdd initial code to support debugger attaching on ppc64...
2007-11-19  Julian SewardMinor tidyings to the debugger-attach code, as part...
2007-11-19  Julian SewardWhen doing ptrace on amd64-linux, provide values which...
2007-11-18  Julian SewardInitial glibc-2.7 suppressions for Helgrind. Also...
2007-11-18  Julian SewardPreliminary support for Fedora 8, which includes initia...
2007-11-18  Julian Seward* more suppressions, for glibc-2.5 on ppc64
2007-11-18  Julian SewardTry to fix, or at least avoid if possible, some arbitra...
2007-11-17  Julian SewardAdd regtest for the --child-silent-after-fork added...
2007-11-17  Julian SewardAdd a new flag, --child-silent-after-fork=no|yes [no...
2007-11-17  Julian SewardDon't pollute the XML output if the program terminates...
2007-11-17  Julian SewardMake handling of setuid executables marginally more...
2007-11-17  Julian SewardMakefile.tool-inplace.am: correctly handle tool names...
2007-11-17  Julian SewardSpelling fixes and misc tidying for the manual. (Brian...
2007-11-17  Julian SewardUpdate.
2007-11-17  Julian SewardStack registration stuff: don't dereference NULL pointe...
2007-11-17  Julian SewardDon't segfault on syscall (SYS_io_destroy, 0). (Jakub...
2007-11-17  Julian SewardAdd support for private futexes (whatever they might...
2007-11-16  Julian SewardDon't crap out when malloc_stats is called; instead...
2007-11-16  Julian SewardMake one redirect mandatory for ppc64-linux.
2007-11-16  Julian SewardMake one of the ppc32-linux initial redirects mandatory...
2007-11-16  Julian SewardIntroduce the concept of a 'mandatory redirection'...
2007-11-16  Julian SewardAvoid hundreds of warnings from -Winline on gcc-4.3:
2007-11-16  Julian SewardBack out bogus strict-aliasing hacks and use -fno-stric...
2007-11-16  Julian SewardChange the baseline optimisation level from -O to -O2.
2007-11-16  Julian SewardUpdate.
2007-11-16  Julian SewardRename a couple more UInts which really should be SVals.
2007-11-15  Julian SewardAdd a regression test for #152022.
2007-11-14  Julian SewardGive shadow values their own type (SVal) for the usual
2007-11-13  Julian SewardUpdate the list of unfixed bugs. Depressingly long.
2007-11-13  Julian SewardIntercept __memcpy_chk, which appears in glibc-2.6...
2007-11-13  Julian SewardEven more suppressions for glibc-2.6.
2007-11-12  Nicholas NethercoteAnother attempt at fixing some Massif regtest failures.
2007-11-12  Nicholas NethercoteFix verbose output filtering for Massif.
2007-11-12  Julian SewardMore glibc-2.6 suppressions.
2007-11-11  Nicholas Nethercote- Make other integer CLO macros more correct, as I...
2007-11-11  Nicholas NethercoteAdd four 'strtoll' variants, which are like 'atoll...
2007-11-11  Nicholas NethercoteAdd some seemingly unnecessary initialisations to shut...
2007-11-11  Julian SewardIn vg_SP_update_pass (stack-pointer-change analysis...
2007-11-11  Julian SewardAdd some Helgrind suppressions for LinuxThreads.
2007-11-11  Julian SewardAvoid compilation warnings from gcc-3.2 (about 'index...
2007-11-11  Julian SewardComment-only change.
2007-11-11  Julian SewardDon't hang on some old systems, since that makes the...
2007-11-11  Julian SewardEnsure omega.h is copied into the installation tree...
2007-11-10  Julian SewardFollowup to r7105: stop gcc complaining about violation...
2007-11-10  Julian SewardFix bogus grammar in r7139.
2007-11-10  Julian SewardClarify reason for existence of track_pre_thread_ll_cre...
2007-11-10  Julian SewardInclude omega.h in the distribution tarball, else build...
2007-11-10  Julian SewardRemove old Helgrind suppressions.
2007-11-10  Julian SewardFix compilation on ppc platforms.
2007-11-10  Julian SewardBack out r7132.
2007-11-10  Nicholas NethercoteFilter out some of Massif's verbose output that varies...
2007-11-10  Nicholas NethercoteChanged Massif to record the 'slop' heap bytes caused...
2007-11-10  Nicholas Nethercotefix toolname in Helgrind suppressions
2007-11-09  Julian SewardRename in the manual.
2007-11-09  Julian SewardStop xsltproc barfing on un-escaped '&'.
2007-11-09  Julian SewardMerge (from branches/THRCHECK) misc build-system change...
2007-11-09  Julian SewardMerge (from branches/THRCHECK) r7043:
2007-11-09  Julian SewardI got a bit confused with glibc-2.6.X suppressions...
2007-11-09  Julian SewardAllow VG_(atoll16) to accept a leading "0x".
2007-11-09  Julian SewardOops (a second time), this was missed out of r7118...
2007-11-09  Julian SewardMerge (from branches/THRCHECK) the following two change...
2007-11-09  Julian SewardOops, this was missed out of r7118 (Merge (from branche...
2007-11-09  Julian SewardMerge (from branches/THRCHECK) r6804:
2007-11-09  Julian SewardMerge r6806 from branches/THRCHECK:
2007-11-09  Julian SewardTrack vex r1793: make all tools able to handle the...
2007-11-09  Julian SewardMerge (from branches/THRCHECK) the following amd64...
2007-11-09  Julian SewardSuppressions for (new) Helgrind.
2007-11-09  Julian SewardImport thrcheck from the THRCHECK branch, and rename...
2007-11-09  Julian SewardFix tag.
2007-11-09  Julian SewardRename this directory.
2007-11-09  Julian SewardAdd Bryan Meredith's Omega tool as an experimental...
2007-11-09  Julian SewardDon't print warnings about silly args to malloc/calloc...
2007-11-07  Julian SewardUpdate notes.
2007-11-06  Julian SewardTest for decoding of some instructions with redundant...
2007-11-03  Julian SewardFix gcc-2.96 build failures.
2007-11-02  Nicholas NethercoteUpdate todo notes
2007-11-02  Nicholas NethercoteFix a Makefile issue that I think caused automated...
next