aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify test.Warner Losh2016-12-011-1/+1
* Add `gmirror create` subcommand, alike to gstripe, gconcat, etc.Alexander Motin2016-11-302-1/+24
* Fix 'ipfw delete set N':Oleg Bulyzhin2016-11-291-1/+1
* Allocate a struct ifreq rather than using a (wrong) computed size forBrooks Davis2016-11-221-2/+2
* Modify umount so that it does not do an Unmount RPC for NFSv4 mountsRick Macklem2016-11-191-2/+22
* i386 turns out to not have __uint128_t. So confusingly use 64-bit mathWarner Losh2016-11-191-1/+9
* Decode the Intel-specific Additional SMART data page (0xca) and printWarner Losh2016-11-191-1/+80
* Implement HGST Log page 0xc1, as documented in the HGST SN100 andWarner Losh2016-11-191-0/+420
* Print Intel's expanded Temperature log page.Warner Losh2016-11-191-1/+32
* Expand the SMART / Health Information Log Page (Page 02) printoutWarner Losh2016-11-191-6/+21
* Print numbers instead of hex values for smart data. The full 128-bitWarner Losh2016-11-191-34/+58
* Use a table for pages we know the size of. We have a special case forWarner Losh2016-11-191-19/+15
* Remove check for valid log pages. Let the drive tell us which pagesWarner Losh2016-11-191-8/+0
* [ifconfig] remove now duplicate IEEE80211_C_BITS definition; it's now in _iee...Adrian Chadd2016-11-181-6/+0
* Zero etherswitch_vlangroup structure before doing partial assignments.Luiz Otavio O Souza2016-11-171-2/+4
* Add missing support of named lookup tables to the IPv6 code.Andrey V. Elsukov2016-11-153-25/+20
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-131-0/+32
* pfctl: fix nested inline anchorsKristof Provost2016-11-101-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* Remove MATCHOUI macro, unused since r197980.Gavin Atkinson2016-11-011-6/+0
* Fix alignment issues on MIPS: align the pointers properly.Ruslan Bukin2016-10-311-1/+1
* zfsbootcfg: a simple tool to set next boot (one time) options for zfsbootAndriy Gapon2016-10-294-0/+238
* swapoff: Remove only late devices with -aL.Jilles Tjoelker2016-10-212-1/+11
* Fix a problem in camcontrol(8) that cropped up with r307684.Kenneth D. Merry2016-10-211-54/+66
* For CCBs allocated on the stack, we need to clear the entire CCB, not justKenneth D. Merry2016-10-201-1/+3
* md5: enter capability on last fd or when acting as a filterEd Maste2016-10-191-15/+42
* Add support for non-contiguous IPv6 masks in ipfw(8) rules.Andrey V. Elsukov2016-10-182-21/+45