| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r226549,r226550,r226551,r226552,r226553,r226554,r226568,r226569,r226611, | Pawel Jakub Dawidek | 2011-11-19 | 3 | -35/+204 |
| * | - MFC r225778: | Stanislav Sedov | 2011-09-27 | 1 | -1/+1 |
| * | zfsboottest: some additional enhancements | Andriy Gapon | 2011-09-16 | 1 | -5/+10 |
| * | zfstest: rename to zfsboottest and move to tools | Andriy Gapon | 2011-09-16 | 2 | -0/+167 |
| * | Fix alignment assumptions. | Marius Strobl | 2011-09-02 | 2 | -6/+4 |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -0/+369 |
| * | Test process descriptors. | Jonathan Anderson | 2011-08-18 | 5 | -0/+221 |
| * | poll(2) implementation for capabilities. | Jonathan Anderson | 2011-08-16 | 1 | -2/+16 |
| * | Rename CAP_*_KEVENT to CAP_*_EVENT. | Jonathan Anderson | 2011-08-12 | 1 | -2/+2 |
| * | Test *at(2) calls with capability-mode lookup. | Jonathan Anderson | 2011-08-12 | 4 | -3/+157 |
| * | Use the right printf() format string without a cast to maxint_t. | Jonathan Anderson | 2011-08-11 | 1 | -4/+4 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 2 | -3/+4 |
| * | Move cxgbtool from usr.sbin to tools/tools. | Navdeep Parhar | 2011-08-10 | 8 | -0/+11278 |
| * | Properly initialise the "len" argument to getsockname(2) in the tcpdrop | Robert Watson | 2011-08-06 | 1 | -0/+1 |
| * | Expect fchflags(2) to fail with EOPNOTSUPP on NFS. | Jonathan Anderson | 2011-08-05 | 1 | -2/+11 |
| * | Flesh out the cap_test regression test. | Jonathan Anderson | 2011-08-04 | 3 | -0/+388 |
| * | Flesh out the cap_test regression test. | Jonathan Anderson | 2011-08-04 | 5 | -344/+319 |
| * | update smp related documentation after recent changes | Andriy Gapon | 2011-07-30 | 1 | -16/+4 |
| * | Add athradar, an implementation of the radar parameter diagnostic | Adrian Chadd | 2011-07-22 | 3 | -0/+304 |
| * | sh: Add a test for a fairly obscure case with aliases. | Jilles Tjoelker | 2011-07-16 | 1 | -0/+6 |
| * | Garbage-collect the tools for maintaining the previous PCI vendors list. The | Philip Paeps | 2011-07-16 | 1 | -263/+0 |
| * | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 2 | -1/+91 |
| * | Clarify the meaning of a test. | Jonathan Anderson | 2011-07-08 | 2 | -4/+4 |
| * | Ensure that kqueue is not inherited across fork(). | Jonathan Anderson | 2011-07-07 | 3 | -6/+21 |
| * | sh: Test that '!' is literal if quoted and first char of bracket expression | Jilles Tjoelker | 2011-06-25 | 1 | -0/+16 |
| * | - Need to respect the module name and the USB mode when accumulating device I... | Hans Petter Selasky | 2011-06-25 | 3 | -10/+24 |
| * | - Improve bus_autoconf tool. | Hans Petter Selasky | 2011-06-25 | 11 | -416/+1005 |
| * | - We need to sort all USB device ID's together. Else the matching order will | Hans Petter Selasky | 2011-06-24 | 3 | -54/+163 |
| * | - Make sure we don't match the wrong device by adding | Hans Petter Selasky | 2011-06-24 | 1 | -0/+1 |
| * | - Add additional information to the PnP info of USB HUBs children which | Hans Petter Selasky | 2011-06-24 | 1 | -8/+1 |
| * | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 4 | -0/+511 |
| * | sh: Add test for r223282. | Jilles Tjoelker | 2011-06-19 | 1 | -0/+6 |
| * | Add WITHOUT_UTMPX switch to the build system. | Ed Schouten | 2011-06-17 | 2 | -0/+28 |
| * | Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT. | Ed Schouten | 2011-06-17 | 1 | -1/+0 |
| * | Don't omit ac(8) as part of WITHOUT_ACCT. | Ed Schouten | 2011-06-17 | 2 | -4/+2 |
| * | sh: Add case statement fallthrough (with ';&' instead of ';;'). | Jilles Tjoelker | 2011-06-17 | 1 | -0/+39 |
| * | sh: Skip variables with invalid names in "set", "export -p", "readonly -p". | Jilles Tjoelker | 2011-06-17 | 2 | -0/+6 |
| * | sh: Reduce unnecessary forks with eval. | Jilles Tjoelker | 2011-06-16 | 1 | -0/+5 |
| * | sh: Add support for named character classes in bracket expressions. | Jilles Tjoelker | 2011-06-15 | 1 | -0/+32 |
| * | sh: Add test for LC_COLLATE-based character ranges in case. | Jilles Tjoelker | 2011-06-12 | 1 | -0/+24 |
| * | sh: Add test for case pattern matching with iso-8859-1 charset. | Jilles Tjoelker | 2011-06-12 | 1 | -0/+52 |
| * | Add "context" subcommand to fetch and display SGE context. | Navdeep Parhar | 2011-06-11 | 1 | -0/+235 |
| * | sh: Do parameter expansion on ENV before using it. | Jilles Tjoelker | 2011-06-10 | 1 | -0/+11 |
| * | sh: Do parameter expansion before printing PS4 (set -x). | Jilles Tjoelker | 2011-06-09 | 1 | -0/+9 |
| * | cxgbetool: a tool for the cxgbe(4) driver. | Navdeep Parhar | 2011-06-09 | 5 | -0/+41744 |
| * | sh: Add simple tests for set -x and PS4. | Jilles Tjoelker | 2011-06-08 | 2 | -0/+17 |
| * | sh: Fix $? in heredocs on simple commands. | Jilles Tjoelker | 2011-06-05 | 1 | -0/+15 |
| * | sh: Add already working testcases for $? in here-document. | Jilles Tjoelker | 2011-06-05 | 1 | -0/+25 |
| * | Add a very simple IPDIVERT test, which creates IP divert sockets and | Robert Watson | 2011-06-04 | 2 | -0/+177 |
| * | sh: Reduce more needless differences between error messages. | Jilles Tjoelker | 2011-06-04 | 1 | -1/+1 |