aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* style(9) cleanupEnji Cooper2017-02-051-36/+23
* Use ssize_t instead of uint32_t to prevent warnings about a comparisonWarner Losh2017-02-051-1/+2
* Add the ability to dump log pages directly in binary to stdout.Warner Losh2017-02-052-4/+27
* Add some descriptions to the man page for the supported log pages asWarner Losh2017-02-052-1/+24
* [net80211] fix quiet_duration parameter to match what is provided in the manp...Adrian Chadd2017-02-041-6/+6
* Fix off by one error that truncated the serial number for filenames.Warner Losh2017-02-041-1/+1
* Fix a typo in usage string for unimplemented command.Warner Losh2017-02-041-1/+1
* Fix bugs found by Coverity in decryptcore(8) and savecore(8):Konrad Witaszczyk2017-02-042-12/+15
* Switch hastctl and hastd to libmd instead of openssl for sha256Allan Jude2017-02-044-28/+3
* Implement 5 wdc-specific nvme control options for their HGST drives:Warner Losh2017-02-045-1/+365
* Move the usage and command name lookup into functions.Warner Losh2017-02-042-20/+30
* Put the arguments to aligned_alloc in the right order.Warner Losh2017-02-041-1/+1
* resolvconf: restore RESTARTCMD=, CMD1=, CMD2= and sed pattern as before.Pedro F. Giffuni2017-02-031-4/+4
* Use aligned buffer for the firmware data. Otherwise, when loading aWarner Losh2017-02-021-1/+1
* MFV r312970:Pedro F. Giffuni2017-01-301-8/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-288-1446/+3
* By default, when doing incremental restores the restore programKirk McKusick2017-01-221-0/+2
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-0/+38
* ifconfig(8): fix '-stbc' parameter name.Andriy Voskoboinyk2017-01-201-1/+1
* Misc Coverity fixes in camcontrol(8)Alan Somers2017-01-204-7/+28
* Fix build of devd with GCC 4.2Alan Somers2017-01-191-0/+1
* Fix several Coverity CIDs in devdAlan Somers2017-01-181-5/+16
* restore(8): Handle extended attribute names correctlyConrad Meyer2017-01-183-139/+63
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-182-2/+6
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-152-9/+9
* Make `camcontrol cmd ... -i ...` return only valid bytes.Alexander Motin2017-01-151-5/+9
* Add checks for received mode page length.Alexander Motin2017-01-101-3/+6
* Add skein(3) front ends to the md5 manpageAllan Jude2017-01-071-9/+28
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-074-139/+187
* Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-1/+8
* [ifconfig] add initial VHT (802.11ac) configuration and channel support to if...Adrian Chadd2017-01-071-4/+223
* Fix clang 4.0.0 warnings about taking the address of a packed member ofDimitry Andric2017-01-061-2/+5
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-22/+32
* Remove dead code in dhclient(8)Alan Somers2017-01-041-6/+2
* sysctl(8): fix typename for uint32_t.Andriy Voskoboinyk2016-12-311-1/+1
* Fix a bug in r272840; given that the optlen parameter of setsockopt(2)Marius Strobl2016-12-282-4/+6
* Fix the parsing of NPt binat rules.Luiz Otavio O Souza2016-12-281-1/+1
* Convert tunefs use to nmount(2)Brooks Davis2016-12-222-5/+19
* Add a free_iovec() function to reset iovec's.Brooks Davis2016-12-142-0/+15
* ifconfig: do not truncate SSID in verbose mode.Andriy Voskoboinyk2016-12-141-1/+1
* Language and mdoc cleanup.Christian Brueffer2016-12-131-10/+8
* Cut to the chase and just call free instead of free(x) + x = NULLEnji Cooper2016-12-101-10/+3
* free/NULL out variables prior to calling strdup to avoid leaking memoryEnji Cooper2016-12-101-0/+10
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-109-25/+812
* Implement Intel's log page 0xc1 (Read Command Latency Log) and pageWarner Losh2016-12-091-2/+47
* Fix TypoWarner Losh2016-12-071-1/+1
* Add rcorder-visualize.sh, which generates graphviz from rc.d scriptsEric van Gyzen2016-12-061-0/+52
* [camcontrol] init ts=0 to quieten gcc.Adrian Chadd2016-12-031-1/+1
* Flag the vendor specific pages as such. This allows different decodingWarner Losh2016-12-021-20/+27
* Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support.Kenneth D. Merry2016-12-015-3/+586