summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fallout from r243019, which broke parsing of shortened networkglebius2012-12-041-0/+7
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].hrs2012-12-042-2/+13
* Flush stdout after RTM_IFANNOUNCE message.glebius2012-12-041-0/+1
* No need to be root when running with -t or -d.glebius2012-12-041-2/+2
* Mark non-returning function as sucheadler2012-11-291-1/+1
* Disallow attaching preloaded memory disks via ioctl.jh2012-11-211-3/+1
* Remove superfluous paragraph macro.joel2012-11-181-1/+0
* Make it possible to resize filesystems mounted read-write, using newlytrasz2012-11-182-7/+29
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-172-75/+2
* Add -fib modifier to specify FIB number. The FIB number can be in ahrs2012-11-173-114/+440
* Fix memory leak in umount.ceadler2012-11-151-3/+10
* Remove remnants of classful addressing. These magic transformationsglebius2012-11-141-41/+8
* - blk_equals() is too strict. If the journal entry defines more fragsjeff2012-11-141-10/+8
* Actually change "silent" to "silence" this time (reviewed by adri@).wblock2012-11-071-1/+1
* Remove fifteen-year-old notes on media selection (suggested by simon@).wblock2012-11-071-20/+17
* Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer towblock2012-11-071-1/+3
* Revert r228695. We use __func__ here as a format to distinguish betweenpjd2012-11-051-1/+1
* Add an example showing the use of gnop(8) to skip over header data.wblock2012-11-041-1/+13
* Print a newline after the error message.jh2012-11-031-0/+1
* Document that you can use -v along with -l.alfred2012-11-022-1/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-8/+0
* Add an option to display the current dump device via dumpon -l.alfred2012-11-012-3/+49
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-305-3/+7
* Declare functions as static and move global variables to the top;trasz2012-10-281-13/+12
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-3/+6
OpenPOWER on IntegriCloud