summaryrefslogtreecommitdiffstats
path: root/sbin/hastctl
Commit message (Expand)AuthorAgeFilesLines
* MFC r257155, r257582, r259191, r259192, r259193, r259194, r259195, r259196:trociny2013-12-281-0/+7
* Make hastctl(1) ('list' command) output a worker pid.trociny2013-07-011-0/+4
* Get rid of libl dependency. We needed it only to provide yywrap. Buttrociny2013-05-111-2/+2
* Remove code duplication.trociny2013-04-211-11/+1
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+1
* Rename 'status' command to 'list' and introduce new 'status' which producesmarck2013-03-142-5/+71
* Removed redundant includes.pjd2013-03-141-10/+0
* Fix casting.trociny2013-02-261-5/+5
* Add i/o error counters to hastd(8) and make hastctl(8) displaytrociny2013-02-251-0/+6
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-9/+9
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignmentdim2011-12-191-0/+1
* Revert r226726. The line was not duplicated.pjd2011-10-251-0/+1
* Remove duplicated line.pjd2011-10-251-1/+0
* Prefer PJDLOG_ASSERT()/PJDLOG_ABORT() over assert().pjd2011-09-271-6/+5
* When exiting with error because of an invalid command line argumenttrociny2011-07-131-3/+3
* Compile hastd and hastctl with capsicum support.pjd2011-06-271-0/+1
* Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSHpjd2011-05-231-0/+11
* Currently we are unable to use capsicum for the primary worker process,pjd2011-05-141-1/+1
* Fix assert messages.trociny2011-04-261-2/+2
* Remove hast_proto_recv(). It was used only in one place, wheretrociny2011-04-171-1/+1
* hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.trociny2011-04-101-2/+2
* Forgot to commit this as part of r219873.pjd2011-03-221-1/+1
* When dropping privileges prefer capsicum over chroot+setgid+setuid.pjd2011-03-211-2/+1
* Forgot to commit this as a part of r219818.pjd2011-03-211-1/+4
* In command line options allow size to be specified using k/M/G/Ttrociny2011-03-132-25/+9
* Print some of the numbers in human readable form (using %N).pjd2011-03-071-6/+10
* - Turn on printf extentions.pjd2011-03-071-2/+3
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-061-1/+2
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-061-1/+2
* Drop privileges after connecting to hastd, but before sending or receivingpjd2011-02-031-0/+5
* Add missing argument after r218192.bz2011-02-021-1/+1
* Add functions to initialize/finalize pjdlog. This allows to open/close logpjd2011-01-271-0/+1
* Fix some more warnings found by clang.brucec2010-11-221-0/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Update the arguments to yy_config_parse() to match r210883.dougb2010-08-061-1/+1
* Fix typo.pjd2010-07-291-1/+1
* mdoc: move remaining sections into consistent orderuqs2010-05-131-14/+14
* Fix compilation with WITHOUT_CRYPT or WITHOUT_OPENSSL options.pjd2010-04-221-2/+7
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromuqs2010-03-021-1/+0
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-183-0/+779
OpenPOWER on IntegriCloud