]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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...
2002-04-22  Julian SewardI feel like doing a snapshot today; hence date -> 0422.
2002-04-21  Julian SewardGDB-attach cleanups. Have our own system() so we don...
2002-04-21  Julian Seward%@]$*$* Intel and their %@]$*$* stupid braindead assemb...
2002-04-21  Dirk Mueller- don't check if the compiler supports const. No compil...
2002-04-21  Dirk Muellerfix compilation
2002-04-21  Julian SewardMake the GDB-attach stuff thread-aware, and work (at...
2002-04-21  Julian SewardAdd a nonblocking poll() -- same trick as nonblocking...
2002-04-21  Julian SewardAdd JCond-32 NP (long jump when parity odd) and CMOV...
2002-04-21  Julian SewardMinor tweaks to the nonblocking select() implementation.
2002-04-21  Julian SewardAdd pthread_mutex_trylock, and add various other hacks...
2002-04-20  Julian SewardAdd comments explaining checks made by scheduler_sanity().
2002-04-20  Julian SewardSigh. Remove -Werror because it causes the ./configure...
2002-04-20  Julian SewardAdd pthread_condattr_destroy.
2002-04-20  Julian SewardSnapshot date -> 20020420.
2002-04-20  Julian SewardAdd fairly complete, and apparently working, support...
2002-04-19  Julian SewardVG_(record_free_error) / VG_(record_freemismatch_error...
2002-04-19  Julian SewardContinue trying to extract myself from the pthread_mute...
2002-04-18  Julian SewardSimply and rationalise pthread_mutex implementation...
2002-04-18  Julian SewardYay! Opera (6.0TP2) now works.
2002-04-18  Julian SewardCompile flags += -Werror. I'm tired of looking careful...
2002-04-18  Julian SewardOops! The floating-point conditional-move instructions...
2002-04-17  Julian SewardSanity check mutex implementation, and add support...
2002-04-17  Julian SewardGet rid of bogus vg_assert(VG_(bbs_done) < 1000000);
2002-04-17  Julian SewardShow backtraces for all threads in vg_assert, VG_(panic...
2002-04-16  Julian SewardChange --trace-pthread= flag to accept none|some|all...
2002-04-16  Dirk Muellerignore
2002-04-16  Julian SewardAdd more pthread wrappers in a failed attempt to get...
2002-04-16  Julian SewardHandle VG_USERREQ__PTHREAD_GET_THREADID and VG_USERREQ_...
next