aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* newfs_msdos: cosmetical cleanupsPedro F. Giffuni2013-01-191-4/+4
* For Promise/AMD metadata add support for disks with capacity above 2TiBAlexander Motin2013-01-171-2/+1
* Correct prefix for "locally installed things"Eitan Adler2013-01-161-1/+1
* Allow to insert new component to geom_raid3 without specifying number.Alexander Motin2013-01-152-3/+5
* Use the right format string for line buffer.Xin LI2013-01-131-1/+1
* Add no_prefer_iface option.Hajimu UMEMOTO2013-01-093-2/+11
* Fix -iface and -interface modifiers.Hiroki Sato2013-01-081-14/+14
* Use tabs for indentation.Konstantin Belousov2013-01-051-5/+5
* Do not round up the size of the UFS filesystem to the fragment sizeKonstantin Belousov2013-01-051-5/+5
* Document the output of the show command. Modified version of patchWarren Block2013-01-031-10/+16
* Allow to specify "cache" and "nocache" as an option forKonstantin Belousov2013-01-031-23/+26
* pflogd does not depend on libutilAntoine Brodin2013-01-011-1/+1
* Fix socket calls on error post-r243965.Kevin Lo2012-12-213-3/+3
* - Fix strtol() error handling.Hiroki Sato2012-12-161-16/+35
* With rotating kernel dumps the higest dump number is not necessarily thePawel Jakub Dawidek2012-12-161-1/+29
* Implement -m option to savecore(8) that allows to limit number of kernelPawel Jakub Dawidek2012-12-162-21/+96
* Make use of the fact that we changed working directory to the dump directoryPawel Jakub Dawidek2012-12-161-4/+3
* Minor wording improvments to some manual pagesEitan Adler2012-12-161-1/+1
* Sort flags properly.Pawel Jakub Dawidek2012-12-161-3/+3
* Prefer snprintf() over sprintf().Pawel Jakub Dawidek2012-12-161-5/+5
* When growing a filesystem, don't leave unused space at the endEdward Tomasz Napierala2012-12-161-7/+10
* Fix extending filesystems of weird size by making sure the actual sizeEdward Tomasz Napierala2012-12-151-0/+6
* - When checking if a dump exists on the given device there is no need toPawel Jakub Dawidek2012-12-142-5/+7
* The clear option (-c) is not compatible with keep (-k) and compress (-z)Pawel Jakub Dawidek2012-12-141-0/+2
* If we are not going to clear the dump (we are either just checking if the dumpPawel Jakub Dawidek2012-12-141-2/+2
* Whitespace cleanups.Pawel Jakub Dawidek2012-12-141-6/+6
* Teach sysctl(8) about parsing a file (while I'm there also give itXin LI2012-12-132-62/+175
* Make Tflag and Wflag filters work for more sysctl options.Alfred Perlstein2012-12-121-11/+11
* Allow sysctl to filter boot and runtime tunables.Alfred Perlstein2012-12-112-6/+30
* In parse():Xin LI2012-12-111-6/+5
* Document the new NFS mount options added by r244042.Rick Macklem2012-12-091-1/+13
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-12-081-1/+1
* Prefer the use of initalizer lists to ctor assignment.Eitan Adler2012-12-062-3/+2
* Avoid the creation of a temporary object by using the prefix operatorEitan Adler2012-12-061-9/+9
* Constify where possibleEitan Adler2012-12-062-7/+7
* Fix an old bug in devd, where it uses std::sort() to sort the variousDimitry Andric2012-12-051-1/+1
* - Move definition of V_deembed_scopeid to scope6_var.h.Hiroki Sato2012-12-051-10/+0
* Fix fallout from r243019, which broke parsing of shortened networkGleb Smirnoff2012-12-041-0/+7
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].Hiroki Sato2012-12-042-2/+13
* Flush stdout after RTM_IFANNOUNCE message.Gleb Smirnoff2012-12-041-0/+1
* No need to be root when running with -t or -d.Gleb Smirnoff2012-12-041-2/+2
* Mark non-returning function as suchEitan Adler2012-11-291-1/+1
* Disallow attaching preloaded memory disks via ioctl.Jaakko Heinonen2012-11-211-3/+1
* Remove superfluous paragraph macro.Joel Dahl2012-11-181-1/+0
* Make it possible to resize filesystems mounted read-write, using newlyEdward Tomasz Napierala2012-11-182-7/+29
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-172-75/+2
* Add -fib modifier to specify FIB number. The FIB number can be in aHiroki Sato2012-11-173-114/+440
* Fix memory leak in umount.cEitan Adler2012-11-151-3/+10
* Remove remnants of classful addressing. These magic transformationsGleb Smirnoff2012-11-141-41/+8
* - blk_equals() is too strict. If the journal entry defines more fragsJeff Roberson2012-11-141-10/+8