summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix typo and bump date.mdf2011-01-171-2/+2
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, somdf2011-01-172-56/+2
* o Somehow I revert Dd macro in the previous commit.maxim2011-01-131-1/+1
* o Start each sentence on a new line. No content changes.maxim2011-01-131-19/+25
* o Typo fixes.maxim2011-01-131-2/+2
* Fix formatting of cross-references.brucec2011-01-121-2/+2
* Fix sorting of cross-references.brucec2011-01-121-1/+1
* Fix cross-reference to gvinum(8).brucec2011-01-121-1/+1
* Fix up the grammar.ae2011-01-121-3/+3
* execve(2), not fork(2) resets signal handler to the default value (if it isn'tpjd2011-01-121-3/+3
* Add a note that when custom signal handler is installed for a signal,pjd2011-01-121-0/+5
* Install default signal handlers before masking signals we want to handle.pjd2011-01-121-0/+8
* Sector size can not be greater than MAXPHYS. Since GRAID3 calculatesae2011-01-121-0/+5
* The camcontrol smppc option to clear a PHY error log is 'clearerrlog',ken2011-01-051-1/+1
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDmarius2011-01-051-1/+9
* For compatibility with Linux and Solaris add poweroff(8).pjd2010-12-303-4/+39
* Add support for FS_TRIM to user-mode UFS utilities.kib2010-12-297-9/+72
* Fix deprecated warning about -L which said -i was deprecated.simon2010-12-261-1/+1
* Detect when resource is configured more than once.pjd2010-12-261-0/+10
* When node-specific configuration is missing in resource section, providepjd2010-12-261-2/+55
* Check number of arguments before trying to read arg0. This prevents accessae2010-12-211-0/+2
* Add __unused. Ansi prototypes.charnier2010-12-191-66/+34
* The 'ret' variable is of type ssize_t and we use proper format for it (%zd), sopjd2010-12-161-3/+2
* Revert r216473.obrien2010-12-161-1/+1
* Improve problems logging.pjd2010-12-161-7/+34
* Don't ignore errors from remote requests.pjd2010-12-161-1/+1
* Log the fact of launching and include protocol version number.pjd2010-12-161-0/+3
* Bump WARNS to 6.obrien2010-12-161-1/+1
* GEOM virstor .so does not need libmd.obrien2010-12-161-3/+0
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-154-4/+3
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-1516-32/+26
* Add the missed 'p' flag to getopt() optstring argument.kib2010-12-151-1/+1
* Remove the advertising clause from UCB copyrighted files in sbin. Thisjoel2010-12-124-16/+0
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-101-12/+34
* - Fix array bounds checking. [1]glebius2010-12-081-15/+44
* Add RTM_IEEE80211 to array of route message descriptions.glebius2010-12-081-0/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-2/+2
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-046-2367/+0
* * Recommend a overwrite of whole geli provider before use.delphij2010-12-031-2/+6
* Closing file descriptors when it's donekevlo2010-12-011-0/+2
* Don't print usbus[0-9] interfaces that it's not the interestingweongyo2010-12-011-0/+2
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-302-12/+1538
* Fix some more warnings found by clang.brucec2010-11-228-12/+13
* Fix use of AND operator: should be bitwise instead of logical.brucec2010-11-221-2/+2
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Add SIGINT handler to `gpart restore` action.ae2010-11-221-1/+20
* Always dump partition labels with `gpart backup`, but `gpart restore`ae2010-11-222-29/+32
* Plug an fd leakkevlo2010-11-221-0/+1
* Fix missing closedir()kevlo2010-11-211-0/+1
OpenPOWER on IntegriCloud