aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Report the Host Buffer Memory minimum and preferred sizes.Warner Losh2019-09-041-0/+2
* bectl(8): implement sorting for 'bectl list' outputKyle Evans2019-09-043-40/+148
* Correct overflow logic in fullpath().Xin LI2019-09-041-9/+13
* Remove unneeded blank line. No functional change.Xin LI2019-08-301-1/+0
* ping: raise WARNS level to 6Alan Somers2019-08-271-1/+0
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-272-2/+26
* Comment boot block checks and perform additional sanity checks:Xin LI2019-08-261-62/+109
* ping: fix unaligned access to ancillary dataAlan Somers2019-08-241-3/+2
* ping: Fix alignment errorsAlan Somers2019-08-231-98/+104
* ping: fix include guard symbol name to reflect the header file nameAlan Somers2019-08-231-2/+2
* ping6: Rename options for better consistency with pingAlan Somers2019-08-235-63/+63
* ping: By default, don't reverse lookup IP addressesAlan Somers2019-08-223-7/+10
* ping6: add a basic functional testAlan Somers2019-08-224-0/+70
* ping: add a basic functional testAlan Somers2019-08-223-0/+66
* When creating a new FAT32 filesystem, use "unknown" (0xFFFFFFFF) forXin LI2019-08-221-1/+1
* ping: add -H option for enabling reverse DNS lookupAlan Somers2019-08-212-6/+17
* ping: do reverse DNS lookup of the target addressAlan Somers2019-08-211-2/+1
* ping: Add tests of the Internet checksum functionAlan Somers2019-08-203-0/+157
* Fix uninitialized variable warnings when MK_CASPER=noAlan Somers2019-08-191-3/+6
* ping: fix -Wformat-truncating warning with GCCAlan Somers2019-08-191-1/+1
* ping6: revert r350857Alan Somers2019-08-191-6/+6
* Use calloc().Xin LI2019-08-191-12/+12
* Remove redundant check and wrong fix: fat.c checks already take careXin LI2019-08-191-19/+3
* ping6: Raise WARNS level to 6Alan Somers2019-08-171-1/+0
* ping: Move in_cksum() to a separate source fileAlan Somers2019-08-174-48/+139
* ping6: Fix dnsdecode() bug introduced by r350859Alan Somers2019-08-171-10/+28
* net: Update SFF-8024 definitions and strings with values from rev 4.6Eric Joyner2019-08-171-6/+63
* ping6: Fix alignment errorsAlan Somers2019-08-151-39/+71
* ping6: fix uninitialized variable warnings when MK_CASPER=noAlan Somers2019-08-151-3/+6
* ping6: Fix data type of the buffer for ancillary data of a received messageAlan Somers2019-08-151-1/+1
* finish the pcp feature, but documenting it in the man page...John-Mark Gurney2019-08-151-1/+8
* ping6: fix uninitialized variable warning for intvlAlan Somers2019-08-151-3/+3
* ping6: quiet an undefined variable warningAlan Somers2019-08-151-1/+1
* ping6: quiet warning about unused copyright variableAlan Somers2019-08-151-2/+2
* swap_pager.c reserves 2 blocks for a bsd label. Change that 2 to theDoug Moore2019-08-152-3/+14
* Print few more useful identify fields.Alexander Motin2019-08-142-20/+34
* ping: Make in_cksum() operate on u_char bufferAlan Somers2019-08-141-8/+12
* ping: fix triptime calculation after r350998Alan Somers2019-08-141-3/+9
* Remove deprecated GEOM classesConrad Meyer2019-08-139-80/+436
* ping: use the monotonic clock to measure durationsAlan Somers2019-08-131-55/+36
* ping6: use the monotonic clock to measure durationsAlan Somers2019-08-131-54/+37
* ping: fix data type of a variable for a packet sequence numberAlan Somers2019-08-131-1/+2
* Consistently use the byteorder functions in the correct directionAlan Somers2019-08-131-5/+5
* ping6: Fix data type of a variable for a packet sequence numberAlan Somers2019-08-131-1/+1
|\
| * ping6: Fix data type of a variable for a packet sequence numberAlan Somers2019-08-121-1/+1
* | ping6: Remove unnecessary level of indirection from dnsdecode() parameterAlan Somers2019-08-111-8/+8
* | ping6: Add missing static keyword for a global variableAlan Somers2019-08-111-1/+1
* | ping6: Revoke root privilege earlierAlan Somers2019-08-111-6/+6
* | Fix formatting.Mark Johnston2019-08-081-1/+1
* | Correct the location of the first backup superblock in fsck_ffs.8.Kirk McKusick2019-08-072-1/+7