aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Make nvmecontrol logpage -p help list known pages.Warner Losh2017-02-253-24/+60
* Exit with usage if argv[1] is NULL in dispatch. This fixes core dumpsWarner Losh2017-02-251-0/+5
* Fix typos in output.Warner Losh2017-02-251-3/+3
* [ifconfig] handle illegal WPS framesAdrian Chadd2017-02-231-0/+8
* [ifconfig] fix a memory leak!Adrian Chadd2017-02-201-1/+1
* [ifconfig] fix a memory leak.Adrian Chadd2017-02-201-0/+1
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-6/+23
* Make savecore(8) output nicer by specifying the maximum field widthEdward Tomasz Napierala2017-02-191-1/+1
* Make mdconfig(8) not segfault when the kernel returns garbage data.Edward Tomasz Napierala2017-02-191-2/+2
* Fix the last case when kldload(8) wasn't printing the name of the moduleGleb Smirnoff2017-02-181-2/+2
* Make fsck(8) default to "ufs", like eg mount(8) does.Edward Tomasz Napierala2017-02-181-1/+1
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-179-159/+260
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-1530-201/+207
* * Add missing parameters to usage()Renato Botelho2017-02-142-42/+44
* For MD_PRELOAD type md(4) devices, if there is a file name in the preloadedStephen J. Kiernan2017-02-131-1/+2
* MFV r313676: libpcap 1.8.1Xin LI2017-02-131-0/+1
* ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-092-2/+2
* Don't decrypt a core if a vmcore file already exists by default.Konrad Witaszczyk2017-02-082-25/+49
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-063-3/+103
* 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