aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* regression/date: unset all LC_xxx vars and set LANG/LC_ALLGiorgos Keramidas2011-01-091-1/+1
* sh: Remove special %builtin PATH entry.Jilles Tjoelker2011-01-091-0/+15
* sh: Make exit without parameters from EXIT trap POSIX-compliant.Jilles Tjoelker2011-01-081-0/+5
* sh: Add simple test for 'exit' without parameters.Jilles Tjoelker2011-01-081-0/+7
* sed: Add test for r217133 (-i race).Jilles Tjoelker2011-01-082-0/+84
* tests: sort & fix includes, remove -include from CFLAGS of acct testsGiorgos Keramidas2011-01-063-15/+19
* sh: Do not call exitshell() from evalcommand() unless evalcommand() forkedJilles Tjoelker2011-01-051-0/+17
* Update gateworks exclusion list to match latest tree.Warner Losh2011-01-031-2/+14
* Bump the media size from approx 600MB to approx 750MB. The greatWarner Losh2011-01-031-1/+1
* Put in the other half of the SRCCONF patch.Warner Losh2011-01-031-1/+1
* sh: Test that exit $? replaces the original exit status in an EXIT trap.Jilles Tjoelker2011-01-011-0/+6
* sh: Check readonly status for assignments on regular builtins.Jilles Tjoelker2011-01-011-0/+8
* sh: Check if dup2 for redirection from/to a file succeeds.Jilles Tjoelker2010-12-311-0/+7
* sh: Avoid side effects from builtins in optimized command substitution.Jilles Tjoelker2010-12-301-0/+51
* sh: Add two tests for special cases in command substitution that alreadyJilles Tjoelker2010-12-302-0/+28
* sh: Don't do optimized command substitution if expansions have side effects.Jilles Tjoelker2010-12-281-0/+31
* sh: Add test for optimized command substitution.Jilles Tjoelker2010-12-281-0/+53
* sh: Make expansion errors in optimized command substitution non-fatal.Jilles Tjoelker2010-12-281-0/+5
* sh: Add a testcase for cmdsubst errors that already works properly.Jilles Tjoelker2010-12-271-0/+4
* Restore two commented-out tests from plus-minus1.0 to a new file.Ed Maste2010-12-272-3/+26
* Remove commented-out test that's covered in plus-minus2.0 anyway.Ed Maste2010-12-261-2/+0
* sh: Make warnings in the printf builtin non-fatal, like in the program.Jilles Tjoelker2010-12-202-0/+10
* sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).Jilles Tjoelker2010-12-181-0/+4
* sh: Fix corruption of command substitutions with special chars after newlineJilles Tjoelker2010-12-161-0/+20
* Recognize NFSv4 ACL semantics and run proper regression test.Edward Tomasz Napierala2010-12-131-1/+5
* sh: Fix some tests that used sh instead of ${SH}Jilles Tjoelker2010-12-122-2/+2
* sh: Add a test for r216387 (long arithmetic expression in here document).Jilles Tjoelker2010-12-121-0/+12
* Add regression test for new NFSv4 ACL semantics, verified with ZFSv28.Edward Tomasz Napierala2010-12-121-0/+562
* Allow to specify path to a file we want to test with sendfile(2).Pawel Jakub Dawidek2010-12-111-3/+16
* printf: Test that the "--" option terminator works.Jilles Tjoelker2010-12-082-1/+3
* Work around gcc constant folding bugs.David Schultz2010-12-061-1/+6
* signbit() returns nonzero for negative arguments, but we shouldn't assumeDavid Schultz2010-12-066-6/+8
* Fix some warnings.David Schultz2010-12-051-3/+3
* Add regression tests for logarithmic functions in the math library.David Schultz2010-12-053-1/+169
* Document two more ways to find duplicates in the obsolete file list.Ulrich Spörlein2010-12-041-1/+0
* Extend the unix gc regression test to cover the case of r216150.Konstantin Belousov2010-12-031-9/+54
* o Mount the device async when we're doing the copy.Warner Losh2010-12-031-3/+3
* _WITHOUT_SRCCONF has too much baggage. Instead, use the simplerWarner Losh2010-12-031-1/+1
* Add some basic regression tests for nearbyint().David Schultz2010-12-033-1/+111
* sh: Make the test for cd/pwd with long pathnames more useful:Jilles Tjoelker2010-11-281-7/+8
* Don't checksum distfiles twice if they match the first time.Poul-Henning Kamp2010-11-231-9/+7
* Optimize the ports recurser a bit more.Poul-Henning Kamp2010-11-231-1/+3
* Improve the ports-dependency resolver by truncating the recursion ifPoul-Henning Kamp2010-11-231-7/+34