1. 1fb20c2 No longer producing this file. by nethercote · 20 years ago
  2. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  3. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  4. b9d1e65 by nethercote · 20 years ago
  5. fbd55ef fix incorrect counts by nethercote · 20 years ago
  6. d16f20b Add some missing test cases. by nethercote · 20 years ago
  7. b77dee6 by nethercote · 20 years ago
  8. 92b2fd5 by nethercote · 20 years ago
  9. 330abb5 by nethercote · 20 years ago
  10. 89c33d2 Use sigprocmask(SIG_SETMASK) to make sure the signal mask is in a by thughes · 20 years ago
  11. af6921a Add arguments to the prctl call in the scalar test. by thughes · 20 years ago
  12. 38e0a9e add a bunch of tests by nethercote · 20 years ago
  13. 1f1ded6 Forgot to add the expected stderr output. by nethercote · 20 years ago
  14. 7fbe08a by nethercote · 20 years ago
  15. 3954ea3 convert a couple more by nethercote · 20 years ago
  16. d6b5a21 by nethercote · 20 years ago
  17. a11abac Pass an argument to exit_group in the scalar_exit_group test. by thughes · 20 years ago
  18. 0eafe55 Converted modify_ldt() and init_module(); the old code for init_module() was by nethercote · 20 years ago
  19. 9b9b74b by nethercote · 20 years ago
  20. 16e36d8 After a clone system call there are two threads of control running so we by thughes · 20 years ago
  21. 42b2f31 Fill in missing cases in scalar. by nethercote · 20 years ago
  22. f90953e converted more syscalls by nethercote · 20 years ago
  23. 5b653bc Converted more syscalls by nethercote · 20 years ago
  24. 151effa converted mmap and mmap2 by nethercote · 20 years ago
  25. 7f7e4d1 Converted a few more, including clone() which I'm not at all sure about, and by nethercote · 20 years ago
  26. 206e373 Add some missing system call arguments to the scalar test. by thughes · 20 years ago
  27. 9744329 Remove trailing space after \ continuation marker. by thughes · 20 years ago
  28. dc18c0a Converted some more syscalls. by nethercote · 20 years ago
  29. 06c7bd7 Converted a few more syscalls. by nethercote · 20 years ago
  30. 5a945af converted a few more syscalls by nethercote · 20 years ago
  31. 2fe7b54 forgot to remove these files in last commit by nethercote · 20 years ago
  32. 6c0e2d0 by nethercote · 20 years ago
  33. 8b305af Converted a few more syscalls. by nethercote · 20 years ago
  34. f1049bf Converted a couple more by nethercote · 20 years ago
  35. fef67c7 Add gettimeofday() to test. by nethercote · 20 years ago
  36. b4f9b92 Add missing params. Tom's nightly tests should work now. by nethercote · 20 years ago
  37. a3a2c14 converted sigsuspend, rt_sigsuspend. Not very sure about them. by nethercote · 20 years ago
  38. 686b5db converted a few more by nethercote · 20 years ago
  39. 2e1c37d converted some more by nethercote · 20 years ago
  40. 620154f by nethercote · 20 years ago
  41. f2191c4 Add commented-out templates so further additions are easier. by nethercote · 20 years ago
  42. 17258dc converted some more by nethercote · 20 years ago
  43. 71f05f3 and converted a few more by nethercote · 20 years ago
  44. 303a751 renamed variables by nethercote · 20 years ago
  45. 9c311eb converted some more by nethercote · 20 years ago
  46. e365ff5 Use our own unistd.h, because the system one might be missing some of the by nethercote · 20 years ago
  47. 9a3beb9 Converted a whole bunch of syscalls. by nethercote · 20 years ago
  48. 7310afb Converted execve(). by nethercote · 20 years ago
  49. 2b0cae6 by nethercote · 20 years ago
  50. 660e4ee Converted lookup_dcookie. by nethercote · 20 years ago
  51. f6f2b31 CVS fixups: cvs add files I forgot to before; add .cvsignore entries. by nethercote · 20 years ago
  52. 1a1b9b7 Converted uname(); annotated some obsolete ones. by nethercote · 20 years ago
  53. eb1c7b7 Now handling non-existent syscalls appropriately -- just returning ENOSYS by nethercote · 20 years ago
  54. 75a8c98 by nethercote · 20 years ago
  55. c6851dd Converted a bunch more syscalls. by nethercote · 20 years ago
  56. 0df495a Converted a bunch of zero-arg syscalls. by nethercote · 20 years ago
  57. bc78e55 augmented scalar by nethercote · 20 years ago
  58. 4e632c2 Converted __NR_{mount,getpid,getppid}. by nethercote · 20 years ago
  59. e824cc4 - Convert open() to the new syscall regime. by nethercote · 20 years ago
  60. 923add0 by nethercote · 20 years ago
  61. 8b76fe5 by nethercote · 20 years ago
  62. d91ea07 Add very thorough string functions test from glibc. by nethercote · 20 years ago
  63. 18a71b7 Remove writev.stderr.exp3 -- not necessary if we pass -q to Valgrind. by nethercote · 20 years ago
  64. eb0592d by nethercote · 20 years ago
  65. a822972 Order wibble by nethercote · 20 years ago
  66. acac2fd by nethercote · 20 years ago
  67. a3c3cf2 Don't need to use addr_t anymore, use Addr instead, for consistency. by nethercote · 20 years ago
  68. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  69. 48841f0 Add some alternate test results for glibc 2.2.5 systems. by thughes · 20 years ago
  70. dbc987c Update expected output for pth_once in memcheck tests. by thughes · 20 years ago
  71. 3f131f1 Jump through a hoop to make vgtest_ume work again on PIE-supporting systems. by nethercote · 20 years ago
  72. bfcc707 Fix "make check" for when src_dir != build_dir by nethercote · 20 years ago
  73. 799fb80 by nethercote · 20 years ago
  74. 2238750 Make tests that cause coredumps remove them. Don't need the core entries in by nethercote · 20 years ago
  75. 4a02e1e Arch-abstraction: by nethercote · 20 years ago
  76. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  77. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  78. b625bcb by nethercote · 20 years ago
  79. c25c449 by nethercote · 20 years ago
  80. 15a76d1 Suppress .stderr.diff2 files as well as .stderr.diff files. by thughes · 20 years ago
  81. fa39f38 Avoid warning about not returning a value from main(). by nethercote · 20 years ago
  82. 543a63f by nethercote · 20 years ago
  83. 1aec032 Strengthened the unit self-test, by also testing foreach_map(), the other by nethercote · 20 years ago
  84. e65e47b Added a unit self-test -- a test program that incorporates a small part of by nethercote · 20 years ago
  85. d41cd6c Add alternate results for some tests that use mmap. by thughes · 20 years ago
  86. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  87. 2306bc8 Update second expected output to match the first. by nethercote · 20 years ago
  88. c470211 Avoid spurious warning about using posix_memalign() by nethercote · 20 years ago
  89. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  90. ce47126 by nethercote · 20 years ago
  91. 2d5b816 by nethercote · 20 years ago
  92. f6a1d50 by nethercote · 20 years ago
  93. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  94. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  95. ea169c0 Include new_override.stdout.exp in 'make dist'. by nethercote · 20 years ago
  96. 57e36b3 by nethercote · 20 years ago
  97. d84cf52 Update .cvsignore files by nethercote · 20 years ago
  98. f854867 by nethercote · 20 years ago
  99. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  100. 3360680 Fix new override test. by rjwalsh · 20 years ago