]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2002-09-24  Nicholas NethercoteAdded fpu-28-108.S which was strangely missing.
2002-09-18  Julian Sewardfinal wibbles for 1.0.3
2002-09-18  Julian SewardAdd as many suppressions as I reasonably can for SuSE...
2002-09-18  Julian SewardRegression test for bug where pthread_kill will deliver...
2002-09-18  Julian SewardDocument sighandling fix in 1.0.3.
2002-09-18  Julian SewardFix stupid bug in which vg_push_signal_frame/vg_pop_sig...
2002-09-18  Julian SewardUpdates for 1.0.3
2002-09-18  Julian Sewardpthread_kill would incorrectly deliver a signal to...
2002-09-17  Julian SewardKludge to work around the problem thatthe /usr/include...
2002-09-17  Julian Seward---> 1.0.3
2002-09-17  Julian SewardSource is .tar.bz2 not .tar.gz
2002-09-17  Julian SewardSupport __NR_mount and __NR_umount.
2002-09-17  Julian SewardIncrease VG_N_RWLOCKS from 50 to 500.
2002-09-17  Julian SewardSupport for __NR_ptrace, thanks to Jason Molenda. ...
2002-09-17  Julian Sewardresync with reality
2002-09-17  Julian SewardImplement __NR_setresgid (170).
2002-09-15  Julian Sewardmerge revs
2002-09-15  Julian Sewardpartially merge rev 1.1.2.19:
2002-09-15  Julian Sewardmerge rev 1.3.8.13:
2002-09-14  Julian SewardFix bug in 108-byte load/stores.
2002-09-13  Julian SewardWhen the client tries to __NR_close() our logfile,...
2002-09-12  Nicholas NethercoteAdded Ram Bhamidipaty's wibble patch.
2002-09-11  Nicholas NethercoteFixed two CPUID auto-cache detection problems reported...
2002-09-06  Frédéric GobryAdded cachegrind and vg_annotate to the spec file,...
2002-09-06  Julian SewardForgot to mention an important fix.
2002-09-05  Julian SewardUpdate for 1.0.2.
2002-09-05  Julian Seward--> 1.0.2
2002-09-05  Julian SewardInclude %defattr(-,root,root) in valgrind.spec.in so...
2002-09-05  Julian SewardImplement TIOCLINUX (from Pavel Roskin <proski@gnu...
2002-09-05  Julian Sewardvalgrind's strcmp() implementation (to clients) treats...
2002-09-05  Julian SewardUse definition of enum __libc_tsd_key_t from glibc...
2002-09-05  Julian SewardImplement primary opcode 0x10 (ADC Gb,Eb).
2002-09-03  Nicholas NethercoteAvoiding division by zero errors that were truncating...
2002-09-03  Nicholas NethercoteAdded note about Cachegrind's hack treatment of 28...
2002-09-03  Nicholas NethercoteIn order to handle FPU instructions with data size...
2002-09-03  Julian SewardMake file_err() not abort the current process; recover...
2002-09-02  Nicholas NethercoteFixed a big problem with Cachegrind. I was assuming...
2002-08-30  Nicholas NethercoteFixed this bug:
2002-08-26  Julian SewardDon't compare actual addresses for FreeErr and FreeMism...
2002-08-25  Julian Sewardwibble
2002-08-25  Julian SewardAdd CURRENT_BUG_STATUS, detailing the 1.0.0 -> 1.0...
2002-08-25  Julian SewardDoc wibble; change $VALGRIND to $VALGRIND_OPTS.
2002-08-25  Julian Seward1. The license is actually in the file COPYING, not...
2002-08-24  Julian Seward---> 1.0.1
2002-08-24  Julian SewardPrint a more helpful set of messages when we've run...
2002-08-24  Julian SewardMerge in Nick's final implementation of VG_(strncpy...
2002-08-24  Julian SewardDo ensure_valgrind() inside __my_pthread_testcancel...
2002-08-24  Julian SewardGive a binding for vfork() -- just behave like fork...
2002-08-22  Julian SewardFinish off half-done job for allowing a 4th initial...
2002-08-21  Julian SewardFix a couple of doc bugs.
2002-08-21  Julian SewardHandle startup stacks starting at 0xE0000000.
2002-08-21  Julian SewardFix for the following:
2002-08-20  Julian SewardFix a bunch of bogus boundary checks of the form
2002-08-20  Julian SewardImplement __NR_vhangup (syscall 111).
2002-08-20  Julian SewardMerge rev 1.16.4.8 from ERASER into VALGRIND_1_0_BRANCH:
2002-08-20  Julian SewardImplement __NR_iopl (change I/O privilege level). ...
2002-08-19  Julian SewardImplement missing FPU ops:
2002-08-19  Julian SewardImplement primary opcode 0x15 (ADC Iv, eAX)
2002-08-19  Julian SewardHandle 0xD2 primary opcode (shift-Grp2 Eb, CL)
2002-08-16  Julian SewardFix stupid bug arising as a result of the call to __lib...
2002-08-16  Julian SewardImplement pthread_attr_getdetachstate.
2002-08-07  Dirk Muellerbackport -r1.8 patch
2002-08-06  Julian SewardMerge rev 1.91:
2002-07-26  no authorThis commit was manufactured by cvs2svn to create branch
2002-07-26  Julian SewardWibbles for 1.0.0.
2002-07-26  Julian SewardOnly run __libc_freeres() when valgrinding. It may...
2002-07-25  Julian SewardFinal caveats for 1.0.0.
2002-07-25  Julian Seward--> 1.0.0 (yay!)
2002-07-25  Julian SewardPrint more helpful message on JIT failure to handle...
2002-07-25  Julian SewardSuppressions for R H Limbo (7.3.92)
2002-07-25  Julian SewardImplement __NR_getxattr.
2002-07-25  Julian SewardTrack ELF frame changes as appearing in Red Hat Limbo...
2002-07-24  Julian SewardCompile fixes for Red Hat Limbo (7.3.92).
2002-07-24  Julian SewardSome jokers apparently like setting the CPU's AC (Align...
2002-07-24  Julian SewardAssume PUTF modifies %EFLAGS in a completely arbitrary...
2002-07-23  Julian SewardSupport for x86 insn fldenv.
2002-07-16  Julian SewardSkip directly to 1.0pre6 to avoid confusing me.
2002-07-16  Julian SewardAdd a suppression to deal with calling __libc_freeres().
2002-07-16  Julian SewardDocument probs with gcc-3.1 false positives.
2002-07-16  Julian SewardAt request of Ulrich Drepper, call __libc_freeres(...
2002-07-15  Dirk Muellerpossible fix for valgrinding problem on longer running...
2002-07-14  Julian SewardSuppress errors in __rawmemchr when called from anywher...
2002-07-14  Julian SewardMention kernel probs with R H "Limbo" public beta ...
2002-07-13  Julian SewardDocument some limitations.
2002-07-13  Julian Seward---> 1.0pre5
2002-07-13  Julian Sewardget_caches(): ensure caches are initialised on targets...
2002-07-13  Julian SewardCopy pthread_rwlockattr_setpshared verbatim from LinuxT...
2002-07-13  Julian SewardAdd __NR_quotactl.
2002-07-13  Julian SewardInclude valgrind.spec and valgrind.spec.in in tarballs.
2002-07-13  Julian Seward(Tim Rowley, verbatim)
2002-07-13  Julian SewardImplement fnstenv (store FPU environment, but not regs...
2002-07-13  Julian SewardPrint additional useful information immediately prior to
2002-07-13  Julian Sewardvg_signals.c: vg_oursignalhandler(): don't longjmp...
2002-07-13  Julian SewardMake sigsuspend() work well enough to keep zsh hackers...
2002-07-12  Julian SewardMake VG_USERREQ__PTHREAD_YIELD actually yield the threa...
2002-07-12  Julian SewardCheck for signals to be delivered after every syscall...
2002-07-01  Julian SewardAdd comments about syscall wrapper problems.
2002-07-01  Julian Seward---> 1.0pre4
2002-07-01  Julian SewardAdd helpful info for package builders.
2002-07-01  Julian SewardFinal documentation updates for 1.0.
next