aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Introduce dry run option for attaching the device.Mariusz Zaborski2018-04-102-3/+7
* Strip trailing whitespace.Edward Tomasz Napierala2018-04-101-22/+22
* When using the fsdb `blocks' command, replace the long and ugly list ofKirk McKusick2018-04-082-127/+5
* Exit with usage when extra arguments are on command lineRodney W. Grimes2018-04-051-0/+2
* Fix memory leaks in route(8).Alexander V. Chernikov2018-03-311-0/+2
* Rework ipfw rules parsing and printing code.Andrey V. Elsukov2018-03-283-751/+785
* Bump .Dd after r331113.Edward Tomasz Napierala2018-03-271-1/+1
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-272-69/+97
* vfs_donmount: in certain cases try r/o mount if r/w mount failsAndriy Gapon2018-03-271-0/+4
* Remove note that `fwd tablearg` is supported only by IPv4. IPv6 isAndrey V. Elsukov2018-03-191-2/+2
* Xr crashinfo(8) from savecore(8).Edward Tomasz Napierala2018-03-171-0/+1
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-1716-125/+123
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-1716-123/+125
* Extend SSID maximum string length to 32 chars to support longer SSIDKirill Ponomarev2018-03-161-1/+1
* 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