| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented a mount option "nocto" that disables cache coherency | ru | 2011-05-04 | 1 | -1/+12 |
* | Add "-a alignment" option to gpart(8). When it specified gpart(8) | ae | 2011-05-03 | 2 | -27/+99 |
* | recoverdisk(8): treat output file consistently and abort on EINVAL | uqs | 2011-05-01 | 2 | -26/+42 |
* | Fix the Makefile for mount_nfs so that it creates a | rmacklem | 2011-05-01 | 1 | -1/+1 |
* | Add an -E option to mirror newfs's. The idea is that if you have a system | des | 2011-04-29 | 5 | -7/+67 |
* | Somewhere around the 473rd time I mistyped "mdconfig file" instead of | des | 2011-04-29 | 2 | -20/+49 |
* | Another man page update related to the switchover of the | rmacklem | 2011-04-29 | 1 | -2/+2 |
* | Update man pages related to the change in default NFS client | rmacklem | 2011-04-28 | 1 | -4/+8 |
* | whitespace nit - sorry for the churn | des | 2011-04-27 | 1 | -2/+2 |
* | whitespace nit | des | 2011-04-27 | 1 | -1/+1 |
* | This patch changes head so that the default NFS client is now the new | rmacklem | 2011-04-27 | 3 | -11/+7 |
* | Mechanical whitespace cleanup. | des | 2011-04-27 | 6 | -36/+35 |
* | Fix boo-boo in previous commit. | des | 2011-04-27 | 1 | -7/+7 |
* | Alphabetize the options. No date bump since no actual change to the text. | des | 2011-04-27 | 1 | -4/+4 |
* | Add missing ifdef. This fixes build with NO_OPENSSL. | trociny | 2011-04-26 | 1 | -0/+2 |
* | Rename HASTCTL_ defines, which are used for conversion between main | trociny | 2011-04-26 | 3 | -7/+6 |
* | For conversation between hastctl and hastd we should use HASTCTL_CMD | trociny | 2011-04-26 | 1 | -5/+5 |
* | Fix assert messages. | trociny | 2011-04-26 | 1 | -2/+2 |
* | Stop trying to zero UFS1 superblocks if we fall off the end of the disk. | cperciva | 2011-04-26 | 1 | -1/+4 |
* | Revert r220907 and r220915. | adrian | 2011-04-22 | 1 | -5/+3 |
* | Change the MIMO userland export ABI to include flags, number of radio chains, | adrian | 2011-04-21 | 1 | -3/+5 |
* | Correct comment. | pjd | 2011-04-20 | 1 | -1/+1 |
* | When we become primary, we connect to the remote and expect it to be in | pjd | 2011-04-20 | 2 | -13/+56 |
* | If we act in different role than requested by the remote node, log it | pjd | 2011-04-20 | 1 | -1/+1 |
* | Timeout must be positive. | pjd | 2011-04-20 | 1 | -0/+4 |
* | When calling XPT_REL_SIMQ to ajust number of openings, do not try to really | mav | 2011-04-20 | 1 | -0/+1 |
* | Scenario: | pjd | 2011-04-19 | 2 | -0/+20 |
* | Rewrite NAT configuration parser, so that memory allocation size is | glebius | 2011-04-19 | 1 | -186/+189 |
* | Furthermore condition IP waiting behaviour also on -dynamic flag. | sobomax | 2011-04-18 | 1 | -4/+8 |
* | Only wait for the IP to appear on the interface if natd is running in the | sobomax | 2011-04-18 | 1 | -5/+5 |
* | More whitespace fixes. | glebius | 2011-04-18 | 4 | -41/+41 |
* | Whitespace fixes. | glebius | 2011-04-18 | 6 | -268/+266 |
* | Changed "conscontrol unset" to accept an existing virtual | ru | 2011-04-18 | 2 | -24/+12 |
* | Remove hast_proto_recv(). It was used only in one place, where | trociny | 2011-04-17 | 3 | -21/+1 |
* | If we can retrieve interface address sleep for one second and try again. | sobomax | 2011-04-17 | 1 | -9/+29 |
* | Remove vestiges of disklabel(5). | pluknet | 2011-04-14 | 1 | -3/+1 |
* | The replication mode that is currently support is fullsync, not memsync. | pjd | 2011-04-12 | 1 | -1/+8 |
* | In hast_proto_recv() remove unnecessary check. The size is checked | trociny | 2011-04-10 | 1 | -6/+1 |
* | In hast_proto_recv_data() check that the size of the data to be | trociny | 2011-04-10 | 1 | -2/+5 |
* | Fix a typo in comments. | trociny | 2011-04-10 | 1 | -1/+1 |
* | hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this. | trociny | 2011-04-10 | 1 | -2/+2 |
* | Correct 'list scan' description in the examples. The previous description | gjb | 2011-04-06 | 1 | -1/+1 |
* | * Add the readline(3) API to libedit. The libedit versions of | obrien | 2011-04-05 | 2 | -3/+4 |
* | Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitely | pjd | 2011-04-02 | 2 | -3/+3 |
* | Handle ENOBUFS on send(2) by retrying for a while and logging the problem. | pjd | 2011-04-02 | 1 | -0/+22 |
* | When we are operating on blocking socket and get EAGAIN on send(2) or recv(2) | pjd | 2011-04-02 | 1 | -4/+35 |
* | Declare directions for sockets between primary and secondary. | pjd | 2011-04-02 | 2 | -0/+12 |
* | Allow to disable sends or receives on a socket using shutdown(2) by | pjd | 2011-04-02 | 1 | -0/+22 |
* | Handle the problem described in r220264 by using GEOM GATE queue of unlimited | pjd | 2011-04-02 | 1 | -1/+1 |
* | Because ggatel(8) operates on local GEOM providers, use unlimited queue size in | pjd | 2011-04-02 | 2 | -18/+4 |