summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/ping6/ping6.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-22ping6: Do not use signalsSebastian Huber1-0/+16
2021-03-26ping6: Honor file descriptor maximumChristian Mauderer1-0/+11
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber1-236/+319
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber1-1/+3
2018-05-03buildset: Add minimal and everything config.Christian Mauderer1-0/+2
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 2016-08-23Sebastian Huber1-392/+323
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
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber1-2/+8
2013-11-13commands: Use REQUIRE_ORDER option processingSebastian Huber1-1/+1
2013-11-11Update to FreeBSD 9.2Sebastian Huber1-92/+92
2013-11-11Add and use <machine/rtems-bsd-user-space.h>Sebastian Huber1-0/+2
2013-10-31PING6(8): Fix resource leaksSebastian Huber1-2/+24
2013-10-31PING6(8): Add RTEMS supportSebastian Huber1-11/+47
2013-10-31PING6(8): Delete unused variableSebastian Huber1-1/+0
2013-10-31PING6(8): Fix isxdigit() usageSebastian Huber1-1/+1
2013-10-31PING6(8): Delete unused variableSebastian Huber1-2/+1
2013-10-31PING6(8): Add const qualifierSebastian Huber1-4/+4
2013-10-31PING6(8): Use local scope for functionsSebastian Huber1-33/+34
2013-10-31PING6(8): Use local scope for global variablesSebastian Huber1-37/+37
2013-10-31Simplify getopt() to getopt_r() translationSebastian Huber1-14/+14
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-7/+2
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2012-09-06Revert patches moving include of port_local.h to top of fileJoel Sherrill1-2/+0
2012-09-05ping6.c: Add include of port_before.hJoel Sherrill1-0/+2
2012-08-31ping/ping6: Use getopt_r and make main unique for RTEMSJoel Sherrill1-0/+20
2012-08-31commands ping/ping6: Add initial ports of FreeBSD ping and pin6 portsJoel Sherrill1-0/+2817