aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make GCC happy about math in r350676.Alexander Motin2019-08-071-4/+1
* | Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-074-43/+273
* | fusefs: merge from projects/fuse2Alan Somers2019-08-072-55/+61
|\|
| * fusefs: proofread man pagesAlan Somers2019-07-311-29/+29
| * MFHead @350426Alan Somers2019-07-303-31/+63
| |\
| * \ MFHead @r350386Alan Somers2019-07-2837-1318/+2510
| |\ \
| * | | fusefs: add a intr/nointr mount optionAlan Somers2019-07-182-1/+9
| * | | [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-282-0/+10
| * | | MFHead @349476Alan Somers2019-06-2724-1856/+141
| |\ \ \
| * \ \ \ MFHead @349234Alan Somers2019-06-205-12/+33
| |\ \ \ \
| * | | | | fusefs: enable write clusteringAlan Somers2019-06-142-5/+10
| * | | | | MFHead @348740Alan Somers2019-06-0615-143/+325
| |\ \ \ \ \
| * | | | | | mount_fusefs(8): document the -o subtype option.Alan Somers2019-05-201-1/+8
| * | | | | | mount_fusefs(8): fix inverted condition check from r347544Alan Somers2019-05-151-6/+0
| * | | | | | fusefs: reap dead sysctlsAlan Somers2019-05-131-20/+2