]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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...
2002-06-03  Julian Sewardioctl(generic): don't do make_readable(NULL, ...)
2002-06-03  Julian Seward---> 20020602
2002-06-03  Julian SewardClean up assertion stuff for the vg_libpthread.c
2002-06-03  Julian SewardSanity check VG_LIBDIR (the --libdir= config value...
2002-06-03  Julian SewardFailed attempt to make JDK 1.4.0 work.
2002-06-02  Julian SewardDo pthread_atter_{set,get}scope.
2002-06-02  Julian SewardRemove historical artefact.
2002-06-02  Julian SewardImplement __NR_mlock (Marc Mutz <mutz@kde.org>)
2002-06-02  Julian SewardImplement CLC and STC (Pascal Massimino <pmassimi@ilog...
2002-06-01  Julian SewardMarkup bug.
2002-06-01  Julian SewardAdd ioctl BLKGETSIZE.
2002-06-01  Julian SewardUpdate author attributions.
2002-06-01  Julian SewardClean up and modularise debug info reading a little...
2002-06-01  Julian Seward---> 20020601
2002-06-01  Julian SewardPreliminary commit of DWARF2 debug info reader from
2002-06-01  Julian SewardRemove old rwlock implementation and replace with home...
2002-05-30  Julian Sewarddemangle_number: handle base-36 numbers.
2002-05-30  Julian SewardAdd a TODO entry for valgrind-1.0.
2002-05-30  Julian SewardImplement __pthread_kill_other_threads_np properly...
2002-05-30  Julian SewardMore X suppressions.
2002-05-29  Julian SewardImplement ADC Eb,Gb. Truly an unpopular instruction...
2002-05-29  Julian SewardChange counts a bit so as not to spew out so much junk.
2002-05-29  Julian SewardFix stupid copy-n-paste bug in do_set_canceltype causin...
2002-05-29  Julian SewardTests for cancellation/cleanup mechanisms.
2002-05-29  Julian SewardUpdate TODO lists at the top of the file.
2002-05-29  Julian SewardMake __pthread_kill_other_threads_np be UNIMPLEMENTED...
2002-05-29  Julian Sewardpthread_cond_timedwait: be robust to timeout points...
2002-05-29  Julian SewardAs per POSIX, nuke all threads other than me
2002-05-29  Julian SewardSet client mem permissions in do__cleanup_pop.
2002-05-29  Julian SewardCheck for pending cancellation requests at syscalls...
2002-05-29  Julian SewardWhen a thread exits, run the destructors for the thread...
2002-05-29  Julian SewardImplement thread cleanup stacks.
2002-05-28  Julian SewardIncrease thread scheduling quantum from 20000 bbs to...
2002-05-28  Julian SewardFix various problems with new thread start / stop ...
2002-05-28  Julian SewardDO NOT UPDATE! COMPILES BUT DOESN'T WORK.
2002-05-27  Julian SewardSupport for POSIX reader-writer locks (preliminary).
2002-05-24  Julian SewardAvoid make_readable ( NULL, ... ) in ioctl SIOCGIFCONF.
2002-05-24  Julian SewardComment out debug printing.
2002-05-24  Julian Seward---> 20020524
2002-05-24  Julian SewardMore minor fixes to make OpenOffice 1.0 work.
2002-05-24  Julian SewardMake syscall sched_yield just yield the current thread...
2002-05-24  Julian SewardComment-only change: add a list of known problems with...
2002-05-23  Julian SewardDebug message wibble.
2002-05-23  Julian SewardDon't complain the second arg of __NR_setitimer
2002-05-23  Julian SewardFix small bug causing assertion failure in computation...
2002-05-23  Julian SewardAdd test for correct handling of read/write with invali...
2002-05-23  Julian Sewardsched_do_syscalls: properly handle invalid fd in read...
2002-05-23  Julian SewardMake accept() be nonblocking.
2002-05-22  Julian SewardUpdate for sigaltstack
2002-05-22  Julian Seward---> 20020522
next