1. 9ea0901 Add another redirect that we need. This has no effect at present by sewardj · 19 years ago
  2. d0469f7 Disable Addrcheck builds whilst I'm doing bull-in-a-china-shop stuff by sewardj · 19 years ago
  3. d2b1711 by njn · 19 years ago
  4. d0d6473 Fix two typos. by njn · 19 years ago
  5. 2c96ea5 Some notes from memcheck size/endian hackery by sewardj · 19 years ago
  6. c112139 Record useful info from Jeremy. by sewardj · 19 years ago
  7. 50ae1a7 by njn · 19 years ago
  8. c7a71b3 Update expected output. by sewardj · 19 years ago
  9. 2feecc6 Add exhaustive tests for pslldq/psrldq. by sewardj · 19 years ago
  10. 703eec5 Reword error messages in a not-quite-so-terse way. by sewardj · 19 years ago
  11. 5d2ca93 Even more syscalls. by sewardj · 19 years ago
  12. 0e9d7e4 Remove --sloppy-malloc from man page. by njn · 19 years ago
  13. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  14. 33ef39c Removed bogus (UInt) casts from the amd64 signal frame builder and some by tom · 19 years ago
  15. 990e90c by njn · 19 years ago
  16. 2e1da50 Removed references to client_stack_base which no longer exists. by tom · 19 years ago
  17. 016712a by njn · 19 years ago
  18. 90eecea 64-bit cleanness -- use UWord instead of UInt. by njn · 19 years ago
  19. 50ba34e by njn · 19 years ago
  20. fc14e45 Deal with apparently non-cfront compliant new[]/delete[] manglings by sewardj · 19 years ago
  21. 10e1cfb gen_intercepts.pl doesn't exist any more. by njn · 19 years ago
  22. 412ad6e Update expected outputs. by sewardj · 19 years ago
  23. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  24. 074edc6 More amd64 system calls - emacs will now run under valgrind. by tom · 19 years ago
  25. 9ee81f5 by sewardj · 19 years ago
  26. f4ed059 Get cache detection going again on x86. by tom · 19 years ago
  27. 094031a Make cache detection work on amd64. by tom · 19 years ago
  28. c657eb6 Remove vg_instrument.c from the makefile. by tom · 19 years ago
  29. 8b75b41 Get rid of apparently-redundant file. by sewardj · 19 years ago
  30. cb2b13a Assert that cpuid is available - this is just done to force the by tom · 19 years ago
  31. 02d73d9 Get VG_(has_cpuid) and VG_(cpuid) working on amd64. by tom · 19 years ago
  32. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  33. b3bcd23 It seems deref_UInt is fine - socklen_t is a 32 bit value on amd64. by tom · 19 years ago
  34. f26d068 Don't truncate symbol values in ELF symbol tables. by tom · 19 years ago
  35. 191bf85 Remove a coupld of entries that have been dealt with. by tom · 19 years ago
  36. 686d4ca Even more amd64 system calls. by tom · 19 years ago
  37. 9749a50 Yet more amd64 system calls. by tom · 19 years ago
  38. 7286be5 More amd64 system calls. by tom · 19 years ago
  39. 96403eb Add a missing case. I guess it can't have been wildly popular :-) by sewardj · 19 years ago
  40. d26f242 Rework the vsyscall redirections to work in pie code - the old form by tom · 19 years ago
  41. 78113db Run "make all" before "make install" as older versions of automake by tom · 19 years ago
  42. a8d1ec6 Move the gettid system call to the linux specific section. by tom · 19 years ago
  43. fb154a5 Increase maximum translation size. This can happen when translating by sewardj · 19 years ago
  44. 44380b1 Rework the nightly build script to stop as soon as one of the build by tom · 19 years ago
  45. 60df38c Implement the gettid system call which seems to have got lost in the merge. by tom · 19 years ago
  46. c756a8e Update helgrind to use the new mechanism to declare it's interface by tom · 19 years ago
  47. cf81d55 by njn · 19 years ago
  48. 8a97c6d by njn · 19 years ago
  49. dd53b7a Make the dispatcher code position independent so that PIE mode works. by tom · 19 years ago
  50. 23f6cae Comment-only change by sewardj · 19 years ago
  51. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  52. f89f8fa Get rid of the use of VG_(instr_ptr_offset) since we know what that is by sewardj · 19 years ago
  53. 3c35375 rm unused function by sewardj · 19 years ago
  54. 6f917fd Get thew DWARF reading going on 64 bit machines. by tom · 19 years ago
  55. c03c4fd Discard the sys_socketcall wrapper (there is no socketcall system by tom · 19 years ago
  56. 95e65f6 Reinstate Helgrind, to an extent: compile it, so that it doesn't bit-rot. by njn · 19 years ago
  57. de2ec26 Fixed ROUNDDN to avoid truncating the result when the first argument by tom · 19 years ago
  58. 5e82ade Build the arch and platform libraries as PIE code when appropriate. by tom · 19 years ago
  59. b9c3d46 Revive VG_(cpuid) which had been commented out during the merge and by tom · 19 years ago
  60. 2db299d Rework inline assembly to avoid requiring specific registers as they by tom · 19 years ago
  61. dde6c0f Avoid truncating addresses returned from mmap on 64 bit platforms. by tom · 19 years ago
  62. b1d4318 Avoid truncating addresses in debugging message. by tom · 19 years ago
  63. c3d1cf7 Build the arch, os and platform libraries as PIE code if PIE is by tom · 19 years ago
  64. 1d46878 Fix overnight build script to use subversion to get the source and by tom · 19 years ago
  65. 8012b6e Fixed test result to be independent of the system address size. by tom · 19 years ago
  66. 04e069e The open system call has a post handler. by tom · 19 years ago
  67. b3a70df Implement some more system calls on amd64. by tom · 19 years ago
  68. 14c1cdb Actually setup the arguments for a signal handler before running by tom · 19 years ago
  69. 6193c09 Reinstate a few more syscalls. by sewardj · 19 years ago
  70. a11b9b0 Remove an out-of-date FAQ, putting the still-relevant part in another by njn · 19 years ago
  71. f4af300 comment-only change by sewardj · 19 years ago
  72. 04af9d0 VG_(get_memory_from_mmap_for_client)() need not be tool-visible. by njn · 19 years ago
  73. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  74. 1f70772 VG_(bbs_done) doesn't need to be tool-visible. by njn · 19 years ago
  75. a5464cd Remove dead field '.siginfo' from ThreadState(!) by njn · 19 years ago
  76. 4afaf1d Remove dead macros and declaration. by njn · 19 years ago
  77. 9fb73db by njn · 19 years ago
  78. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  79. 860fc63 Track generic and x86 changes. by sewardj · 19 years ago
  80. 194fce9 Remove dead macros 'mycat' and 'mycat_wrk'. by njn · 19 years ago
  81. 8c74b00 by njn · 19 years ago
  82. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  83. d6bc3c3 Remove some old CLOs that were hanging around for backward compatibility. by njn · 19 years ago
  84. 7f4a862 Pay attention to the annotations on dirty helper calls, since they by sewardj · 19 years ago
  85. be73f43 by njn · 19 years ago
  86. 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 19 years ago
  87. 4c4d57b Add missing declaration. by njn · 19 years ago
  88. c4a028e sys_futex's FUTEX_(CMP_)REQUEUE requests use the futex2 pointer (not by njn · 19 years ago
  89. 098da06 Handle a couple kinds of executable mutation: a read-only bss, and a by njn · 19 years ago
  90. da388f4 Skip a stab if it has no ':' at all. by njn · 19 years ago
  91. 1aa5ae4 Sync NEWS with CVS version. by njn · 19 years ago
  92. 6260159 More amd64 signal handling fixes (Tom Hughes) by sewardj · 19 years ago
  93. 41ff3a3 On amd64, use default cache sizes for now, rather than bombing out completely. by sewardj · 19 years ago
  94. 5d50566 Unbreak amd64 build. We need to have an overnight autobuild running by sewardj · 19 years ago
  95. 606380e Remove unneeded vg_intercept.c.base, which was still hanging around from the by njn · 19 years ago
  96. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  97. d13e5e6 by njn · 19 years ago
  98. 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 19 years ago
  99. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  100. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago