summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-222-3/+6
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-222-4/+11
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* Add support for gjournal to dumpfseadler2012-10-221-0/+2
* Make fsck and fsck_msdosfs WARNS=6 cleanuqs2012-10-218-17/+16
* sbin/fsck: s/perror/perr/ to avoid shadowinguqs2012-10-218-79/+74
* document acpi_cpu devd notification about _CST changeavg2012-10-201-0/+2
* More -Wmissing-variable-declarations fixes.ed2012-10-195-15/+16
* Add missing const keywords.ed2012-10-191-1/+1
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-197-18/+13
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-182-3/+1
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-173-4/+1
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-172-3/+1
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-162-3/+1
* Fix minor nits:eadler2012-10-152-3/+4
* Remove trailing whitespace.joel2012-10-141-8/+8
* Minor mdoc and language fixes.joel2012-10-141-11/+11
* getopt_long() returns an int. Use the return value accordingly.attilio2012-10-141-1/+1
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-134-0/+901
OpenPOWER on IntegriCloud