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 |
2002-04-22 |
Julian Seward | I feel like doing a snapshot today; hence date -> 0422. |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | GDB-attach cleanups. Have our own system() so we don... |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | %@]$*$* Intel and their %@]$*$* stupid braindead assemb... |
commit | commitdiff | tree |
2002-04-21 |
Dirk Mueller | - don't check if the compiler supports const. No compil... |
commit | commitdiff | tree |
2002-04-21 |
Dirk Mueller | fix compilation |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | Make the GDB-attach stuff thread-aware, and work (at... |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | Add a nonblocking poll() -- same trick as nonblocking... |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | Add JCond-32 NP (long jump when parity odd) and CMOV... |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | Minor tweaks to the nonblocking select() implementation. |
commit | commitdiff | tree |
2002-04-21 |
Julian Seward | Add pthread_mutex_trylock, and add various other hacks... |
commit | commitdiff | tree |
2002-04-20 |
Julian Seward | Add comments explaining checks made by scheduler_sanity(). |
commit | commitdiff | tree |
2002-04-20 |
Julian Seward | Sigh. Remove -Werror because it causes the ./configure... |
commit | commitdiff | tree |
2002-04-20 |
Julian Seward | Add pthread_condattr_destroy. |
commit | commitdiff | tree |
2002-04-20 |
Julian Seward | Snapshot date -> 20020420. |
commit | commitdiff | tree |
2002-04-20 |
Julian Seward | Add fairly complete, and apparently working, support... |
commit | commitdiff | tree |
2002-04-19 |
Julian Seward | VG_(record_free_error) / VG_(record_freemismatch_error... |
commit | commitdiff | tree |
2002-04-19 |
Julian Seward | Continue trying to extract myself from the pthread_mute... |
commit | commitdiff | tree |
2002-04-18 |
Julian Seward | Simply and rationalise pthread_mutex implementation... |
commit | commitdiff | tree |
2002-04-18 |
Julian Seward | Yay! Opera (6.0TP2) now works. |
commit | commitdiff | tree |
2002-04-18 |
Julian Seward | Compile flags += -Werror. I'm tired of looking careful... |
commit | commitdiff | tree |
2002-04-18 |
Julian Seward | Oops! The floating-point conditional-move instructions... |
commit | commitdiff | tree |
2002-04-17 |
Julian Seward | Sanity check mutex implementation, and add support... |
commit | commitdiff | tree |
2002-04-17 |
Julian Seward | Get rid of bogus vg_assert(VG_(bbs_done) < 1000000); |
commit | commitdiff | tree |
2002-04-17 |
Julian Seward | Show backtraces for all threads in vg_assert, VG_(panic... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Change --trace-pthread= flag to accept none|some|all... |
commit | commitdiff | tree |
2002-04-16 |
Dirk Mueller | ignore |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Add more pthread wrappers in a failed attempt to get... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Handle VG_USERREQ__PTHREAD_GET_THREADID and VG_USERREQ_... |
commit | commitdiff | tree |
next |