aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 1. Fix the handling of link reset while in netmap more.Luigi Rizzo2011-12-051-8/+9
* Fix some uninitialized variables in pipe regression tests that result inEitan Adler2011-12-053-3/+5
* Support domain-search in dhclient(8)Jean-Sébastien Pédron2011-12-044-1/+405
* Revert to conservative defaults. WITH_PROFILE is a default now.Max Khon2011-12-022-2/+2
* Add a simple test for pipe inode numbers reported by fstat(2).Konstantin Belousov2011-12-011-0/+66
* Add WITH_CTF description.Max Khon2011-11-301-0/+4
* Add three execution tests for make(1):Max Khon2011-11-3015-0/+102
* Turn off profiled libs build by default.Max Khon2011-11-292-2/+2
* test: Add more testcases.Jilles Tjoelker2011-11-281-4/+38
* Add WITH_LIBCPLUSPLUS under tools/build/options; the knob itself wasDimitry Andric2011-11-281-0/+2
* Add a comment that shows how to limit the build to the specific list of arches.Max Khon2011-11-281-0/+2
* sh: Add tests for some corner cases of 'case' exit status.Jilles Tjoelker2011-11-262-0/+12
* Add missing ;;Max Khon2011-11-241-0/+1
* Utility script to build specific parts of the source tree on all archesMax Khon2011-11-241-0/+58
* Tidy up the statistic documentation.Adrian Chadd2011-11-231-2/+2
* Add the new statistics introduced in r227868.Adrian Chadd2011-11-231-7/+14
* sh: Allow unsetting OPTIND.Jilles Tjoelker2011-11-201-0/+3
* Revert r227538, since it doesn't compile with clang at all (it doesn'tDimitry Andric2011-11-172-60/+0
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-177-0/+2294
* LLVM uses atomic operations, which are not supported on i386 and GCCDimitry Andric2011-11-152-0/+60
* A regression test to ensure that arc4random returns different sequencesDavid Schultz2011-11-152-1/+91
* Add IPv6 support to netblast/netsend/netreceiveOlivier Houchard2011-11-083-50/+159
* fifo_misc test: Fix swapped lseek arguments.Jilles Tjoelker2011-11-051-1/+1
* sh: Add test for exit status of for loop without items.Jilles Tjoelker2011-10-281-0/+4
* Bring over the new aggregate statistics from the 11n branch.Adrian Chadd2011-10-261-12/+85
* Fix resize regressions tests - we need to destroy BSDlabel before we canPawel Jakub Dawidek2011-10-251-0/+1
* Add a "-P olddistfiles" facility to prefetch ports distfiles, using anPoul-Henning Kamp2011-10-231-12/+43
* Because ZFS boot code was very fragile in the past and real PITA to debug,Pawel Jakub Dawidek2011-10-212-0/+135
* - Allow to specify multiple files to check, eg.Pawel Jakub Dawidek2011-10-212-35/+69
* Add regression tests for modf{,f,l}().David Schultz2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.David Schultz2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitDavid Schultz2011-10-211-3/+63
* Fix some memory errors in *at() regression tests.Jilles Tjoelker2011-10-181-6/+9
* Add some tests for corner cases of log() in unusual rounding modes.David Schultz2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().David Schultz2011-10-151-1/+54
* Fix build after TARGET_BIG_ENDIAN was nuked from orbit.Andrew Thompson2011-10-111-2/+1
* - Add missing interdependencies to kerberos libraries. Some of theStanislav Sedov2011-09-271-1/+1
* zfsboottest: some additional enhancementsAndriy Gapon2011-09-161-5/+10
* zfstest: rename to zfsboottest and move to toolsAndriy Gapon2011-09-162-0/+167
* Fix alignment assumptions.Marius Strobl2011-09-022-6/+4
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-0/+369
* Test process descriptors.Jonathan Anderson2011-08-185-0/+221
* poll(2) implementation for capabilities.Jonathan Anderson2011-08-161-2/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson2011-08-121-2/+2
* Test *at(2) calls with capability-mode lookup.Jonathan Anderson2011-08-124-3/+157
* Use the right printf() format string without a cast to maxint_t.Jonathan Anderson2011-08-111-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-112-3/+4
* Move cxgbtool from usr.sbin to tools/tools.Navdeep Parhar2011-08-108-0/+11278
* Properly initialise the "len" argument to getsockname(2) in the tcpdropRobert Watson2011-08-061-0/+1
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson2011-08-051-2/+11