| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct clock source when computing timeouts. | hselasky | 2012-06-11 | 1 | -1/+1 |
* | Simplify the code by using snprlcat(). | pjd | 2012-06-03 | 1 | -27/+24 |
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -1/+1 |
* | Fix world after byacc import: | bapt | 2012-05-22 | 2 | -291/+296 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-12 | 1 | -2/+2 |
* | If hastd is invoked with "-P pidfile" option always create pidfile | trociny | 2012-03-29 | 1 | -5/+7 |
* | Fix typo. | trociny | 2012-03-23 | 1 | -7/+7 |
* | Nice range comparison. | pjd | 2012-02-11 | 1 | -5/+3 |
* | If a local write request is from the synchronization thread, when it | trociny | 2012-02-05 | 1 | -1/+2 |
* | Fix the regression introduced in r226859: if the local component is | trociny | 2012-02-05 | 1 | -1/+1 |
* | Fix typo in comment. | pjd | 2012-02-04 | 1 | -1/+1 |
* | - Fix documentation to note that /etc/hast.conf is the default configuration | pjd | 2012-01-24 | 1 | -4/+6 |
* | Free memory that won't be used in child. | pjd | 2012-01-22 | 1 | -3/+7 |
* | Fix minor memory leak. | pjd | 2012-01-21 | 1 | -0/+1 |
* | Remove another unused token. | pjd | 2012-01-20 | 1 | -1/+1 |
* | Remove unused token 'port'. | pjd | 2012-01-20 | 2 | -2/+1 |
* | Style cleanups. | pjd | 2012-01-13 | 1 | -6/+11 |
* | - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed in | pjd | 2012-01-10 | 1 | -4/+8 |
* | For functions that return -1 on failure check exactly for -1 and not for | pjd | 2012-01-10 | 16 | -135/+135 |
* | Don't touch pidfiles when running in foreground. Before that change we | pjd | 2012-01-10 | 1 | -11/+19 |
* | 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 |