2002-05-08 |
Julian Seward | Improvements to the error-collecting machinery: |
commit | commitdiff | tree |
2002-05-07 |
Julian Seward | Actually call VG_(first_and_last_secondaries_look_plaus... |
commit | commitdiff | tree |
2002-05-07 |
Julian Seward | Generate better ucode for back-to-back sequences of... |
commit | commitdiff | tree |
2002-05-07 |
Nicholas Nethercote | vg_symtab2.c: |
commit | commitdiff | tree |
2002-05-07 |
Julian Seward | Minor profiling improvements. Add a couple of cost... |
commit | commitdiff | tree |
2002-05-04 |
Julian Seward | ---> 20020305b |
commit | commitdiff | tree |
2002-05-04 |
Julian Seward | Fix from Lionel Ulmer to not have an infinite loop... |
commit | commitdiff | tree |
2002-05-04 |
Julian Seward | Fix really stupid use of uninitialised value introduced... |
commit | commitdiff | tree |
2002-05-04 |
Julian Seward | glibc 2.1.3 compile fixes (Lionel Ulmer). |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | External namespace cleanup. |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | ---> 20020503 |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | Implement sched_setparam(), sched_getparam() and sched_... |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | Implement chroot(). (Paul Fox) |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | From: Tom Hughes <thh@i'm sure he doesn't want to be... |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | Improve accuracy of simulation of bsf/bsr instructions... |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | Various cleanups following earlier exit fixes. Also... |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | Change the way Valgrind exits. |
commit | commitdiff | tree |
2002-05-03 |
Julian Seward | Reduce TT size to 32M (was 40M for Mozilla's benefit... |
commit | commitdiff | tree |
2002-05-03 |
Nicholas Nethercote | Removed description of cachegrind.out file format,... |
commit | commitdiff | tree |
2002-05-03 |
Nicholas Nethercote | Added section to tech docs on how cachegrind works... |
commit | commitdiff | tree |
2002-05-03 |
Nicholas Nethercote | vg_symtab2.c: |
commit | commitdiff | tree |
2002-05-02 |
Nicholas Nethercote | Added "L2 refs line" (an oversight). |
commit | commitdiff | tree |
2002-05-02 |
Julian Seward | Remove comments about Mozilla 1.0RC1 crashing, since... |
commit | commitdiff | tree |
2002-05-02 |
Julian Seward | ---> 20020502 |
commit | commitdiff | tree |
2002-05-02 |
Julian Seward | Jack up the size of the translation cache from 16 MB... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Improve my implementations of strcmp() and memcpy(... |
commit | commitdiff | tree |
2002-05-01 |
Dirk Mueller | fix for auto-annotating C++ method names (they have... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Fix free and free-mismatch err so the top frame in... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Bring manual up-to-date and add stuff about pthread... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | ---> 20020501 |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Change "argh" to something more confidence-inspiring. |
commit | commitdiff | tree |
2002-05-01 |
Nicholas Nethercote | Added N_GSYM case to stabs handler. |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Ensure that values returned to the client from pthread... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Don't want to see these guys with just -v. There get... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Increase default thread stack size to 64k and institute... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Reinstate use of VG_(do_sanity_checks), although at... |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Build and install 'cachegrind' along with 'valgrind'. |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Edit cache stuff, minorly. |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Weaken assertion on calloc. |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Add debugging hooks, currently disabled. |
commit | commitdiff | tree |
2002-05-01 |
Julian Seward | Fix typo to do with rwlock aliasing. |
commit | commitdiff | tree |
2002-04-30 |
Nicholas Nethercote | vg_symtab2.c: |
commit | commitdiff | tree |
2002-04-30 |
Nicholas Nethercote | Added note about bts/btr/btc causing bogus cache read... |
commit | commitdiff | tree |
2002-04-30 |
Nicholas Nethercote | Right-justifying event names instead of left-justifying... |
commit | commitdiff | tree |
2002-04-30 |
Julian Seward | ---> 20020430 |
commit | commitdiff | tree |
2002-04-30 |
Julian Seward | Make pthread_mutexattr_setkind_np be an alias of__pthre... |
commit | commitdiff | tree |
2002-04-30 |
Julian Seward | Relax assertion to avoid this: vg_cachesim.c:402 |
commit | commitdiff | tree |
2002-04-30 |
Julian Seward | vg_improve() -- the ucode optimiser: consistently apply the |
commit | commitdiff | tree |
2002-04-29 |
Julian Seward | Config/build/install vg_annotate and vg_cachegen correctly. |
commit | commitdiff | tree |
2002-04-29 |
Nicholas Nethercote | New files: |
commit | commitdiff | tree |
2002-04-29 |
Julian Seward | ---> 20020429 |
commit | commitdiff | tree |
2002-04-29 |
Julian Seward | Fix really stupid error in computation of timeout point... |
commit | commitdiff | tree |
2002-04-29 |
Julian Seward | Fix a subtle (?) bug in sched_do_syscall to with read... |
commit | commitdiff | tree |
2002-04-27 |
Julian Seward | CDROM ioctls. (Lionel Ulmer) |
commit | commitdiff | tree |
2002-04-27 |
Julian Seward | ioctls for /dev/rtc (Fredrik Kuivinen) |
commit | commitdiff | tree |
2002-04-27 |
Julian Seward | Add __NR_getpriority (Richard Boulton). |
commit | commitdiff | tree |
2002-04-27 |
Julian Seward | Use safe_dereference in IPCOP_msgrcv. (Tom Hughes) |
commit | commitdiff | tree |
2002-04-27 |
Julian Seward | Do __NR_sched_get_priority_min and __NR_setpriority... |
commit | commitdiff | tree |
2002-04-27 |
Julian Seward | Allow apparently invalid keys in libc_internal_tsd_... |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | handle_signal_return: when a waiting read/write syscall... |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | Fix more stuff broken by recent exported-symbol hackery. |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | Finish first pass of the symbols cleanup. Only version... |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | Administrivia. |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | Mess around with aliases to make the exported T/D/W... |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | A simple script to help me ensure that my libpthread... |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | Fix many holes and bugs in an attempt to get my libpthr... |
commit | commitdiff | tree |
2002-04-26 |
Julian Seward | Fix various bugs getting in the way of licq starting up. |
commit | commitdiff | tree |
2002-04-25 |
Julian Seward | Try and give at least some minimal binding for all... |
commit | commitdiff | tree |
2002-04-25 |
Julian Seward | Jiggle timing delays yet again. |
commit | commitdiff | tree |
2002-04-25 |
Julian Seward | * Performance enhancements: put syscalls and pthread_ge... |
commit | commitdiff | tree |
2002-04-25 |
Julian Seward | Define VKI_SIGUSR1. |
commit | commitdiff | tree |
2002-04-25 |
Julian Seward | Debugging hook which turns on a lot of debug printing... |
commit | commitdiff | tree |
2002-04-25 |
Julian Seward | ---> 20020425 |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Back out rev 1.10. It can't possibly be the right... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | VG_(oursignalhandler): when catching a fatal signal... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Get rid of incomprehensible special-case treatment... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | adjust error count thresholds |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | VG_(maybe_add_context): also stop collecting errors... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | VG_(malloc_aligned): accept req_alignB == 4. |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Wrappers for open64/lseek64. |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Once VG_(maybe_add_context) starts ignoring errors... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | - Fast-track pthread_mutex_trylock(), even though progr... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add wait() wrapper. |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add a very simple test for pthread_once(). |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add a simplistic implementation of pthread_once(). |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Allow more slack with VG_STARTUP_STACK_MASK. Also... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add wrapper for system(). |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add test for stupid malloc etc args. |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Detect, print warning, and "correctly" handle implausib... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | - Use CFLAGS in demangle/Makefile.am |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | --> 20020424. |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add wrapper for sendto(). |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Add __NR_madvise. |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | More glibc-2.1.X compiler fixes (Lionel Ulmer). |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | minor tweaks to constants |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Fast-track pthread_mutex_{lock,unlock} in the scheduler... |
commit | commitdiff | tree |
2002-04-24 |
Julian Seward | Fix total b0rkage of signal handling caused by stupidly... |
commit | commitdiff | tree |
2002-04-23 |
Julian Seward | Various upgrades, with the effect that mozilla now... |
commit | commitdiff | tree |
2002-04-22 |
Julian Seward | Deal properly with client arguments with spaces in... |
commit | commitdiff | tree |
2002-04-22 |
Julian Seward | Compilation fixes for glibc-2.1.X systems. (Lionel... |
commit | commitdiff | tree |
next |