1. 9f649aa Make various other tools compile; also fix the stage2 linker script. by sewardj · 20 years ago
  2. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  3. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  4. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  5. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  6. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  7. f8260d4 Make sure we are using perl 5.6.0 as earlier versions won't work. by thughes · 20 years ago
  8. 02c53b6 whoops by nethercote · 20 years ago
  9. a128643 Make exec-sigmask more robust. by nethercote · 20 years ago
  10. bfcc707 Fix "make check" for when src_dir != build_dir by nethercote · 20 years ago
  11. 2238750 Make tests that cause coredumps remove them. Don't need the core entries in by nethercote · 20 years ago
  12. 899c79d Arch-abstraction: - conditionally compile x86-specific line within yield.c. by nethercote · 20 years ago
  13. 78dac9d whoops by nethercote · 20 years ago
  14. 9b6b74a by nethercote · 20 years ago
  15. 25e4231 Arch-abstraction: by nethercote · 20 years ago
  16. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  17. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  18. b625bcb by nethercote · 20 years ago
  19. 4606320 by nethercote · 20 years ago
  20. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  21. 4388a40 by nethercote · 20 years ago
  22. 537e894 by nethercote · 20 years ago
  23. 3da4a8c Make some changes to Nulgrind -- it looks like Jeremy made some changes to it by nethercote · 20 years ago
  24. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  25. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  26. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  27. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  28. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  29. 7f72d01 Fix checking of execve() when argv is a null pointer. by thughes · 20 years ago
  30. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  31. 052ba6a Minor Makefile.am fix (doesn't actually change behaviour, because automake's by nethercote · 20 years ago
  32. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  33. bc0b196 Fixed typo in makefile. by thughes · 20 years ago
  34. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  35. d84cf52 Update .cvsignore files by nethercote · 20 years ago
  36. 0d58850 by nethercote · 20 years ago
  37. f854867 by nethercote · 20 years ago
  38. 4b9e015 Don't try and validate the contents of the environment passed to by thughes · 20 years ago
  39. a76368b by nethercote · 20 years ago
  40. e2be7e6 by nethercote · 20 years ago
  41. f4928da by nethercote · 20 years ago
  42. b2d43ba Don't bother trying to test semtimedop if it isn't available. by thughes · 20 years ago
  43. 2c52e7d Include config.h so that the test for semtimedop works. by thughes · 20 years ago
  44. beb6eb9 Fixed the sem test to work on systems with semtimedop. by thughes · 20 years ago
  45. 0376628 Add support for the semtimedop system call. by thughes · 20 years ago
  46. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  47. 86da252 Added more floating point instruction tests. by thughes · 20 years ago
  48. 6c41ee1 Fix typo that broke tests which compared the contents of eflags. by thughes · 20 years ago
  49. 17fe140 Ignore generated files from insn_fpu test. by thughes · 20 years ago
  50. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 20 years ago
  51. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  52. 149f699 Added some extra .cvsignore entries. by thughes · 20 years ago
  53. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  54. 59cfddc Add susphello test, which has turned up a number of interesting bugs by fitzhardinge · 20 years ago
  55. e712c42 Ignore valgrind core files. by thughes · 20 years ago
  56. a7f0da5 Added badseg to the list of things to ignore. by thughes · 20 years ago
  57. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 20 years ago
  58. a41a266 Fixed compiler warning. by thughes · 20 years ago
  59. 047e49d Added the new badseg test to the list of things to build. by thughes · 20 years ago
  60. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 20 years ago
  61. a02aee1 Fix compiler warnings. by thughes · 20 years ago
  62. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 20 years ago
  63. 91e082b Treat INT with an operand other than 0x80 as an undefined instruction. by thughes · 20 years ago
  64. 0ee72ef Add support for 16 bit pushes and pops of segment registers to fix bug #76762. by thughes · 20 years ago
  65. 5b6e3af patch by Tom Hughes to make it work with gcc 2.96 by mueller · 21 years ago
  66. 74729ef Update and add various .cvsignore files. by nethercote · 21 years ago
  67. fa383eb sigh by mueller · 21 years ago
  68. 0e9f133 get rid of the thread local storage tests until somebody by mueller · 21 years ago
  69. a3d718e Fix so that new versions of system (using clone()) work. by nethercote · 21 years ago
  70. 009259b whoops by nethercote · 21 years ago
  71. 535f03b This patch fixes getrlimit(RLIMIT_FILENO) to return VG_(max_fd) as the soft by nethercote · 21 years ago
  72. 5a98408 Remove compile warnings. by nethercote · 21 years ago
  73. 25e73af Add files I forgot to when I committed Tom Hughes' patch for bug 73907. by nethercote · 21 years ago
  74. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  75. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  76. 0c10899 Hasn't this been added already? by fitzhardinge · 21 years ago
  77. 288b766 Adding files from Tom Hughes' SSE-completion patch, which I forgot yesterday. by nethercote · 21 years ago
  78. f1024cc Reduce the pounding. by fitzhardinge · 21 years ago
  79. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  80. 6263a65 Oops, add missing file. by fitzhardinge · 21 years ago
  81. ed9fe48 Add other .exp file for exec-sigmask. by fitzhardinge · 21 years ago
  82. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 21 years ago
  83. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  84. 0996fa6 Make fork test deterministic. by fitzhardinge · 21 years ago
  85. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  86. 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
  87. b3a8929 make it compile on FreeBSD by mueller · 21 years ago
  88. e3632c6 Fixed munmap bug - split_segment wasn't updating the lengths properly. by fitzhardinge · 21 years ago
  89. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  90. d5605a0 mmap/munmap exerciser test by fitzhardinge · 21 years ago
  91. 01179d1 Sigh. Add the test files. by fitzhardinge · 21 years ago
  92. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  93. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  94. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  95. 137bc55 by nethercote · 21 years ago
  96. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  97. c5918d9 We expect new output with the syscalls changes. by jsgf · 21 years ago
  98. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  99. a63e2d7 by njn · 21 years ago
  100. 7d9f94d by njn · 21 years ago