summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* In hast.conf we define the other node's address in 'remote' variable.pjd2011-03-2114-36/+124
* Log when we start hooks checking and when we execute a hook.pjd2011-03-211-0/+4
* Use snprlcat() instead of two strlcat(3)s.pjd2011-03-211-2/+3
* Add snprlcat() and vsnprlcat() - the functions I'm always missing.pjd2011-03-212-0/+27
* When creating connection on behalf of primary worker, set pjdlog prefixpjd2011-03-211-0/+4
* If there is any traffic on one of out descriptors, we were not checking forpjd2011-03-211-2/+14
* Use 'list scan' in favor of 'scan', as 'scan' has a different purpose.gjb2011-03-201-1/+1
* Use resolvconf(8) to update /etc/resolv.conf.ume2011-03-181-25/+46
* Add resolvconf(8) which manages resolv.conf.ume2011-03-182-0/+38
* For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incomingtrociny2011-03-173-9/+8
* Remove #include needed for debugging.pjd2011-03-151-1/+0
* In command line options allow size to be specified using k/M/G/Ttrociny2011-03-132-25/+9
* Fix grammar.ae2011-03-121-2/+2
* Remove unneeded newline.gjb2011-03-121-1/+0
* Add example of using 'scan' for wireless networks, similarly togjb2011-03-121-0/+4
* Document GEOM_PART_EBR_COMPAT option.ae2011-03-121-1/+7
* Make workers inherit debug level from the main process.trociny2011-03-112-2/+6
* Widen fields that display partition offset/length.uqs2011-03-102-6/+5
* Remove dead code in bsdlabel depending on __alpha__uqs2011-03-102-38/+4
* Remove bsdlabel test-script that was full of broken assumptions.uqs2011-03-102-181/+0
* Remove bsdlabel.5, which hasn't been installed in over 7 yearsuqs2011-03-103-523/+0
* Change example to not be controversial.pjd2011-03-091-6/+8
* It is better to sometimes have not aligned columns thanae2011-03-081-6/+0
* Add -p option to `gpart show` command to show provider's names ofae2011-03-082-14/+40
* Unbreak the build.pjd2011-03-071-5/+5
* Print some of the numbers in human readable form (using %N).pjd2011-03-071-6/+10
* - Log size of data to synchronize in human readable form (using %N).pjd2011-03-071-6/+18
* Use %S to print IP address and port number.pjd2011-03-071-18/+2
* - Turn on printf extentions.pjd2011-03-073-2/+92
* Provides three states for pjdlog_initialized, so we can also tell thatpjd2011-03-071-25/+29
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-0614-4/+1037
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-0614-195/+467
* Revert r217871.dougb2011-02-251-6/+2
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* Xref makefs(8).jh2011-02-221-1/+2
* Add the -j option to enable soft updates journaling when creatingmckusick2011-02-162-3/+18
* Note that a UFS filesystem can have up to 20 active snapshots.keramida2011-02-151-1/+10
* Add a check to make sure the provider name is "mdN" before printing thebrucec2011-02-141-1/+5
* Only print the unit number when invoked with the -n flag.brucec2011-02-131-1/+1
* In checker, read journal by sectors.kib2011-02-123-12/+19
* When creating a directory entry for the journal, always read at leastkib2011-02-121-10/+20
* When we decide to unlink socket file, sun_path must be set. If it is set,pjd2011-02-091-1/+6
* Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely onpjd2011-02-081-0/+1
* Unlink UNIX domain socket file only if:pjd2011-02-081-5/+16
* Now that we break the loop on fstat(2) failure we no longer need to satisfypjd2011-02-061-2/+0
* Add (void) cast before snprintf(3)s for which we are not interested in returnpjd2011-02-061-13/+13
* Treat fstat(2) failure (different than EBADF) as fatal error.pjd2011-02-061-0/+1
* Open syslog when logging sysconf(3) failure.pjd2011-02-061-0/+4
* Close more descriptors that can be open if the worker process for the givenpjd2011-02-061-0/+6
* Setup another socketpair between parent and child, so that primary sandboxedpjd2011-02-035-31/+143
OpenPOWER on IntegriCloud