]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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.
2002-06-30  Julian SewardImplement --weird-hacks=truncate-writes to limit the...
2002-06-30  Julian Sewardcleanup_after_thread_exited: also clean up the waiting_...
2002-06-28  Julian SewardMake --stop-after= work again.
2002-06-28  Julian Seward---> 1.0pre3
2002-06-28  Julian SewardFinally get around to implementing pthread_atfork.
2002-06-27  Nicholas NethercoteRemoved line about Cachegrind being experimental.
2002-06-26  Julian SewardPartial implementation of mallinfo() (Ilpo Ruotsalainen)
2002-06-26  Julian Sewardparse_cache_opt: Move free() of opt past last use.
2002-06-26  Nicholas NethercoteForgot to VG_(free) a VG_(strdup)'d string.
2002-06-26  Julian SewardMake __pthread_clock_gettime and __pthread_clock_settim...
2002-06-26  Julian Sewardselect() and poll(): change order of events in main...
2002-06-26  Julian Sewardwait_for_fd_to_be_readable_or_erring: return immediatel...
2002-06-25  Julian Sewardvg_push_signal_frame: make the siginfo and ucontext...
2002-06-20  Julian SewardA libXpm suppression.
2002-06-20  Julian SewardFix subtle bug in the interaction between pthread_creat...
2002-06-20  Julian SewardRationalise client-request handling a bit, by merging...
2002-06-20  Julian Seward--> 1.0pre2
2002-06-20  Julian SewardAdd test case for sigpending().
2002-06-20  Julian SewardMake recv block only the calling thread, not the entire...
2002-06-20  Julian SewardAdd __NR_truncate64.
2002-06-19  Julian SewardClear up historical artefacts.
2002-06-19  Julian SewardImplement sigpending(). All absolutely horrible. ...
2002-06-19  Julian SewardImplement pause().
2002-06-18  Julian SewardGet rid of ancient stuff.
2002-06-18  Julian SewardDo pthread_rwlockattr_init.
2002-06-18  Julian SewardAdd __NR_fdatasync. Also fix some formatting.
2002-06-18  Julian SewardDo siglongjmp, although without running cleanup handler...
2002-06-18  Julian SewardFurther mess with the X config checks, so as to get...
2002-06-18  Julian Seward- Check DWARF2 reader against spec. Add some clarifica...
2002-06-17  Julian SewardIncrease thread limits a bit.
2002-06-17  Julian SewardAdd pthread_attr_setschedpolicy / pthread_attr_getsched...
2002-06-17  Julian SewardFormatting cleanups in the dwarf2 reader, and some...
2002-06-16  Julian SewardFix bug in and simply parameter access checks for pthre...
2002-06-14  Julian SewardDisable debug printing on BB discard.
2002-06-14  Julian Seward---> 1.0pre1 Yay!
2002-06-14  Julian SewardPatrick Ohly's --alignment= patch, to increase alignmen...
2002-06-13  Julian Seward---> 20020613
2002-06-13  Julian SewardRename event-horizon to error-limit; the former may...
2002-06-13  Julian SewardFirst round of manual update for 1.0.
2002-06-13  Julian SewardBe more robust to the situation where a signal arrives...
2002-06-13  Julian SewardMake recvfrom() block only the calling thread, not...
2002-06-13  Julian SewardAdd --event-horizon=yes|no [yes] so that the limit...
2002-06-13  Julian SewardRemove inclusion of <linux/module.h> and <asm/atomic...
2002-06-13  Julian SewardRemove bogus assertion.
2002-06-13  Julian SewardAllow detected CPU clock rates down to 50 MHz -- slower...
2002-06-13  Julian SewardNamespace police woz here
2002-06-13  Julian SewardInconsequential cleanups to recent cachesim hacking.
2002-06-12  Nicholas NethercoteWhoops, forgot to add this last time.
2002-06-10  Nicholas Nethercotevg_annotate.in:
2002-06-10  Nicholas NethercoteA few minor improvements.
2002-06-08  Nicholas NethercoteUpdated Cachegrind section for the CPUID-addition/vg_ca...
2002-06-08  Nicholas NethercoteRemoved the need for the user to generate a cache simul...
2002-06-08  Nicholas NethercoteConverted some stab-reading assertions into warnings.
2002-06-07  Julian SewardMore RH73 suppressions.
2002-06-06  Julian Seward---> 20020606
2002-06-06  Julian SewardAdd pthread suppressions.
2002-06-06  Julian SewardFix typo in VALGRIND_MAKE_WRITABLE.
2002-06-06  Julian SewardCancellation wrapper for recvmsg.
2002-06-06  Julian SewardWhen a thread in a nanosleep() wait is interrupted...
2002-06-05  Julian SewardOnly terminate stack traces when the %ebp trail goes...
2002-06-05  Julian SewardMinor mods to stop make the leak detector behave proper...
2002-06-05  Nicholas NethercoteSmall improvement to stabs reader to avoid warnings...
2002-06-05  Nicholas NethercoteCache simulator now handles basic block discards correc...
2002-06-05  Nicholas NethercoteAdded compile-time option to print instruction addresse...
2002-06-05  Nicholas NethercoteTiny documentation wibbles
2002-06-05  Julian SewardA pthread error suppression.
2002-06-04  Julian Seward---> 20020604
2002-06-04  Julian SewardCheck addressibility of client-space addresses passed...
2002-06-04  Julian SewardA new kind of error: PThread errors. Used to report...
2002-06-04  Julian Seward - report the size requested size in pthread_attr_setst...
2002-06-04  Julian SewardMore assertion-failure avoidance in the stabs reader.
2002-06-04  Julian Sewardmalloc_aligned: allow 262144
2002-06-04  Julian SewardWhitespace only.
2002-06-04  Julian SewardFix bug in signal handling in threads shown by Peter...
2002-06-04  Julian SewardInch towards JVM (Sun, 1.4.0) working.
2002-06-04  Julian Seward---> 20020603
2002-06-03  Julian SewardCall VG_(read_symbols) also from the new __NR_mmap2.
2002-06-03  Julian SewardMake my_assert_fail static.
2002-06-03  Julian SewardMore RH 7.3 fixes
2002-06-03  Julian SewardMove the -mpreferred-stack-boundary test for gcc later...
2002-06-03  Julian SewardAutoconf test for asm/atomic.h. Hopefully fixes build...
2002-06-03  Julian SewardFeature tests for [whether sched_param has a sched_prio...
next