aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: add report of the string from SIOCGIFDOWNREASON.Konstantin Belousov2019-09-171-5/+27
* Avoid mixing cluster numbers and sector numbers. Makes code more readable.Xin LI2019-09-153-11/+19
* Remove Tagged Command Queuing feature reporting.Alexander Motin2019-09-121-10/+0
* Report Trusted Computing feature set support.Alexander Motin2019-09-121-0/+3
* ping: Verify whether a datagram timestamp was actually received.Alan Somers2019-09-111-1/+2
* ping: fix a string in an error messageAlan Somers2019-09-111-1/+1
* Assume all the short args have optional args so allocate space for theWarner Losh2019-09-111-1/+1
* bectl(8): Add a "check" commandKyle Evans2019-09-112-28/+54
* Remove struct ata_res_pass16, unneeded after r352082.Alexander Motin2019-09-101-16/+0
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-1/+2
* Initialize page/subpage in case of `modepage -d`.Alexander Motin2019-09-091-6/+7
* Add one more error message to r352082.Alexander Motin2019-09-091-1/+2
* bectl(8): initialize reverse earlierKyle Evans2019-09-091-3/+2
* Fix number of problems found while testing on SAT devices.Alexander Motin2019-09-091-317/+271
* mount_fusefs: fix a segfault on memory allocation failureAlan Somers2019-09-071-0/+2
* Unify cam_send_ccb() error reporting.Alexander Motin2019-09-073-126/+17
* Supply SAT layer with valid transfer sizes.Alexander Motin2019-09-072-171/+135
* Fix typo not -> nor and add 'the' because we are talking about specific flagsWarner Losh2019-09-061-2/+2
* pkgbase: pfctl: tests: Put tests files in the FreeBSD-tests packageEmmanuel Vadot2019-09-052-0/+4
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-054-4/+1
* pkgbase: Move rc scripts and related files to their own packagesEmmanuel Vadot2019-09-051-1/+1
* 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