aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Changed "conscontrol unset" to accept an existing virtualRuslan Ermilov2011-04-182-24/+12
* Remove hast_proto_recv(). It was used only in one place, whereMikolaj Golub2011-04-173-21/+1
* If we can retrieve interface address sleep for one second and try again.Maxim Sobolev2011-04-171-9/+29
* Remove vestiges of disklabel(5).Sergey Kandaurov2011-04-141-3/+1
* The replication mode that is currently support is fullsync, not memsync.Pawel Jakub Dawidek2011-04-121-1/+8
* In hast_proto_recv() remove unnecessary check. The size is checkedMikolaj Golub2011-04-101-6/+1
* In hast_proto_recv_data() check that the size of the data to beMikolaj Golub2011-04-101-2/+5
* Fix a typo in comments.Mikolaj Golub2011-04-101-1/+1
* hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this.Mikolaj Golub2011-04-101-2/+2
* Correct 'list scan' description in the examples. The previous descriptionGlen Barber2011-04-061-1/+1
* * Add the readline(3) API to libedit. The libedit versions ofDavid E. O'Brien2011-04-052-3/+4
* Increase default timeout from 5 seconds to 20 seconds. 5 seconds is definitelyPawel Jakub Dawidek2011-04-022-3/+3
* Handle ENOBUFS on send(2) by retrying for a while and logging the problem.Pawel Jakub Dawidek2011-04-021-0/+22
* When we are operating on blocking socket and get EAGAIN on send(2) or recv(2)Pawel Jakub Dawidek2011-04-021-4/+35
* Declare directions for sockets between primary and secondary.Pawel Jakub Dawidek2011-04-022-0/+12
* Allow to disable sends or receives on a socket using shutdown(2) byPawel Jakub Dawidek2011-04-021-0/+22
* Handle the problem described in r220264 by using GEOM GATE queue of unlimitedPawel Jakub Dawidek2011-04-021-1/+1
* Because ggatel(8) operates on local GEOM providers, use unlimited queue size inPawel Jakub Dawidek2011-04-022-18/+4
* Add mapsize to the header just before sending the packet.Pawel Jakub Dawidek2011-03-251-1/+1
* Use timeout from configuration file not only when sending and receiving,Pawel Jakub Dawidek2011-03-251-1/+1
* Use role2str() when setting process title.Pawel Jakub Dawidek2011-03-252-2/+2
* MFgraid/head:Alexander Motin2011-03-244-0/+368
* MFgraid/head r217014:Alexander Motin2011-03-242-42/+161
* It's possible to unmount multiple items at once, make it clear.Ruslan Ermilov2011-03-242-2/+2
* Fix SYNOPSIS.Gleb Smirnoff2011-03-231-1/+1
* Don't create socketpair for connection forwarding between parent and secondary.Pawel Jakub Dawidek2011-03-232-20/+28
* Add support for displaying newfs flags for SU+J and TRIM.Juli Mallett2011-03-231-1/+5
* Add my copyright.Pawel Jakub Dawidek2011-03-222-0/+2
* Forgot to commit this as part of r219873.Pawel Jakub Dawidek2011-03-221-1/+1
* After synchronization is complete we should make primary counters beMikolaj Golub2011-03-221-3/+3
* For requests that are sent only to remote component use theMikolaj Golub2011-03-221-2/+7
* The proto API is a general purpose API, so don't use 'hast' in structures orPawel Jakub Dawidek2011-03-227-118/+120
* White space cleanups.Pawel Jakub Dawidek2011-03-227-18/+18
* When dropping privileges prefer capsicum over chroot+setgid+setuid.Pawel Jakub Dawidek2011-03-215-6/+19
* Initialize localcnt on first write. This fixes assertion when we createPawel Jakub Dawidek2011-03-211-2/+6
* Fix typo.Pawel Jakub Dawidek2011-03-211-1/+1
* Before handling any events on descriptors check signals so we can updatePawel Jakub Dawidek2011-03-211-28/+43
* Bump date from previous commit.Glen Barber2011-03-211-1/+1
* Remove stale comment. Yes, it is valid to set role back to init.Pawel Jakub Dawidek2011-03-211-1/+1
* Increase debug level of "Checking hooks." message.Pawel Jakub Dawidek2011-03-211-1/+1
* Be pedantic and free nvout before exiting.Pawel Jakub Dawidek2011-03-211-0/+1
* Detect situation where resource internal identifier differs.Pawel Jakub Dawidek2011-03-211-0/+13
* Forgot to commit this as a part of r219818.Pawel Jakub Dawidek2011-03-211-1/+4
* In hast.conf we define the other node's address in 'remote' variable.Pawel Jakub Dawidek2011-03-2114-36/+124
* Log when we start hooks checking and when we execute a hook.Pawel Jakub Dawidek2011-03-211-0/+4
* Use snprlcat() instead of two strlcat(3)s.Pawel Jakub Dawidek2011-03-211-2/+3
* Add snprlcat() and vsnprlcat() - the functions I'm always missing.Pawel Jakub Dawidek2011-03-212-0/+27
* When creating connection on behalf of primary worker, set pjdlog prefixPawel Jakub Dawidek2011-03-211-0/+4
* If there is any traffic on one of out descriptors, we were not checking forPawel Jakub Dawidek2011-03-211-2/+14
* Use 'list scan' in favor of 'scan', as 'scan' has a different purpose.Glen Barber2011-03-201-1/+1