| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 6 | -9/+9 |
* | fork(2) returns -1 on failure, not some random negative number. | pjd | 2012-01-06 | 2 | -2/+2 |
* | Constify argument. | pjd | 2012-01-06 | 2 | -2/+2 |
* | Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignment | dim | 2011-12-19 | 1 | -0/+1 |
* | Use lex's standard way of not generating unused function. | pjd | 2011-12-18 | 2 | -3/+3 |
* | Don't use function name as format string. | pjd | 2011-12-18 | 1 | -1/+1 |
* | Remove redundant assignment. | pjd | 2011-12-15 | 1 | -2/+0 |
* | Simplify code by changing functions types from int to avoid, as the functions | pjd | 2011-12-15 | 1 | -15/+6 |
* | Remove redundant setting of the error variable. | pjd | 2011-12-15 | 1 | -2/+0 |
* | Remove redundant space. | pjd | 2011-10-27 | 1 | -1/+1 |
* | Implement 'async' mode for HAST. | pjd | 2011-10-27 | 3 | -55/+81 |
* | Minor cleanups. | pjd | 2011-10-27 | 1 | -1/+2 |
* | Reduce indentation. | pjd | 2011-10-27 | 1 | -24/+24 |
* | Improve comment so it doesn't suggest race is possible, but that we handle | pjd | 2011-10-27 | 1 | -1/+1 |
* | - Eliminate the need for hio_nv. | pjd | 2011-10-27 | 1 | -25/+55 |
* | Monor cleanups. | pjd | 2011-10-27 | 1 | -6/+7 |
* | Delay resuid generation until first connection to secondary, not until first | pjd | 2011-10-27 | 1 | -6/+3 |
* | Correct comments. | pjd | 2011-10-27 | 1 | -3/+3 |
* | Allow to specify pidfile in HAST configuration file. | pjd | 2011-10-17 | 5 | -14/+116 |
* | Remove redundant space. | pjd | 2011-10-17 | 1 | -1/+1 |
* | When path to the configuration file is relative, obtain full path, | pjd | 2011-10-17 | 1 | -0/+16 |
* | Correct typo. | pjd | 2011-09-28 | 1 | -1/+1 |
* | If the underlying provider doesn't support BIO_FLUSH, log it only once | pjd | 2011-09-28 | 4 | -4/+24 |
* | Break a bit earlier. | pjd | 2011-09-28 | 1 | -0/+1 |
* | After every activemap change flush disk's write cache, so that write | pjd | 2011-09-28 | 6 | -7/+118 |
* | Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert(). | pjd | 2011-09-27 | 9 | -161/+192 |
* | No need to wrap pjdlog functions around with KEEP_ERRNO() macro. | pjd | 2011-09-27 | 1 | -2/+1 |
* | - Convert some impossible conditions into assertions. | pjd | 2011-09-27 | 1 | -11/+10 |
* | Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT(). | pjd | 2011-09-27 | 1 | -4/+2 |
* | Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort(). | pjd | 2011-09-27 | 3 | -33/+31 |
* | No need to use KEEP_ERRNO() macro around pjdlog functions, as they don't | pjd | 2011-09-27 | 2 | -23/+20 |
* | Ensure that pjdlog functions don't modify errno. | pjd | 2011-09-27 | 1 | -0/+25 |
* | Fix indentation. | trociny | 2011-07-13 | 1 | -1/+1 |
* | Remove useless initialization. | trociny | 2011-07-05 | 1 | -2/+1 |
* | Check the returned value of activemap_write_complete() and update matadata on | trociny | 2011-06-28 | 1 | -2/+5 |
* | Make activemap_write_start/complete check the keepdirty list, when | trociny | 2011-06-28 | 1 | -5/+8 |
* | Compile hastd and hastctl with capsicum support. | pjd | 2011-06-27 | 1 | -1/+2 |
* | Compile capsicum support only if HAVE_CAPSICUM is defined. | pjd | 2011-06-27 | 1 | -0/+4 |
* | Log a warning if we cannot sandbox using capsicum, but only under debug level 1. | pjd | 2011-06-27 | 1 | -2/+6 |
* | In HAST we use two sockets - one for only sending the data and one for | trociny | 2011-06-17 | 2 | -0/+6 |
* | Revert r222688. | sobomax | 2011-06-16 | 1 | -14/+2 |
* | Read from the socket using the same max buffer size as we use while | sobomax | 2011-06-04 | 1 | -2/+14 |
* | If READ from the local node failed we send the request to the remote | trociny | 2011-05-29 | 1 | -1/+1 |
* | Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSH | pjd | 2011-05-23 | 4 | -0/+53 |
* | To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we need | pjd | 2011-05-23 | 1 | -1/+7 |
* | 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 |