1. 89f9a32 Add a --assume-2.4=yes|no CLO. This overrides the normal check to see by fitzhardinge · 21 years ago
  2. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  3. e343649 Add SQRTSS: square root of scalar float by sewardj · 21 years ago
  4. 632b8a1 Implement UNPCKLPS and UNPCKHPS and improve UNPCKLPD. by sewardj · 21 years ago
  5. 17059e0 Return an error rather than panicing when given a bad socketcall by jsgf · 21 years ago
  6. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  7. b270ea5 ucomisd support by daywalker · 21 years ago
  8. 7ea9adc Renamed two of the new files: by njn · 21 years ago
  9. bb6ac7c Implement MOVNTDQ (a SSE/SSE2 insn) by sewardj · 21 years ago
  10. 1fd7055 heh, apparently not even SuSE 8.2 has a recent-enough gas :) by daywalker · 21 years ago
  11. f7a0acc detect NPTL environment at runtime. candidate for MERGE TO STABLE ? by daywalker · 21 years ago
  12. deb1f19 whoops. unbreak stat'ing of executables in path by daywalker · 21 years ago
  13. 29431de fix compile with 2.6.0test7 MERGE TO STABLE by daywalker · 21 years ago
  14. 005e7c1 fix build with kernel 2.6.x by daywalker · 21 years ago
  15. 79c80fc provide CFI for newer gdb versions which are confused by our stack by daywalker · 21 years ago
  16. 4bbdc97 Added header + copyright notice + footer to some files missing them. by njn · 21 years ago
  17. 1a41e95 refuse to valgrind apps that are suid or sgid, as it doesn't work anyway. by daywalker · 21 years ago
  18. 92c5436 Fixed VG_(ssort)(), which was broken for the size != {1,2,4} general case. by njn · 21 years ago
  19. 7ef2881 by njn · 21 years ago
  20. c9d4ba7 Fix a couple of compiler warnings. by njn · 21 years ago
  21. d1b5b1d Implement repe scas. by jsgf · 21 years ago
  22. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  23. a065a9c Fix a bug in the duplicate string squasher, which was a bit over-eager by jsgf · 21 years ago
  24. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago
  25. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  26. 2ccec9f Mention that -fno-inline is a helpful build flag when you're debugging. by sewardj · 21 years ago
  27. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  28. 8399f6a Fixed "pop (%esp)", which must increment %esp before using it to calculate the by njn · 21 years ago
  29. 5428450 Added (trivially) support for "push %ss". Minimally tested, along with "pop by njn · 21 years ago
  30. 9e4c1f9 Added (trivally) support for "pop %ss". Untested. by njn · 21 years ago
  31. ff28df9 by njn · 21 years ago
  32. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  33. 737a375 Implement DIVPS/DIVPD (Tom Hughes <thh@cyberscience.com>) by sewardj · 21 years ago
  34. 5e657c3 Implement pthread_spinlock_* (Tim Potter, tpot@samba.org) by sewardj · 21 years ago
  35. da536bb include sys/time.h when we have it. by daywalker · 21 years ago
  36. 5cebf57 Added interceptions for: by njn · 21 years ago
  37. d799418 by njn · 21 years ago
  38. 6e69ecd by njn · 21 years ago
  39. ed61971 Improved the ESP-update pass -- it's method for finding the ESP-deltas was very by njn · 21 years ago
  40. 972a759 speed optimisation: assuming that a tempreg not related to %esp before by daywalker · 21 years ago
  41. f26b216 export emit_movzbl_regmem_reg as the other variants are exported too by daywalker · 21 years ago
  42. 79aad84 inc/dec %ESP support MERGE TO STABLE by daywalker · 21 years ago
  43. d0eab5f by njn · 21 years ago
  44. 06072ec Removed sort_hash_array(). Changed VG_(HT_to_sorted_array)() to by njn · 21 years ago
  45. d3b0c5f by njn · 21 years ago
  46. 607adfc by njn · 21 years ago
  47. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  48. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  49. 95bc386 Disallowed size==1 for WIDEN. by njn · 21 years ago
  50. 8988f93 Implement MOVQ -- move 8 bytes of XMM reg or mem to XMM reg. by sewardj · 21 years ago
  51. dfc9b8c by njn · 21 years ago
  52. b106c42 revert accidental debug code I committed last time. by daywalker · 21 years ago
  53. f45a4eb by njn · 21 years ago
  54. 59fb25c Increase size of block-tracking hash table(s) from 997 to 4999. by sewardj · 21 years ago
  55. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  56. 7443bb5 Add support for "movl imm32, %esp". Needed for 'grinding vg_startup.S :) by njn · 21 years ago
  57. eb60b94 Fix a couple of bugs in the sigalstack wrapper (Nb: found when I was by njn · 21 years ago
  58. 5d945de implement a couple more instructions. I've mailed this patch to Julian by daywalker · 21 years ago
  59. b1db123 be more specific which allocation failed by daywalker · 21 years ago
  60. dc8d5e5 At startup, now tests if program is statically linked. Bails with a useful by njn · 21 years ago
  61. fa1016e by njn · 21 years ago
  62. 7fd598c by njn · 21 years ago
  63. 3222e0a fix compiler warnings by daywalker · 21 years ago
  64. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  65. 0355dff by sewardj · 21 years ago
  66. 6c84655 by njn · 21 years ago
  67. b94b81e by njn · 21 years ago
  68. 86dc2bc With -v option, client program's argv[] now printed at startup. Should be by njn · 21 years ago
  69. 6e8250c patch for adjtimex syscall by Bob Van Manen <BVanManen@Scene7.com> by daywalker · 21 years ago
  70. aca67c5 by njn · 21 years ago
  71. 7360f8e by njn · 21 years ago
  72. 32e2e36 implement waitpid syscall. Patch by Benjamin Lee <benjaminlee@users.sf.net> by daywalker · 21 years ago
  73. a70114c Fix up the way SK_(update_extra)() is called. by njn · 21 years ago
  74. 87ef6a6 comments change only by njn · 21 years ago
  75. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  76. 45b672d VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH): remove leading spaces and by sewardj · 21 years ago
  77. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  78. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  79. 78adbf4 by njn · 21 years ago
  80. 7271864 by njn · 21 years ago
  81. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  82. c2f5bb0 Just clarified VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)'s workings a bit. by njn · 21 years ago
  83. ac2eb79 Fix a problem in VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)(): when removing the by njn · 21 years ago
  84. e8b5c05 by njn · 21 years ago
  85. a7b627d wibble by njn · 21 years ago
  86. 84d669f Fix stupid compile error; I iz stupid. by njn · 21 years ago
  87. ce46c2a Fix: I thought VG_(malloc)() always zeroed memory. It does at first (because by njn · 21 years ago
  88. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  89. c1fc4fc Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8). by sewardj · 21 years ago
  90. f3406d0 VG_(setup_code_redirect_table): do errno etc entry-point redirection by sewardj · 21 years ago
  91. 2e353da Intercept waitpid() so as to make it non-blocking. Yet another by sewardj · 21 years ago
  92. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  93. c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
  94. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  95. f1accbc Whitespace-only change. by sewardj · 21 years ago
  96. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  97. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  98. 25c7c3a by sewardj · 21 years ago
  99. 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
  100. f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago