summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Use canonical spelling of FreeBSD.orgemaste2010-07-061-1/+1
* Switch to my @freebsd.org email address.emaste2010-07-061-1/+1
* sh: Remove comment that the comma operator is missing in arithmeticjilles2010-07-021-1/+1
* Add TCP scalability testing wrapper scripts for tcpp.rwatson2010-06-222-0/+92
* Revised tuning advice for tcpp benchmarking: do it in loader.conf, andrwatson2010-06-221-2/+10
* Remove vestiges of 'slip'.brian2010-06-192-2/+0
* Add the ZFS periodic daily scripts to the ZFS part.netchild2010-06-171-0/+2
* Allow boot.config to have different values than just -h.imp2010-06-151-1/+5
* Allow population of /cfg and /data. Begin the move to making allimp2010-06-151-4/+27
* Create a make.conf. not needed for runtime, but some ports want to spam itimp2010-06-151-0/+3
* make these convenience functions more convenient by accepting allimp2010-06-151-4/+4
* Add Clang to OptionalObsoleteFiles.inc.ed2010-06-141-0/+12
* Fix typo.ed2010-06-101-1/+1
* This should be commented out.ed2010-06-091-1/+1
* Add WITHOUT_CLANG file with a description.rdivacky2010-06-091-0/+2
* Add the VHBA package. It is here in tools because it's really a testbed.mjacob2010-06-0815-0/+2352
* Rework tcpp output so that it generates a comma-delimited list of values,rwatson2010-06-064-43/+50
* Although we currently don't compile in CPU-pinning support by default,rwatson2010-06-055-29/+45
* o The typo was intended as it stated in the comment. Revert last.maxim2010-06-041-1/+1
* o Makefile BSDfication.maxim2010-06-041-23/+17
* o Fix typo: .uudef -> .undef.maxim2010-06-041-1/+1
* Fix stuttering sequences and reverse rangesbrian2010-06-024-1/+44
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.jilles2010-05-301-0/+5
* sh: Change interaction of command substitution and here documents.jilles2010-05-302-0/+100
* sh: Recognize "--" in . and exec.jilles2010-05-282-0/+46
* sh: Add some simple tests for ., exec and return from . script.jilles2010-05-283-0/+62
* Correct several nits/problems in the unix_close_race regression test.rwatson2010-05-271-10/+16
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedrwatson2010-05-262-0/+139
* Introduce a new build knob for Flattened Device Tree support.raj2010-05-251-0/+3
* sh: Add some simplistic tests for the wait builtin.jilles2010-05-232-0/+38
* Add an option file for WITHOUT_MAN_UTILS to regenerate src.conf(5).jkim2010-05-201-0/+9
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-191-1/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-5/+5
* sh: Fix pathname expansion with quoted slashes like *\/.jilles2010-05-111-0/+31
* sh: Add some simple testcases for pathname expansion.jilles2010-05-111-0/+61
* Fix error in comment.jilles2010-05-091-1/+1
* sh: Add some parser tests.jilles2010-05-093-0/+53
* Generate some tests for sh's case command from the fnmatch tests.jilles2010-05-094-1/+256
* sh: Fix bug in assignment error test.jilles2010-05-091-2/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.jilles2010-05-051-0/+133
* Fix typo in usage message. Add -n to the list of valid arguments.philip2010-04-301-2/+2
* Add a TestFloat based test suite for floating-point implementationsmarius2010-04-2441-0/+18426
* Adjust a test case and make it more jump optimization neutral for JIT case.jkim2010-04-231-1/+1
* sh: Add some more tests for ${v#...} and ${v%...}.jilles2010-04-231-0/+46
* Merge @176820, @176822, @177156 to tcpp from P4 to HEAD:rwatson2010-04-212-13/+39
* Dump the AR_PHY_TURBO register on the AR5416. This register holds 11nrpaulo2010-04-191-0/+1
* sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX).jilles2010-04-181-0/+44
* sh: On startup of the shell, use PWD from the environment if it is valid.jilles2010-04-171-0/+24
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-0/+1
* Add some tests for fnmatch(3).jilles2010-04-162-1/+336
OpenPOWER on IntegriCloud