aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Few initial ftruncate(2) tests. One of them covers stand/154873.Pawel Jakub Dawidek2011-03-091-0/+58
* Pass descriptor number to write(2), now that it is possible.Pawel Jakub Dawidek2011-03-092-4/+4
* Add support for the following syscalls:Pawel Jakub Dawidek2011-03-093-13/+94
* The regdomain entries are 16 bits, not 8. Print out all 16 bits.Adrian Chadd2011-03-092-2/+2
* Update to keep in sync with the HALAdrian Chadd2011-03-081-7/+5
* sh: Test that . /dev/null returns exit status 0 and does not preserve $?.Jilles Tjoelker2011-03-071-0/+10
* Add some tests for cexp() and cexpf(). (I need to clean up all ofDavid Schultz2011-03-073-1/+391
* Add support for printing out the open-loop TX power control EEPROM fields.Adrian Chadd2011-03-061-2/+22
* One more fix. Now all ACL tests pass again.Edward Tomasz Napierala2011-03-041-1/+1
* Adapt tools-crossfs.test to the new semantics.Edward Tomasz Napierala2011-03-041-17/+9
* Adapt NFSv4 ACL regression test to the fact that the new ZFS usesEdward Tomasz Napierala2011-03-041-2/+2
* Make ACL tests slightly easier to run.Edward Tomasz Napierala2011-03-044-5/+5
* Accept == as an alias of = which is a popular GNU extension.Xin LI2011-02-271-1/+4
* - Add two more iconv-related files, which were left out from previous commitGabor Kovesdan2011-02-252-0/+72
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-25257-0/+1417385
* The default for FDT has changed, rename the flag/options file.Ulrich Spörlein2011-02-221-1/+1
* Flesh out WITHOUT_GROFF support to DTRT.Ulrich Spörlein2011-02-222-5/+490
* Teach tools/install.sh the -d directory mode.Ulrich Spörlein2011-02-221-2/+18
* - Fix QA issuesMartin Wilke2011-02-221-45/+55
* sh: Add some tests for omitting whitespace whereever possible.Jilles Tjoelker2011-02-202-0/+25
* sh: Split off some special behaviour into separate tests.Jilles Tjoelker2011-02-204-2/+23
* sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it.Jilles Tjoelker2011-02-191-1/+0
* sh: Make execution/fork1.0 work even if the basename of ${SH} is not "sh".Jilles Tjoelker2011-02-191-1/+4
* sh: Test that the read builtin passes through all byte valuesJilles Tjoelker2011-02-181-0/+32
* sh: Unset some more locale vars in two tests that may cause them to break.Jilles Tjoelker2011-02-182-0/+4
* Add a helper script that detects which partition we are on and update theXin LI2011-02-181-0/+44
* Improve the check for ports which have gone missing, and just ignorePoul-Henning Kamp2011-02-171-1/+5
* * add in new EEPROM fields from later revisionsAdrian Chadd2011-02-131-2/+11
* sh: Detect dividing the smallest integer by -1.Jilles Tjoelker2011-02-121-0/+12
* Add 'generic' flash images. This is for projects producing genericWarner Losh2011-02-101-1/+43
* sh: Add tests for new features in arithmetic.Jilles Tjoelker2011-02-082-0/+55
* sh: Weaken some tests to allow /rescue/sh to pass everything.Jilles Tjoelker2011-02-053-3/+13
* sh: Fix two things about {(...)} <redir:Jilles Tjoelker2011-02-051-0/+3
* sh: Forget all cached command locations on any PATH change.Jilles Tjoelker2011-02-051-0/+12
* sh: Do not try to execute binary files as scripts.Jilles Tjoelker2011-02-051-0/+12
* sh: Add test for shell script without '#!'.Jilles Tjoelker2011-02-021-0/+11
* sh: Send messages about signals to stderr.Jilles Tjoelker2011-01-301-0/+10
* Keep this in sync with the ar5212 power rate table size.Adrian Chadd2011-01-291-1/+1
* sh: Add test for EXIT trap in command substitution.Jilles Tjoelker2011-01-271-0/+3
* Fix this tool to use the updated (corrected) v4k eeprom definition introduced...Adrian Chadd2011-01-251-7/+20
* Add a simple tool to print the contents of a v4k EEPROM dump.Adrian Chadd2011-01-247-1/+480
* Add a new tool which takes a text hexdump of the current EEPROM contents.Adrian Chadd2011-01-223-1/+157
* Patch the athstats code/Makefile to cross-compile correctly.Adrian Chadd2011-01-222-13/+13
* Add in a new tool which prints a formatted v14 eeprom from an eepromAdrian Chadd2011-01-213-1/+454
* Remove an un-needed trailing / after OBJDIR.Adrian Chadd2011-01-211-1/+1
* Make the existing ath tools build again.Adrian Chadd2011-01-218-3/+22
* Make sure the PKGDIR exists before we move stuff into it.Poul-Henning Kamp2011-01-181-0/+1
* sh: Fix signal messages being sent to the wrong file sometimes.Jilles Tjoelker2011-01-181-0/+8
* sh: If exit is used without args from a trap action, exit on the signal.Jilles Tjoelker2011-01-161-0/+9
* sh: Fix some things about -- in trap:Jilles Tjoelker2011-01-151-0/+19