aboutsummaryrefslogtreecommitdiffstats
path: root/c/ping.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: c/ -> usr/, compiled program blobs out of the source treeuser4 days1-61/+0
* net: unbreak ping against hosts that intermittently drop ICMPuser4 days1-1/+14
* net: ping resolves hostnames (ping sl0p.foo, not just ping 1.2.3.4)user4 days1-21/+15
* kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user4 days1-0/+1
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser4 days1-66/+19
* net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user4 days1-0/+100