summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
* mdoc: paragraph improvements.joel2015-01-041-9/+1
* Convert sbin/ to LIBADDbapt2014-11-251-4/+2
* Add lock annotations to the threading API used by hastd.ed2014-09-012-13/+13
* Garbage collect libl dependencyngie2014-08-231-2/+2
* Add -ll to LDADD to fix "make checkdpadd"ngie2014-08-181-1/+1
* use .Mt to mark up email addresses consistently (part1)bapt2014-06-202-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* Check remote protocol version only for the first connection (when ittrociny2013-12-101-6/+6
* Send wakeup to threads waiting on empty queue before releasing thetrociny2013-12-102-16/+7
* In remote_send_thread, if sending a request fails don't take thetrociny2013-12-101-11/+2
* Fix compiler warnings.trociny2013-12-102-4/+4
* Add some macros to make the code more readable (no functional chages).trociny2013-12-101-6/+9
* For memsync replication, hio_countdown is used not only as antrociny2013-12-101-111/+47
* Correct alignment.pjd2013-11-031-1/+1
* Make hastctl list command output current queue sizes.trociny2013-10-264-1/+85
* Merging local and remote bitmaps must be protected by hr_amp lock.trociny2013-10-261-1/+1
* Fix comments.trociny2013-09-191-3/+2
* When updating the map of dirty extents, most recently used extents aretrociny2013-09-192-9/+25
* Use cv_broadcast() instead of cv_signal() when waking up threadstrociny2013-09-192-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+6
* Make hastctl(1) ('list' command) output a worker pid.trociny2013-07-011-0/+1
* Correct some grammar.schweikh2013-06-301-18/+18
* Don't let hastd use C11 atomics.ed2013-06-291-5/+5
* Let hastd use C11 atomics.ed2013-06-151-5/+5
* Improve compatibility with old flex and fix build with GCC.jkim2013-05-223-3/+5
* Get rid of libl dependency. We needed it only to provide yywrap. Buttrociny2013-05-112-1/+2
* Partially revert my last change.ed2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.ed2013-04-272-11/+21
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+1
* Now that ioctl(2) is allowed in capability mode and we can limit ioctls for thepjd2013-03-141-16/+48
* Minor corrections.pjd2013-03-141-4/+4
* Delete requests can be larger than MAXPHYS.pjd2013-03-141-1/+1
* Add i/o error counters to hastd(8) and make hastctl(8) displaytrociny2013-02-254-1/+65
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-178-43/+334
* Fix socket calls on error post-r243965.kevlo2012-12-211-1/+1
* Revert r228695. We use __func__ here as a format to distinguish betweenpjd2012-11-051-1/+1
* Metaflush on/off values don't need quotes.trociny2012-07-161-4/+4
* Make use of GEOM Gate direct reads feature. This allows HAST to servepjd2012-07-041-1/+31
* Check if there is cmsg at all.pjd2012-07-011-1/+1
* Revert: r236909hselasky2012-06-111-1/+1
* Use the correct clock source when computing timeouts.hselasky2012-06-111-1/+1
* Simplify the code by using snprlcat().pjd2012-06-031-27/+24
* 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
OpenPOWER on IntegriCloud