| Commit message (Expand) | Author | Age | Files | Lines |
* | It's possible to unmount multiple items at once, make it clear. | ru | 2011-03-24 | 2 | -2/+2 |
* | Fix SYNOPSIS. | glebius | 2011-03-23 | 1 | -1/+1 |
* | Don't create socketpair for connection forwarding between parent and secondary. | pjd | 2011-03-23 | 2 | -20/+28 |
* | Add support for displaying newfs flags for SU+J and TRIM. | jmallett | 2011-03-23 | 1 | -1/+5 |
* | Add my copyright. | pjd | 2011-03-22 | 2 | -0/+2 |
* | Forgot to commit this as part of r219873. | pjd | 2011-03-22 | 1 | -1/+1 |
* | After synchronization is complete we should make primary counters be | trociny | 2011-03-22 | 1 | -3/+3 |
* | For requests that are sent only to remote component use the | trociny | 2011-03-22 | 1 | -2/+7 |
* | The proto API is a general purpose API, so don't use 'hast' in structures or | pjd | 2011-03-22 | 7 | -118/+120 |
* | White space cleanups. | pjd | 2011-03-22 | 7 | -18/+18 |
* | When dropping privileges prefer capsicum over chroot+setgid+setuid. | pjd | 2011-03-21 | 5 | -6/+19 |
* | Initialize localcnt on first write. This fixes assertion when we create | pjd | 2011-03-21 | 1 | -2/+6 |
* | Fix typo. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Before handling any events on descriptors check signals so we can update | pjd | 2011-03-21 | 1 | -28/+43 |
* | Bump date from previous commit. | gjb | 2011-03-21 | 1 | -1/+1 |
* | Remove stale comment. Yes, it is valid to set role back to init. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Increase debug level of "Checking hooks." message. | pjd | 2011-03-21 | 1 | -1/+1 |
* | Be pedantic and free nvout before exiting. | pjd | 2011-03-21 | 1 | -0/+1 |
* | Detect situation where resource internal identifier differs. | pjd | 2011-03-21 | 1 | -0/+13 |
* | Forgot to commit this as a part of r219818. | pjd | 2011-03-21 | 1 | -1/+4 |
* | In hast.conf we define the other node's address in 'remote' variable. | pjd | 2011-03-21 | 14 | -36/+124 |
* | Log when we start hooks checking and when we execute a hook. | pjd | 2011-03-21 | 1 | -0/+4 |
* | Use snprlcat() instead of two strlcat(3)s. | pjd | 2011-03-21 | 1 | -2/+3 |
* | Add snprlcat() and vsnprlcat() - the functions I'm always missing. | pjd | 2011-03-21 | 2 | -0/+27 |
* | When creating connection on behalf of primary worker, set pjdlog prefix | pjd | 2011-03-21 | 1 | -0/+4 |
* | If there is any traffic on one of out descriptors, we were not checking for | pjd | 2011-03-21 | 1 | -2/+14 |
* | Use 'list scan' in favor of 'scan', as 'scan' has a different purpose. | gjb | 2011-03-20 | 1 | -1/+1 |
* | Use resolvconf(8) to update /etc/resolv.conf. | ume | 2011-03-18 | 1 | -25/+46 |
* | Add resolvconf(8) which manages resolv.conf. | ume | 2011-03-18 | 2 | -0/+38 |
* | For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incoming | trociny | 2011-03-17 | 3 | -9/+8 |
* | Remove #include needed for debugging. | pjd | 2011-03-15 | 1 | -1/+0 |
* | In command line options allow size to be specified using k/M/G/T | trociny | 2011-03-13 | 2 | -25/+9 |
* | Fix grammar. | ae | 2011-03-12 | 1 | -2/+2 |
* | Remove unneeded newline. | gjb | 2011-03-12 | 1 | -1/+0 |
* | Add example of using 'scan' for wireless networks, similarly to | gjb | 2011-03-12 | 1 | -0/+4 |
* | Document GEOM_PART_EBR_COMPAT option. | ae | 2011-03-12 | 1 | -1/+7 |
* | Make workers inherit debug level from the main process. | trociny | 2011-03-11 | 2 | -2/+6 |
* | Widen fields that display partition offset/length. | uqs | 2011-03-10 | 2 | -6/+5 |
* | Remove dead code in bsdlabel depending on __alpha__ | uqs | 2011-03-10 | 2 | -38/+4 |
* | Remove bsdlabel test-script that was full of broken assumptions. | uqs | 2011-03-10 | 2 | -181/+0 |
* | Remove bsdlabel.5, which hasn't been installed in over 7 years | uqs | 2011-03-10 | 3 | -523/+0 |
* | Change example to not be controversial. | pjd | 2011-03-09 | 1 | -6/+8 |
* | It is better to sometimes have not aligned columns than | ae | 2011-03-08 | 1 | -6/+0 |
* | Add -p option to `gpart show` command to show provider's names of | ae | 2011-03-08 | 2 | -14/+40 |
* | Unbreak the build. | pjd | 2011-03-07 | 1 | -5/+5 |
* | Print some of the numbers in human readable form (using %N). | pjd | 2011-03-07 | 1 | -6/+10 |
* | - Log size of data to synchronize in human readable form (using %N). | pjd | 2011-03-07 | 1 | -6/+18 |
* | Use %S to print IP address and port number. | pjd | 2011-03-07 | 1 | -18/+2 |
* | - Turn on printf extentions. | pjd | 2011-03-07 | 3 | -2/+92 |
* | Provides three states for pjdlog_initialized, so we can also tell that | pjd | 2011-03-07 | 1 | -25/+29 |