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 |
2002-04-16 |
Julian Seward | Get rid of the muraroa.demon.co.uk references since... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Update the message on clone() failure to reflect new... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Make --demangle=no work as advertised. |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Don't refer to IPC_64 if it doesn't exist. Was breakin... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Get rid of the --client-perms= flag. Valgrind now... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Don't skip the top frame when picking up ExeContexts... |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Fix -Wall complaints. |
commit | commitdiff | tree |
2002-04-16 |
Julian Seward | Relent, and properly implement bt/bts/btc/btr for liter... |
commit | commitdiff | tree |
2002-04-15 |
Julian Seward | Get rid of the old bt/bts/btr/btc implementation. |
commit | commitdiff | tree |
2002-04-15 |
Julian Seward | Add fairly comprehensive test case for bt/bts/btc/btc... |
commit | commitdiff | tree |
2002-04-15 |
Julian Seward | Correctly implement x86 bt/btc/bts/btr insn. Previous... |
commit | commitdiff | tree |
2002-04-15 |
Julian Seward | malloc() and friends have moved to vg_clientfuncs.c... |
commit | commitdiff | tree |
2002-04-15 |
Dirk Mueller | fix initial installation problem |
commit | commitdiff | tree |
2002-04-15 |
Dirk Mueller | some workarounds for newer automake |
commit | commitdiff | tree |
2002-04-14 |
Frédéric Gobry | use install-exec-hook to create the .so.0 symlink. |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | Fix problems to do with make dist/make distcheck not... |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | Turn off debug printing by default. |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | Add dummy stubs for pthread_key_create, pthread_key_delete, |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | * external namespace check |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | Plumb the right %EIP and %EBP values through to VG_... |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | Minor cleanups: |
commit | commitdiff | tree |
2002-04-14 |
Julian Seward | Take notice of SA_RESTART flags on signals, so as to... |
commit | commitdiff | tree |
2002-04-13 |
Julian Seward | Add wrapper for lseek(). |
commit | commitdiff | tree |
2002-04-13 |
Julian Seward | poll_for_read_fds(): don't waste time calling select... |
commit | commitdiff | tree |
2002-04-13 |
Julian Seward | Ultra-hacking implementation of non-blocking select... |
commit | commitdiff | tree |
2002-04-13 |
Julian Seward | Write return address for threads in assembly so we... |
commit | commitdiff | tree |
2002-04-12 |
Julian Seward | Cleanup of the dispatch mechanism. Now syscall returns... |
commit | commitdiff | tree |
2002-04-12 |
Julian Seward | simple_mutex program from the OReilly pthreads book. |
commit | commitdiff | tree |
2002-04-12 |
Julian Seward | Clean up debug printing for scheduler / pthreads. ... |
commit | commitdiff | tree |
2002-04-12 |
Frédéric Gobry | added rules to generate libpthread.so |
commit | commitdiff | tree |
2002-04-12 |
Julian Seward | Oops! An important file I forgot to add (is part of... |
commit | commitdiff | tree |
2002-04-12 |
Julian Seward | Mega-merge of my last 2 weeks hacking. This basically... |
commit | commitdiff | tree |
2002-04-12 |
Julian Seward | New files to support pthreads. |
commit | commitdiff | tree |
2002-04-11 |
Frédéric Gobry | cosmetic fixes |
commit | commitdiff | tree |
2002-04-10 |
Julian Seward | Add spurious comment. |
commit | commitdiff | tree |
2002-04-10 |
Julian Seward | From the OReilly book, page 15. Uses _create and _join. |
commit | commitdiff | tree |
2002-04-05 |
Frédéric Gobry | cosmetic fixes |
commit | commitdiff | tree |
2002-04-05 |
Frédéric Gobry | updated the info about the default.supp file. |
commit | commitdiff | tree |
2002-04-04 |
Frédéric Gobry | splitted the suppression files so that default.supp... |
commit | commitdiff | tree |
next |