1. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  2. 45b672d VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH): remove leading spaces and by sewardj · 21 years ago
  3. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  4. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  5. 78adbf4 by njn · 21 years ago
  6. 7271864 by njn · 21 years ago
  7. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  8. c2f5bb0 Just clarified VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)'s workings a bit. by njn · 21 years ago
  9. ac2eb79 Fix a problem in VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)(): when removing the by njn · 21 years ago
  10. e8b5c05 by njn · 21 years ago
  11. a7b627d wibble by njn · 21 years ago
  12. 84d669f Fix stupid compile error; I iz stupid. by njn · 21 years ago
  13. ce46c2a Fix: I thought VG_(malloc)() always zeroed memory. It does at first (because by njn · 21 years ago
  14. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  15. c1fc4fc Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8). by sewardj · 21 years ago
  16. f3406d0 VG_(setup_code_redirect_table): do errno etc entry-point redirection by sewardj · 21 years ago
  17. 2e353da Intercept waitpid() so as to make it non-blocking. Yet another by sewardj · 21 years ago
  18. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  19. c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
  20. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  21. f1accbc Whitespace-only change. by sewardj · 21 years ago
  22. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  23. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  24. 25c7c3a by sewardj · 21 years ago
  25. 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
  26. f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago
  27. 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
  28. a51cc09 Handle XCHG eAX,eBP. by sewardj · 21 years ago
  29. e54b69d string_match_wrk(): increase max recursion depth to 500. by sewardj · 21 years ago
  30. d1393e5 VGR_(select): be robust against negative timeout values (treat as zero). by sewardj · 21 years ago
  31. 3058e04 The Pentium 4 recycles the CS segment override prefix (0x2E) to mean by sewardj · 21 years ago
  32. 7e73e5f spelling fixes by daywalker · 21 years ago
  33. 4395356 Added (trivially) "XCHG eAX,eSP" instruction. by njn · 21 years ago
  34. 9a07c22 by njn · 21 years ago
  35. 319ddec comment only by njn · 21 years ago
  36. 2392dd6 make sure that the cpuid of the simulated CPUID doesn't pretend by daywalker · 21 years ago
  37. 2aaa2ca Move two variable declarations to the start of their enclosing blocks. by njn · 21 years ago
  38. 9dd209f A few more SSEs. by sewardj · 21 years ago
  39. 745561e Make the CPUID helper really do cpuid, so that what is returned by sewardj · 21 years ago
  40. 2db567e A few more SSE float (scalar,packed) insns. Something is not right; by sewardj · 21 years ago
  41. 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago
  42. 095c3bc Add some more SSE/SSE2 floating point instructions. by sewardj · 21 years ago
  43. abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
  44. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  45. bc148f2 Fill in a whole bunch of boring-ass SSE SIMD-integer insns. by sewardj · 21 years ago
  46. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  47. 6bc4055 - Comment out SSE uinstrs which have not so far been used. by sewardj · 21 years ago
  48. e64b684 Remove debug printing that sneaked in. by sewardj · 21 years ago
  49. 5d58cb4 Do SSE insns PSRLDQ, PSLLDQ by sewardj · 21 years ago
  50. 7c4b604 Get rid of spurious declaration for fooble. by sewardj · 21 years ago
  51. a453fb0 More SSE instructions. by sewardj · 21 years ago
  52. ea691a1 Add yet more SSE/SSE2 instructions. The party never stops here at by sewardj · 21 years ago
  53. 2ca39a1 - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). by sewardj · 21 years ago
  54. 8f33ba6 Fix code generation errors for the SSE3g_ family. This fixes various by sewardj · 21 years ago
  55. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  56. 39209d4 several wibbles: added some missing types in function protos, some missing by njn · 21 years ago
  57. fd7c231 don't bail out when pthread_once's init route calls itself recursively by daywalker · 21 years ago
  58. b31b06d Tonight's installment of SSE madness. Add a couple more nasties by sewardj · 21 years ago
  59. b452ba4 Whoops, should have committed this when I added SIOCOUTQ ioctl. by njn · 21 years ago
  60. f31d5e3 Added SIOCOUTQ ioctl, thanks to Lennert Buytenhek <buytenh@gnu.org>. by njn · 21 years ago
  61. a63e2d7 by njn · 21 years ago
  62. 47c8af4 Minor improvement. by njn · 21 years ago
  63. 02af6bc Fill in a few more SSE/SSE2 insns, with current aim of being able to by sewardj · 21 years ago
  64. 458f236 revert last commit. too unportable by daywalker · 21 years ago
  65. bfa6bce Fix problem with LAHF. by njn · 21 years ago
  66. b7a818d Fixed bug in first attempt at 'lahf'. So much for my supposed testing. by njn · 21 years ago
  67. 4d1a9bf wibble by njn · 21 years ago
  68. d6251f1 by njn · 21 years ago
  69. c30277f by njn · 21 years ago
  70. 781132b some makefile massaging to avoid that things get compiled during make install by daywalker · 21 years ago
  71. 12bdc60 make the new symbols weak to fix the new_override testcase. by daywalker · 21 years ago
  72. c5c3447 whoops. one more by daywalker · 21 years ago
  73. 6672df0 unbreak make regtest again by daywalker · 21 years ago
  74. 35a1779 Add some more SSE insns. by sewardj · 21 years ago
  75. de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
  76. 7700d68 compiler warning cleanups by daywalker · 21 years ago
  77. a60be0e Implement enough SSE/SSE2 insns so that all the GL demos in qt-3.1.0 by sewardj · 21 years ago
  78. febaa3b Implement a few SSE instructions, enough to run bzip2 when compiled by sewardj · 21 years ago
  79. 308955f by njn · 21 years ago
  80. 6c003c6 by njn · 21 years ago
  81. 2974e48 wibble by njn · 21 years ago
  82. 627e626 Minor docs fixups. by njn · 21 years ago
  83. 1078545 by njn · 21 years ago
  84. d304045 by njn · 21 years ago
  85. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  86. 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
  87. 1be6161 Minor type fixups. by njn · 21 years ago
  88. 29a0abf undo last change (stupid) by njn · 21 years ago
  89. 5e468f9 wibble by njn · 21 years ago
  90. 2e9b6a9 Removed statement with no effect. by njn · 21 years ago
  91. 8372b7f wibble by njn · 21 years ago
  92. cbc4094 wibble by njn · 21 years ago
  93. 20c25d5 wibble by njn · 21 years ago
  94. f9ebf67 wibble by njn · 21 years ago
  95. 633de32 by njn · 21 years ago
  96. 25418ae by sewardj · 22 years ago
  97. 4a3849b Merge patch from JosefW: by sewardj · 22 years ago
  98. 42e23f2 by njn · 22 years ago
  99. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 22 years ago
  100. 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 22 years ago