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