aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-041-1/+12
* Add "-a alignment" option to gpart(8). When it specified gpart(8)Andrey V. Elsukov2011-05-032-27/+99
* recoverdisk(8): treat output file consistently and abort on EINVALUlrich Spörlein2011-05-012-26/+42
* Fix the Makefile for mount_nfs so that it creates aRick Macklem2011-05-011-1/+1
* Add an -E option to mirror newfs's. The idea is that if you have a systemDag-Erling Smørgrav2011-04-295-7/+67
* Somewhere around the 473rd time I mistyped "mdconfig file" instead ofDag-Erling Smørgrav2011-04-292-20/+49
* Another man page update related to the switchover of theRick Macklem2011-04-291-2/+2
* Update man pages related to the change in default NFS clientRick Macklem2011-04-281-4/+8
* whitespace nit - sorry for the churnDag-Erling Smørgrav2011-04-271-2/+2
* whitespace nitDag-Erling Smørgrav2011-04-271-1/+1
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-273-11/+7
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2011-04-276-36/+35
* Fix boo-boo in previous commit.Dag-Erling Smørgrav2011-04-271-7/+7
* Alphabetize the options. No date bump since no actual change to the text.Dag-Erling Smørgrav2011-04-271-4/+4
* Add missing ifdef. This fixes build with NO_OPENSSL.Mikolaj Golub2011-04-261-0/+2
* Rename HASTCTL_ defines, which are used for conversion between mainMikolaj Golub2011-04-263-7/+6
* For conversation between hastctl and hastd we should use HASTCTL_CMDMikolaj Golub2011-04-261-5/+5
* Fix assert messages.Mikolaj Golub2011-04-261-2/+2
* Stop trying to zero UFS1 superblocks if we fall off the end of the disk.Colin Percival2011-04-261-1/+4
* Revert r220907 and r220915.Adrian Chadd2011-04-221-5/+3
* Change the MIMO userland export ABI to include flags, number of radio chains,Adrian Chadd2011-04-211-3/+5
* Correct comment.Pawel Jakub Dawidek2011-04-201-1/+1
* When we become primary, we connect to the remote and expect it to be inPawel Jakub Dawidek2011-04-202-13/+56
* If we act in different role than requested by the remote node, log itPawel Jakub Dawidek2011-04-201-1/+1
* Timeout must be positive.Pawel Jakub Dawidek2011-04-201-0/+4
* When calling XPT_REL_SIMQ to ajust number of openings, do not try to reallyAlexander Motin2011-04-201-0/+1
* Scenario:Pawel Jakub Dawidek2011-04-192-0/+20
* Rewrite NAT configuration parser, so that memory allocation size isGleb Smirnoff2011-04-191-186/+189
* Furthermore condition IP waiting behaviour also on -dynamic flag.Maxim Sobolev2011-04-181-4/+8
* Only wait for the IP to appear on the interface if natd is running in theMaxim Sobolev2011-04-181-5/+5
* More whitespace fixes.Gleb Smirnoff2011-04-184-41/+41
* Whitespace fixes.Gleb Smirnoff2011-04-186-268/+266
* Changed "conscontrol unset" to accept an existing virtualRuslan Ermilov2011-04-182-24/+12
* Remove hast_proto_recv(). It was used only in one place, whereMikolaj Golub2011-04-173-21/+1
* If we can retrieve interface address sleep for one second and try again.Maxim Sobolev2011-04-171-9/+29
* Remove vestiges of disklabel(5).Sergey Kandaurov2011-04-141-3/+1
* The replication mode that is currently support is fullsync, not memsync.Pawel Jakub Dawidek2011-04-121-1/+8
* In hast_proto_recv() remove unnecessary check. The size is checkedMikolaj Golub2011-04-101-6/+1
* In hast_proto_recv_data() check that the size of the data to beMikolaj Golub2011-04-101-2/+5
* Fix a typo in comments.Mikolaj Golub2011-04-101-1/+1
* hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.Mikolaj Golub2011-04-101-2/+2
* Correct 'list scan' description in the examples. The previous descriptionGlen Barber2011-04-061-1/+1
* * Add the readline(3) API to libedit. The libedit versions ofDavid E. O'Brien2011-04-052-3/+4
* Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitelyPawel Jakub Dawidek2011-04-022-3/+3
* Handle ENOBUFS on send(2) by retrying for a while and logging the problem.Pawel Jakub Dawidek2011-04-021-0/+22
* When we are operating on blocking socket and get EAGAIN on send(2) or recv(2)Pawel Jakub Dawidek2011-04-021-4/+35
* Declare directions for sockets between primary and secondary.Pawel Jakub Dawidek2011-04-022-0/+12
* Allow to disable sends or receives on a socket using shutdown(2) byPawel Jakub Dawidek2011-04-021-0/+22
* Handle the problem described in r220264 by using GEOM GATE queue of unlimitedPawel Jakub Dawidek2011-04-021-1/+1
* Because ggatel(8) operates on local GEOM providers, use unlimited queue size inPawel Jakub Dawidek2011-04-022-18/+4