aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastctl
Commit message (Expand)AuthorAgeFilesLines
* Create a package for HAST.Glen Barber2016-02-081-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+28
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-4/+3
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-281-0/+7
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-10-131-1/+0
| * | | | Merge from headSimon J. Gerraty2013-09-052-13/+8
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-122-20/+82
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+2
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+28
* | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | Make hastctl list command output current queue sizes.Mikolaj Golub2013-10-261-0/+7
| |_|/ |/| |
* | | Make hastctl(1) ('list' command) output a worker pid.Mikolaj Golub2013-07-011-0/+4
* | | Get rid of libl dependency. We needed it only to provide yywrap. ButMikolaj Golub2013-05-111-2/+2
* | | Remove code duplication.Mikolaj Golub2013-04-211-11/+1
* | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+1
| |/ |/|
* | Rename 'status' command to 'list' and introduce new 'status' which producesDmitry Morozovsky2013-03-142-5/+71
* | Removed redundant includes.Pawel Jakub Dawidek2013-03-141-10/+0
* | Fix casting.Mikolaj Golub2013-02-261-5/+5
* | Add i/o error counters to hastd(8) and make hastctl(8) displayMikolaj Golub2013-02-251-0/+6
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-101-9/+9
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignmentDimitry Andric2011-12-191-0/+1
* Revert r226726. The line was not duplicated.Pawel Jakub Dawidek2011-10-251-0/+1
* Remove duplicated line.Pawel Jakub Dawidek2011-10-251-1/+0
* Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().Pawel Jakub Dawidek2011-09-271-6/+5
* When exiting with error because of an invalid command line argumentMikolaj Golub2011-07-131-3/+3
* Compile hastd and hastctl with capsicum support.Pawel Jakub Dawidek2011-06-271-0/+1
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHPawel Jakub Dawidek2011-05-231-0/+11
* Currently we are unable to use capsicum for the primary worker process,Pawel Jakub Dawidek2011-05-141-1/+1
* Fix assert messages.Mikolaj Golub2011-04-261-2/+2
* Remove hast_proto_recv(). It was used only in one place, whereMikolaj Golub2011-04-171-1/+1
* hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.Mikolaj Golub2011-04-101-2/+2
* Forgot to commit this as part of r219873.Pawel Jakub Dawidek2011-03-221-1/+1
* When dropping privileges prefer capsicum over chroot+setgid+setuid.Pawel Jakub Dawidek2011-03-211-2/+1
* Forgot to commit this as a part of r219818.Pawel Jakub Dawidek2011-03-211-1/+4
* In command line options allow size to be specified using k/M/G/TMikolaj Golub2011-03-132-25/+9
* Print some of the numbers in human readable form (using %N).Pawel Jakub Dawidek2011-03-071-6/+10
* - Turn on printf extentions.Pawel Jakub Dawidek2011-03-071-2/+3
* Allow to compress on-the-wire data using two algorithms:Pawel Jakub Dawidek2011-03-061-1/+2
* Allow to checksum on-the-wire data using either CRC32 or SHA256.Pawel Jakub Dawidek2011-03-061-1/+2
* Drop privileges after connecting to hastd, but before sending or receivingPawel Jakub Dawidek2011-02-031-0/+5
* Add missing argument after r218192.Bjoern A. Zeeb2011-02-021-1/+1