aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typos.Ulrich Spörlein2010-07-301-2/+2
* sh: Fix crash due to uninitialized here-document.Jilles Tjoelker2010-07-251-0/+19
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-222-2/+2
* Hook newsyslog regression tests to the Makefile 'build'.Simon L. B. Nielsen2010-07-221-1/+1
* Add regression tests for newsyslog. These are far from a completeSimon L. B. Nielsen2010-07-223-0/+343
* Chase LLVM version bump to 2.8.Ed Schouten2010-07-211-6/+6
* sh: Allow a background command consisting solely of redirections.Jilles Tjoelker2010-07-181-0/+3
* Use canonical spelling of FreeBSD.orgEd Maste2010-07-061-1/+1
* Switch to my @freebsd.org email address.Ed Maste2010-07-061-1/+1
* sh: Remove comment that the comma operator is missing in arithmeticJilles Tjoelker2010-07-021-1/+1
* Add TCP scalability testing wrapper scripts for tcpp.Robert Watson2010-06-222-0/+92
* Revised tuning advice for tcpp benchmarking: do it in loader.conf, andRobert Watson2010-06-221-2/+10
* Remove vestiges of 'slip'.Brian Somers2010-06-192-2/+0
* Add the ZFS periodic daily scripts to the ZFS part.Alexander Leidinger2010-06-171-0/+2
* Allow boot.config to have different values than just -h.Warner Losh2010-06-151-1/+5
* Allow population of /cfg and /data. Begin the move to making allWarner Losh2010-06-151-4/+27
* Create a make.conf. not needed for runtime, but some ports want to spam itWarner Losh2010-06-151-0/+3
* make these convenience functions more convenient by accepting allWarner Losh2010-06-151-4/+4
* Add Clang to OptionalObsoleteFiles.inc.Ed Schouten2010-06-141-0/+12
* 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