summaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove vestiges of digi(4) driver, first attempted in r305235 withWarner Losh2018-01-105-315/+0
* Sanity check media size and sector counts to ensure that we don'tWarner Losh2018-01-061-2/+7
* There's no need / benefit from deleting the variable before we set it.Warner Losh2018-01-061-1/+0
* Fix usage strings. -d and -p were removed before this was committed toWarner Losh2018-01-061-3/+3
* Make it possible to re-evaluate cpu_features.Konstantin Belousov2018-01-052-24/+69
* Fix typo & buildLi-Wen Hsu2018-01-051-2/+2
* Remove dead code (comma is either 0 or 1 for sure, no need to test).Warner Losh2018-01-052-5/+5
* bits is never null when we call ot. Add an assert to that effect andWarner Losh2018-01-051-1/+3
* Tag 'a' case as one we're intentionally falling through toWarner Losh2018-01-051-0/+1
* Add a number of sanity checks to the data that we're handling from theWarner Losh2018-01-053-81/+93
* Set dp to NULL when we free it, and tree a NULL dp as an errorWarner Losh2018-01-051-1/+5
* Free options before setting them. This will prevent us from leakingWarner Losh2018-01-051-0/+5
* Ensure that we have a description string. When unspecified, default to "".Warner Losh2018-01-051-9/+6
* Don't close fd twice. This line should have been deleted in r327279.Warner Losh2018-01-051-1/+0
* Fix cut and paste error from devinfo.8 origin of this fileWarner Losh2018-01-051-1/+1
* Fix warnings from "mandoc -Tlint -Wwarning".Edward Tomasz Napierala2018-01-031-2/+0
* kldxref: correct function names in warning messagesEd Maste2018-01-022-3/+3
* rpcbind: Fix race in signal terminationConrad Meyer2018-01-023-12/+37
* Revert r326844Baptiste Daroussin2018-01-023-13/+10
* Add installer support for PS3 and PowerNV systems, also laying theNathan Whitehorn2018-01-025-13/+77
* Skip errors from being unable to set modification and creation times. IfNathan Whitehorn2018-01-021-1/+9
* rpcbind: Fix buildConrad Meyer2018-01-021-2/+3
* rpcbind: Do not use signal-unsafe functions in SIGTERM handlerConrad Meyer2018-01-023-10/+19
* bsdinstall: inform users that typing will not be visibleEitan Adler2018-01-011-0/+1
* Remove unused includes.Xin LI2018-01-019-14/+0
* newsyslog: implement 'p' flagEitan Adler2017-12-312-9/+27
* Teach bsdinstall partedit/sade how to format FAT partitions on GPT, whichNathan Whitehorn2017-12-311-2/+4
* Improve usbconfig(8) manual page by adding descriptions for subcommands.Edward Tomasz Napierala2017-12-301-21/+100
* Style. Remove useless return.Konstantin Belousov2017-12-281-8/+8
* Complete r327264 by fixing yet another return without cleanup.Konstantin Belousov2017-12-281-1/+1
* Close fd when we're done dv-sending the file.Warner Losh2017-12-281-0/+1
* Don't leak outfile. Free it before we return from bincvt.Warner Losh2017-12-281-0/+1
* Free zbuf when kflag is true too.Warner Losh2017-12-281-0/+1
* Use proper failure path rather than just returning.Warner Losh2017-12-282-2/+2
* Explicitly ignore return value from remove. We wouldn't do anythingWarner Losh2017-12-281-1/+2
* Don't leak resources on duplicate -m or -M arguments. Last one wins.Warner Losh2017-12-281-0/+2
* Fix a few more speelling errorsEitan Adler2017-12-281-3/+3
* Fix bug introduced in r326674, in which efi boot partitions created byNathan Whitehorn2017-12-281-1/+17
* Use strl* here too.Warner Losh2017-12-271-2/+2
* Fix a bunch of issues (and a few non-issues but appeasement is easierWarner Losh2017-12-271-8/+14
* userland: Fix several typos and minor errorsEitan Adler2017-12-274-5/+5
* nandtool: Add missing mode for open() with O_CREATJilles Tjoelker2017-12-262-2/+2
* Fix typoWarner Losh2017-12-261-2/+2
* Doh! Never test in one tree and commit from another:Warner Losh2017-12-251-1/+1
* Match unattached devices on the system to potential kernel modules.Warner Losh2017-12-254-0/+519
* Remove write-only opt and useless optlen variables.Alexander Kabaev2017-12-241-8/+5
* When -v is specified with -p dev, print the same verbose output asWarner Losh2017-12-212-26/+41
* Fix markup and bump .Dd.Warner Losh2017-12-211-4/+6
* Implement "-p dev" to print the path to the given device back to theWarner Losh2017-12-212-7/+48
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0