summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.mckusick2010-11-201-3/+0
* Add to gpart(8) an ability to backup partition table andae2010-11-202-1/+371
* When doing a camcontrol rescan all or a camcontrol reset all, use the wildcardrstone2010-11-191-0/+1
* Remove unused autofs userland bits.jhb2010-11-173-193/+0
* Move timeout.tv_sec initialization outside the loop - sigtimedwait(2) won'tpjd2010-11-151-1/+1
* 1. Exit when we cannot create incoming connection.pjd2010-11-151-2/+4
* When setting a media with no sub-type specified also reset the typemarius2010-11-131-1/+1
* When printing media with more than one media option set aggregate thesemarius2010-11-131-2/+5
* In printfile(), exit the process instead of only printing the warning.kib2010-11-131-2/+3
* Use "cylinder" instead of "cyl" for consistency.joel2010-11-132-2/+2
* The first customer of the SO_USER_COOKIE option:luigi2010-11-123-0/+19
* Append to CFLAGS, don't clobber it.rpaulo2010-11-051-1/+1
* r214781 caused the timer value to be rounded down, so that if the user askedbrucec2010-11-041-6/+4
* Fix standby timer calculation: the timer was being set 30 minutes laterbrucec2010-11-041-1/+8
* Send packets to remote node only via the send thread to avoid possiblepjd2010-11-021-40/+57
* Add a ${.CURDIR} reference to the previous commit.rpaulo2010-10-291-1/+1
* Force include ../../libpcap/config.h since privsep.c groks pcap'srpaulo2010-10-291-0/+2
* Correct a typo.jh2010-10-271-1/+1
* Use fprintf(stderr) instead of gctl_error() to print a warning about toopjd2010-10-261-2/+2
* Reimplemented "gpart destroy -F". Now it does all work in kernel.ae2010-10-252-84/+99
* Do some whitespace and `identify` output cleanup.mav2010-10-251-50/+57
OpenPOWER on IntegriCloud