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 |
2002-03-30 |
Julian Seward | Please change my e-mail address to amu@alum.mit.edu... |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | Someone claimed that this gives reads below %esp when... |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | version --> 20020329 |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | wrappers for ioctl TIOCSCTTY and for syscall __NR_nice. |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | (VG_(do__NR_sigaction)): Don't allow setting of |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | Add wrapper for ioctl TIOCGPGRP (Alexandre Duret-Lutz... |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | Significantly improved SYSV IPC call handling. Unfortu... |
commit | commitdiff | tree |
2002-03-29 |
Julian Seward | Add a couple of bogons people sent. |
commit | commitdiff | tree |
2002-03-27 |
Frédéric Gobry | added support for maintainer mode. |
commit | commitdiff | tree |
2002-03-27 |
Frédéric Gobry | added support for maintainer mode |
commit | commitdiff | tree |
2002-03-26 |
Frédéric Gobry | Applied patch from Simon Hausmann <hausmann@kde.org... |
commit | commitdiff | tree |
2002-03-25 |
Julian Seward | Change VG_N_EPOCHS to 20000 to avoid resolution loss... |
commit | commitdiff | tree |
2002-03-25 |
Julian Seward | Add experimental omission of V-bits for address values... |
commit | commitdiff | tree |
2002-03-24 |
Frédéric Gobry | added a bzdist target |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Detect FPU instructions which set %EFLAGS and mark... |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | compile wibble |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Remove mention of vg_version.h. |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Use autoconf tests for glibc version in argc/argv/envp... |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Fix plumbing of version number from config.h to vg_main.c |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | version --> 20020324 |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Add test case for the fucomip probable-bug. |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Print suggested fix to avoid this panic: |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Implement DAA as well as DAS. Byrial Jensen <byrial... |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | #ifdef SNDCTL_DSP_GETCHANNELMASK and SNDCTL_DSP_BIND_CH... |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Add suppression from Joe Buck <Joe.Buck@synopsys.com> |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Markup wibbles. |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Change message "Use of uninitialized CPU condition... |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | Add syscall setresgid32 |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | (merge from 20020320) |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | (merge from 20020320) |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | (merge from 20020320) |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | (merge from 20020320) |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | (merge from 20020320) |
commit | commitdiff | tree |
2002-03-24 |
Julian Seward | (merge from 20020320) |
commit | commitdiff | tree |
2002-03-22 |
Frédéric Gobry | this is a generated file |
commit | commitdiff | tree |
2002-03-22 |
Frédéric Gobry | improved the build system |
commit | commitdiff | tree |
next |