| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the manual page to reflect the new 32K/4K defaults. | mckusick | 2011-05-28 | 1 | -4/+4 |
* | Add example how to create MBR and BSD schemes and install boot code. | ae | 2011-05-27 | 1 | -1/+28 |
* | Synchronize manpage's synopsis with program's usage. Since -l and -r | ae | 2011-05-27 | 2 | -5/+6 |
* | Raise the default blocksize for UFS/FFS filesystems from | mckusick | 2011-05-26 | 1 | -2/+2 |
* | Simplify ALIGNDOWN macro. | ae | 2011-05-24 | 1 | -1/+1 |
* | Fix calculation of alignment for odd values. Also do not change value | ae | 2011-05-24 | 1 | -2/+2 |
* | Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSH | pjd | 2011-05-23 | 5 | -0/+64 |
* | To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we need | pjd | 2011-05-23 | 1 | -1/+7 |
* | Re-encode files from ISO-8859-1 to UTF-8 | uqs | 2011-05-22 | 4 | -4/+4 |
* | Recognize HIO_FLUSH requests. | pjd | 2011-05-21 | 1 | -0/+1 |
* | Document IPv6 support. | pjd | 2011-05-20 | 1 | -8/+22 |
* | If no listen address is specified, bind by default to: | pjd | 2011-05-20 | 1 | -2/+0 |
* | Rename ipv4/ipv6 to tcp4/tcp6. | pjd | 2011-05-20 | 2 | -10/+10 |
* | Now that hell is fully frozen it is good time to add IPv6 support to HAST. | pjd | 2011-05-20 | 1 | -75/+116 |
* | Allow [ ] characters in strings. They might be used in IPv6 addresses. | pjd | 2011-05-20 | 1 | -1/+1 |
* | Rename tcp4 to tcp in preparation for IPv6 support. | pjd | 2011-05-20 | 2 | -93/+93 |
* | Rename proto_tcp4.c to proto_tcp.c in preparation for IPv6 support. | pjd | 2011-05-20 | 2 | -1/+1 |
* | In preparation for IPv6 support allow to specify multiple addresses to | pjd | 2011-05-19 | 4 | -68/+215 |
* | - Add support for AF_INET6 sockets for %S format character. | pjd | 2011-05-18 | 1 | -7/+26 |
* | mdoc: | pluknet | 2011-05-17 | 1 | -2/+2 |
* | Some partitioning schemes want to have partitions that are aligned | ae | 2011-05-15 | 1 | -10/+14 |
* | When setting media always and not just in case of switching to IFM_AUTO | marius | 2011-05-15 | 1 | -5/+1 |
* | Simplify the code a bit. For own providers GEOM_PART always provides | ae | 2011-05-15 | 1 | -61/+14 |
* | Currently we are unable to use capsicum for the primary worker process, | pjd | 2011-05-14 | 5 | -22/+44 |
* | When using capsicum to sanbox, still use other methods first, just in case | pjd | 2011-05-14 | 1 | -10/+13 |
* | Typo. For USB devices, 'serial' should be 'sernum'. | bms | 2011-05-10 | 1 | -1/+1 |
* | We now have multiple filesystems (UFS, ZFS, ...), so for tools that only | gavin | 2011-05-08 | 3 | -8/+8 |
* | Allow to specify remote as 'none' again which was broken by r219351, where | pjd | 2011-05-08 | 1 | -1/+8 |
* | Document the following sysctls: | pjd | 2011-05-08 | 1 | -2/+22 |
* | Fix isitme(), which is used to check if node-specific configuration | trociny | 2011-05-08 | 1 | -1/+3 |
* | 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 |