]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2003-12-22  Jeremy FitzhardingeFixed munmap bug - split_segment wasn't updating the...
2003-12-22  Jeremy FitzhardingeFix nasty use after free bug revealed by last munmap...
2003-12-22  Jeremy FitzhardingeRe-add proper support for mremap(). Also, fix a bug...
2003-12-22  Julian Sewardresolve_redir(): when a redirect is resolved, if the...
2003-12-22  Julian SewardFor whatever reason, ld-2.3.2.so (ld-linux.so.2) seems...
2003-12-21  Julian SewardUse the redir machinery to forcibly remap stpcpy in...
2003-12-21  Julian SewardMake the debug printing in the symbol redirect machiner...
2003-12-21  Julian SewardAdd a vanilla implementation of stpcpy(). Does not...
2003-12-20  Jeremy FitzhardingeFix typo in VG_(munmap)() error checking, which made...
2003-12-19  Jeremy FitzhardingeDon't print prediction info for branches if we're not...
2003-12-19  Jeremy Fitzhardingemmap/munmap exerciser test
2003-12-19  Jeremy FitzhardingeMake --trace-codegen start printing from the first...
2003-12-19  Jeremy FitzhardingeAlso remove vgpreload_*.so from LD_PRELOAD when we...
2003-12-19  Jeremy FitzhardingeVG_(clo_pointercheck) is a Bool, which is a byte.
2003-12-18  Jeremy FitzhardingeSigh. Add the test files.
2003-12-18  Jeremy FitzhardingeMake rep; nop (pause) yield the thread. Based on a...
2003-12-18  Jeremy FitzhardingeFix a bug in the last VG_(max_fd) change; VG_(safe_fd...
2003-12-18  Jeremy FitzhardingePatch from Tom Hughes: set VG_(max_fd) based on the...
2003-12-18  Jeremy FitzhardingeAn experiment in generating branch-prediction hints...
2003-12-18  Robert WalshIgnore internal Valgrind file descriptors.
2003-12-17  Dirk Muellerignore
2003-12-17  Dirk Muellerignore
2003-12-16  Jeremy FitzhardingeAuto-generate stage2.lds so that the linker script...
2003-12-16  Jeremy FitzhardingeRemove coregrind/vg_valgrinq_dummy.c
2003-12-16  Jeremy FitzhardingeBack out unintended change
2003-12-16  Jeremy FitzhardingeAdd and delete all the files which need adding and...
2003-12-16  Jeremy FitzhardingeThis jumbo-checkin is the Full Virtualization checkin...
2003-12-16  Jeremy FitzhardingeChange the --track-fds code to use VG_AR_CORE rather...
2003-12-15  Jeremy FitzhardingeMake symbol prefix matching table driver, and be a...
2003-12-15  Dirk Muellerpatch by Jim Meyering: redirect error output to stderr...
2003-12-15  Jeremy FitzhardingeWhen merging multiple symbols with the same address...
2003-12-14  Ismail DönmezCVS_SILENT NPTL is Native Posix blah blah
2003-12-14  Julian SewardComment re tc size increase.
2003-12-14  Julian SewardIncrease the max size of the translation cache from...
2003-12-14  Jeremy FitzhardingeUpdate regtest to match new error message
2003-12-14  Julian SewardChange date.
2003-12-14  Julian Seward---> 2.1.0
2003-12-14  Julian SewardUpdate for 2.1.0.
2003-12-13  Julian SewardPatch in a DWARF1 (obsolete) line number reader, from...
2003-12-13  Julian SewardUn-break 'make distcheck' yet again. I guess someone...
2003-12-12  Jeremy FitzhardingeFix bug 69836: make record_fd_open ignore fds > VG_MAX_FD.
2003-12-12  Julian SewardReword warning message emitted by fd_allowed() to make...
2003-12-12  Julian SewardPrint "object doesn't have a %s" all on one line.
2003-12-08  Jeremy FitzhardingePatch from Tom Hughes: make --gdb-attach=yes work when...
2003-12-07  Dirk Muellerin C, casting of lvalues is illegal.
2003-12-05  Dirk Muellerallow absolute paths to be specified when "which" is...
2003-12-04  Nicholas NethercoteFix yet more "make dist" borkage
2003-12-04  Nicholas NethercoteAdd #includes to avoid compile warnings.
2003-12-04  Nicholas NethercoteFix more "make dist" borkage
2003-12-04  Nicholas NethercoteFix Makefile.am so "make dist" works.
2003-12-03  Nicholas NethercoteUpdated the README file. It had lots of out-of-date...
2003-12-02  Nicholas NethercoteWhoops... back out changes accidentally made to this...
2003-12-02  Nicholas NethercotePatch from Tom Hughes:
2003-12-02  Nicholas NethercoteTools using shadow memory can't handle the first 64KB...
2003-12-02  Nicholas NethercoteGrouped options in the usage message so they're a bit...
2003-12-02  Nicholas NethercoteMake --leak-check observe -q properly -- only prints...
2003-12-02  Nicholas NethercoteBacking out bogus support for gettid() I added yesterday.
2003-12-01  Nicholas NethercoteAdd gettid() syscall.
2003-12-01  Nicholas NethercoteFix broken assertion, thanks to Tom Hughes.
2003-12-01  Nicholas NethercoteFixed test in section finding code that was broken...
2003-11-30  Nicholas NethercoteRemove out-of-date limitations from tech docs.
2003-11-28  Nicholas NethercoteFactor out repeated code for LOOP{E,NE}
2003-11-28  Dirk Muellerfix alignment checking of __posix_memalign. merging...
2003-11-27  Nicholas NethercoteFixed up REP-prefix handling majorly. Factored out...
2003-11-27  Dirk MuellerCVS_SILENT ignore
2003-11-27  Dirk Muellerremove reference to --assume-2.4 option
2003-11-27  Nicholas NethercoteFix comment
2003-11-27  Dirk Muellerreverting last commit, which broke all of valgrind.
2003-11-27  Jeremy FitzhardingeFix up the have_settid test so it works on both plain...
2003-11-27  Dirk Muellertest for PARENT_SETTID support in clone() of the kernel...
2003-11-24  Dirk Muelleradd missing include files to spec file listing
2003-11-21  Jeremy Fitzhardinge*8 is probably overkill
2003-11-21  Jeremy Fitzhardingefprintf needs more than 8k of stack, so boost the sigal...
2003-11-20  Dirk Muelleradd prefetch(w) support - the 3dnow! version of it...
2003-11-20  Nicholas NethercoteUpdated all "report bugs to..." messages to point to...
2003-11-20  Nicholas NethercoteImproved vg_libpthread's IGNORED/KLUDGED error messages...
2003-11-20  Nicholas NethercotePrinting usage message to stdout instead of stderr...
2003-11-19  Dirk Muellerthis should fix compilation on weird kernel 2.6.x insta...
2003-11-19  Dirk Muellermake it compile on non-C90 compilers. Thanks for the...
2003-11-19  Dirk MuellerSHUFPD support
2003-11-19  Dirk Muellerpkgconfig support. Patch by Dimitri Papadopoulos
2003-11-19  Nicholas NethercoteFix regtest for change of error message.
2003-11-19  Dirk Muelleradd CVTPD2PS support, based on patch by Josef Weidendorfer
2003-11-19  Dirk Muellertrying to fix compilation. Does it work now for everybody?
2003-11-19  Dirk Muellermake use of statfs64 and make code blocks adjacent
2003-11-19  Dirk Muellerupdating .cvsignore
2003-11-19  Dirk Muelleronly say something if there is something to say
2003-11-19  Dirk Muellerbe less verbose by default
2003-11-19  Dirk Muellerraise sanity limit to pass coreutils testsuite
2003-11-19  Dirk Muellerimplement statfs64, utimes and clock_gettime
2003-11-18  Jeremy FitzhardingeAdd some missing braces.
2003-11-17  Robert WalshAdd a facility for tracking open file descriptors....
2003-11-17  Nicholas NethercoteMade the warning clearer when you try to catch SIGKILL...
2003-11-15  Nicholas NethercoteSupport posix_memalign properly.
2003-11-14  Nicholas NethercoteStarted to rescind the name "skin", replacing it with...
2003-11-13  Nicholas NethercoteRemoved no-longer-needed declarations of __SOME_SKIN_H.
2003-11-13  Nicholas NethercoteGreatly improved the symbol table reading code. It...
2003-11-13  Nicholas NethercoteRemove local shellshort function, use the standard...
2003-11-13  Nicholas NethercoteRemove the Memcheck==Valgrind fallacy from Memcheck...
2003-11-13  Nicholas NethercoteChanged error messages: subsidiary explanations within...
next