1. 4e9a4b6 Do our own implementations of strchrnul() and rawmemchr(). by sewardj · 20 years ago
  2. 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
  3. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  4. f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
  5. 2f7272c Move redundant function decls from core.h (they end up in tool.h anyway). by njn · 20 years ago
  6. ee8a586 Update Massif's TL_(instrument)() to work with Vex (trivial). by njn · 20 years ago
  7. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  8. 9f649aa Make various other tools compile; also fix the stage2 linker script. by sewardj · 20 years ago
  9. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  10. 8b8cecd Fix some out-of-date comments. by njn · 20 years ago
  11. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  12. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  13. 94065fd by njn · 20 years ago
  14. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  15. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  16. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  17. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  18. e3efbfd Removed include/vg_skin.h, which has been a shell just pointing to by njn · 20 years ago
  19. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  20. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  21. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  22. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  23. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  24. 50629ec Tiresome build-system hacks to connect to the VEX includes. by sewardj · 20 years ago
  25. 1fb20c2 No longer producing this file. by nethercote · 20 years ago
  26. 8467291 Minor tweaks for external tools, for Josef W. by nethercote · 20 years ago
  27. 093047d Yipes - my last checking borked the memcheck scalar test. This should by rjwalsh · 20 years ago
  28. 17d8530 Allow readlink to handle /proc/self/exe and /proc/<pid>/exe properly. by rjwalsh · 20 years ago
  29. e5c4eec by nethercote · 20 years ago
  30. 362c0d2 Arch-abstraction: by nethercote · 20 years ago
  31. 905b398 Added missing .cvsignore file. by nethercote · 20 years ago
  32. 836d46c by nethercote · 20 years ago
  33. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  34. 0ec1e19 Replace magic number with proper constant. by nethercote · 20 years ago
  35. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  36. 163c5e8 Convert a whole bunch of "(UWord)NULL" occurrences to 0, which is easier to by nethercote · 20 years ago
  37. 328b769 Add explanatory comment to set_tid_address wrapper. by nethercote · 20 years ago
  38. 3d5e910 by nethercote · 20 years ago
  39. fd45353 Add coregrind/linux/ and coregrind/linux/* that was supposed to go in the last by nethercote · 20 years ago
  40. 8ff888f by nethercote · 20 years ago
  41. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  42. 04d3a80 debug output wibble by nethercote · 20 years ago
  43. b9d1e65 by nethercote · 20 years ago
  44. fbd55ef fix incorrect counts by nethercote · 20 years ago
  45. d16f20b Add some missing test cases. by nethercote · 20 years ago
  46. 85a456f by nethercote · 20 years ago
  47. b77dee6 by nethercote · 20 years ago
  48. 92b2fd5 by nethercote · 20 years ago
  49. 330abb5 by nethercote · 20 years ago
  50. 89c33d2 Use sigprocmask(SIG_SETMASK) to make sure the signal mask is in a by thughes · 20 years ago
  51. 1112cab Don't try and return the old mask from sigprocmask if the user gave by thughes · 20 years ago
  52. af6921a Add arguments to the prctl call in the scalar test. by thughes · 20 years ago
  53. 38e0a9e add a bunch of tests by nethercote · 20 years ago
  54. ac866b9 Converted more syscalls, including futex() which I'm not too sure about. by nethercote · 20 years ago
  55. a6395d1 Converted rt_sigpending. This allowed PREALIAS/POSTALIAS to be removed too. by nethercote · 20 years ago
  56. 1f1ded6 Forgot to add the expected stderr output. by nethercote · 20 years ago
  57. 7fbe08a by nethercote · 20 years ago
  58. 3954ea3 convert a couple more by nethercote · 20 years ago
  59. d6b5a21 by nethercote · 20 years ago
  60. a11abac Pass an argument to exit_group in the scalar_exit_group test. by thughes · 20 years ago
  61. 0eafe55 Converted modify_ldt() and init_module(); the old code for init_module() was by nethercote · 20 years ago
  62. 9b9b74b by nethercote · 20 years ago
  63. 16e36d8 After a clone system call there are two threads of control running so we by thughes · 20 years ago
  64. 42b2f31 Fill in missing cases in scalar. by nethercote · 20 years ago
  65. f90953e converted more syscalls by nethercote · 20 years ago
  66. 5b653bc Converted more syscalls by nethercote · 20 years ago
  67. 151effa converted mmap and mmap2 by nethercote · 20 years ago
  68. 7f7e4d1 Converted a few more, including clone() which I'm not at all sure about, and by nethercote · 20 years ago
  69. 206e373 Add some missing system call arguments to the scalar test. by thughes · 20 years ago
  70. 9744329 Remove trailing space after \ continuation marker. by thughes · 20 years ago
  71. c3e85df Add comments documenting the difference between the sigsuspend by thughes · 20 years ago
  72. dc18c0a Converted some more syscalls. by nethercote · 20 years ago
  73. d8e0041 Fix the sigsuspend wrapper - the existing implementation was totally by thughes · 20 years ago
  74. 06c7bd7 Converted a few more syscalls. by nethercote · 20 years ago
  75. 5a945af converted a few more syscalls by nethercote · 20 years ago
  76. 2fe7b54 forgot to remove these files in last commit by nethercote · 20 years ago
  77. 6c0e2d0 by nethercote · 20 years ago
  78. 8b305af Converted a few more syscalls. by nethercote · 20 years ago
  79. f1049bf Converted a couple more by nethercote · 20 years ago
  80. fef67c7 Add gettimeofday() to test. by nethercote · 20 years ago
  81. b4f9b92 Add missing params. Tom's nightly tests should work now. by nethercote · 20 years ago
  82. a3a2c14 converted sigsuspend, rt_sigsuspend. Not very sure about them. by nethercote · 20 years ago
  83. 686b5db converted a few more by nethercote · 20 years ago
  84. 2e1c37d converted some more by nethercote · 20 years ago
  85. c3b842d Add the post handlers for the console ioctls that I managed to by thughes · 20 years ago
  86. 6b6667f Remove a couple of commented out lines that were left in when committing by thughes · 20 years ago
  87. 168eb88 Fix compiler warning. by thughes · 20 years ago
  88. b3d3bcf Add support for most of the console driver ioctls. This fixes one of by thughes · 20 years ago
  89. 4aa03c4 Try and improve the parsing of C++ stabs that contain :: sequences. This by thughes · 20 years ago
  90. eb9b8fb Change VG_(nuke_all_threads) to disassociate the the stacks of the threads by thughes · 20 years ago
  91. 620154f by nethercote · 20 years ago
  92. f2191c4 Add commented-out templates so further additions are easier. by nethercote · 20 years ago
  93. 1c2a3f5 mash things around to make further conversions quicker by nethercote · 20 years ago
  94. 17258dc converted some more by nethercote · 20 years ago
  95. cecf9bc wibble by nethercote · 20 years ago
  96. 71f05f3 and converted a few more by nethercote · 20 years ago
  97. 303a751 renamed variables by nethercote · 20 years ago
  98. 9c311eb converted some more by nethercote · 20 years ago
  99. 7287bc6 Remove unnecessary comment. by nethercote · 20 years ago
  100. e365ff5 Use our own unistd.h, because the system one might be missing some of the by nethercote · 20 years ago