| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a special mount option "failok" to indicate that the administrator wants | delphij | 2011-06-07 | 1 | -2/+14 |
* | Do not use LCM from stripesize and user specified alignment value. | ae | 2011-06-07 | 1 | -7/+4 |
* | Rework parts of this man page to improve grammar. | gavin | 2011-06-06 | 1 | -37/+37 |
* | Remove redundant assignments to WARNS. | ed | 2011-06-06 | 1 | -2/+0 |
* | Add another example to mount(8) on using the "-o" argument. | gavin | 2011-06-06 | 1 | -2/+11 |
* | Bump .Dd | gavin | 2011-06-06 | 1 | -1/+1 |
* | Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. This | gavin | 2011-06-06 | 1 | -0/+6 |
* | Initialize co.use_set variable before parsing each new rule. | ae | 2011-06-06 | 1 | -0/+1 |
* | Increase buffer size for the command line. | ae | 2011-06-06 | 1 | -2/+2 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 2 | -1/+3 |
* | Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as an | hrs | 2011-06-05 | 2 | -69/+5 |
* | Read from the socket using the same max buffer size as we use while | sobomax | 2011-06-04 | 1 | -2/+14 |
* | Generally clean up markup. | ru | 2011-06-03 | 1 | -71/+85 |
* | Always use LCM when stripesize > 0. | ae | 2011-06-02 | 1 | -2/+2 |
* | Use stripesize and stripeoffset in the automatic calculation of | ae | 2011-06-02 | 1 | -18/+33 |
* | mdoc: fix markup | uqs | 2011-06-02 | 2 | -2/+4 |
* | Add a sentence to the umount.8 man page to clarify the behaviour | rmacklem | 2011-05-31 | 1 | -1/+4 |
* | Conditionally compile in the af_inet and af_inet6, af_nd6 modules. | bz | 2011-05-31 | 6 | -6/+52 |
* | Document kern.geom.part.check_integrity sysctl variable. | ae | 2011-05-30 | 1 | -1/+17 |
* | Add tablearg support for ipfw setfib. | ae | 2011-05-30 | 2 | -11/+19 |
* | If READ from the local node failed we send the request to the remote | trociny | 2011-05-29 | 1 | -1/+1 |
* | Modify the umount(8) command so that it doesn't do | rmacklem | 2011-05-29 | 1 | -3/+4 |
* | 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 |