| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add TCP scalability testing wrapper scripts for tcpp. | Robert Watson | 2010-06-22 | 2 | -0/+92 |
| * | Revised tuning advice for tcpp benchmarking: do it in loader.conf, and | Robert Watson | 2010-06-22 | 1 | -2/+10 |
| * | Remove vestiges of 'slip'. | Brian Somers | 2010-06-19 | 2 | -2/+0 |
| * | Add the ZFS periodic daily scripts to the ZFS part. | Alexander Leidinger | 2010-06-17 | 1 | -0/+2 |
| * | Allow boot.config to have different values than just -h. | Warner Losh | 2010-06-15 | 1 | -1/+5 |
| * | Allow population of /cfg and /data. Begin the move to making all | Warner Losh | 2010-06-15 | 1 | -4/+27 |
| * | Create a make.conf. not needed for runtime, but some ports want to spam it | Warner Losh | 2010-06-15 | 1 | -0/+3 |
| * | make these convenience functions more convenient by accepting all | Warner Losh | 2010-06-15 | 1 | -4/+4 |
| * | Add Clang to OptionalObsoleteFiles.inc. | Ed Schouten | 2010-06-14 | 1 | -0/+12 |
| * | Fix typo. | Ed Schouten | 2010-06-10 | 1 | -1/+1 |
| * | This should be commented out. | Ed Schouten | 2010-06-09 | 1 | -1/+1 |
| * | Add WITHOUT_CLANG file with a description. | Roman Divacky | 2010-06-09 | 1 | -0/+2 |
| * | Add the VHBA package. It is here in tools because it's really a testbed. | Matt Jacob | 2010-06-08 | 15 | -0/+2352 |
| * | Rework tcpp output so that it generates a comma-delimited list of values, | Robert Watson | 2010-06-06 | 4 | -43/+50 |
| * | Although we currently don't compile in CPU-pinning support by default, | Robert Watson | 2010-06-05 | 5 | -27/+43 |
| * | o The typo was intended as it stated in the comment. Revert last. | Maxim Konovalov | 2010-06-04 | 1 | -1/+1 |
| * | o Makefile BSDfication. | Maxim Konovalov | 2010-06-04 | 1 | -23/+17 |
| * | o Fix typo: .uudef -> .undef. | Maxim Konovalov | 2010-06-04 | 1 | -1/+1 |
| * | Fix stuttering sequences and reverse ranges | Brian Somers | 2010-06-02 | 4 | -1/+44 |
| * | sh: Fix a crash if a heredoc was not properly ended and parsing continued. | Jilles Tjoelker | 2010-05-30 | 1 | -0/+5 |
| * | sh: Change interaction of command substitution and here documents. | Jilles Tjoelker | 2010-05-30 | 2 | -0/+100 |
| * | sh: Recognize "--" in . and exec. | Jilles Tjoelker | 2010-05-28 | 2 | -0/+46 |
| * | sh: Add some simple tests for ., exec and return from . script. | Jilles Tjoelker | 2010-05-28 | 3 | -0/+62 |
| * | Correct several nits/problems in the unix_close_race regression test. | Robert Watson | 2010-05-27 | 1 | -10/+16 |
| * | Add unix_close_race, a regresion test to catch ENOTCONN being returned | Robert Watson | 2010-05-26 | 2 | -0/+139 |
| * | Introduce a new build knob for Flattened Device Tree support. | Rafal Jaworowski | 2010-05-25 | 1 | -0/+3 |
| * | sh: Add some simplistic tests for the wait builtin. | Jilles Tjoelker | 2010-05-23 | 2 | -0/+38 |
| * | Add an option file for WITHOUT_MAN_UTILS to regenerate src.conf(5). | Jung-uk Kim | 2010-05-20 | 1 | -0/+9 |
| * | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | Ulrich Spörlein | 2010-05-19 | 1 | -1/+1 |
| * | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | Ulrich Spörlein | 2010-05-13 | 1 | -5/+5 |
| * | sh: Fix pathname expansion with quoted slashes like *\/. | Jilles Tjoelker | 2010-05-11 | 1 | -0/+31 |
| * | sh: Add some simple testcases for pathname expansion. | Jilles Tjoelker | 2010-05-11 | 1 | -0/+61 |
| * | Fix error in comment. | Jilles Tjoelker | 2010-05-09 | 1 | -1/+1 |
| * | sh: Add some parser tests. | Jilles Tjoelker | 2010-05-09 | 3 | -0/+53 |
| * | Generate some tests for sh's case command from the fnmatch tests. | Jilles Tjoelker | 2010-05-09 | 4 | -1/+256 |
| * | sh: Fix bug in assignment error test. | Jilles Tjoelker | 2010-05-09 | 1 | -2/+2 |
| * | sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var. | Jilles Tjoelker | 2010-05-05 | 1 | -0/+133 |
| * | Fix typo in usage message. Add -n to the list of valid arguments. | Philip Paeps | 2010-04-30 | 1 | -2/+2 |
| * | Add a TestFloat based test suite for floating-point implementations | Marius Strobl | 2010-04-24 | 41 | -0/+18426 |
| * | Adjust a test case and make it more jump optimization neutral for JIT case. | Jung-uk Kim | 2010-04-23 | 1 | -1/+1 |
| * | sh: Add some more tests for ${v#...} and ${v%...}. | Jilles Tjoelker | 2010-04-23 | 1 | -0/+46 |
| * | Merge @176820, @176822, @177156 to tcpp from P4 to HEAD: | Robert Watson | 2010-04-21 | 2 | -13/+39 |
| * | Dump the AR_PHY_TURBO register on the AR5416. This register holds 11n | Rui Paulo | 2010-04-19 | 1 | -0/+1 |
| * | sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX). | Jilles Tjoelker | 2010-04-18 | 1 | -0/+44 |
| * | sh: On startup of the shell, use PWD from the environment if it is valid. | Jilles Tjoelker | 2010-04-17 | 1 | -0/+24 |
| * | fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen. | Jilles Tjoelker | 2010-04-16 | 1 | -0/+1 |
| * | Add some tests for fnmatch(3). | Jilles Tjoelker | 2010-04-16 | 2 | -1/+336 |
| * | sh: Test that bogus values of PWD are not imported from the environment. | Jilles Tjoelker | 2010-04-11 | 1 | -0/+11 |
| * | Fix comment about NANO_ARCH. It can be set now. Also add a warning | Warner Losh | 2010-04-06 | 1 | -1/+4 |
| * | sh: Add test for nested arithmetic substitution. | Jilles Tjoelker | 2010-04-04 | 1 | -0/+17 |