summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
* MFC r304969:dim2016-08-311-1/+5
* Improve performance and functionality of the bitstring(3) apiasomers2016-05-041-2/+2
* Remove useless calls to basename().ed2016-05-011-2/+1
* Use MAX() from sys/param.h.araujo2016-04-211-3/+3
* Use nitems() from sys/param.h.araujo2016-04-201-2/+2
* MFHgjb2016-03-021-6/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-6/+0
* | Create a package for HAST.gjb2016-02-081-0/+1
|/
* Add META_MODE support.sjg2015-06-131-0/+32
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-13/+4
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-14/+14
| |\
| * \ Merge head from 7/28sjg2014-08-192-2/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-0/+1
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-2810-155/+157
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-133-15/+30
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-10-131-1/+0
| * | | | | | Merge from headsjg2013-09-059-33/+51
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-1211-65/+452
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+2
| * | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.obrien2013-02-082-2/+2
| |\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-044-34/+61
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+32
* | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud