Denys Vlasenko
|
ab3964db4e
libbb: introduce kernel-style BUILD_BUG_ON()
|
9 年之前 |
Denys Vlasenko
|
5b865deb3f
ping: fix recently introduced build breakage for non-optimizing builds
|
9 年之前 |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 年之前 |
Denys Vlasenko
|
2db782bc7b
Merge setsockopt error messages
|
9 年之前 |
Florian Fainelli
|
6ff0551157
ping: add -p to specify data pattern
|
10 年之前 |
Denys Vlasenko
|
f0058b1b1f
ping: revert "try SOCK_DGRAM if no root privileges"
|
10 年之前 |
Daniel Borca
|
72745632a1
ping: try SOCK_DGRAM if no root privileges
|
11 年之前 |
Denys Vlasenko
|
5117eff6f9
Fix some compiler warnings emitted by gcc-4.8.0
|
11 年之前 |
Denys Vlasenko
|
26a7e2ecbf
ping: code shrink
|
11 年之前 |
Denys Vlasenko
|
59f46676a9
Move create_icmp[6]_socket to its only user, and simplify it
|
11 年之前 |
Denys Vlasenko
|
af4a07a244
ping[6]: accept and ignore -n. Code shrink
|
11 年之前 |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
11 年之前 |
Denys Vlasenko
|
5126cf9a15
ping: display real IPv6 response address. Hopefully closes 3745.
|
13 年之前 |
Baruch Siach
|
e8f36330d9
networking: consolidate the IP checksum code. -129 bytes.
|
13 年之前 |
Denys Vlasenko
|
14bd16ac56
more tweak for bionic
|
13 年之前 |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
Denys Vlasenko
|
e3b1a1fd28
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
|
13 年之前 |
Denys Vlasenko
|
281e7b8848
ping: trivial simplification. -2 bytes
|
13 年之前 |
Denys Vlasenko
|
1bb52a9b73
ping: fix IPv6 pinging. Closes bug 3187
|
13 年之前 |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 年之前 |
Denys Vlasenko
|
6100b51ca8
explain every non-SUID_DROP applet. No code changes
|
14 年之前 |
Denys Vlasenko
|
3c8799b8a4
ping: set not only IP_TTL, but also IP_MULTICAST_TTL
|
14 年之前 |
Joachim Nilsson
|
714e2b7e6a
ping: add -t TTL option
|
14 年之前 |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 年之前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
Denys Vlasenko
|
9341fd2d30
ping: do not leak data from stack; shrink
|
14 年之前 |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
14 年之前 |
Bernhard Reutner-Fischer
|
dfd38a480b
ping: use ICMP_MINLEN
|
15 年之前 |
Denys Vlasenko
|
57be1eefab
ping: fix unaligned access. closes bug 745.
|
15 年之前 |
Denys Vlasenko
|
85164fa06e
ping: use |=, not =, when combine option bit mask
|
15 年之前 |