summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling fixes for sbin/uqs2012-01-076-9/+9
* fork(2) returns -1 on failure, not some random negative number.pjd2012-01-062-2/+2
* Constify argument.pjd2012-01-062-2/+2
* Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignmentdim2011-12-191-0/+1
* Use lex's standard way of not generating unused function.pjd2011-12-182-3/+3
* Don't use function name as format string.pjd2011-12-181-1/+1
* Remove redundant assignment.pjd2011-12-151-2/+0
* Simplify code by changing functions types from int to avoid, as the functionspjd2011-12-151-15/+6
* Remove redundant setting of the error variable.pjd2011-12-151-2/+0
* Remove redundant space.pjd2011-10-271-1/+1
* Implement 'async' mode for HAST.pjd2011-10-273-55/+81
* Minor cleanups.pjd2011-10-271-1/+2
* Reduce indentation.pjd2011-10-271-24/+24
* Improve comment so it doesn't suggest race is possible, but that we handlepjd2011-10-271-1/+1
* - Eliminate the need for hio_nv.pjd2011-10-271-25/+55
* Monor cleanups.pjd2011-10-271-6/+7
* Delay resuid generation until first connection to secondary, not until firstpjd2011-10-271-6/+3
* Correct comments.pjd2011-10-271-3/+3
* Allow to specify pidfile in HAST configuration file.pjd2011-10-175-14/+116
* Remove redundant space.pjd2011-10-171-1/+1
* When path to the configuration file is relative, obtain full path,pjd2011-10-171-0/+16
* Correct typo.pjd2011-09-281-1/+1
* If the underlying provider doesn't support BIO_FLUSH, log it only oncepjd2011-09-284-4/+24
* Break a bit earlier.pjd2011-09-281-0/+1
* After every activemap change flush disk's write cache, so that writepjd2011-09-286-7/+118
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-279-161/+192
* No need to wrap pjdlog functions around with KEEP_ERRNO() macro.pjd2011-09-271-2/+1
* - Convert some impossible conditions into assertions.pjd2011-09-271-11/+10
* Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT().pjd2011-09-271-4/+2
* Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().pjd2011-09-273-33/+31
* No need to use KEEP_ERRNO() macro around pjdlog functions, as they don'tpjd2011-09-272-23/+20
* Ensure that pjdlog functions don't modify errno.pjd2011-09-271-0/+25
* Fix indentation.trociny2011-07-131-1/+1
* Remove useless initialization.trociny2011-07-051-2/+1
* Check the returned value of activemap_write_complete() and update matadata ontrociny2011-06-281-2/+5
* Make activemap_write_start/complete check the keepdirty list, whentrociny2011-06-281-5/+8
* Compile hastd and hastctl with capsicum support.pjd2011-06-271-1/+2
* Compile capsicum support only if HAVE_CAPSICUM is defined.pjd2011-06-271-0/+4
* Log a warning if we cannot sandbox using capsicum, but only under debug level 1.pjd2011-06-271-2/+6
* In HAST we use two sockets - one for only sending the data and one fortrociny2011-06-172-0/+6
* Revert r222688.sobomax2011-06-161-14/+2
* Read from the socket using the same max buffer size as we use whilesobomax2011-06-041-2/+14
* If READ from the local node failed we send the request to the remotetrociny2011-05-291-1/+1
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHpjd2011-05-234-0/+53
* To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we needpjd2011-05-231-1/+7
* Recognize HIO_FLUSH requests.pjd2011-05-211-0/+1
* Document IPv6 support.pjd2011-05-201-8/+22
* If no listen address is specified, bind by default to:pjd2011-05-201-2/+0
* Rename ipv4/ipv6 to tcp4/tcp6.pjd2011-05-202-10/+10
* Now that hell is fully frozen it is good time to add IPv6 support to HAST.pjd2011-05-201-75/+116
OpenPOWER on IntegriCloud