summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing locking after moving keepalive_send() to remote send threadpjd2011-02-031-3/+9
* Drop privileges after connecting to hastd, but before sending or receivingpjd2011-02-031-0/+5
* Let the caller log info about successful privilege drop.pjd2011-02-033-2/+2
* Add missing argument after r218192.bz2011-02-021-1/+1
* - Rename proto_descriptor_{send,recv}() functions topjd2011-02-027-166/+200
* Add proto_connect_wait() to wait for connection to finish.pjd2011-02-025-11/+84
* Allow to specify connection timeout by the caller.pjd2011-02-026-9/+12
* Move protocol allocation and deallocation to separate functions.pjd2011-02-021-17/+48
* Be prepared that hp_client or hp_server might be NULL now.pjd2011-02-021-4/+11
* Do not set socket send and receive buffer. It will be auto-tuned.pjd2011-02-011-14/+4
* Fix build on ia64.pjd2011-01-311-9/+7
* Until I fix the build on ia64 comment out problematic lines.pjd2011-01-311-2/+2
* Implement two new functions for sending descriptor and receving descriptorpjd2011-01-316-8/+173
* - Use pjdlog for assertions and aborts as this will log assert/abort messagepjd2011-01-319-241/+197
* Rename pjdlog_verify() to pjdlog_abort() as it better describes what thepjd2011-01-312-7/+7
* Fix the 'scan hang' issue.bschmidt2011-01-301-2/+6
* When doing a scan while being associated it is possible that the scanbschmidt2011-01-301-0/+1
OpenPOWER on IntegriCloud