summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-17unhook ping6 from the buildFlorian Obser
2016-09-17Merge ping6(8) manual into ping(8).Florian Obser
2016-09-17replace two arc4random loops with arc4random_bufTed Unangst
2016-09-17rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the publicJasper Lievisse Adriaanse
2016-09-17move the .SUNW_ctf section name definition to exec_elf.h and document it in e...Jasper Lievisse Adriaanse
2016-09-17Fix types for OpenBSD/arm.Mark Kettenis
2016-09-17Add missing build infrastructure for arm.Mark Kettenis
2016-09-17Use the asm global register extension for the TCB pointer in userspacePhilip Guenther
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2016-09-17remove comment about CMS; ok jsingTheo de Raadt
2016-09-17little bit more KNFTheo de Raadt
2016-09-17add example certificate and key files generated with acme-client.T.J. Townsend
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
2016-09-17The final merge ping6 into ping.Florian Obser
2016-09-17garbage collect dead prototypeJasper Lievisse Adriaanse
2016-09-17Sync printing of wrong additional data to ping version.Florian Obser
2016-09-17Use ECHOTMLEN define; no functional change.Florian Obser
2016-09-17Only print that data is truncated like ping(8) does. While here getFlorian Obser
2016-09-17iov_base is already set in this case; reduce diff to ping6(8).Florian Obser
2016-09-17MAXPAYLOAD is different between ping and ping6.Florian Obser
2016-09-17dead storeFlorian Obser
2016-09-17Just use AF_INET like everywhere else.Florian Obser
2016-09-17malloc sets errno; use err not errxFlorian Obser
2016-09-17whitespaceFlorian Obser
2016-09-17Make getting source address more AF independent.Florian Obser
2016-09-17If -I was not given hoist getting source address up.Florian Obser
2016-09-17Make source address selection more AF independent.Florian Obser
2016-09-17Introduce AF independent from.Florian Obser
2016-09-17Use AF independent dst where possible.Florian Obser
2016-09-17Blindly s/dst/dst4/ or s/dst/dst6/, AF independent dst will beFlorian Obser
2016-09-17We will need the variable name "from" soon, so free it up by renamingFlorian Obser
2016-09-17Reduce diff in pinger().Florian Obser
2016-09-17We have different filters depending on the verbose flag. Merge filterFlorian Obser
2016-09-17Merge socket options that are set only when -v is given.Florian Obser
2016-09-17This style hurt my eyes long enough.Florian Obser
2016-09-17Set SO_RCVBUF like ping; the buffer will be bigger than before so thisFlorian Obser
2016-09-17styleFlorian Obser
2016-09-17Move more AF independent initialization around to reduce diff.Florian Obser
2016-09-17Normalize receive packet allocation.Florian Obser
2016-09-17Sync PINGFILLED handling to ping(8); fixes bug by using the correctFlorian Obser
2016-09-17Use ECHOTMLEN define.Florian Obser
2016-09-17Move some more option handling around to reduce diff to ping(8).Florian Obser
2016-09-17ping(8): The IPv6 header has a payload length field while IPv4 has aFlorian Obser
2016-09-17Bring over includes, we will need them in a merge anyway.Florian Obser
2016-09-17does not need to be globalFlorian Obser
2016-09-17If no source address is specified and we are running in verbose modeFlorian Obser
2016-09-17remove unused pmap_dump functionsMike Larkin
2016-09-17*** empty log message ***Peter Hessler
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-17remove duplicated CPUIDECX_PDCM useJonathan Gray