aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* Convert to LIBADD.Bryan Drewery2016-02-241-2/+3
* Remove objcopy in WITHOUT_TOOLCHAIN if it's from elftoolchainEd Maste2016-02-191-0/+4
* Remove unbound-contrl-setup since we use a local control socket whichDag-Erling Smørgrav2016-02-111-1/+0
* Add WITH_GDB src.conf(5) descriptionEd Maste2016-02-111-0/+3
* Add missing src.conf(5) descriptions for tool chain componentsEd Maste2016-02-113-0/+13
* Update list of binutils controlled by WITHOUT_BINUTILS_BOOTSTRAPEd Maste2016-02-101-2/+1
* Correct the year, it's 2016.Andrew Turner2016-02-091-1/+1
* Add an ARMv7 config file to build nanobsd images for the qemu virtAndrew Turner2016-02-091-0/+48
* Add a format string to the err() calls.Adrian Chadd2016-02-081-2/+2
* Make sure NANO_DISKIMGDIR exists.Warner Losh2016-02-071-0/+2
* semget(): Check for [EEXIST] error first.Jilles Tjoelker2016-02-071-0/+9
* Use new NANO_LOG to put the logs some place reasonable. Also, shareWarner Losh2016-02-071-38/+47
* Use NANO_LOG instead of NANO_OBJ for log file locations. Have itWarner Losh2016-02-071-22/+24
* Add simple config for i386 BIOS boot.Warner Losh2016-02-071-0/+34
* Various fixups:Warner Losh2016-02-071-117/+35
* Remove the hard-coded 'ath0' strings and use ATH_DEFAULT.Adrian Chadd2016-02-076-13/+5
* 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-162/+112
* 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