1. 74729ef Update and add various .cvsignore files. by nethercote · 20 years ago
  2. 671398c Three CDROM ioctls, from Rocky Bernstein. by nethercote · 20 years ago
  3. 6ed8509 Remove system-dependent output from test. by nethercote · 20 years ago
  4. bd12691 Patch from Tom Hughes: by nethercote · 20 years ago
  5. fa383eb sigh by mueller · 20 years ago
  6. 0e9f133 get rid of the thread local storage tests until somebody by mueller · 20 years ago
  7. b9b8305 Add a pair of missing {pre,post}_mem_write events. by nethercote · 20 years ago
  8. a3d718e Fix so that new versions of system (using clone()) work. by nethercote · 20 years ago
  9. 009259b whoops by nethercote · 20 years ago
  10. 5912c81 Added copyright notice to all hp2ps source files. by nethercote · 20 years ago
  11. 535f03b This patch fixes getrlimit(RLIMIT_FILENO) to return VG_(max_fd) as the soft by nethercote · 20 years ago
  12. a4c33c6 fix code typo by nethercote · 20 years ago
  13. 5a98408 Remove compile warnings. by nethercote · 20 years ago
  14. 909f28a Whoops, meant to add with Massif. by nethercote · 20 years ago
  15. fc87c16 Whoops, meant to add this with the rest of Massif. by nethercote · 20 years ago
  16. c9f3692 Adding Massif, the heap profiler. by nethercote · 20 years ago
  17. a81e916 Now doing pre_mem_read()s on the args to execve(), so eg. Memcheck can check by nethercote · 20 years ago
  18. 25e73af Add files I forgot to when I committed Tom Hughes' patch for bug 73907. by nethercote · 20 years ago
  19. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  20. 9af69b3 Added support for epoll. by nethercote · 20 years ago
  21. 83d8a71 Fix for bug 73326. It seems that gcc 3.2.2 is generating negatively-sized by fitzhardinge · 20 years ago
  22. 4599076 Fix broken "make dist". by nethercote · 20 years ago
  23. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 20 years ago
  24. 6c999f2 No longer showing debugging options for --help; only for the newly added by nethercote · 20 years ago
  25. 2757417 Rearrange CPUID again. Moved most of the helper logic into C, since by fitzhardinge · 20 years ago
  26. 60f5b82 "VG_AR_SKIN" --> "VG_AR_TOOL" by nethercote · 20 years ago
  27. e860112 by nethercote · 20 years ago
  28. ff9721d Patch from Tom Hughes: by nethercote · 20 years ago
  29. 04d0fbc Patch from Tom Hughes: by nethercote · 20 years ago
  30. 5e076ff Remove some small unnecessary, out-of-date bits by nethercote · 20 years ago
  31. 3ced0e3 Fix comment by nethercote · 20 years ago
  32. 10d481a staticalise by nethercote · 20 years ago
  33. 42602b1 Anti-globalisation by nethercote · 20 years ago
  34. 426f9e6 Oops, make base static. by fitzhardinge · 20 years ago
  35. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 20 years ago
  36. 0df2ac2 Virtualize CPUID. Rather than just using the host CPU's CPUID, by fitzhardinge · 20 years ago
  37. b3be942 don't mess with prefix. CCMAIL: 72784-done@bugs.kde.org by mueller · 20 years ago
  38. 8a6448c Forgot to remove this. by nethercote · 20 years ago
  39. 71980f0 by nethercote · 20 years ago
  40. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 20 years ago
  41. b973698 Make output more thread-independent. by nethercote · 20 years ago
  42. ceaeb3b Change test so output doesn't depend on thread scheduling. by nethercote · 20 years ago
  43. 09d853e Fix a bug in Cachegrind: when invalidating BBs, the lookup in the BBCC_table by nethercote · 20 years ago
  44. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 20 years ago
  45. 9f07c54 Updated the manual for some recent changes, esp. the fact that Memcheck is no by nethercote · 20 years ago
  46. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 20 years ago
  47. 681ca37 Small update about unimplemented instructions. by fitzhardinge · 20 years ago
  48. 0c10899 Hasn't this been added already? by fitzhardinge · 20 years ago
  49. 46c7b8d Patch to add support for the alternate MOVQ encoding, from Tom Hughes. by nethercote · 20 years ago
  50. 4ef5c39 From Tom Hughes: patch to report port numbers correctly by nethercote · 20 years ago
  51. 288b766 Adding files from Tom Hughes' SSE-completion patch, which I forgot yesterday. by nethercote · 20 years ago
  52. 6a4412c Update limitations section: merge some old changes from 2.0.0 branch, and some by nethercote · 20 years ago
  53. 603e8c5 Some clarifications to README_MISSING_SYSCALL_OR_IOCTL. by fitzhardinge · 20 years ago
  54. f1024cc Reduce the pounding. by fitzhardinge · 20 years ago
  55. f86ba6d Add some comments by fitzhardinge · 20 years ago
  56. b267f46 Remove unnecessary line by nethercote · 20 years ago
  57. 98ae6da Update instructions for FV. by nethercote · 20 years ago
  58. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 20 years ago
  59. 3a42797 Updated example Makefile.am for recent FV changes. by nethercote · 20 years ago
  60. 6263a65 Oops, add missing file. by fitzhardinge · 20 years ago
  61. ed9fe48 Add other .exp file for exec-sigmask. by fitzhardinge · 20 years ago
  62. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 20 years ago
  63. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 20 years ago
  64. 8bf0c6a Remove address from output, which varies from machine to machine and causes by nethercote · 21 years ago
  65. 33dbc12 yet another SSE insn (rsqrtss) by mueller · 21 years ago
  66. cf826ad Fix "make dist" by fitzhardinge · 21 years ago
  67. eed7ecb Make badrw.c conform to C89; split things onto separate lines so it's by fitzhardinge · 21 years ago
  68. c2d6507 Fix for bug 72006 by Tom Hughes: report proper error returns for mmap() by fitzhardinge · 21 years ago
  69. 0996fa6 Make fork test deterministic. by fitzhardinge · 21 years ago
  70. d6f548b Removed files I meant to with the last commit. by nethercote · 21 years ago
  71. 5ed88f2 remove anonymous unions - not supported by older versions of gcc. by mueller · 21 years ago
  72. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  73. 9b8c2f3 Move logfile fd into safe range. by fitzhardinge · 21 years ago
  74. 60eec94 Debork regtests by fitzhardinge · 21 years ago
  75. 5408c06 Fix problem with trace-children=yes when using a tool which replaces by fitzhardinge · 21 years ago
  76. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  77. 8b42672 Add missing atoll16 prototype. I use this in the watchpoint stuff. by rjwalsh · 21 years ago
  78. 6d5dafa Fix do_exec's permission checking. by fitzhardinge · 21 years ago
  79. 9800fd3 In the fast sanity check for these tools which use shadow memory, by jseward · 21 years ago
  80. 9fc153f Handle 'B' (volatile) and 'k' (const) qualifiers in stabs. (Tom by jseward · 21 years ago
  81. 27fc1da Folded cg_sim_{gen,I1,D1,L2}.c into cg_sim.c, which makes a lot more sense and by nethercote · 21 years ago
  82. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  83. d1c7140 Adding "use strict" and "use warnings", for safety. Required some extra by nethercote · 21 years ago
  84. 2886b0e Add copyright notices to new files. by jseward · 21 years ago
  85. f6f0e9f typo by mueller · 21 years ago
  86. 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
  87. 8c68e04 infrastructure. Yes, it doesn't do much yet. by mueller · 21 years ago
  88. 3547d0b portability by mueller · 21 years ago
  89. 93d52c2 adding FreeBSD port made by Doug Rabson, thanks! by mueller · 21 years ago
  90. b3a8929 make it compile on FreeBSD by mueller · 21 years ago
  91. 854f6a0 remove test for malloc.h add tests for endian.h and sys/endian.h (FreeBSD like) by mueller · 21 years ago
  92. 535cc6e Fix compilation on FreeBSD. extracted from patch by Doug Rabson <dfr@nlsystems.com> by mueller · 21 years ago
  93. 531d34d stop whining. by mueller · 21 years ago
  94. 28b1195 Add possible workaround for FAQ 16, from Adam Spragg. by nethercote · 21 years ago
  95. 30c956a link bug reporting page instead CCMAIL: 69845-done@bugs.kde.org by mueller · 21 years ago
  96. cab0014 remove the files as they're no longer regularly maintained. NEWS should by mueller · 21 years ago
  97. 2b317b5 link the bugzilla CCMAIL: 69843-done@bugs.kde.org by mueller · 21 years ago
  98. 6ceb231 add support for mincore syscall, patch by Tom Hughes by mueller · 21 years ago
  99. 97da476 movntpd/movntps support (patch by Tom Hughes) CCMAIL: 69782-done@bugs.kde.org by mueller · 21 years ago
  100. 00a8a6f fix comment by mueller · 21 years ago