1. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 21 years ago
  2. 7d71b43 Print a backtrace for core-dumping signals, even if we're not actually by fitzhardinge · 21 years ago
  3. 4a4d108 Ooops. Fix overly-hasty commit. by fitzhardinge · 21 years ago
  4. 61a5341 Be a bit clearer about core-dumping messages (don't say we are if we're not) by fitzhardinge · 21 years ago
  5. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 21 years ago
  6. 2ed1e7a Don't bother setting the EI_OSABI entry in the core elf header, since by fitzhardinge · 21 years ago
  7. b1a26ae Modify the memory manager so it "natively" supports 8-byte alignment, by jseward · 21 years ago
  8. 19ab8b9 whoops by mueller · 21 years ago
  9. 273d1d7 fix up the other places as well by mueller · 21 years ago
  10. 26f3308 Close bug 71906. Set default malloc alignment to 8 rather than 4. by fitzhardinge · 21 years ago
  11. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 21 years ago
  12. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 21 years ago
  13. 4fba82f Partially unbreak 'make distcheck'. by jseward · 21 years ago
  14. b0bde39 Oops, passing wrong thing to st_mkarray by fitzhardinge · 21 years ago
  15. 7194a56 Fix for bug 73892; implement 'S' set/bitstring stabs type. by fitzhardinge · 21 years ago
  16. 716c2c1 Raise RLIMIT_AS to max allowable, so that we can create the large mappings by fitzhardinge · 21 years ago
  17. e5f9d91 Cope with strange templated symbol names containing quoted ':'. by fitzhardinge · 21 years ago
  18. 4b268e2 Remove function which is no longer used following the changes to by thughes · 21 years ago
  19. 5298da9 Fix the handling of libc thread specific data so that it doesn't rely on by thughes · 21 years ago
  20. 91e082b Treat INT with an operand other than 0x80 as an undefined instruction. by thughes · 21 years ago
  21. be1c3cf We need to specify some version. by fitzhardinge · 21 years ago
  22. 3e2c6d5 Fix bug 76780 - implement stabs type '@' for pointer to member. by fitzhardinge · 21 years ago
  23. 0ee72ef Add support for 16 bit pushes and pops of segment registers to fix bug #76762. by thughes · 21 years ago
  24. ffb2e3b Don't intercept mmap yet, until everything else is in place to deal with it. by fitzhardinge · 21 years ago
  25. abab839 Fix assertion failure when using VG_(system) near program termination. by fitzhardinge · 21 years ago
  26. c5ccf2f remove arch subdir for 2.1.1 release by mueller · 21 years ago
  27. dffad08 Adjust vg_pthread_cond_t so it works with an older glibc. by nethercote · 21 years ago
  28. 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 21 years ago
  29. d25e8a2 Fix shmdt by using the right argument for the shared segment address. by fitzhardinge · 21 years ago
  30. 493dd18 Check new fds are not within Valgrind's reserved range. Still one case for by nethercote · 21 years ago
  31. d8685b8 This fixes bug 75614. It seems that a symbol can be named by fitzhardinge · 21 years ago
  32. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  33. 7afcec1 Added various functions that make instrumentation easier, particularly by nethercote · 21 years ago
  34. 671398c Three CDROM ioctls, from Rocky Bernstein. by nethercote · 21 years ago
  35. bd12691 Patch from Tom Hughes: by nethercote · 21 years ago
  36. b9b8305 Add a pair of missing {pre,post}_mem_write events. by nethercote · 21 years ago
  37. a3d718e Fix so that new versions of system (using clone()) work. by nethercote · 21 years ago
  38. 535f03b This patch fixes getrlimit(RLIMIT_FILENO) to return VG_(max_fd) as the soft by nethercote · 21 years ago
  39. a4c33c6 fix code typo by nethercote · 21 years ago
  40. c9f3692 Adding Massif, the heap profiler. by nethercote · 21 years ago
  41. a81e916 Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check by nethercote · 21 years ago
  42. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  43. 9af69b3 Added support for epoll. by nethercote · 21 years ago
  44. 83d8a71 Fix for bug 73326. It seems that gcc 3.2.2 is generating negatively-sized by fitzhardinge · 21 years ago
  45. 4599076 Fix broken "make dist". by nethercote · 21 years ago
  46. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  47. 6c999f2 No longer showing debugging options for --help; only for the newly added by nethercote · 21 years ago
  48. 2757417 Rearrange CPUID again. Moved most of the helper logic into C, since by fitzhardinge · 21 years ago
  49. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 21 years ago
  50. e860112 by nethercote · 21 years ago
  51. ff9721d Patch from Tom Hughes: by nethercote · 21 years ago
  52. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago
  53. 5e076ff Remove some small unnecessary, out-of-date bits by nethercote · 21 years ago
  54. 3ced0e3 Fix comment by nethercote · 21 years ago
  55. 10d481a staticalise by nethercote · 21 years ago
  56. 42602b1 Anti-globalisation by nethercote · 21 years ago
  57. 426f9e6 Oops, make base static. by fitzhardinge · 21 years ago
  58. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 21 years ago
  59. 0df2ac2 Virtualize CPUID. Rather than just using the host CPU's CPUID, by fitzhardinge · 21 years ago
  60. 8a6448c Forgot to remove this. by nethercote · 21 years ago
  61. 71980f0 by nethercote · 21 years ago
  62. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  63. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  64. 9f07c54 Updated the manual for some recent changes, esp. the fact that Memcheck is no by nethercote · 21 years ago
  65. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  66. 681ca37 Small update about unimplemented instructions. by fitzhardinge · 21 years ago
  67. 46c7b8d Patch to add support for the alternate MOVQ encoding, from Tom Hughes. by nethercote · 21 years ago
  68. 4ef5c39 From Tom Hughes: patch to report port numbers correctly by nethercote · 21 years ago
  69. 6a4412c Update limitations section: merge some old changes from 2.0.0 branch, and some by nethercote · 21 years ago
  70. f86ba6d Add some comments by fitzhardinge · 21 years ago
  71. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  72. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 21 years ago
  73. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  74. 33dbc12 yet another SSE insn (rsqrtss) by mueller · 21 years ago
  75. cf826ad Fix "make dist" by fitzhardinge · 21 years ago
  76. c2d6507 Fix for bug 72006 by Tom Hughes: report proper error returns for mmap() by fitzhardinge · 21 years ago
  77. 5ed88f2 remove anonymous unions - not supported by older versions of gcc. by mueller · 21 years ago
  78. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  79. 9b8c2f3 Move logfile fd into safe range. by fitzhardinge · 21 years ago
  80. 5408c06 Fix problem with trace-children=yes when using a tool which replaces by fitzhardinge · 21 years ago
  81. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  82. 6d5dafa Fix do_exec's permission checking. by fitzhardinge · 21 years ago
  83. 9fc153f Handle 'B' (volatile) and 'k' (const) qualifiers in stabs. (Tom by jseward · 21 years ago
  84. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  85. d1c7140 Adding "use strict" and "use warnings", for safety. Required some extra by nethercote · 21 years ago
  86. 2886b0e Add copyright notices to new files. by jseward · 21 years ago
  87. f6f0e9f typo by mueller · 21 years ago
  88. 8c68e04 infrastructure. Yes, it doesn't do much yet. by mueller · 21 years ago
  89. 93d52c2 adding FreeBSD port made by Doug Rabson, thanks! by mueller · 21 years ago
  90. 6ceb231 add support for mincore syscall, patch by Tom Hughes by mueller · 21 years ago
  91. 97da476 movntpd/movntps support (patch by Tom Hughes) CCMAIL: 69782-done@bugs.kde.org by mueller · 21 years ago
  92. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  93. 556c9f8 (David Lee, <david.lee@teracruz.com>) by jseward · 21 years ago
  94. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  95. ed82357 It seems newer linkers have scripts which mention the base address twice by fitzhardinge · 21 years ago
  96. b84164a Make sure we use gcc's ld, not whatever random ld we happen to find in the path. by fitzhardinge · 21 years ago
  97. 4e6184d De-anonymise a union so as to un-break compilation on gcc-2.95. by jseward · 21 years ago
  98. b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
  99. e3632c6 Fixed munmap bug - split_segment wasn't updating the lengths properly. by fitzhardinge · 21 years ago
  100. 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago