]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2002-05-08  Julian SewardImprovements to the error-collecting machinery:
2002-05-07  Julian SewardActually call VG_(first_and_last_secondaries_look_plaus...
2002-05-07  Julian SewardGenerate better ucode for back-to-back sequences of...
2002-05-07  Nicholas Nethercotevg_symtab2.c:
2002-05-07  Julian SewardMinor profiling improvements. Add a couple of cost...
2002-05-04  Julian Seward---> 20020305b
2002-05-04  Julian SewardFix from Lionel Ulmer to not have an infinite loop...
2002-05-04  Julian SewardFix really stupid use of uninitialised value introduced...
2002-05-04  Julian Sewardglibc 2.1.3 compile fixes (Lionel Ulmer).
2002-05-03  Julian SewardExternal namespace cleanup.
2002-05-03  Julian Seward---> 20020503
2002-05-03  Julian SewardImplement sched_setparam(), sched_getparam() and sched_...
2002-05-03  Julian SewardImplement chroot(). (Paul Fox)
2002-05-03  Julian SewardFrom: Tom Hughes <thh@i'm sure he doesn't want to be...
2002-05-03  Julian SewardImprove accuracy of simulation of bsf/bsr instructions...
2002-05-03  Julian SewardVarious cleanups following earlier exit fixes. Also...
2002-05-03  Julian SewardChange the way Valgrind exits.
2002-05-03  Julian SewardReduce TT size to 32M (was 40M for Mozilla's benefit...
2002-05-03  Nicholas NethercoteRemoved description of cachegrind.out file format,...
2002-05-03  Nicholas NethercoteAdded section to tech docs on how cachegrind works...
2002-05-03  Nicholas Nethercotevg_symtab2.c:
2002-05-02  Nicholas NethercoteAdded "L2 refs line" (an oversight).
2002-05-02  Julian SewardRemove comments about Mozilla 1.0RC1 crashing, since...
2002-05-02  Julian Seward---> 20020502
2002-05-02  Julian SewardJack up the size of the translation cache from 16 MB...
2002-05-01  Julian SewardImprove my implementations of strcmp() and memcpy(...
2002-05-01  Dirk Muellerfix for auto-annotating C++ method names (they have...
2002-05-01  Julian SewardFix free and free-mismatch err so the top frame in...
2002-05-01  Julian SewardBring manual up-to-date and add stuff about pthread...
2002-05-01  Julian Seward---> 20020501
2002-05-01  Julian SewardChange "argh" to something more confidence-inspiring.
2002-05-01  Nicholas NethercoteAdded N_GSYM case to stabs handler.
2002-05-01  Julian SewardEnsure that values returned to the client from pthread...
2002-05-01  Julian SewardDon't want to see these guys with just -v. There get...
2002-05-01  Julian SewardIncrease default thread stack size to 64k and institute...
2002-05-01  Julian SewardReinstate use of VG_(do_sanity_checks), although at...
2002-05-01  Julian SewardBuild and install 'cachegrind' along with 'valgrind'.
2002-05-01  Julian SewardEdit cache stuff, minorly.
2002-05-01  Julian SewardWeaken assertion on calloc.
2002-05-01  Julian SewardAdd debugging hooks, currently disabled.
2002-05-01  Julian SewardFix typo to do with rwlock aliasing.
2002-04-30  Nicholas Nethercotevg_symtab2.c:
2002-04-30  Nicholas NethercoteAdded note about bts/btr/btc causing bogus cache read...
2002-04-30  Nicholas NethercoteRight-justifying event names instead of left-justifying...
2002-04-30  Julian Seward---> 20020430
2002-04-30  Julian SewardMake pthread_mutexattr_setkind_np be an alias of__pthre...
2002-04-30  Julian SewardRelax assertion to avoid this: vg_cachesim.c:402
2002-04-30  Julian Sewardvg_improve() -- the ucode optimiser: consistently apply the
2002-04-29  Julian SewardConfig/build/install vg_annotate and vg_cachegen correctly.
2002-04-29  Nicholas NethercoteNew files:
2002-04-29  Julian Seward---> 20020429
2002-04-29  Julian SewardFix really stupid error in computation of timeout point...
2002-04-29  Julian SewardFix a subtle (?) bug in sched_do_syscall to with read...
2002-04-27  Julian SewardCDROM ioctls. (Lionel Ulmer)
2002-04-27  Julian Sewardioctls for /dev/rtc (Fredrik Kuivinen)
2002-04-27  Julian SewardAdd __NR_getpriority (Richard Boulton).
2002-04-27  Julian SewardUse safe_dereference in IPCOP_msgrcv. (Tom Hughes)
2002-04-27  Julian SewardDo __NR_sched_get_priority_min and __NR_setpriority...
2002-04-27  Julian SewardAllow apparently invalid keys in libc_internal_tsd_...
2002-04-26  Julian Sewardhandle_signal_return: when a waiting read/write syscall...
2002-04-26  Julian SewardFix more stuff broken by recent exported-symbol hackery.
2002-04-26  Julian SewardFinish first pass of the symbols cleanup. Only version...
2002-04-26  Julian SewardAdministrivia.
2002-04-26  Julian SewardMess around with aliases to make the exported T/D/W...
2002-04-26  Julian SewardA simple script to help me ensure that my libpthread...
2002-04-26  Julian SewardFix many holes and bugs in an attempt to get my libpthr...
2002-04-26  Julian SewardFix various bugs getting in the way of licq starting up.
2002-04-25  Julian SewardTry and give at least some minimal binding for all...
2002-04-25  Julian SewardJiggle timing delays yet again.
2002-04-25  Julian Seward* Performance enhancements: put syscalls and pthread_ge...
2002-04-25  Julian SewardDefine VKI_SIGUSR1.
2002-04-25  Julian SewardDebugging hook which turns on a lot of debug printing...
2002-04-25  Julian Seward---> 20020425
2002-04-24  Julian SewardBack out rev 1.10. It can't possibly be the right...
2002-04-24  Julian SewardVG_(oursignalhandler): when catching a fatal signal...
2002-04-24  Julian SewardGet rid of incomprehensible special-case treatment...
2002-04-24  Julian Sewardadjust error count thresholds
2002-04-24  Julian SewardVG_(maybe_add_context): also stop collecting errors...
2002-04-24  Julian SewardVG_(malloc_aligned): accept req_alignB == 4.
2002-04-24  Julian SewardWrappers for open64/lseek64.
2002-04-24  Julian SewardOnce VG_(maybe_add_context) starts ignoring errors...
2002-04-24  Julian Seward- Fast-track pthread_mutex_trylock(), even though progr...
2002-04-24  Julian SewardAdd wait() wrapper.
2002-04-24  Julian SewardAdd a very simple test for pthread_once().
2002-04-24  Julian SewardAdd a simplistic implementation of pthread_once().
2002-04-24  Julian SewardAllow more slack with VG_STARTUP_STACK_MASK. Also...
2002-04-24  Julian SewardAdd wrapper for system().
2002-04-24  Julian SewardAdd test for stupid malloc etc args.
2002-04-24  Julian SewardDetect, print warning, and "correctly" handle implausib...
2002-04-24  Julian Seward- Use CFLAGS in demangle/Makefile.am
2002-04-24  Julian Seward--> 20020424.
2002-04-24  Julian SewardAdd wrapper for sendto().
2002-04-24  Julian SewardAdd __NR_madvise.
2002-04-24  Julian SewardMore glibc-2.1.X compiler fixes (Lionel Ulmer).
2002-04-24  Julian Sewardminor tweaks to constants
2002-04-24  Julian SewardFast-track pthread_mutex_{lock,unlock} in the scheduler...
2002-04-24  Julian SewardFix total b0rkage of signal handling caused by stupidly...
2002-04-23  Julian SewardVarious upgrades, with the effect that mozilla now...
2002-04-22  Julian SewardDeal properly with client arguments with spaces in...
2002-04-22  Julian SewardCompilation fixes for glibc-2.1.X systems. (Lionel...
next