summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-178-43/+334
* Remove write only assignments and thus fix the build after struct bufareapluknet2013-02-151-1/+0
* Update fsck_ffs buffer cache manager to use TAILQ macros.mckusick2013-02-152-31/+31
* Fix minor memory leak.pjd2013-02-101-0/+1
* Assert that if we are not dealing with keyfile we are dealing with passfile.pjd2013-02-101-0/+2
* Use arc4random_buf(3) instead of reimplementing it.pjd2013-02-101-21/+5
* Mark a mesh path to a mesh gate with a 'G'.monthadar2013-02-071-1/+3
* Bump .Dd for the change in r246121.zeising2013-02-051-1/+1
* Use stripesize as smallest block size if it's available.delphij2013-02-041-0/+5
* Retire struct sockaddr_inarp.glebius2013-01-311-4/+1
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-302-25/+32
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-302-14/+95
* Expand description of how gptboot and gptzfsboot choose a partition forwblock2013-01-251-11/+28
* newfs_msdos: cosmetical cleanupspfg2013-01-191-4/+4
* For Promise/AMD metadata add support for disks with capacity above 2TiBmav2013-01-171-2/+1
* Correct prefix for "locally installed things"eadler2013-01-161-1/+1
* Allow to insert new component to geom_raid3 without specifying number.mav2013-01-152-3/+5
* Use the right format string for line buffer.delphij2013-01-131-1/+1
* Add no_prefer_iface option.ume2013-01-093-2/+11
* Fix -iface and -interface modifiers.hrs2013-01-081-14/+14
* Use tabs for indentation.kib2013-01-051-5/+5
* Do not round up the size of the UFS filesystem to the fragment sizekib2013-01-051-5/+5
* Document the output of the show command. Modified version of patchwblock2013-01-031-10/+16
* Allow to specify "cache" and "nocache" as an option forkib2013-01-031-23/+26
* pflogd does not depend on libutilantoine2013-01-011-1/+1
* Fix socket calls on error post-r243965.kevlo2012-12-213-3/+3
* - Fix strtol() error handling.hrs2012-12-161-16/+35
* With rotating kernel dumps the higest dump number is not necessarily thepjd2012-12-161-1/+29
* Implement -m option to savecore(8) that allows to limit number of kernelpjd2012-12-162-21/+96
* Make use of the fact that we changed working directory to the dump directorypjd2012-12-161-4/+3
* Minor wording improvments to some manual pageseadler2012-12-161-1/+1
* Sort flags properly.pjd2012-12-161-3/+3
* Prefer snprintf() over sprintf().pjd2012-12-161-5/+5
* When growing a filesystem, don't leave unused space at the endtrasz2012-12-161-7/+10
* Fix extending filesystems of weird size by making sure the actual sizetrasz2012-12-151-0/+6
* - When checking if a dump exists on the given device there is no need topjd2012-12-142-5/+7
* The clear option (-c) is not compatible with keep (-k) and compress (-z)pjd2012-12-141-0/+2
* If we are not going to clear the dump (we are either just checking if the dumppjd2012-12-141-2/+2
* Whitespace cleanups.pjd2012-12-141-6/+6
* Teach sysctl(8) about parsing a file (while I'm there also give itdelphij2012-12-132-62/+175
* Make Tflag and Wflag filters work for more sysctl options.alfred2012-12-121-11/+11
* Allow sysctl to filter boot and runtime tunables.alfred2012-12-112-6/+30
* In parse():delphij2012-12-111-6/+5
* Document the new NFS mount options added by r244042.rmacklem2012-12-091-1/+13
* A number of places in the source tree still reference cuad.* aftereadler2012-12-081-1/+1
* Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
* Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* Constify where possibleeadler2012-12-062-7/+7
* Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-10/+0
OpenPOWER on IntegriCloud