Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-17 | ping6(8) is now a hardlink to ping(8). | Florian Obser | |
The instbin stuff looks good to deraadt@ | |||
2016-09-17 | The final merge ping6 into ping. | Florian Obser | |
"why slow down?" deraadt@ | |||
2016-09-17 | garbage collect dead prototype | Jasper Lievisse Adriaanse | |
ok kettenis@ mpi@ | |||
2016-09-17 | Sync printing of wrong additional data to ping version. | Florian Obser | |
2016-09-17 | Use ECHOTMLEN define; no functional change. | Florian Obser | |
2016-09-17 | Only print that data is truncated like ping(8) does. While here get | Florian Obser | |
rid of the MINIMUM macro, it wasn't doing anything, anyway. | |||
2016-09-17 | iov_base is already set in this case; reduce diff to ping6(8). | Florian Obser | |
2016-09-17 | MAXPAYLOAD is different between ping and ping6. | Florian Obser | |
2016-09-17 | dead store | Florian Obser | |
2016-09-17 | Just use AF_INET like everywhere else. | Florian Obser | |
2016-09-17 | malloc sets errno; use err not errx | Florian Obser | |
2016-09-17 | whitespace | Florian Obser | |
2016-09-17 | Make getting source address more AF independent. | Florian Obser | |
2016-09-17 | If -I was not given hoist getting source address up. | Florian Obser | |
2016-09-17 | Make source address selection more AF independent. | Florian Obser | |
2016-09-17 | Introduce AF independent from. | Florian Obser | |
2016-09-17 | Use AF independent dst where possible. | Florian Obser | |
2016-09-17 | Blindly s/dst/dst4/ or s/dst/dst6/, AF independent dst will be | Florian Obser | |
introduced next. | |||
2016-09-17 | We will need the variable name "from" soon, so free it up by renaming | Florian Obser | |
to peer. While here move declaration down to where it's needed. No functional change. | |||
2016-09-17 | Reduce diff in pinger(). | Florian Obser | |
2016-09-17 | We have different filters depending on the verbose flag. Merge filter | Florian Obser | |
construction into existing verbose handling block. | |||
2016-09-17 | Merge socket options that are set only when -v is given. | Florian Obser | |
2016-09-17 | This style hurt my eyes long enough. | Florian Obser | |
2016-09-17 | Set SO_RCVBUF like ping; the buffer will be bigger than before so this | Florian Obser | |
should be ok. | |||
2016-09-17 | style | Florian Obser | |
2016-09-17 | Move more AF independent initialization around to reduce diff. | Florian Obser | |
2016-09-17 | Normalize receive packet allocation. | Florian Obser | |
2016-09-17 | Sync PINGFILLED handling to ping(8); fixes bug by using the correct | Florian Obser | |
length. | |||
2016-09-17 | Use ECHOTMLEN define. | Florian Obser | |
2016-09-17 | Move some more option handling around to reduce diff to ping(8). | Florian Obser | |
2016-09-17 | ping(8): The IPv6 header has a payload length field while IPv4 has a | Florian Obser | |
length field for the whole packet. Make some room for IPv6 payload. ping6(8): Sync to ping(8). | |||
2016-09-17 | Bring over includes, we will need them in a merge anyway. | Florian Obser | |
2016-09-17 | does not need to be global | Florian Obser | |
2016-09-17 | If no source address is specified and we are running in verbose mode | Florian 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-17 | remove unused pmap_dump functions | Mike Larkin | |
ok kettenis, deraadt | |||
2016-09-17 | *** empty log message *** | Peter Hessler | |
2016-09-17 | remove unused arcofi_drain() routine | Alexandre Ratchov | |
2016-09-17 | remove duplicated CPUIDECX_PDCM use | Jonathan Gray | |
ok mlarkin@ | |||
2016-09-17 | Document why <sys/core.h> is still needed | Philip Guenther | |
2016-09-17 | sync | Theo de Raadt | |
2016-09-17 | Restore warnings about multiple process waiting on same fd | Philip Guenther | |
requested by mpf@ ok deraadt tedu@ | |||
2016-09-17 | NPF > 0 is a better test than SMALL for presence of pf. | Ted Unangst | |
ok deraadt | |||
2016-09-17 | clean old cruft out of mbstat | Theo de Raadt | |
ok henning bluhm claudio | |||
2016-09-16 | Revert use of rdaemon() until it doesn't break install/upgrade. | Kenneth R Westerback | |
Problem cause deduced by kili@, reproduced by & ok rpe@. | |||
2016-09-16 | Switch over to the generic RNDIS header | Mike Belopuhov | |
2016-09-16 | Hardcode STRIP=/usr/bin/strip so that install -s works | Philip Guenther | |
ok natano@ | |||
2016-09-16 | Suppress debugging output about CSD entries that say nothing we care about | Philip Guenther | |
and improve the output for those we might. output examples from mikeb@ ok kettenis@ | |||
2016-09-16 | teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64 | Jasper 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-16 | drop unneeded casting noise | Jasper Lievisse Adriaanse | |
pointed out by guenther@ in a separate diff | |||
2016-09-16 | Define PT_ARM_EXIDX. | Mark Kettenis | |
ok guenther@ |