aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".David E. O'Brien2010-12-1516-32/+26
* Add the missed 'p' flag to getopt() optstring argument.Konstantin Belousov2010-12-151-1/+1
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-124-16/+0
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.Kenneth D. Merry2010-12-101-12/+34
* - Fix array bounds checking. [1]Gleb Smirnoff2010-12-081-15/+44
* Add RTM_IEEE80211 to array of route message descriptions.Gleb Smirnoff2010-12-081-0/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong2010-12-071-2/+2
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-046-2367/+0
* * Recommend a overwrite of whole geli provider before use.Xin LI2010-12-031-2/+6
* Closing file descriptors when it's doneKevin Lo2010-12-011-0/+2
* Don't print usbus[0-9] interfaces that it's not the interestingWeongyo Jeong2010-12-011-0/+2
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-302-12/+1538
* Fix some more warnings found by clang.Rebecca Cran2010-11-228-12/+13
* Fix use of AND operator: should be bitwise instead of logical.Rebecca Cran2010-11-221-2/+2
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* Add SIGINT handler to `gpart restore` action.Andrey V. Elsukov2010-11-221-1/+20
* Always dump partition labels with `gpart backup`, but `gpart restore`Andrey V. Elsukov2010-11-222-29/+32
* Plug an fd leakKevin Lo2010-11-221-0/+1
* Fix missing closedir()Kevin Lo2010-11-211-0/+1
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.Kirk McKusick2010-11-201-3/+0
* Add to gpart(8) an ability to backup partition table andAndrey V. Elsukov2010-11-202-1/+371
* When doing a camcontrol rescan all or a camcontrol reset all, use the wildcardRyan Stone2010-11-191-0/+1
* Remove unused autofs userland bits.John Baldwin2010-11-173-193/+0
* Move timeout.tv_sec initialization outside the loop - sigtimedwait(2) won'tPawel Jakub Dawidek2010-11-151-1/+1
* 1. Exit when we cannot create incoming connection.Pawel Jakub Dawidek2010-11-151-2/+4
* When setting a media with no sub-type specified also reset the typeMarius Strobl2010-11-131-1/+1
* When printing media with more than one media option set aggregate theseMarius Strobl2010-11-131-2/+5
* In printfile(), exit the process instead of only printing the warning.Konstantin Belousov2010-11-131-2/+3
* Use "cylinder" instead of "cyl" for consistency.Joel Dahl2010-11-132-2/+2
* The first customer of the SO_USER_COOKIE option:Luigi Rizzo2010-11-123-0/+19
* Append to CFLAGS, don't clobber it.Rui Paulo2010-11-051-1/+1
* r214781 caused the timer value to be rounded down, so that if the user askedRebecca Cran2010-11-041-6/+4
* Fix standby timer calculation: the timer was being set 30 minutes laterRebecca Cran2010-11-041-1/+8
* Send packets to remote node only via the send thread to avoid possiblePawel Jakub Dawidek2010-11-021-40/+57
* Add a ${.CURDIR} reference to the previous commit.Rui Paulo2010-10-291-1/+1
* Force include ../../libpcap/config.h since privsep.c groks pcap'sRui Paulo2010-10-291-0/+2
* Correct a typo.Jaakko Heinonen2010-10-271-1/+1
* Use fprintf(stderr) instead of gctl_error() to print a warning about tooPawel Jakub Dawidek2010-10-261-2/+2
* Reimplemented "gpart destroy -F". Now it does all work in kernel.Andrey V. Elsukov2010-10-252-84/+99
* Do some whitespace and `identify` output cleanup.Alexander Motin2010-10-251-50/+57
* Before this change on first connect between primary and secondary wePawel Jakub Dawidek2010-10-242-5/+51
* Implement nv_exists() function that returns true if argument of the givenPawel Jakub Dawidek2010-10-242-1/+28
* Move all NV defines into nv.c, they are not used externally thus there isPawel Jakub Dawidek2010-10-242-27/+27
* Simplify code a bit.Pawel Jakub Dawidek2010-10-241-3/+1
* Plug memory leak.Pawel Jakub Dawidek2010-10-241-0/+2
* Plug memory leaks.Pawel Jakub Dawidek2010-10-243-0/+27
* Load geom_gate.ko module after parsing arguments.Pawel Jakub Dawidek2010-10-241-2/+2
* mdoc: make pages render with mandocUlrich Spörlein2010-10-213-4/+2
* Use closefrom(2) instead of close(2) in a loop.Pawel Jakub Dawidek2010-10-201-21/+8