aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace groff's soelim by soeliminate(1) renamed soelim(1)Baptiste Daroussin2015-05-011-2/+0
* OptionalObsoleteFiles: don't remove c++filt when using ELF Tool ChainEd Maste2015-05-011-0/+2
* Add a -v to tell where each symbol is resolved from.Bryan Drewery2015-05-011-2/+9
* Fix a commentBryan Drewery2015-05-011-1/+1
* Add ELF Tool Chain's c++filt to the buildEd Maste2015-04-301-0/+2
* Integrate tools/regression/mmap into the FreeBSD test suite asEnji Cooper2015-04-272-111/+0
* Convert this testcase over to a TAP format testcaseEnji Cooper2015-04-271-15/+24
* Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-276-1187/+0
* - Fix style(9) a bitEnji Cooper2015-04-272-57/+57
* - Fix compilation (MAP_INHERIT's dead)Enji Cooper2015-04-274-22/+21
* Integrate tools/regression/mqueue into the FreeBSD test suite asEnji Cooper2015-04-2711-541/+0
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-2720-4984/+0
* Integrate tools/regression/kqueue into the FreeBSD test suite asEnji Cooper2015-04-2710-1747/+0
* Fix -Wformat warnings by using proper format string qualifiers forEnji Cooper2015-04-271-5/+5
* Integrate tools/regression/execve into the FreeBSD test suite asEnji Cooper2015-04-2710-226/+0
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-235-5/+5
* Tweak BSS symbol handling from r281811 to not consider them unresolvedBryan Drewery2015-04-211-2/+3
* Support libraries linked by path.Bryan Drewery2015-04-211-6/+10
* - For executables search for matching (B) global uninitialized BSS symbols fromBryan Drewery2015-04-211-21/+30
* Revert r281805 for now as it breaks due to spaces in outputBryan Drewery2015-04-211-5/+3
* Pass full path to ldd(1) so it works on files in cwd.Bryan Drewery2015-04-211-1/+1
* Support demangling C++ symbols with -D flag.Bryan Drewery2015-04-211-3/+5
* - Speedup significantly by not using subshells for data already fetched.Bryan Drewery2015-04-201-17/+70
* Fix indentation to use tabsBryan Drewery2015-04-201-20/+20
* Update pkt-gen to optionally use randomised source/destinationAdrian Chadd2015-04-191-25/+46
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-2/+0
* Fix even more warnings..Enji Cooper2015-04-112-3/+4
* Fix more warnings I didn't catch in the first go-aroundEnji Cooper2015-04-112-6/+3
* Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpEnji Cooper2015-04-112-8/+8
* - Remove the .t wrapper and put the "magic" of determining the number ofEnji Cooper2015-04-112-59/+11
* Fix the knob twiddling to work properly per src.opts.mkEnji Cooper2015-04-111-4/+6
* Generate temporary files with mkstemp instead of mktempEnji Cooper2015-04-111-3/+3
* Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* - Garbage collect argc/argvEnji Cooper2015-04-112-11/+14
* - Garbage collect argc/argv; bump WARNS to 6Enji Cooper2015-04-112-6/+11
* Fix warnings and bump WARNS to 6Enji Cooper2015-04-112-6/+6
* Garbage collect argc/argv and bump WARNS to 6Enji Cooper2015-04-112-2/+2
* Mark signum unused in signal_handler; bump WARNS to 6Enji Cooper2015-04-112-2/+2
* Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6Enji Cooper2015-04-112-1/+3
* - Don't use /tmp because it's outside ATF's prescribed sandboxEnji Cooper2015-04-111-4/+4
* Fix warnings and bump WARNS to 6Enji Cooper2015-04-112-7/+7
* - Garbage collect argc/argv (-Wunused)Enji Cooper2015-04-112-2/+2
* - Use static buffers for temporary file paths instead of strdup of constant s...Enji Cooper2015-04-111-14/+8
* Use _exit, not exit in forked processEnji Cooper2015-04-101-1/+1
* Remove argc/argv (-Wunused)Enji Cooper2015-04-102-2/+2
* Fix warningsEnji Cooper2015-04-102-3/+4
* Remove argc/argv (-Wunused)Enji Cooper2015-04-102-2/+2
* - Parameterize out the number of accept/connect attemptsEnji Cooper2015-04-102-19/+35
* Fix -Wunused warnings, bump WARNS to 6Enji Cooper2015-04-102-2/+3