aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
* hastd(8) assumes it has no extra file descriptors openedEugene Grosbein2020-11-291-0/+1
* Fix typo in hastd.8 manual page.Kirk McKusick2019-12-221-2/+2
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Revert 335888 ("Ensure va_list is declared by including stdarg.h.")Ruslan Bukin2018-07-031-1/+1
* o Ensure va_list is declared by including stdarg.h.Ruslan Bukin2018-07-031-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2744-2/+90
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-1/+1
* Switch hastctl and hastd to libmd instead of openssl for sha256Allan Jude2017-02-043-23/+2
* Add missing history sections to a number of storage related man pagesAllan Jude2016-09-161-3/+8
* Define hastd's STRICT_ALIGN macro in a defined and portable way.Dimitry Andric2016-08-281-1/+5
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-2/+2
* Remove useless calls to basename().Ed Schouten2016-05-011-2/+1
* Use MAX() from sys/param.h.Marcelo Araujo2016-04-211-3/+3
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-201-2/+2
* MFHGlen Barber2016-03-021-6/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
* | Create a package for HAST.Glen Barber2016-02-081-0/+1
|/
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+32
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-13/+4
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-14/+14
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2810-155/+157
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-133-15/+30
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-10-131-1/+0
| * | | | | | Merge from headSimon J. Gerraty2013-09-059-33/+51
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-1211-65/+452
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+2
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-082-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-044-34/+61
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+32
* | | | | | | | | | | mdoc: paragraph improvements.Joel Dahl2015-01-041-9/+1
* | | | | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Add lock annotations to the threading API used by hastd.Ed Schouten2014-09-012-13/+13
* | | | | | | | | | Garbage collect libl dependencyEnji Cooper2014-08-231-2/+2
* | | | | | | | | | Add -ll to LDADD to fix "make checkdpadd"Enji Cooper2014-08-181-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-202-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* | | | | | | Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* | | | | | | Check remote protocol version only for the first connection (when itMikolaj Golub2013-12-101-6/+6
* | | | | | | Send wakeup to threads waiting on empty queue before releasing theMikolaj Golub2013-12-102-16/+7
* | | | | | | In remote_send_thread, if sending a request fails don't take theMikolaj Golub2013-12-101-11/+2
* | | | | | | Fix compiler warnings.Mikolaj Golub2013-12-102-4/+4
* | | | | | | Add some macros to make the code more readable (no functional chages).Mikolaj Golub2013-12-101-6/+9
* | | | | | | For memsync replication, hio_countdown is used not only as anMikolaj Golub2013-12-101-111/+47