1. 7fbe08a by nethercote · 20 years ago
  2. 3954ea3 convert a couple more by nethercote · 20 years ago
  3. d6b5a21 by nethercote · 20 years ago
  4. a11abac Pass an argument to exit_group in the scalar_exit_group test. by thughes · 20 years ago
  5. 0eafe55 Converted modify_ldt() and init_module(); the old code for init_module() was by nethercote · 20 years ago
  6. 9b9b74b by nethercote · 20 years ago
  7. 16e36d8 After a clone system call there are two threads of control running so we by thughes · 20 years ago
  8. 42b2f31 Fill in missing cases in scalar. by nethercote · 20 years ago
  9. f90953e converted more syscalls by nethercote · 20 years ago
  10. 5b653bc Converted more syscalls by nethercote · 20 years ago
  11. 151effa converted mmap and mmap2 by nethercote · 20 years ago
  12. 7f7e4d1 Converted a few more, including clone() which I'm not at all sure about, and by nethercote · 20 years ago
  13. 206e373 Add some missing system call arguments to the scalar test. by thughes · 20 years ago
  14. 9744329 Remove trailing space after \ continuation marker. by thughes · 20 years ago
  15. c3e85df Add comments documenting the difference between the sigsuspend by thughes · 20 years ago
  16. dc18c0a Converted some more syscalls. by nethercote · 20 years ago
  17. d8e0041 Fix the sigsuspend wrapper - the existing implementation was totally by thughes · 20 years ago
  18. 06c7bd7 Converted a few more syscalls. by nethercote · 20 years ago
  19. 5a945af converted a few more syscalls by nethercote · 20 years ago
  20. 2fe7b54 forgot to remove these files in last commit by nethercote · 20 years ago
  21. 6c0e2d0 by nethercote · 20 years ago
  22. 8b305af Converted a few more syscalls. by nethercote · 20 years ago
  23. f1049bf Converted a couple more by nethercote · 20 years ago
  24. fef67c7 Add gettimeofday() to test. by nethercote · 20 years ago
  25. b4f9b92 Add missing params. Tom's nightly tests should work now. by nethercote · 20 years ago
  26. a3a2c14 converted sigsuspend, rt_sigsuspend. Not very sure about them. by nethercote · 20 years ago
  27. 686b5db converted a few more by nethercote · 20 years ago
  28. 2e1c37d converted some more by nethercote · 20 years ago
  29. c3b842d Add the post handlers for the console ioctls that I managed to by thughes · 20 years ago
  30. 6b6667f Remove a couple of commented out lines that were left in when committing by thughes · 20 years ago
  31. 168eb88 Fix compiler warning. by thughes · 20 years ago
  32. b3d3bcf Add support for most of the console driver ioctls. This fixes one of by thughes · 20 years ago
  33. 4aa03c4 Try and improve the parsing of C++ stabs that contain :: sequences. This by thughes · 20 years ago
  34. eb9b8fb Change VG_(nuke_all_threads) to disassociate the the stacks of the threads by thughes · 20 years ago
  35. 620154f by nethercote · 20 years ago
  36. f2191c4 Add commented-out templates so further additions are easier. by nethercote · 20 years ago
  37. 1c2a3f5 mash things around to make further conversions quicker by nethercote · 20 years ago
  38. 17258dc converted some more by nethercote · 20 years ago
  39. cecf9bc wibble by nethercote · 20 years ago
  40. 71f05f3 and converted a few more by nethercote · 20 years ago
  41. 303a751 renamed variables by nethercote · 20 years ago
  42. 9c311eb converted some more by nethercote · 20 years ago
  43. 7287bc6 Remove unnecessary comment. by nethercote · 20 years ago
  44. e365ff5 Use our own unistd.h, because the system one might be missing some of the by nethercote · 20 years ago
  45. 9a3beb9 Converted a whole bunch of syscalls. by nethercote · 20 years ago
  46. 7310afb Converted execve(). by nethercote · 20 years ago
  47. 2b0cae6 by nethercote · 20 years ago
  48. 660e4ee Converted lookup_dcookie. by nethercote · 20 years ago
  49. f6f2b31 CVS fixups: cvs add files I forgot to before; add .cvsignore entries. by nethercote · 20 years ago
  50. 1a1b9b7 Converted uname(); annotated some obsolete ones. by nethercote · 20 years ago
  51. 1fe55d6 Added a syscall flag "NBRunInLWP" for non-blocking syscalls that must by nethercote · 20 years ago
  52. eb1c7b7 Now handling non-existent syscalls appropriately -- just returning ENOSYS by nethercote · 20 years ago
  53. 75a8c98 by nethercote · 20 years ago
  54. c6851dd Converted a bunch more syscalls. by nethercote · 20 years ago
  55. 0df495a Converted a bunch of zero-arg syscalls. by nethercote · 20 years ago
  56. 93d9aa1 Arch-abstraction, syscall overhaul: rename functions appropriately by nethercote · 20 years ago
  57. bc78e55 augmented scalar by nethercote · 20 years ago
  58. c873489 by nethercote · 20 years ago
  59. 64220ff by nethercote · 20 years ago
  60. 4e632c2 Converted __NR_{mount,getpid,getppid}. by nethercote · 20 years ago
  61. e824cc4 - Convert open() to the new syscall regime. by nethercote · 20 years ago
  62. ab59478 Improve pth_cvsimple test in two ways: by nethercote · 20 years ago
  63. f6c99d7 Disable --skin=, so you have to use --tool= now. No great loss. by nethercote · 20 years ago
  64. 923add0 by nethercote · 20 years ago
  65. 8b76fe5 by nethercote · 20 years ago
  66. 4fa681f by nethercote · 20 years ago
  67. 8ed8a89 Don't silently ignore any suppression contexts beyond the 4th -- instead abort by nethercote · 20 years ago
  68. 17e6740 --trace-syscalls=yes wibble by nethercote · 20 years ago
  69. d91ea07 Add very thorough string functions test from glibc. by nethercote · 20 years ago
  70. 95a9786 Minor VKI_* fixups. by nethercote · 20 years ago
  71. 11e07d3 whitespace changes only by nethercote · 20 years ago
  72. ef0c766 by nethercote · 20 years ago
  73. b2bc73f Fix incorrect cast that was causing wrong output with --trace-syscalls=yes. by nethercote · 20 years ago
  74. 18a71b7 Remove writev.stderr.exp3 -- not necessary if we pass -q to Valgrind. by nethercote · 20 years ago
  75. eb0592d by nethercote · 20 years ago
  76. a822972 Order wibble by nethercote · 20 years ago
  77. 2220836 64-bit cleanness: some more. by nethercote · 20 years ago
  78. f1d810d 64-bit cleanness: fix the memory arg of socketcall syscalls. by nethercote · 20 years ago
  79. 20283c6 whitespace wibbles by nethercote · 20 years ago
  80. eb133de Make computations more understandable. by nethercote · 20 years ago
  81. 375b4a5 comment wibble by nethercote · 20 years ago
  82. 44d9aaa More minor 64-bit cleanness tweaks. by nethercote · 20 years ago
  83. 55c0908 Comment/formatting wibbles. by nethercote · 20 years ago
  84. 50b217b Make size calculation more robust. by nethercote · 20 years ago
  85. fc646ee 64-bit cleanness tweak. by nethercote · 20 years ago
  86. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  87. c79ce47 64-bit cleanness: fix up types in libpthread.c. by nethercote · 20 years ago
  88. ada0d2b by nethercote · 20 years ago
  89. 93246cf 64-bit cleanness wibbles. by nethercote · 20 years ago
  90. f18ca39 Arch-abstraction: factor out a use of mmap() appropriately. by nethercote · 20 years ago
  91. 5b9fafd by nethercote · 20 years ago
  92. d1b64b2 by nethercote · 20 years ago
  93. 50397c2 by nethercote · 20 years ago
  94. bf77968 64-bit cleanness: fix some more pointer casts to UInt. by nethercote · 20 years ago
  95. fbd6ffd Format wibbles. by nethercote · 20 years ago
  96. cf51cc4 64-bit cleanness: convert some (UInt) casts of pointers to (UWord) casts. by nethercote · 20 years ago
  97. 3d6b611 by nethercote · 20 years ago
  98. 7471a65 Changed to be consistant with the rest of the files by bmeyer · 20 years ago
  99. acac2fd by nethercote · 20 years ago
  100. 15e942e Add support for the settimeofday system call. by thughes · 20 years ago