1. ca788ff by nethercote · 20 years ago
  2. 5548ded Update by nethercote · 20 years ago
  3. e90c683 by nethercote · 20 years ago
  4. 4a9d546 Remove unused macros. by nethercote · 20 years ago
  5. 6a27d83 by nethercote · 20 years ago
  6. 2e05c33 by nethercote · 20 years ago
  7. 86c5dcb by nethercote · 20 years ago
  8. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  9. c06e213 Arch-abstraction: by nethercote · 20 years ago
  10. 1334313 Tweak some comments. by nethercote · 20 years ago
  11. 5a2664c by nethercote · 20 years ago
  12. ac95010 Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just by nethercote · 20 years ago
  13. 37aac2e Arch-abstraction: Whoops, forgot to add tool.h.base. Also updated .cvsignore. by nethercote · 20 years ago
  14. 4606320 by nethercote · 20 years ago
  15. 109d0df by nethercote · 20 years ago
  16. b0e80b7 Add vki_itimerspec definition for POSIX timer support. by thughes · 20 years ago
  17. 85c8a50 Removed comma at the end of an enumerator list - this is allowed by thughes · 20 years ago
  18. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  19. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  20. e53befe Remove no-longer-used prefixes. by nethercote · 20 years ago
  21. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  22. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  23. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  24. c743850 Add another C call helper. by nethercote · 20 years ago
  25. 05ecbdf Commit missing kernel interface definitions for async I/O calls. by thughes · 20 years ago
  26. 5fb44f6 Clarify that you can also iterate from the result of a SkipList_Find. by fitzhardinge · 20 years ago
  27. 6abf482 Couple of clarifying comments about skip lists. (Comment change only) by nethercote · 20 years ago
  28. 7ee337a Bumped the core interface major version number to reflect changes by thughes · 20 years ago
  29. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  30. acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
  31. f854867 by nethercote · 20 years ago
  32. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  33. 66d8009 Add support for the FIGETBSZ and FIBMAP ioctls based on a patch by thughes · 20 years ago
  34. 27fec90 by nethercote · 20 years ago
  35. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  36. c0b63de Add a strrchr implementation. by thughes · 20 years ago
  37. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  38. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  39. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  40. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 20 years ago
  41. 493dd18 Check new fds are not within Valgrind's reserved range. Still one case for by nethercote · 21 years ago
  42. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 21 years ago
  43. d6e54c8 Fix var names in prototypes. by nethercote · 21 years ago
  44. 7afcec1 Added various functions that make instrumentation easier, particularly by nethercote · 21 years ago
  45. c9f3692 Adding Massif, the heap profiler. by nethercote · 21 years ago
  46. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  47. 9af69b3 Added support for epoll. by nethercote · 21 years ago
  48. 71980f0 by nethercote · 21 years ago
  49. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  50. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  51. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  52. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  53. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  54. 8b42672 Add missing atoll16 prototype. I use this in the watchpoint stuff. by rjwalsh · 21 years ago
  55. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  56. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  57. c9b3655 mark the braced expression as C(++) extension by mueller · 21 years ago
  58. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  59. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  60. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  61. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  62. 4683df9 ignore by mueller · 21 years ago
  63. 7e343cd Add and delete all the files which need adding and deleting. by fitzhardinge · 21 years ago
  64. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  65. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  66. a4b153a this should fix compilation on weird kernel 2.6.x installations. by mueller · 21 years ago
  67. a48f792 trying to fix compilation. Does it work now for everybody? by mueller · 21 years ago
  68. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  69. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  70. 157689b Change VG_CORE_INTERFACE_MAJOR_VERSION to 5. by jseward · 21 years ago
  71. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  72. f2db92d Increased the skin major version number, to reflect the changed return values by nethercote · 21 years ago
  73. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  74. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  75. c9d4ba7 Fix a couple of compiler warnings. by njn · 21 years ago
  76. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  77. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago
  78. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  79. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  80. d799418 by njn · 21 years ago
  81. 6e69ecd by njn · 21 years ago
  82. f26b216 export emit_movzbl_regmem_reg as the other variants are exported too by daywalker · 21 years ago
  83. 69c0687 Export to skins a function, VG_(HT_count_nodes)(), which was always intended to by njn · 21 years ago
  84. e36543a comment change only by njn · 21 years ago
  85. 06072ec Removed sort_hash_array(). Changed VG_(HT_to_sorted_array)() to by njn · 21 years ago
  86. d3b0c5f by njn · 21 years ago
  87. e7442cf Made VG_(read_millisecond_timer)() available to skins. Also made it cope by njn · 21 years ago
  88. 99ccf08 Added VG_(getcwd_alloc)(), which is much easier to use than VG_(getcwd)(). by njn · 21 years ago
  89. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  90. 5d945de implement a couple more instructions. I've mailed this patch to Julian by daywalker · 21 years ago
  91. df9ae42 compiler warning fixes by daywalker · 21 years ago
  92. 6c84655 by njn · 21 years ago
  93. 78adbf4 by njn · 21 years ago
  94. 7271864 by njn · 21 years ago
  95. ca1ded3 Installing vg_skin.h and dependent .h files, on Josef's request, as it makes by njn · 21 years ago
  96. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  97. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  98. 989dad9 Increase default number of supported threads from 50 to 100. by sewardj · 21 years ago
  99. 7e73e5f spelling fixes by daywalker · 21 years ago
  100. 9dd209f A few more SSEs. by sewardj · 21 years ago