aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Preliminary EFI support. Based, in part, on patches from Andy Turner.Warner Losh2016-01-302-8/+50
* Two new variables: NANO_ROOT and NANO_ALTROOT. These used to beWarner Losh2016-01-302-5/+12
* Two new config files. One that has UEFI booting, and the other thatWarner Losh2016-01-302-0/+86
* Default NANO_DRIVE to ada0 not ad0. This shouldn't affect workingWarner Losh2016-01-261-1/+1
* Fix the various qemu configs to be buildable.Warner Losh2016-01-267-14/+14
* Use different ports in the TCP/UDP testcases with the first set andEnji Cooper2016-01-231-10/+10
* Don't run the t_cmsg_len testcase on 64-bit architecturesEnji Cooper2016-01-231-0/+12
* - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, andEnji Cooper2016-01-231-81/+98
* tools/tools/ath/ath_ee_v4k_print: reflect changes from r220589Andriy Voskoboinyk2016-01-221-9/+8
* sem: Don't free nameinfo that is still in list when open() fails.Jilles Tjoelker2016-01-221-0/+35
* Allow specifying an alternative LD_LIBRARY_PATH for the ldd(1) lookup.Bryan Drewery2016-01-191-3/+12
* Add some documentation.Bryan Drewery2016-01-191-0/+10
* Validate that the file exists rather than obscure 'Not an elf file' error.Bryan Drewery2016-01-191-0/+5
* Compile for specific cortex model inside the RPi 2. It's closer toWarner Losh2016-01-161-1/+1
* Fix -Wunused warning with clang/gccEnji Cooper2016-01-162-2/+2
* Fix warnings with clang/gccEnji Cooper2016-01-162-33/+33
* Fix warnings with gcc 5.0Enji Cooper2016-01-162-4/+2
* Test for EPROTOTYPE not EPROTONOSUPPORTEnji Cooper2016-01-162-5/+5
* Add missing newline to message about requiring root privilegesEnji Cooper2016-01-161-1/+1
* - Check for accf_filter before running the tests, otherwise it will alwaysEnji Cooper2016-01-151-2/+13
* IntegrateEnji Cooper2016-01-1364-3272/+0
* Add conf.sh file missed in r293621Enji Cooper2016-01-131-0/+10
* Remove Makefile now that the testcases are all TAP based andEnji Cooper2016-01-091-8/+0
* - Delete non-TAP testcasesEnji Cooper2016-01-097-160/+110
* Support use of LLVM's libunwind for exception unwindingEd Maste2016-01-092-0/+4
* - Move functions that might be used in class-specific cleanup functionsEnji Cooper2016-01-081-16/+27
* - Make test-1.sh into a TAP testable testcaseEnji Cooper2016-01-086-62/+43
* - Add a geom_stripe specific cleanup function and trap on that function atEnji Cooper2016-01-083-22/+17
* - Add a geom_shsec specific cleanup function and trap on that function atEnji Cooper2016-01-083-29/+20
* - Add a geom_raid3 specific cleanup function and trap on that function atEnji Cooper2016-01-0813-177/+97
* - Add a conf.sh file for executing common functions with gnopEnji Cooper2016-01-083-17/+16
* - Add a conf.sh file for executing common functions with geliEnji Cooper2016-01-0821-73/+98
* - Use attach_md for memory disks so they can be tracked.Enji Cooper2016-01-083-23/+18
* Make sure that the /set directive gets put at the top of the file,Warner Losh2016-01-081-4/+3
* Setup /pkg as a spot for pkg to operate. This is for testing purposesWarner Losh2016-01-081-0/+22
* Obsolete inetd related files when WITHOUT_INETD is setRenato Botelho2016-01-071-0/+7
* - Use attach_md instead of hardcoding md(4) provider unit numbersEnji Cooper2016-01-038-107/+67
* - Use a temporary file for the temporary md(4) devices instead ofEnji Cooper2016-01-021-1/+2
* Use randomly generated device names in testcases via mktemp -u instead of usingEnji Cooper2016-01-015-5/+5
* Add functions for managing md(4) devices and cleaning up said md(4) devicesEnji Cooper2016-01-011-0/+29
* - Use geom <class> load instead of g<class> load; g<class> doesn't existEnji Cooper2016-01-011-1/+6
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-302-397/+0
* - Explicitly initialize ch to 0Enji Cooper2015-12-281-5/+6
* There's currently some issues with armv7-class of CPUs code generationWarner Losh2015-12-271-1/+1
*-. Upgrade our copies of clang and llvm to 3.7.1 release. This is aDimitry Andric2015-12-251-81/+81
|\ \
| | * Import llvm 3.7.1 release (r255217).vendor/llvm/llvm-release_371-r255217Dimitry Andric2015-12-252-2/+5
| | * Import llvm 3.7.0 release (r246257).vendor/llvm/llvm-release_370-r246257Dimitry Andric2015-09-061-6/+9
| | * Vendor import of llvm trunk r242221:vendor/llvm/llvm-trunk-r242221Dimitry Andric2015-08-0725-340/+671
* | | Add quotes to prevent syntax errors on boot. 1.freebsd.pool.ntp.orgWarner Losh2015-12-241-1/+1
* | | Move creation of rc.conf to earlier so it winds up in /conf/boot/etcWarner Losh2015-12-241-8/+18