aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* dhclient(8): allow to supersede interface-mtu optionConrad Meyer2018-05-312-4/+24
* dumpon(8)Sean Bruno2018-05-291-1/+2
* The extension for zstd-compressed files is ".zst".Mark Johnston2018-05-291-1/+1
* kldstat: align "Size" to the rightEitan Adler2018-05-261-2/+2
* devd: drop WARNS back down to 3 until 6 actually works with GCCMatt Macy2018-05-241-0/+1
* devd: Move variable declaration to headerEitan Adler2018-05-233-2/+1
* kldstat: align size to the rightEitan Adler2018-05-231-1/+1
* md5: perform compare case-insenstiveEitan Adler2018-05-231-2/+2
* dumpon: point to better kernel debug symbols.Eitan Adler2018-05-231-2/+2
* devd: Unbreak buildEitan Adler2018-05-231-2/+1
* devd: allow build to complete using g++Eitan Adler2018-05-231-0/+2
* devd: compile at WARNS=6Eitan Adler2018-05-233-6/+7
* devd: correct two warningsEitan Adler2018-05-232-2/+2
* Make the name of option that toggles IFCAP_HWRXTSTMP capability toAndrey V. Elsukov2018-05-181-2/+2
* Clarify that boot_mute / boot -m mutes kernel console onlyEd Maste2018-05-161-2/+2
* gpart.8: list all options in table form for each commandEd Maste2018-05-111-64/+107
* gpart.8: sort suboptions per mdoc(7)Ed Maste2018-05-111-14/+14
* Fix the printing of rule comments.Andrey V. Elsukov2018-05-101-3/+3
* Introduce the 'n' flag for the geli attach command.Mariusz Zaborski2018-05-092-3/+8
* Change option dry-run from 'n' to 'C' in geli attach command.Mariusz Zaborski2018-05-092-8/+8
* nda protocol rate reportingWarner Losh2018-05-091-0/+15
* Update NAT64 documentation, now we support any IPv6 prefixes.Andrey V. Elsukov2018-05-091-9/+11
* Bring in some last changes in NAT64 implementation:Andrey V. Elsukov2018-05-093-16/+20
* Add netdump support to dumpon(8).Mark Johnston2018-05-062-100/+328
* Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin2018-05-055-1/+482
* Don't bail out from the check if readboot() returns !FSFATAL.Xin LI2018-04-301-1/+1
* pfctl: Don't break connections on skipped interfaces on reloadKristof Provost2018-04-281-1/+46
* Finish removing FDDI and tokenring media support.Brooks Davis2018-04-232-54/+0
* Make lagg creation more fault tolerantAndrew Gallatin2018-04-175-9/+19
* Remove support for FDDI and token ring media types in userland utilities.Brooks Davis2018-04-163-18/+0
* Fix indenting in ipv6.c file, use tabs instead of mixing tabs and spaces.Andrey V. Elsukov2018-04-121-176/+171
* Remove printing of "not" keyword from print_ip6() function.Andrey V. Elsukov2018-04-123-13/+9
* Remove printing of "not" keyword from print_ip() function.Andrey V. Elsukov2018-04-121-3/+2
* Remove support for FDDI networks.Brooks Davis2018-04-112-54/+0
* Fix typo.Oleg Bulyzhin2018-04-111-1/+1
* 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