summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-17ping6(8) is now a hardlink to ping(8).Florian Obser
The instbin stuff looks good to deraadt@
2016-09-17The final merge ping6 into ping.Florian Obser
"why slow down?" deraadt@
2016-09-17garbage collect dead prototypeJasper Lievisse Adriaanse
ok kettenis@ mpi@
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
rid of the MINIMUM macro, it wasn't doing anything, anyway.
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
introduced next.
2016-09-17We will need the variable name "from" soon, so free it up by renamingFlorian Obser
to peer. While here move declaration down to where it's needed. No functional change.
2016-09-17Reduce diff in pinger().Florian Obser
2016-09-17We have different filters depending on the verbose flag. Merge filterFlorian Obser
construction into existing verbose handling block.
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
should be ok.
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
length.
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
length field for the whole packet. Make some room for IPv6 payload. ping6(8): Sync to ping(8).
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
try to find it with getsockname(2) like ping6(8). Disable printing for now though because scripts might depend on ping(8)'s output.
2016-09-17remove unused pmap_dump functionsMike Larkin
ok kettenis, deraadt
2016-09-17*** empty log message ***Peter Hessler
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-17remove duplicated CPUIDECX_PDCM useJonathan Gray
ok mlarkin@
2016-09-17Document why <sys/core.h> is still neededPhilip Guenther
2016-09-17syncTheo de Raadt
2016-09-17Restore warnings about multiple process waiting on same fdPhilip Guenther
requested by mpf@ ok deraadt tedu@
2016-09-17NPF > 0 is a better test than SMALL for presence of pf.Ted Unangst
ok deraadt
2016-09-17clean old cruft out of mbstatTheo de Raadt
ok henning bluhm claudio
2016-09-16Revert use of rdaemon() until it doesn't break install/upgrade.Kenneth R Westerback
Problem cause deduced by kili@, reproduced by & ok rpe@.
2016-09-16Switch over to the generic RNDIS headerMike Belopuhov
2016-09-16Hardcode STRIP=/usr/bin/strip so that install -s worksPhilip Guenther
ok natano@
2016-09-16Suppress debugging output about CSD entries that say nothing we care aboutPhilip Guenther
and improve the output for those we might. output examples from mikeb@ ok kettenis@
2016-09-16teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64Jasper Lievisse Adriaanse
to lookup the number of function parameters. however having this basic facility allows us to expand it's usage. currently hidden behind the (disabled) DDBCTF kernel option as some of the required tools are not available in base yet. in addition to that one also needs recent bootblocks that load the .SUNW_ctf kernel section. discussed with mpi@ over many a cider and ale in cambridge feedback and ok guenther@ mpi@
2016-09-16drop unneeded casting noiseJasper Lievisse Adriaanse
pointed out by guenther@ in a separate diff
2016-09-16Define PT_ARM_EXIDX.Mark Kettenis
ok guenther@