aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add a new program to the multicast test suite. The mcgrab programGeorge V. Neville-Neil2008-07-093-1/+270
* Add regression tests for fmin{,f,l} and fmax{,f,l}.David Schultz2008-07-033-1/+161
* Add some regression tests for printf() with positional arguments.David Schultz2008-06-292-1/+133
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-275-0/+1640
* Fix compile on 64-bit platforms.John Baldwin2008-06-261-1/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-50/+182
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-1/+1
* Teach fifo_create regression test to also try to use mknod(2) to createRobert Watson2008-06-221-36/+84
* Regression test for a recently fixed strtod bug.David Schultz2008-06-211-1/+11
* 1. Make the BSD version of cpio the default [1]Doug Barton2008-06-163-0/+11
* Update mctest and its associated script to have a base port to listenGeorge V. Neville-Neil2008-06-033-12/+28
* Remove two netatm-specific test parts.Robert Watson2008-05-262-168/+0
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-264-82/+0
* Flush stdout after each line to make piping to another command easier.Andrew Thompson2008-05-191-1/+3
* Simple testing program for *at family of syscalls.Roman Divacky2008-05-183-0/+678
* Add the DTrace test makefile for the test suite distributed in OpenSolaris.John Birrell2008-05-172-0/+456
* Test the expansion of $LINENO.Stefan Farfeleder2008-05-152-0/+25
* Add the ability to do all read, all write, or random read/write.Adrian Chadd2008-05-151-9/+44
* Include a very basic (and beta) tool for stressing disks using the POSIXAdrian Chadd2008-05-072-0/+197
* Enable autoflush of output to always show prompts. If piping the outputSean Farley2008-04-301-0/+5
* o add indirect array for field indices as the # stats is > 127 and doesn'tSam Leffler2008-04-304-18/+28
* update for new eventsSam Leffler2008-04-301-0/+65
* Add new directories, scripts and wlanwds. Introduced with vap support.Rui Paulo2008-04-291-0/+2
* Add missing 't'.Rui Paulo2008-04-291-1/+1
* - Remove cumbersome and inaccurate attempt at synchronizing the timestampsJeff Roberson2008-04-261-70/+5
* Updated the test to handle multiple sinks. The sinks cut theirGeorge V. Neville-Neil2008-04-243-40/+148
* Add four utility functions related to struct grp processing modeled in-partSean Farley2008-04-233-1/+130
* Differentiate in the tests against getenv() between an empty string and aSean Farley2008-04-232-12/+15
* Add a small script that will examine all files which exist on /cfg andPoul-Henning Kamp2008-04-211-0/+42
* test scripts for vaps and other 802.11 featuresSam Leffler2008-04-2020-0/+755
* add dwds test appSam Leffler2008-04-203-1/+359
* update for vapsSam Leffler2008-04-202-11/+121
* Updates for changes in the way printf() handles hex floating pointDavid Schultz2008-04-121-5/+5
* Correct typo.Ceri Davies2008-04-051-1/+1
* Add some tests for fma(), fmaf(), and fmal().David Schultz2008-04-033-1/+424
* Add a manual page and a Makefile.George V. Neville-Neil2008-04-034-5/+220
* Test remainderl() and remquol() as well.David Schultz2008-03-301-4/+34
* Add some minimal tests for csqrtl().David Schultz2008-03-301-59/+88
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov2008-03-292-9/+0
* Fix the __FreeBSD_version check.Doug Rabson2008-03-261-1/+1
* Add some regression tests for posix record locks.Doug Rabson2008-03-262-0/+1356
* Don't remove usr/include/fs/nwfs and usr/include/netncp, as they are alwaysAntoine Brodin2008-03-241-2/+2
* sync w/ p4: minor cleanups to improve msgsSam Leffler2008-03-221-15/+9
* Add a test case for options.c revision 1.26.Stefan Farfeleder2008-03-222-0/+15
* Alert properly when we have stale mounts left after interuptingRemko Lodder2008-03-201-6/+14
* "track" is a script I've used for ages to track the progress of a build.Dag-Erling Smørgrav2008-03-203-0/+57
* Add the correct license.George V. Neville-Neil2008-03-191-1/+22
* A multicast test. The mctest program acts as both a source and a sinkGeorge V. Neville-Neil2008-03-192-0/+373
* Vim function to style(9).David E. O'Brien2008-03-131-0/+68
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-081-2/+71