summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
* Fix world after byacc import:bapt2012-05-222-291/+296
* General mdoc(7) and typo fixes.gjb2012-05-121-2/+2
* If hastd is invoked with "-P pidfile" option always create pidfiletrociny2012-03-291-5/+7
* Fix typo.trociny2012-03-231-7/+7
* Nice range comparison.pjd2012-02-111-5/+3
* If a local write request is from the synchronization thread, when ittrociny2012-02-051-1/+2
* Fix the regression introduced in r226859: if the local component istrociny2012-02-051-1/+1
* Fix typo in comment.pjd2012-02-041-1/+1
* - Fix documentation to note that /etc/hast.conf is the default configurationpjd2012-01-241-4/+6
* Free memory that won't be used in child.pjd2012-01-221-3/+7
* Fix minor memory leak.pjd2012-01-211-0/+1
* Remove another unused token.pjd2012-01-201-1/+1
* Remove unused token 'port'.pjd2012-01-202-2/+1
* Style cleanups.pjd2012-01-131-6/+11
* - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed inpjd2012-01-101-4/+8
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-1016-135/+135
* Don't touch pidfiles when running in foreground. Before that change wepjd2012-01-101-11/+19
* 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
OpenPOWER on IntegriCloud