]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2002-10-13  Julian SewardCreate __ versions of the select and poll symbols,...
2002-10-13  Julian SewardImplement (sort-of) pthread_attr_{set,get}guardsize.
2002-10-13  Julian SewardClarify meanings for leak detection. (Gregory Hosler)
2002-10-13  Julian SewardAdd ever more new ioctls and syscalls.
2002-10-13  Julian SewardAdd sem_timedwait(). From Scott Smith <sls@cs.unt...
2002-10-13  Julian SewardChange the capitalisation of Reuben's Mite.
2002-10-13  Julian SewardImplement primary opcode 0x1A (SBB Eb,Gb).
2002-10-13  Julian Sewardmerge revs
2002-10-13  Julian Sewardmerge revs:
2002-10-12  Julian Sewardmerge rev 1.24:
2002-10-12  Julian Sewardmerge rev 1.28:
2002-10-12  Julian SewardVG_(client_calloc) was ignoring the --alignment= flag...
2002-09-28  Julian SewardRemove all user-visible traces of the --smc-check flag.
2002-09-28  Julian Sewardeq_AddrInfo is not currently used
2002-09-28  Julian Sewardprintf arg wibble mismatch
2002-09-28  Julian Sewardsprintf-arg-match wibble
2002-09-28  Julian SewardImplement missing XCHG insns.
2002-09-28  Julian SewardFix really stupid bug in REP SCAS<sz>.
2002-09-24  Nicholas Nethercotewibble
2002-09-24  Nicholas NethercoteAdded fpu_28_108.S which was strangely missing.
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(...
next