1. 783f0f5 %@]$*$* Intel and their %@]$*$* stupid braindead assembler mnemonics! by sewardj · 22 years ago
  2. a0d3ab6 - don't check if the compiler supports const. No compiler we care by daywalker · 22 years ago
  3. e585907 fix compilation by daywalker · 22 years ago
  4. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 22 years ago
  5. f854f47 Add a nonblocking poll() -- same trick as nonblocking select(). by sewardj · 22 years ago
  6. 969129d Add JCond-32 NP (long jump when parity odd) and CMOV NP too. by sewardj · 22 years ago
  7. 02535bc Minor tweaks to the nonblocking select() implementation. by sewardj · 22 years ago
  8. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 22 years ago
  9. 0555387 Add comments explaining checks made by scheduler_sanity(). by sewardj · 22 years ago
  10. cb4d3d8 Sigh. Remove -Werror because it causes the ./configure test for working by sewardj · 22 years ago
  11. 0738a59 Add pthread_condattr_destroy. by sewardj · 22 years ago
  12. 2553b8c Snapshot date -> 20020420. by sewardj · 22 years ago
  13. 3b5d886 by sewardj · 22 years ago
  14. aabd5ad VG_(record_free_error) / VG_(record_freemismatch_error) are called by sewardj · 22 years ago
  15. 6072c36 by sewardj · 22 years ago
  16. 604ec3c by sewardj · 22 years ago
  17. 1e8cdc9 by sewardj · 22 years ago
  18. 408ccf1 Compile flags += -Werror. I'm tired of looking carefully for warnings. by sewardj · 22 years ago
  19. 8d32be7 by sewardj · 22 years ago
  20. f8f819e Sanity check mutex implementation, and add support for recursive mutexes. by sewardj · 22 years ago
  21. 9d1b5d3 Get rid of bogus vg_assert(VG_(bbs_done) < 1000000); by sewardj · 22 years ago
  22. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  23. 45b4b37 by sewardj · 22 years ago
  24. ea8bfd8 ignore by daywalker · 22 years ago
  25. 6af4b5d by sewardj · 22 years ago
  26. 9650c99 Handle VG_USERREQ__PTHREAD_GET_THREADID and VG_USERREQ__RUNNING_ON_VALGRIND by sewardj · 22 years ago
  27. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  28. 827d95b Update the message on clone() failure to reflect new pthreads work. by sewardj · 22 years ago
  29. fce1c8e Make --demangle=no work as advertised. by sewardj · 22 years ago
  30. c9add3b Don't refer to IPC_64 if it doesn't exist. Was breaking builds on older by sewardj · 22 years ago
  31. c7529c3 by sewardj · 22 years ago
  32. eb37947 Don't skip the top frame when picking up ExeContexts for malloc etc. by sewardj · 22 years ago
  33. 7cf4875 Fix -Wall complaints. by sewardj · 22 years ago
  34. 0ece28b by sewardj · 22 years ago
  35. 22bafd9 by sewardj · 22 years ago
  36. a5abdaa Add fairly comprehensive test case for bt/bts/btc/btc, mem and reg by sewardj · 22 years ago
  37. 7f2a8bf by sewardj · 22 years ago
  38. 2f242b3 malloc() and friends have moved to vg_clientfuncs.c, so move the by sewardj · 22 years ago
  39. 47160d6 fix initial installation problem by daywalker · 22 years ago
  40. 48ccca5 some workarounds for newer automake by daywalker · 22 years ago
  41. b0a955e use install-exec-hook to create the .so.0 symlink. by gobry · 22 years ago
  42. fed4dd0 Fix problems to do with make dist/make distcheck not finding the source by sewardj · 22 years ago
  43. 2a3d28c Turn off debug printing by default. by sewardj · 22 years ago
  44. 5e5fa51 Add dummy stubs for pthread_key_create, pthread_key_delete, by sewardj · 22 years ago
  45. 9a199dc by sewardj · 22 years ago
  46. 8c82451 by sewardj · 22 years ago
  47. 75fe189 by sewardj · 22 years ago
  48. 77e466c by sewardj · 22 years ago
  49. 70c7536 Add wrapper for lseek(). by sewardj · 22 years ago
  50. e462e20 by sewardj · 22 years ago
  51. 08a4c3f by sewardj · 22 years ago
  52. bc5b99f by sewardj · 22 years ago
  53. 54cacf0 by sewardj · 22 years ago
  54. d985979 by sewardj · 22 years ago
  55. 8937c81 by sewardj · 22 years ago
  56. be54e1f added rules to generate libpthread.so by gobry · 22 years ago
  57. cf2b14a by sewardj · 22 years ago
  58. 2e93c50 by sewardj · 22 years ago
  59. e663cb9 New files to support pthreads. by sewardj · 22 years ago
  60. def1bad cosmetic fixes by gobry · 22 years ago
  61. 7b8c9e7 Add spurious comment. by sewardj · 22 years ago
  62. 00ccc35 From the OReilly book, page 15. Uses _create and _join. by sewardj · 22 years ago
  63. 59528b2 cosmetic fixes by gobry · 22 years ago
  64. 69896d5 updated the info about the default.supp file. by gobry · 22 years ago
  65. 3b77789 splitted the suppression files so that default.supp can be created by picking by gobry · 22 years ago
  66. 497e52a Please change my e-mail address to amu@alum.mit.edu; monk is just a by sewardj · 22 years ago
  67. bbc9419 Someone claimed that this gives reads below %esp when compiled with by sewardj · 22 years ago
  68. 418d3a3 version --> 20020329 by sewardj · 22 years ago
  69. 73f1f07 wrappers for ioctl TIOCSCTTY and for syscall __NR_nice. by sewardj · 22 years ago
  70. 0ca2a6b (VG_(do__NR_sigaction)): Don't allow setting of by sewardj · 22 years ago
  71. 19fe3d0 Add wrapper for ioctl TIOCGPGRP (Alexandre Duret-Lutz <duret_g@epita.fr>) by sewardj · 22 years ago
  72. 5b9e350 Significantly improved SYSV IPC call handling. Unfortunately some of by sewardj · 22 years ago
  73. 11818b2 Add a couple of bogons people sent. by sewardj · 22 years ago
  74. 45a5630 added support for maintainer mode. by gobry · 22 years ago
  75. b0ed467 added support for maintainer mode by gobry · 22 years ago
  76. 1be1985 Applied patch from Simon Hausmann <hausmann@kde.org> to enable automake1.5 by gobry · 22 years ago
  77. ac68028 Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running loops. by sewardj · 22 years ago
  78. 97ced73 Add experimental omission of V-bits for address values, using by sewardj · 22 years ago
  79. c76b795 added a bzdist target by gobry · 22 years ago
  80. 4a7456e Detect FPU instructions which set %EFLAGS and mark the resulting by sewardj · 22 years ago
  81. 5c2d9ce compile wibble by sewardj · 22 years ago
  82. 3e2c3b8 Remove mention of vg_version.h. by sewardj · 22 years ago
  83. a88ebf6 Use autoconf tests for glibc version in argc/argv/envp search. by sewardj · 22 years ago
  84. 3b2736a Fix plumbing of version number from config.h to vg_main.c by sewardj · 22 years ago
  85. c40438f version --> 20020324 by sewardj · 22 years ago
  86. 3125694 Add test case for the fucomip probable-bug. by sewardj · 22 years ago
  87. c7c6aed Print suggested fix to avoid this panic: by sewardj · 22 years ago
  88. fe8a166 Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk> by sewardj · 22 years ago
  89. 8a5089d #ifdef SNDCTL_DSP_GETCHANNELMASK and SNDCTL_DSP_BIND_CHANNEL; not available by sewardj · 22 years ago
  90. da6d1ec Add suppression from Joe Buck <Joe.Buck@synopsys.com> by sewardj · 22 years ago
  91. 177380e Markup wibbles. by sewardj · 22 years ago
  92. a7dc795 Change message "Use of uninitialized CPU condition code" to by sewardj · 22 years ago
  93. d7f0766 Add syscall setresgid32 by sewardj · 22 years ago
  94. 7ed2615 (merge from 20020320) Final comments. by sewardj · 22 years ago
  95. 2f0de32 (merge from 20020320) Syscalls/ioctls added between 0317 and 0320. by sewardj · 22 years ago
  96. b3c2687 (merge from 20020320) by sewardj · 22 years ago
  97. 3a72df0 (merge from 20020320) by sewardj · 22 years ago
  98. 4d0ab1f (merge from 20020320) Implement x86 das instruction. by sewardj · 22 years ago
  99. 0873c94 (merge from 20020320) by sewardj · 22 years ago
  100. 5cad03c this is a generated file by gobry · 22 years ago