aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix -Wunused warnings, bump WARNS to 6Enji Cooper2015-04-102-4/+2
* Fix warnings, fix a typo in a testcase description, bump WARNS to 3Enji Cooper2015-04-102-5/+5
* - Fix support with new elftoolchain readelf(1)Bryan Drewery2015-04-091-6/+6
* Remove debugging code that sneaked in.Gleb Smirnoff2015-04-091-10/+0
* Provide a gdb script, that prints routing tables from a live kernel or aGleb Smirnoff2015-04-091-0/+173
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-063-3/+0
* Typecast things.Adrian Chadd2015-04-061-2/+4
* Remove specific reference to g++(1) for WITH_CXX as it may be clang.Bryan Drewery2015-04-031-1/+1
* Don't use a private copy of the ANI definitions - use the HAL definitions.Adrian Chadd2015-04-011-33/+6
* - Fix -Wsign issueEnji Cooper2015-03-312-1/+5
* Minor cleanup before converting to ATF testcasesEnji Cooper2015-03-312-17/+22
* Cleanup and do minor refactoring before converting testcases to ATFEnji Cooper2015-03-312-63/+69
* - Remove more files when MK_ZONEINFO == noDmitry Marakasov2015-03-311-0/+472
* - Remove more files when MK_TESTS_SUPPORT == noDmitry Marakasov2015-03-311-0/+75
* - Remove more files when MK_LEGACY_CONSOLE == noDmitry Marakasov2015-03-311-0/+15
* - Remove more files when MK_KERBEROS_SUPPORT == noDmitry Marakasov2015-03-311-0/+16
* - Remove more files when MK_KDUMP == noDmitry Marakasov2015-03-311-0/+7
* - Remove more files when MK_JAIL == noDmitry Marakasov2015-03-311-0/+1
* - Remove more files when MK_CASPER == noDmitry Marakasov2015-03-311-0/+47
* - Remove more files when MK_INET6 == noDmitry Marakasov2015-03-301-0/+3
* - Remove more files when MK_FORTH == noDmitry Marakasov2015-03-301-0/+13
* wordexp(): Add testcase for non-default IFS in environment.Jilles Tjoelker2015-03-291-0/+15
* Bump mask to be 64 bits - this fixes seeing MCS rates > 19.Adrian Chadd2015-03-231-1/+1
* Cosmetics:Konstantin Belousov2015-03-181-33/+24
* Merge ^/head r279759 through r279892.Dimitry Andric2015-03-112-0/+34
|\
| * env: Fix crash when -S string is not empty but no operand follows.Jilles Tjoelker2015-03-082-0/+34