aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Ed Schouten2010-06-101-1/+1
* This should be commented out.Ed Schouten2010-06-091-1/+1
* Add WITHOUT_CLANG file with a description.Roman Divacky2010-06-091-0/+2
* Add the VHBA package. It is here in tools because it's really a testbed.Matt Jacob2010-06-0815-0/+2352
* Rework tcpp output so that it generates a comma-delimited list of values,Robert Watson2010-06-064-43/+50
* Although we currently don't compile in CPU-pinning support by default,Robert Watson2010-06-055-29/+45
* o The typo was intended as it stated in the comment. Revert last.Maxim Konovalov2010-06-041-1/+1
* o Makefile BSDfication.Maxim Konovalov2010-06-041-23/+17
* o Fix typo: .uudef -> .undef.Maxim Konovalov2010-06-041-1/+1
* Fix stuttering sequences and reverse rangesBrian Somers2010-06-024-1/+44
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.Jilles Tjoelker2010-05-301-0/+5
* sh: Change interaction of command substitution and here documents.Jilles Tjoelker2010-05-302-0/+100
* sh: Recognize "--" in . and exec.Jilles Tjoelker2010-05-282-0/+46
* sh: Add some simple tests for ., exec and return from . script.Jilles Tjoelker2010-05-283-0/+62
* Correct several nits/problems in the unix_close_race regression test.Robert Watson2010-05-271-10/+16
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedRobert Watson2010-05-262-0/+139
* Introduce a new build knob for Flattened Device Tree support.Rafal Jaworowski2010-05-251-0/+3
* sh: Add some simplistic tests for the wait builtin.Jilles Tjoelker2010-05-232-0/+38
* Add an option file for WITHOUT_MAN_UTILS to regenerate src.conf(5).Jung-uk Kim2010-05-201-0/+9
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-5/+5
* sh: Fix pathname expansion with quoted slashes like *\/.Jilles Tjoelker2010-05-111-0/+31
* sh: Add some simple testcases for pathname expansion.Jilles Tjoelker2010-05-111-0/+61
* Fix error in comment.Jilles Tjoelker2010-05-091-1/+1
* sh: Add some parser tests.Jilles Tjoelker2010-05-093-0/+53
* Generate some tests for sh's case command from the fnmatch tests.Jilles Tjoelker2010-05-094-1/+256
* sh: Fix bug in assignment error test.Jilles Tjoelker2010-05-091-2/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.Jilles Tjoelker2010-05-051-0/+133
* Fix typo in usage message. Add -n to the list of valid arguments.Philip Paeps2010-04-301-2/+2
* Add a TestFloat based test suite for floating-point implementationsMarius Strobl2010-04-2441-0/+18426
* Adjust a test case and make it more jump optimization neutral for JIT case.Jung-uk Kim2010-04-231-1/+1
* sh: Add some more tests for ${v#...} and ${v%...}.Jilles Tjoelker2010-04-231-0/+46
* Merge @176820, @176822, @177156 to tcpp from P4 to HEAD:Robert Watson2010-04-212-13/+39
* Dump the AR_PHY_TURBO register on the AR5416. This register holds 11nRui Paulo2010-04-191-0/+1
* sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX).Jilles Tjoelker2010-04-181-0/+44
* sh: On startup of the shell, use PWD from the environment if it is valid.Jilles Tjoelker2010-04-171-0/+24
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.Jilles Tjoelker2010-04-161-0/+1
* Add some tests for fnmatch(3).Jilles Tjoelker2010-04-162-1/+336
* sh: Test that bogus values of PWD are not imported from the environment.Jilles Tjoelker2010-04-111-0/+11
* Fix comment about NANO_ARCH. It can be set now. Also add a warningWarner Losh2010-04-061-1/+4
* sh: Add test for nested arithmetic substitution.Jilles Tjoelker2010-04-041-0/+17
* sh: Add test for some associativity in arithmetic.Jilles Tjoelker2010-04-041-0/+20
* sh: Do tilde expansion in substitutions.Jilles Tjoelker2010-04-031-0/+90
* sh: Fix duplicate variable name in test.Jilles Tjoelker2010-04-031-2/+2
* sh: Add some testcases for the working parts of tilde expansion.Jilles Tjoelker2010-04-031-0/+56
* sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.Jilles Tjoelker2010-04-031-0/+55
* sh: Fix various things about expansions:Jilles Tjoelker2010-04-032-0/+48
* sh: Add some testcases for the working parts of ${v%...} and ${v#...}.Jilles Tjoelker2010-04-031-0/+85
* Two fixes:Warner Losh2010-03-311-15/+2
* Stop hard coding i386 as the arch for the build. Instead, default to theWarner Losh2010-03-311-1/+6