| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r340095: Remove apparently unused 0-byte files that cause grief on Windows | Ed Maste | 2018-12-03 | 8 | -0/+0 |
* | Add a test for vm86(2), simple to use and diagnose. | Konstantin Belousov | 2018-05-12 | 3 | -0/+171 |
* | Add the test program to examine CPU behaviour for pop ss issue | Konstantin Belousov | 2018-05-10 | 1 | -0/+183 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Update scescx test to print syscall number and arguments. | Konstantin Belousov | 2017-06-12 | 1 | -0/+21 |
* | Decode recently added flags. | Konstantin Belousov | 2017-06-12 | 1 | -0/+5 |
* | Eliminate a "format string is not a string literal" warning. | Ian Lepore | 2017-03-21 | 1 | -1/+1 |
* | Fix spelling and grammer in tools/test/README. | Eric van Gyzen | 2015-10-28 | 1 | -3/+3 |
* | Add a test for the listen queue using two test programs, | George V. Neville-Neil | 2015-10-28 | 3 | -0/+201 |
* | Update the README to describe all the current tests in this directory. | George V. Neville-Neil | 2015-10-28 | 1 | -3/+13 |
* | Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD | Enji Cooper | 2015-10-17 | 2 | -163/+0 |
* | Remove the old DTrace test suite makefile - it was somewhat primitive and | Mark Johnston | 2015-02-28 | 2 | -395/+0 |
* | Add a ${CP} alias for copying files in the build. | Will Andrews | 2015-01-16 | 1 | -1/+1 |
* | Ignore a test program which doesn't compile at the moment. It will be | Mark Johnston | 2014-09-21 | 1 | -1/+2 |
* | Use the right length. | Xin LI | 2014-07-25 | 1 | -1/+1 |
* | Avoid hardcoding "gcc" in the DTrace tests. | Pedro F. Giffuni | 2014-07-11 | 1 | -1/+1 |
* | Fix tst.ZeroModuleProbes.d.ksh, which was incorrectly modified in r178534. | Mark Johnston | 2014-05-19 | 1 | -1/+0 |
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 10 | -10/+10 |
* | Silence an unnecessary warning. | George V. Neville-Neil | 2014-04-01 | 1 | -0/+2 |
* | Some DTrace tests (mostly in the pid provider directory) make use of | Mark Johnston | 2013-12-31 | 1 | -2/+11 |
* | Enable some previously-disabled DTrace tests for umod, ufunc and usym. They | Mark Johnston | 2013-12-04 | 1 | -5/+0 |
* | Add simple test for the read/write/lseek on posix shm filedescriptor. | Konstantin Belousov | 2013-08-21 | 1 | -6/+21 |
* | This test is working now, so remove it from NOTWORK. | Mark Johnston | 2013-06-02 | 1 | -1/+0 |
* | As python3 does not have raw_input(), convert it to input() when we | Hiren Panchasara | 2013-05-13 | 1 | -1/+5 |
* | fix this script so we don't expand the second $FreeBSD since svn thinks | John-Mark Gurney | 2013-02-27 | 1 | -1/+1 |
* | Rework the handling of the children for the pthread_vfork_test. The | Konstantin Belousov | 2013-01-30 | 1 | -7/+25 |
* | A number of places in the source tree still reference cuad.* after | Eitan Adler | 2012-12-08 | 2 | -3/+3 |
* | Covert to python 3 | Eitan Adler | 2012-10-22 | 1 | -4/+4 |
* | Add SOFT as a possible section to exclude from counter list. | Fabien Thomas | 2012-09-10 | 1 | -1/+1 |
* | Add a reasonable error message telling the caller to specify a program | George V. Neville-Neil | 2012-09-04 | 1 | -0/+4 |
* | Add a test program, written by Stephan Uphoff, which demonstrates the | Konstantin Belousov | 2012-07-11 | 2 | -0/+181 |
* | Add a test for number of CPUs configured/online. | Konstantin Belousov | 2012-06-27 | 1 | -0/+8 |
* | - Add regression tests for BSD sort | Gabor Kovesdan | 2012-05-11 | 449 | -0/+2661 |
* | Use = rather than == for expressions to test(1) builtin(1) in sh(1) to | Bjoern A. Zeeb | 2012-03-06 | 1 | -1/+1 |
* | Update scripts to work around two sh(1) bugs found in stable/8: | Bjoern A. Zeeb | 2012-02-24 | 4 | -252/+263 |
* | Add regression tests scripts for multi-IP FIBs exercising the send, | Bjoern A. Zeeb | 2012-02-17 | 7 | -0/+4697 |
* | Remove UCP from the list of counters | George V. Neville-Neil | 2012-02-14 | 1 | -1/+1 |
* | Add options for program (-p) and to turn off waiting (-w) which is now | George V. Neville-Neil | 2012-02-14 | 1 | -5/+20 |
* | Add a rudimentary test to run through all the available counters on a | George V. Neville-Neil | 2012-02-14 | 1 | -0/+79 |
* | Add a test program for recently added ptrace(2) interfaces. | Konstantin Belousov | 2012-02-10 | 2 | -0/+413 |
* | Spelling fixes for tools/ | Ulrich Spörlein | 2011-12-30 | 4 | -6/+6 |
* | Fix warnings and style(9) issues. | Rebecca Cran | 2011-03-11 | 2 | -14/+16 |
* | - Add two more iconv-related files, which were left out from previous commit | Gabor Kovesdan | 2011-02-25 | 1 | -0/+70 |
* | Add the BSD-licensed Citrus iconv to the base system with default off | Gabor Kovesdan | 2011-02-25 | 257 | -0/+1417385 |
* | Update for the new tests. | Rui Paulo | 2010-08-21 | 1 | -263/+199 |
* | Add simple test to check the functioning of retrieval of | Konstantin Belousov | 2010-08-17 | 2 | -0/+65 |
* | Add a TestFloat based test suite for floating-point implementations | Marius Strobl | 2010-04-24 | 41 | -0/+18426 |
* | This is simple testing program for revision 185647. | Ganbold Tsagaankhuu | 2008-12-06 | 1 | -0/+81 |
* | Add the DTrace test makefile for the test suite distributed in OpenSolaris. | John Birrell | 2008-05-17 | 2 | -0/+456 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |