| Commit message (Expand) | Author | Age | Files | Lines |
| * | sh: Add test for exit status of for loop without items. | Jilles Tjoelker | 2011-10-28 | 1 | -0/+4 |
| * | Bring over the new aggregate statistics from the 11n branch. | Adrian Chadd | 2011-10-26 | 1 | -12/+85 |
| * | Fix resize regressions tests - we need to destroy BSDlabel before we can | Pawel Jakub Dawidek | 2011-10-25 | 1 | -0/+1 |
| * | Add a "-P olddistfiles" facility to prefetch ports distfiles, using an | Poul-Henning Kamp | 2011-10-23 | 1 | -12/+43 |
| * | Because ZFS boot code was very fragile in the past and real PITA to debug, | Pawel Jakub Dawidek | 2011-10-21 | 2 | -0/+135 |
| * | - Allow to specify multiple files to check, eg. | Pawel Jakub Dawidek | 2011-10-21 | 2 | -35/+69 |
| * | Add regression tests for modf{,f,l}(). | David Schultz | 2011-10-21 | 1 | -26/+108 |
| * | Tests for complex trig and hyperbolic functions. | David Schultz | 2011-10-21 | 3 | -1/+552 |
| * | Tests for cancellation in fma(). Also include more tests for 128-bit | David Schultz | 2011-10-21 | 1 | -3/+63 |
| * | Fix some memory errors in *at() regression tests. | Jilles Tjoelker | 2011-10-18 | 1 | -6/+9 |
| * | Add some tests for corner cases of log() in unusual rounding modes. | David Schultz | 2011-10-15 | 1 | -2/+29 |
| * | Add some tests for double-rounding bugs in fma(). | David Schultz | 2011-10-15 | 1 | -1/+54 |
| * | Fix build after TARGET_BIG_ENDIAN was nuked from orbit. | Andrew Thompson | 2011-10-11 | 1 | -2/+1 |
| * | - Add missing interdependencies to kerberos libraries. Some of the | 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 |