summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* - Use attach_md instead of hardcoding md(4) provider unit numbersngie2016-01-038-107/+67
* - Use a temporary file for the temporary md(4) devices instead ofngie2016-01-021-1/+2
* Use randomly generated device names in testcases via mktemp -u instead of usingngie2016-01-015-5/+5
* Add functions for managing md(4) devices and cleaning up said md(4) devicesngie2016-01-011-0/+29
* - Use geom <class> load instead of g<class> load; g<class> doesn't existngie2016-01-011-1/+6
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testngie2015-12-302-397/+0
* - Explicitly initialize ch to 0ngie2015-12-281-5/+6
* There's currently some issues with armv7-class of CPUs code generationimp2015-12-271-1/+1
* Upgrade our copies of clang and llvm to 3.7.1 release. This is adim2015-12-251-81/+81
* Add quotes to prevent syntax errors on boot. 1.freebsd.pool.ntp.orgimp2015-12-241-1/+1
* Move creation of rc.conf to earlier so it winds up in /conf/boot/etcimp2015-12-241-8/+18
* Install ld also as ld.bfd, for use with cc -fuse-ld=bfdemaste2015-12-231-0/+1
* Touch /firstboot in the WORLDDIR.imp2015-12-231-0/+2
* Copy all the dtb files that we build as part of the kernel build fromimp2015-12-231-5/+13
* Delete the DOS dir to mirror what we do with NANO_WORLDDIR.imp2015-12-221-30/+38
* For embedded platforms that require it, use mtools to copy theimp2015-12-221-7/+33
* Integrate tools/regression/mac/mac_bsdextended andngie2015-12-217-868/+0
* Make the mac_portacl testcases work / more robustngie2015-12-213-21/+31
* - Convert testcase to TAP formatngie2015-12-211-35/+53
* Redo the TAP integration so it works with Kyuangie2015-12-211-62/+217
* Skip the testcases if mac_bsdextended(4) isn't detected on thengie2015-12-211-0/+4
* Mark `subject matching jailid` testcase as an unexpected failure withngie2015-12-211-1/+1
* Make test_matches.sh into a series of TAP testcasesngie2015-12-211-71/+98
* - Use 1 for an exit code instead of -1 with err, errx, and exitngie2015-12-211-12/+13
* There's no such program as [-n :(. Add the missing space. Also,imp2015-12-211-2/+2
* Restore a day of the week in date(1) output for Japanese locales.ume2015-12-201-1/+12
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-2012-2025/+0
* Skip the testcases on i386 (all the assertions fail) [*]ngie2015-12-201-2/+25
* Initialize j so it doesn't print out a garbage indexngie2015-12-201-1/+3
* Skip infinities testcases that fail assertions on amd64 only on CURRENTngie2015-12-201-0/+5
* Don't run test-fma on i386ngie2015-12-201-0/+6
* - Use nitems instead of handrolling the macrongie2015-12-201-10/+17
* Disable test-ctrig.t testcases which fail assertions on i386 [*]ngie2015-12-201-1/+12
* Disable test-ctrig.t testcases which fail assertions on i386ngie2015-12-201-0/+2
* Update the test list after r292328ngie2015-12-201-2/+2
* Fix indentation to make the script more readablebapt2015-12-191-37/+37
* Initialize SRCOUT3 as it may be used unitilizard for certains types of localesbapt2015-12-191-1/+1
* Use :E instead of regex in ctypedef Makefilesbapt2015-12-191-1/+1
* Simplify the locale generated Makefiles by using bmake multi variables for loopsbapt2015-12-182-10/+12
* Remove lldb(1) files if WITHOUT_LLDB is setemaste2015-12-161-0/+5
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1628-3538/+3
* Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangngie2015-12-161-4/+4
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1620-5430/+0
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-164-410/+0
* Remove hosts that don't resolve properly with the nss and resolv testsngie2015-12-162-94/+0
* Correct comment about MAKEOBJDIRPREFIX in src-env.conf.bdrewery2015-12-151-1/+4
* Assorted grammar, spelling and punctuation fixes.brueffer2015-12-151-3/+3
* Flip this over to ncurses.adrian2015-12-151-1/+1
* ioatcontrol(8): Add support for interrupt coalescingcem2015-12-142-4/+26
* Fix bsdbox builds after the recent libkvm requirement for libelf.adrian2015-12-131-1/+1
OpenPOWER on IntegriCloud