aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add some argument checks to be more user-friendly.Alexander Motin2018-03-131-23/+35
* Add `nvmecontrol format` subcommand.Alexander Motin2018-03-137-11/+225
* Print fuses and fna fields in identify data.Alexander Motin2018-03-121-0/+11
* Do not try to reassemble IPv6 fragments in "reass" rule.Andrey V. Elsukov2018-03-121-2/+2
* Add new identify data structures fields from NVMe 1.3a.Alexander Motin2018-03-111-15/+117
* Permit sysctl(8) to set an array of numeric values for a single node.John Baldwin2018-03-092-93/+135
* Remove decade's old whine about msdos vs msdosfs.Warner Losh2018-03-091-4/+1
* ipfw(8): Fix endianness for Legacy and Ipv4 table hostname valuesConrad Meyer2018-03-081-3/+6
* Clarify and clean up some language, and add an explicit example.Warren Block2018-03-021-11/+15
* dhclient violates RFC2131 when sending early DHCPREQUEST message to re-obtain...David Bright2018-02-271-1/+2
* fix typo in ipfw(8). No functional change.Alan Somers2018-02-271-1/+1
* Improve missing tty handling in init(8). This removes a check that didEdward Tomasz Napierala2018-02-271-14/+36
* route(8): make it possible to manually delete pinned routeEugene Grosbein2018-02-241-1/+3
* 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