| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r258903,r264487,r271699,r288415: | Enji Cooper | 2017-02-09 | 1 | -5/+0 |
| * | MFC r289441: | Enji Cooper | 2015-11-09 | 2 | -163/+0 |
| * | MFC r264400,r265836: | Enji Cooper | 2014-12-31 | 10 | -10/+10 |
| * | MFC r269097: | Xin LI | 2014-08-08 | 1 | -1/+1 |
| * | MFC r268538: | Pedro F. Giffuni | 2014-07-14 | 1 | -1/+1 |
| * | MFC: 264016 | George V. Neville-Neil | 2014-04-15 | 1 | -0/+2 |
| * | 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 |
| * | Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. | David E. O'Brien | 2004-11-19 | 2 | -3/+3 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 2 | -2/+2 |
| * | Add an option to write collected data to file in binary format. This | Poul-Henning Kamp | 2004-03-10 | 1 | -1/+18 |
| * | Add a small program to test/measure with the RFC 2783 API for timing | Poul-Henning Kamp | 2003-12-08 | 3 | -0/+231 |
| * | Remove broken attempt to compile libc's malloc source directly; this | Kelly Yancey | 2002-01-02 | 2 | -3/+12 |
| * | Add $FreeBSD$. | Jeroen Ruigrok van der Werven | 2001-10-08 | 1 | -0/+4 |
| * | Add a little test program to demonstrate POSIX Shared Memory Objects. | Garrett Wollman | 2000-04-22 | 2 | -0/+148 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -4/+4 |
| * | Fix a couple of typos. | Mike Pritchard | 1997-03-07 | 1 | -1/+1 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 4 | -4/+4 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 4 | -4/+4 |
| * | Update this to match my version. | Poul-Henning Kamp | 1996-10-26 | 2 | -24/+21 |
| * | Add the test programs that I tested the /dev/random driver with. | Mark Murray | 1995-11-04 | 4 | -0/+108 |
| * | malloc.c A program to benchmark and test malloc. | Poul-Henning Kamp | 1995-10-15 | 3 | -0/+68 |
| * | README reads: | Poul-Henning Kamp | 1995-10-15 | 1 | -0/+6 |