1. de4a4ab Sort out amd64 issues. by sewardj · 19 years ago
  2. 6751613 make function names more uniform by njn · 19 years ago
  3. f426131 by njn · 19 years ago
  4. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  5. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  6. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 20 years ago
  7. 0674acb Note that VG_(HT_construct)() allocates memory. by njn · 20 years ago
  8. 38629a7 Comment-only change: fix incorrect statement by njn · 20 years ago
  9. ab4779f Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES_REG. by njn · 20 years ago
  10. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  11. 7c5680a Remove dead declaration: VG_(print_malloc_stats). (But a function of the by njn · 20 years ago
  12. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 20 years ago
  13. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 20 years ago
  14. b5f6f51 by sewardj · 20 years ago
  15. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  16. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  17. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  18. 6a22af2 Whoops, must edit tool.h.base, not tool.h. by njn · 20 years ago
  19. a22a93a Added the skeleton of the AMD64 syscall table, all commented out, but by njn · 20 years ago
  20. c616819 by njn · 20 years ago
  21. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  22. 16de557 by njn · 20 years ago
  23. ca0518d by njn · 20 years ago
  24. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  25. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  26. cf45fd4 by njn · 20 years ago
  27. d4795be Cleanups for baseBlock removal: fix some comments, remove two decls by njn · 20 years ago
  28. 57fc173 Remove unneeded comments. by njn · 20 years ago
  29. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  30. 4be6501 Remove out-of-date comment. by njn · 20 years ago
  31. cfb8ad5 The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rd by njn · 20 years ago
  32. 2f7272c Move redundant function decls from core.h (they end up in tool.h anyway). by njn · 20 years ago
  33. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  34. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  35. 94065fd by njn · 20 years ago
  36. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  37. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  38. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  39. e3efbfd Removed include/vg_skin.h, which has been a shell just pointing to by njn · 20 years ago
  40. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  41. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  42. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  43. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  44. 8467291 Minor tweaks for external tools, for Josef W. by nethercote · 20 years ago
  45. 836d46c by nethercote · 20 years ago
  46. 92b2fd5 by nethercote · 20 years ago
  47. 330abb5 by nethercote · 20 years ago
  48. 0eafe55 Converted modify_ldt() and init_module(); the old code for init_module() was by nethercote · 20 years ago
  49. 5b653bc Converted more syscalls by nethercote · 20 years ago
  50. 7f7e4d1 Converted a few more, including clone() which I'm not at all sure about, and by nethercote · 20 years ago
  51. f1049bf Converted a couple more by nethercote · 20 years ago
  52. 686b5db converted a few more by nethercote · 20 years ago
  53. b3d3bcf Add support for most of the console driver ioctls. This fixes one of by thughes · 20 years ago
  54. 17258dc converted some more by nethercote · 20 years ago
  55. 7287bc6 Remove unnecessary comment. by nethercote · 20 years ago
  56. 660e4ee Converted lookup_dcookie. by nethercote · 20 years ago
  57. c6851dd Converted a bunch more syscalls. by nethercote · 20 years ago
  58. 95a9786 Minor VKI_* fixups. by nethercote · 20 years ago
  59. ada0d2b by nethercote · 20 years ago
  60. 5b9fafd by nethercote · 20 years ago
  61. 3d6b611 by nethercote · 20 years ago
  62. 928a5f7 by nethercote · 20 years ago
  63. 8b5f40c by nethercote · 20 years ago
  64. 7ac7f7b by nethercote · 20 years ago
  65. 1e37d39 unbreak compilation... by nethercote · 20 years ago
  66. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  67. 017e583 Do 'struct termios' properly. by nethercote · 20 years ago
  68. 9e8f9e5 Ignore generated makefiles. by thughes · 20 years ago
  69. 73b526f by nethercote · 20 years ago
  70. 69d9c46 Code formatting changes only. by nethercote · 20 years ago
  71. 5426544 Comment cleanups only. by nethercote · 20 years ago
  72. b2decc3 tweak by nethercote · 20 years ago
  73. ca788ff by nethercote · 20 years ago
  74. 5548ded Update by nethercote · 20 years ago
  75. e90c683 by nethercote · 20 years ago
  76. 4a9d546 Remove unused macros. by nethercote · 20 years ago
  77. 6a27d83 by nethercote · 20 years ago
  78. 2e05c33 by nethercote · 20 years ago
  79. 86c5dcb by nethercote · 20 years ago
  80. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  81. c06e213 Arch-abstraction: by nethercote · 20 years ago
  82. 1334313 Tweak some comments. by nethercote · 20 years ago
  83. 5a2664c by nethercote · 20 years ago
  84. ac95010 Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just by nethercote · 20 years ago
  85. 37aac2e Arch-abstraction: Whoops, forgot to add tool.h.base. Also updated .cvsignore. by nethercote · 20 years ago
  86. 4606320 by nethercote · 20 years ago
  87. 109d0df by nethercote · 20 years ago
  88. b0e80b7 Add vki_itimerspec definition for POSIX timer support. by thughes · 20 years ago
  89. 85c8a50 Removed comma at the end of an enumerator list - this is allowed by thughes · 20 years ago
  90. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  91. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  92. e53befe Remove no-longer-used prefixes. by nethercote · 20 years ago
  93. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  94. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  95. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  96. c743850 Add another C call helper. by nethercote · 20 years ago
  97. 05ecbdf Commit missing kernel interface definitions for async I/O calls. by thughes · 20 years ago
  98. 5fb44f6 Clarify that you can also iterate from the result of a SkipList_Find. by fitzhardinge · 20 years ago
  99. 6abf482 Couple of clarifying comments about skip lists. (Comment change only) by nethercote · 20 years ago
  100. 7ee337a Bumped the core interface major version number to reflect changes by thughes · 20 years ago