1. e585907 fix compilation by daywalker · 23 years ago
  2. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 23 years ago
  3. f854f47 Add a nonblocking poll() -- same trick as nonblocking select(). by sewardj · 23 years ago
  4. 969129d Add JCond-32 NP (long jump when parity odd) and CMOV NP too. by sewardj · 23 years ago
  5. 02535bc Minor tweaks to the nonblocking select() implementation. by sewardj · 23 years ago
  6. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 23 years ago
  7. 0555387 Add comments explaining checks made by scheduler_sanity(). by sewardj · 23 years ago
  8. 0738a59 Add pthread_condattr_destroy. by sewardj · 23 years ago
  9. 3b5d886 by sewardj · 23 years ago
  10. aabd5ad VG_(record_free_error) / VG_(record_freemismatch_error) are called by sewardj · 23 years ago
  11. 6072c36 by sewardj · 23 years ago
  12. 604ec3c by sewardj · 23 years ago
  13. 1e8cdc9 by sewardj · 23 years ago
  14. 408ccf1 Compile flags += -Werror. I'm tired of looking carefully for warnings. by sewardj · 23 years ago
  15. 8d32be7 by sewardj · 23 years ago
  16. f8f819e Sanity check mutex implementation, and add support for recursive mutexes. by sewardj · 23 years ago
  17. 9d1b5d3 Get rid of bogus vg_assert(VG_(bbs_done) < 1000000); by sewardj · 23 years ago
  18. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 23 years ago
  19. 45b4b37 by sewardj · 23 years ago
  20. 6af4b5d by sewardj · 23 years ago
  21. 9650c99 Handle VG_USERREQ__PTHREAD_GET_THREADID and VG_USERREQ__RUNNING_ON_VALGRIND by sewardj · 23 years ago
  22. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 23 years ago
  23. fce1c8e Make --demangle=no work as advertised. by sewardj · 23 years ago
  24. c7529c3 by sewardj · 23 years ago
  25. eb37947 Don't skip the top frame when picking up ExeContexts for malloc etc. by sewardj · 23 years ago
  26. 0ece28b by sewardj · 23 years ago
  27. 22bafd9 by sewardj · 23 years ago
  28. 7f2a8bf by sewardj · 23 years ago
  29. 2f242b3 malloc() and friends have moved to vg_clientfuncs.c, so move the by sewardj · 23 years ago
  30. 47160d6 fix initial installation problem by daywalker · 23 years ago
  31. 48ccca5 some workarounds for newer automake by daywalker · 23 years ago
  32. b0a955e use install-exec-hook to create the .so.0 symlink. by gobry · 23 years ago
  33. fed4dd0 Fix problems to do with make dist/make distcheck not finding the source by sewardj · 23 years ago
  34. 2a3d28c Turn off debug printing by default. by sewardj · 23 years ago
  35. 5e5fa51 Add dummy stubs for pthread_key_create, pthread_key_delete, by sewardj · 23 years ago
  36. 9a199dc by sewardj · 23 years ago
  37. 8c82451 by sewardj · 23 years ago
  38. 75fe189 by sewardj · 23 years ago
  39. 77e466c by sewardj · 23 years ago
  40. 70c7536 Add wrapper for lseek(). by sewardj · 23 years ago
  41. e462e20 by sewardj · 23 years ago
  42. 08a4c3f by sewardj · 23 years ago
  43. bc5b99f by sewardj · 23 years ago
  44. 54cacf0 by sewardj · 23 years ago
  45. 8937c81 by sewardj · 23 years ago
  46. be54e1f added rules to generate libpthread.so by gobry · 23 years ago
  47. cf2b14a by sewardj · 23 years ago
  48. 2e93c50 by sewardj · 23 years ago
  49. e663cb9 New files to support pthreads. by sewardj · 23 years ago
  50. 3b77789 splitted the suppression files so that default.supp can be created by picking by gobry · 23 years ago
  51. 0ca2a6b (VG_(do__NR_sigaction)): Don't allow setting of by sewardj · 23 years ago
  52. 5b9e350 Significantly improved SYSV IPC call handling. Unfortunately some of by sewardj · 23 years ago
  53. 1be1985 Applied patch from Simon Hausmann <hausmann@kde.org> to enable automake1.5 by gobry · 23 years ago
  54. ac68028 Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running loops. by sewardj · 23 years ago
  55. 97ced73 Add experimental omission of V-bits for address values, using by sewardj · 23 years ago
  56. c76b795 added a bzdist target by gobry · 23 years ago
  57. 4a7456e Detect FPU instructions which set %EFLAGS and mark the resulting by sewardj · 23 years ago
  58. 3e2c3b8 Remove mention of vg_version.h. by sewardj · 23 years ago
  59. a88ebf6 Use autoconf tests for glibc version in argc/argv/envp search. by sewardj · 23 years ago
  60. 3b2736a Fix plumbing of version number from config.h to vg_main.c by sewardj · 23 years ago
  61. c7c6aed Print suggested fix to avoid this panic: by sewardj · 23 years ago
  62. fe8a166 Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk> by sewardj · 23 years ago
  63. 177380e Markup wibbles. by sewardj · 23 years ago
  64. a7dc795 Change message "Use of uninitialized CPU condition code" to by sewardj · 23 years ago
  65. 2f0de32 (merge from 20020320) Syscalls/ioctls added between 0317 and 0320. by sewardj · 23 years ago
  66. b3c2687 (merge from 20020320) by sewardj · 23 years ago
  67. 3a72df0 (merge from 20020320) by sewardj · 23 years ago
  68. 4d0ab1f (merge from 20020320) Implement x86 das instruction. by sewardj · 23 years ago
  69. 0873c94 (merge from 20020320) by sewardj · 23 years ago
  70. e721a52 improved the build system by gobry · 23 years ago
  71. de4a1d0 Initial revision by sewardj · 23 years ago