aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol: fix build on amd64/clangAlan Somers2018-02-221-1/+1
* NVMe: Add big-endian supportWojciech Macek2018-02-228-88/+234
* Add bsdlabel and fdisk to powerpc64Wojciech Macek2018-02-221-0/+4
* dhclient: raise WARNS to 4Alan Somers2018-02-2114-78/+97
* Fix a read past the end of a buffer in fsck.Kirk McKusick2018-02-211-1/+3
* Fix route manpage to show correct flush syntaxRyan Stone2018-02-211-1/+2
* Allow route change requests to not specify the gateway.Ryan Stone2018-02-211-3/+15
* More verbose output.Warner Losh2018-02-201-0/+2
* Print more info for -v runs and temp hack for usb vs uhubWarner Losh2018-02-181-5/+22
* Fix USB driver matching in devmatch(8).Hans Petter Selasky2018-02-171-2/+63
* Implement --hints to read hints file directlyWarner Losh2018-02-172-38/+69
* Add option to parse NOMATCH event and suggest modules to loadWarner Losh2018-02-172-3/+55
* Tweak the 'I' flagged valueWarner Losh2018-02-171-1/+1
* Implement 'T' field matching.Warner Losh2018-02-171-0/+18
* Warn when we encounter unknown PNP field specifiers.Warner Losh2018-02-171-0/+1
* Prevent savecore from reading bounds from the current directory.Mike Silbersack2018-02-161-0/+7
* devd: don't pass &fds in useless parameters to select(2)Eitan Adler2018-02-151-1/+1
* Add support for zstd-compressed user and kernel core dumps.Mark Johnston2018-02-133-20/+66
* DSCP values passed to setdscp need to be lowercase.Nick Hibma2018-02-131-22/+22
* devmatch.8: Link to MODULE_PNP_INFO(9)Conrad Meyer2018-02-121-2/+3
* Move devmatch to sbin from usr/sbin.Warner Losh2018-02-124-0/+525
* Add GUID and alias for Apple APFS partitionConrad Meyer2018-02-111-1/+3
* Include files missed in 329051.Kirk McKusick2018-02-083-1/+43
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-083-31/+41
* [etherswitchcfg] print the switch MAC address if provided.Adrian Chadd2018-02-061-0/+7
* geom: don't write stack garbage in disk labelsAlan Somers2018-02-049-0/+16
* Check and report error returns from sbput(3) calls.Kirk McKusick2018-02-021-36/+21
* [etherswitchcfg] add atu flush and atu dump commands.Adrian Chadd2018-02-021-31/+150
* Use daemonfd(3) in the dhclient(8).Mariusz Zaborski2018-02-021-5/+1
* Use sbput(3) rather than sbwrite(3) to ensure that the updated copy ofKirk McKusick2018-02-021-2/+2
* Bump date after r328535.Mariusz Zaborski2018-01-291-1/+1
* Fix misspelling of encryptedcore.Konrad Witaszczyk2018-01-291-1/+1
* pfctl(8): Fix two wrong conditions.Pedro F. Giffuni2018-01-271-2/+2
* devd: readd virtualEitan Adler2018-01-261-1/+1
* devd: minor nitsEitan Adler2018-01-262-2/+2
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-2615-335/+188
* Fix architectures where pointer and u_int have different sizesLi-Wen Hsu2018-01-251-2/+2
* More throughly integrate libufs into fsck_ffs by using its cgput()Kirk McKusick2018-01-245-85/+73
* Revert ABI breakage to CAM that came in with MMC/SD support in r320844.Scott Long2018-01-191-3/+39
* gnop(8): add the ability to set a nop provider's physical pathAlan Somers2018-01-182-2/+7
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-172-9/+5
* Fix buildworld after r328075, by also renaming cgget to cglookup inDimitry Andric2018-01-171-1/+1
* Rename cgget => cglookup to clear name space for new libufs function cgget.Kirk McKusick2018-01-175-6/+6
* Exit fsck_ffs with non-zero status when file system is not repaired.David Bright2018-01-153-6/+41
* Report CG checksum mismatches. These errors are non-fatal. TheWarner Losh2018-01-141-1/+12
* dhclient(8): add missing includeAlan Somers2018-01-121-0/+2
* Refactor code related to 'camcontrol devlist'Scott Long2018-01-101-49/+90
* Implement the ability to query NVME for its controller data so that it willScott Long2018-01-101-0/+59
* ldconfig(8): use .Nm instead of 'ldconfig'Eitan Adler2018-01-091-3/+4
* ldconfig(8): clarify language for filesEitan Adler2018-01-071-2/+4