summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass the flags argument of recvfromto down to the underlying recvmsgjca2016-09-261-2/+2
* Drop privileges to newly added _ping user/group.florian2016-09-261-12/+17
* print a BFD route message.phessler2016-09-241-2/+133
* kern.arandom no longer existsderaadt2016-09-231-3/+2
* Remove reference to zaurusfcambus2016-09-211-5/+1
* Document auto rounds.jsing2016-09-211-2/+6
* Add support for automatically selecting the number of rounds to use withjsing2016-09-211-1/+47
* Be clearer with the description of bioctl(8)'s -r option.jsing2016-09-211-6/+7
* sysctl KERN_ARND is no longer used (in ports, it only occurs in fallbackderaadt2016-09-211-2/+1
* whitespacederaadt2016-09-201-3/+3
* various cleanup; ok florianjmc2016-09-201-49/+36
* Update for bcrypt pbkdf.jsing2016-09-191-11/+4
* Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF.jsing2016-09-191-6/+9
* Only allow standard dot notation for IPv4 addresses.florian2016-09-191-12/+2
* unbreak IPv6 source selectionflorian2016-09-181-2/+2
* simplify startup, since we know earlier which type of socket we needderaadt2016-09-181-26/+12
* whitespacederaadt2016-09-181-19/+19
* If running in verbose mode and no source address has been specifiedflorian2016-09-181-2/+2
* Do not print 'ping6' in reporting output, just 'ping'.florian2016-09-181-15/+4
* minor tweaks;jmc2016-09-181-5/+4
* backwards if(v6flag); pointed out by naddyflorian2016-09-171-3/+3
* ... and we have unification.florian2016-09-173-1847/+0
* unhook ping6 from the buildflorian2016-09-171-2/+2
* Merge ping6(8) manual into ping(8).florian2016-09-171-6/+66
* ping6(8) is now a hardlink to ping(8).florian2016-09-172-16/+3
* The final merge ping6 into ping.florian2016-09-171-130/+804
* Sync printing of wrong additional data to ping version.florian2016-09-171-4/+13
* Use ECHOTMLEN define; no functional change.florian2016-09-171-2/+2
* Only print that data is truncated like ping(8) does. While here getflorian2016-09-171-10/+3
* iov_base is already set in this case; reduce diff to ping6(8).florian2016-09-171-3/+2
* MAXPAYLOAD is different between ping and ping6.florian2016-09-172-7/+11
* dead storeflorian2016-09-171-3/+1
* Just use AF_INET like everywhere else.florian2016-09-172-4/+4
* malloc sets errno; use err not errxflorian2016-09-172-6/+6
* whitespaceflorian2016-09-171-2/+2
* whitespaceflorian2016-09-171-2/+2
* Make getting source address more AF independent.florian2016-09-172-15/+12
* If -I was not given hoist getting source address up.florian2016-09-172-85/+81
* Make source address selection more AF independent.florian2016-09-172-29/+21
* Introduce AF independent from.florian2016-09-172-8/+8
* Use AF independent dst where possible.florian2016-09-172-12/+14
* Blindly s/dst/dst4/ or s/dst/dst6/, AF independent dst will beflorian2016-09-172-31/+31
* We will need the variable name "from" soon, so free it up by renamingflorian2016-09-172-19/+21
* Reduce diff in pinger().florian2016-09-172-3/+4
* We have different filters depending on the verbose flag. Merge filterflorian2016-09-171-7/+5
* Merge socket options that are set only when -v is given.florian2016-09-171-10/+4
* This style hurt my eyes long enough.florian2016-09-171-5/+2
* Set SO_RCVBUF like ping; the buffer will be bigger than before so thisflorian2016-09-171-6/+16
* styleflorian2016-09-171-4/+3
* Move more AF independent initialization around to reduce diff.florian2016-09-172-45/+46