summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Recognize HIO_FLUSH requests.pjd2011-05-211-0/+1
* Document IPv6 support.pjd2011-05-201-8/+22
* If no listen address is specified, bind by default to:pjd2011-05-201-2/+0
* Rename ipv4/ipv6 to tcp4/tcp6.pjd2011-05-202-10/+10
* Now that hell is fully frozen it is good time to add IPv6 support to HAST.pjd2011-05-201-75/+116
* Allow [ ] characters in strings. They might be used in IPv6 addresses.pjd2011-05-201-1/+1
* Rename tcp4 to tcp in preparation for IPv6 support.pjd2011-05-202-93/+93
* Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support.pjd2011-05-202-1/+1
* In preparation for IPv6 support allow to specify multiple addresses topjd2011-05-194-68/+215
* - Add support for AF_INET6 sockets for %S format character.pjd2011-05-181-7/+26
* mdoc:pluknet2011-05-171-2/+2
* Some partitioning schemes want to have partitions that are alignedae2011-05-151-10/+14
* When setting media always and not just in case of switching to IFM_AUTOmarius2011-05-151-5/+1
* Simplify the code a bit. For own providers GEOM_PART always providesae2011-05-151-61/+14
* Currently we are unable to use capsicum for the primary worker process,pjd2011-05-145-22/+44
* When using capsicum to sanbox, still use other methods first, just in casepjd2011-05-141-10/+13
* Typo. For USB devices, 'serial' should be 'sernum'.bms2011-05-101-1/+1
* We now have multiple filesystems (UFS, ZFS, ...), so for tools that onlygavin2011-05-083-8/+8
* Allow to specify remote as 'none' again which was broken by r219351, wherepjd2011-05-081-1/+8
* Document the following sysctls:pjd2011-05-081-2/+22
* Fix isitme(), which is used to check if node-specific configurationtrociny2011-05-081-1/+3
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-1/+12
* Add "-a alignment" option to gpart(8). When it specified gpart(8)ae2011-05-032-27/+99
* recoverdisk(8): treat output file consistently and abort on EINVALuqs2011-05-012-26/+42
* Fix the Makefile for mount_nfs so that it creates armacklem2011-05-011-1/+1
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-295-7/+67
* Somewhere around the 473rd time I mistyped "mdconfig file" instead ofdes2011-04-292-20/+49
* Another man page update related to the switchover of thermacklem2011-04-291-2/+2
* Update man pages related to the change in default NFS clientrmacklem2011-04-281-4/+8
* whitespace nit - sorry for the churndes2011-04-271-2/+2
* whitespace nitdes2011-04-271-1/+1
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-273-11/+7
* Mechanical whitespace cleanup.des2011-04-276-36/+35
* Fix boo-boo in previous commit.des2011-04-271-7/+7
* Alphabetize the options. No date bump since no actual change to the text.des2011-04-271-4/+4
* Add missing ifdef. This fixes build with NO_OPENSSL.trociny2011-04-261-0/+2
* Rename HASTCTL_ defines, which are used for conversion between maintrociny2011-04-263-7/+6
* For conversation between hastctl and hastd we should use HASTCTL_CMDtrociny2011-04-261-5/+5
* Fix assert messages.trociny2011-04-261-2/+2
* Stop trying to zero UFS1 superblocks if we fall off the end of the disk.cperciva2011-04-261-1/+4
* Revert r220907 and r220915.adrian2011-04-221-5/+3
* Change the MIMO userland export ABI to include flags, number of radio chains,adrian2011-04-211-3/+5
* Correct comment.pjd2011-04-201-1/+1
* When we become primary, we connect to the remote and expect it to be inpjd2011-04-202-13/+56
* If we act in different role than requested by the remote node, log itpjd2011-04-201-1/+1
* Timeout must be positive.pjd2011-04-201-0/+4
* When calling XPT_REL_SIMQ to ajust number of openings, do not try to reallymav2011-04-201-0/+1
* Scenario:pjd2011-04-192-0/+20
* Rewrite NAT configuration parser, so that memory allocation size isglebius2011-04-191-186/+189
* Furthermore condition IP waiting behaviour also on -dynamic flag.sobomax2011-04-181-4/+8
OpenPOWER on IntegriCloud