1. 836d46c by nethercote · 20 years ago
  2. 92b2fd5 by nethercote · 20 years ago
  3. 330abb5 by nethercote · 20 years ago
  4. 0eafe55 Converted modify_ldt() and init_module(); the old code for init_module() was by nethercote · 20 years ago
  5. 5b653bc Converted more syscalls by nethercote · 20 years ago
  6. 7f7e4d1 Converted a few more, including clone() which I'm not at all sure about, and by nethercote · 20 years ago
  7. f1049bf Converted a couple more by nethercote · 20 years ago
  8. 686b5db converted a few more by nethercote · 20 years ago
  9. b3d3bcf Add support for most of the console driver ioctls. This fixes one of by thughes · 20 years ago
  10. 17258dc converted some more by nethercote · 20 years ago
  11. 7287bc6 Remove unnecessary comment. by nethercote · 20 years ago
  12. 660e4ee Converted lookup_dcookie. by nethercote · 20 years ago
  13. c6851dd Converted a bunch more syscalls. by nethercote · 20 years ago
  14. 95a9786 Minor VKI_* fixups. by nethercote · 20 years ago
  15. ada0d2b by nethercote · 20 years ago
  16. 5b9fafd by nethercote · 20 years ago
  17. 3d6b611 by nethercote · 20 years ago
  18. 928a5f7 by nethercote · 20 years ago
  19. 8b5f40c by nethercote · 20 years ago
  20. 7ac7f7b by nethercote · 20 years ago
  21. 1e37d39 unbreak compilation... by nethercote · 20 years ago
  22. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  23. 017e583 Do 'struct termios' properly. by nethercote · 20 years ago
  24. 9e8f9e5 Ignore generated makefiles. by thughes · 20 years ago
  25. 73b526f by nethercote · 20 years ago
  26. 69d9c46 Code formatting changes only. by nethercote · 20 years ago
  27. 5426544 Comment cleanups only. by nethercote · 20 years ago
  28. b2decc3 tweak by nethercote · 20 years ago
  29. ca788ff by nethercote · 20 years ago
  30. 5548ded Update by nethercote · 20 years ago
  31. e90c683 by nethercote · 20 years ago
  32. 4a9d546 Remove unused macros. by nethercote · 20 years ago
  33. 6a27d83 by nethercote · 20 years ago
  34. 2e05c33 by nethercote · 20 years ago
  35. 86c5dcb by nethercote · 20 years ago
  36. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  37. c06e213 Arch-abstraction: by nethercote · 20 years ago
  38. 1334313 Tweak some comments. by nethercote · 20 years ago
  39. 5a2664c by nethercote · 20 years ago
  40. ac95010 Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just by nethercote · 20 years ago
  41. 37aac2e Arch-abstraction: Whoops, forgot to add tool.h.base. Also updated .cvsignore. by nethercote · 20 years ago
  42. 4606320 by nethercote · 20 years ago
  43. 109d0df by nethercote · 20 years ago
  44. b0e80b7 Add vki_itimerspec definition for POSIX timer support. by thughes · 20 years ago
  45. 85c8a50 Removed comma at the end of an enumerator list - this is allowed by thughes · 20 years ago
  46. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  47. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  48. e53befe Remove no-longer-used prefixes. by nethercote · 20 years ago
  49. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  50. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  51. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  52. c743850 Add another C call helper. by nethercote · 20 years ago
  53. 05ecbdf Commit missing kernel interface definitions for async I/O calls. by thughes · 20 years ago
  54. 5fb44f6 Clarify that you can also iterate from the result of a SkipList_Find. by fitzhardinge · 20 years ago
  55. 6abf482 Couple of clarifying comments about skip lists. (Comment change only) by nethercote · 20 years ago
  56. 7ee337a Bumped the core interface major version number to reflect changes by thughes · 20 years ago
  57. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  58. acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
  59. f854867 by nethercote · 20 years ago
  60. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  61. 66d8009 Add support for the FIGETBSZ and FIBMAP ioctls based on a patch by thughes · 20 years ago
  62. 27fec90 by nethercote · 20 years ago
  63. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  64. c0b63de Add a strrchr implementation. by thughes · 20 years ago
  65. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  66. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  67. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  68. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 20 years ago
  69. 493dd18 Check new fds are not within Valgrind's reserved range. Still one case for by nethercote · 20 years ago
  70. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 20 years ago
  71. d6e54c8 Fix var names in prototypes. by nethercote · 20 years ago
  72. 7afcec1 Added various functions that make instrumentation easier, particularly by nethercote · 20 years ago
  73. c9f3692 Adding Massif, the heap profiler. by nethercote · 20 years ago
  74. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  75. 9af69b3 Added support for epoll. by nethercote · 20 years ago
  76. 71980f0 by nethercote · 21 years ago
  77. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  78. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  79. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  80. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  81. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  82. 8b42672 Add missing atoll16 prototype. I use this in the watchpoint stuff. by rjwalsh · 21 years ago
  83. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  84. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  85. c9b3655 mark the braced expression as C(++) extension by mueller · 21 years ago
  86. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  87. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  88. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  89. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  90. 4683df9 ignore by mueller · 21 years ago
  91. 7e343cd Add and delete all the files which need adding and deleting. by fitzhardinge · 21 years ago
  92. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  93. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  94. a4b153a this should fix compilation on weird kernel 2.6.x installations. by mueller · 21 years ago
  95. a48f792 trying to fix compilation. Does it work now for everybody? by mueller · 21 years ago
  96. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  97. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  98. 157689b Change VG_CORE_INTERFACE_MAJOR_VERSION to 5. by jseward · 21 years ago
  99. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  100. f2db92d Increased the skin major version number, to reflect the changed return values by nethercote · 21 years ago