summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/ping/ping.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-22ping: Do not use signalsSebastian Huber1-0/+8
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber1-214/+172
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber1-16/+16
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber1-56/+47
2018-10-10PING(8): Honour file descriptor maximumSebastian Huber1-0/+11
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber1-23/+15
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber1-11/+11
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-1/+1
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber1-1/+1
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber1-2/+5
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-139/+257
2016-08-02freebsd: Don't use new wrappers for old ports.Christian Mauderer1-0/+9
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber1-1/+1
2014-09-24PING(8): Default to three packetsSebastian Huber1-1/+1
2013-11-13commands: Use REQUIRE_ORDER option processingSebastian Huber1-1/+1
2013-11-11Update to FreeBSD 9.2Sebastian Huber1-33/+17
2013-11-11Add and use <machine/rtems-bsd-user-space.h>Sebastian Huber1-0/+2
2013-10-31PING(8): Fix initialization and cleanupSebastian Huber1-0/+16
2013-10-31PING(8): Delete unused variableSebastian Huber1-1/+0
2013-10-31PING(8): Add const qualifierSebastian Huber1-7/+4
2013-10-31PING(8): Use local scope for global variablesSebastian Huber1-42/+42
2013-10-31PING(8): Use BSD program lockSebastian Huber1-4/+11
2013-10-31PING(8): Avoid large buffers on the stackSebastian Huber1-0/+10
2013-10-31PING(8): Fix isxdigit() usageSebastian Huber1-1/+1
2013-10-31PING(8): Do not use signalsSebastian Huber1-11/+12
2013-10-31Move shell items to separate fileSebastian Huber1-14/+2
2013-10-31Move program control to thread structureSebastian Huber1-31/+26
2013-10-31Simplify getopt() to getopt_r() translationSebastian Huber1-18/+12
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-17/+2
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2012-11-26Switch to a version of select that is closer to bsd's version.Jennifer Averett1-0/+4
2012-10-26ping: Remove unnecessary ifdefJennifer Averett1-2/+0
2012-10-24ping: corrected argument get to work with rtems.Jennifer Averett1-0/+4
2012-10-16Added rtems exit code to ping, route, and ifconfig commands.Jennifer Averett1-3/+43
2012-09-06Revert patches moving include of port_local.h to top of fileJoel Sherrill1-1/+0
2012-09-05ping.c: Add include of port_before.h and rtems shell glueJoel Sherrill1-0/+14
2012-08-31ping/ping6: Use getopt_r and make main unique for RTEMSJoel Sherrill1-0/+19
2012-08-31commands ping/ping6: Add initial ports of FreeBSD ping and pin6 portsJoel Sherrill1-0/+1732