1. f8a11cf In the "Command:" line in the preamble, escape special chars such as ' ' and by njn · 15 years ago
  2. 53162bf Print the command being run at startup. It wraps to avoid going over 80 by njn · 15 years ago
  3. d6db259 In r10465 --time-stamp=yes got slightly broken -- the space between the time by njn · 15 years ago
  4. d4f90d2 Suppress an error within syslog(). Patch from Dan Kegel. Fixes bug 191192. by njn · 15 years ago
  5. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  6. 20d3e60 Unbreak nestedfns on --enable-only32bit installations. by njn · 15 years ago
  7. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  8. 747115d Add some missing 'make dist' files. by njn · 15 years ago
  9. ff5bdd4 Merge r9900 (make dist fixes) from the MESSAGING_TIDYUP branch. by njn · 15 years ago
  10. 2d5ff4f Merge part of r9709 (m_signals.c clean-ups) from the DARWIN branch. by njn · 15 years ago
  11. f96aa84 Refactor and recomment async-sigs so it's easier to understand. Send all by njn · 15 years ago
  12. 2f2b1b3 Merged r9673 (remove susphello) from the DARWIN branch. by njn · 15 years ago
  13. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 15 years ago
  14. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 15 years ago
  15. 07891f9 Test files were being passed multiple arch options (eg. "-m32 -m64") when by njn · 15 years ago
  16. 5304457 Various build system clean-ups and simplifications: by njn · 15 years ago
  17. cda5a15 For the fdleak_* tests, completely remove the stack traces showing where by njn · 15 years ago
  18. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 15 years ago
  19. 7fd6d38 Rename all the arch/OS/platform-related variables in configure.in to make it by njn · 15 years ago
  20. a6dbb3f - No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for by njn · 15 years ago
  21. 3ec9d9a Merge part of r8943 from the Darwin branch -- use VGA_* instead of VGP_* for by njn · 15 years ago
  22. 6967b5f Add a new expected output for this test. Really it's a bad test, by sewardj · 16 years ago
  23. 9c606bd by sewardj · 16 years ago
  24. cec15e8 Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). by sewardj · 16 years ago
  25. 3a3e8ca Suppress unavoidable warning during compilation of pth_cancel1.c. by bart · 16 years ago
  26. 71a50b3 Moved mallinfo regression test from none/tests to memcheck/tests. by bart · 16 years ago
  27. 68d9fab Added regression test for mallinfo(). by bart · 16 years ago
  28. fad9c1c From Bart van Assche: by njn · 16 years ago
  29. 2f3bcd2 Minor tidying for regtests on AIX. by sewardj · 18 years ago
  30. 82020a8 Add a regression test, courtesy of Bart Van Assche. by njn · 18 years ago
  31. 1eff82b by sewardj · 18 years ago
  32. 35c1c7c Regression test for fix for #129866. by sewardj · 18 years ago
  33. 811f02e Yet another possible output, due to trivial differences in backtraces. by sewardj · 18 years ago
  34. 2da8f33 Update with new expected outputs. by sewardj · 18 years ago
  35. 0126214 by sewardj · 19 years ago
  36. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  37. 2fa01f1 Add a few missing regtest outputs. by sewardj · 19 years ago
  38. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  39. 7276f3a filter_linenos was not making it into tarballs. by sewardj · 19 years ago
  40. b8abe82 Remove the as_mmap and as_shm tests which don't make much sense since by tom · 19 years ago
  41. 2e9f3f3 The version string from --version was being printed to stderr. This by njn · 19 years ago
  42. 8b43555 Fix make dist (seems to work, but am unsure if this is the right fix). by sewardj · 19 years ago
  43. 7375061 by njn · 19 years ago
  44. 45f4e7c by sewardj · 19 years ago
  45. d44ab28 Don't forget tls.vgtest in the final tarball. by sewardj · 19 years ago
  46. b1b2a35 Add a nested-functions test from Lee Kindness. by sewardj · 19 years ago
  47. 4f38bd9 This is x86 specific; re-home accordingly. by sewardj · 19 years ago
  48. 937411f smc1 is an x86-specific test; re-home it accordingly. (How did this by sewardj · 19 years ago
  49. 5d8a230 by njn · 19 years ago
  50. 94260f2 by njn · 19 years ago
  51. 98f684e Move some more Corecheck tests into none/tests. by njn · 19 years ago
  52. 63d7e52 Move a bunch of tests from corecheck/tests/ to none/tests/. by njn · 19 years ago
  53. 3a99d29 Move a heap of tests from corecheck/tests/ into none/tests/. There's by njn · 19 years ago
  54. 3dd0a91 by njn · 19 years ago
  55. f3b9d8e Make the regtests buildable on amd64, by moving various x86 specific by sewardj · 19 years ago
  56. 1d3566c by njn · 19 years ago
  57. b5f6f51 by sewardj · 19 years ago
  58. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  59. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  60. 02c53b6 whoops by nethercote · 20 years ago
  61. a128643 Make exec-sigmask more robust. by nethercote · 20 years ago
  62. bfcc707 Fix "make check" for when src_dir != build_dir by nethercote · 20 years ago
  63. 899c79d Arch-abstraction: - conditionally compile x86-specific line within yield.c. by nethercote · 20 years ago
  64. 9b6b74a by nethercote · 20 years ago
  65. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  66. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  67. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  68. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  69. 052ba6a Minor Makefile.am fix (doesn't actually change behaviour, because automake's by nethercote · 20 years ago
  70. bc0b196 Fixed typo in makefile. by thughes · 20 years ago
  71. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  72. 4b9e015 Don't try and validate the contents of the environment passed to by thughes · 20 years ago
  73. f4928da by nethercote · 20 years ago
  74. 0376628 Add support for the semtimedop system call. by thughes · 20 years ago
  75. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  76. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  77. 59cfddc Add susphello test, which has turned up a number of interesting bugs by fitzhardinge · 20 years ago
  78. 047e49d Added the new badseg test to the list of things to build. by thughes · 20 years ago
  79. e3c6b6f Fix "make distcheck", and also make sure that the generated archive by fitzhardinge · 20 years ago
  80. 91e082b Treat INT with an operand other than 0x80 as an undefined instruction. by thughes · 20 years ago
  81. 0ee72ef Add support for 16 bit pushes and pops of segment registers to fix bug #76762. by thughes · 20 years ago
  82. fa383eb sigh by mueller · 20 years ago
  83. 0e9f133 get rid of the thread local storage tests until somebody by mueller · 20 years ago
  84. 009259b whoops by nethercote · 20 years ago
  85. 535f03b This patch fixes getrlimit(RLIMIT_FILENO) to return VG_(max_fd) as the soft by nethercote · 20 years ago
  86. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  87. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 20 years ago
  88. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 20 years ago
  89. f0dd7e1 Fix bug 72484. Set the process signal mask to match the client's before by fitzhardinge · 20 years ago
  90. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 20 years ago
  91. 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
  92. d5605a0 mmap/munmap exerciser test by fitzhardinge · 21 years ago
  93. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  94. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  95. a2c92ed Fixed cpuid regtest, which was broken by the switch to using the machine's real by njn · 21 years ago
  96. a63e2d7 by njn · 21 years ago
  97. c42d8bc reapply automake fixes. make check will now generate the binaries which by daywalker · 21 years ago
  98. 46930da by njn · 21 years ago
  99. d8ced86 by njn · 21 years ago
  100. 67aa818 by sewardj · 21 years ago