Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |
Denys Vlasenko
|
fbecca1bed
Tweak outdated documentation and comments
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
47367e1d50
Convert all networking/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 years ago |
Denys Vlasenko
|
852e8dd734
arping: avoid use of ether_ntoa(). Closes 8926
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
d60752f8c9
build system: -fno-builtin-printf
|
9 years ago |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 years ago |
Denys Vlasenko
|
2db782bc7b
Merge setsockopt error messages
|
9 years ago |
Denys Vlasenko
|
fb52769f4a
arping: make help text clearer
|
9 years ago |
Alexander Korolkov
|
748fb60f27
arping: fix iface name in error messages
|
9 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
11872cab32
networking/*: remove superfluous comments
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 years ago |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denys Vlasenko
|
b22bbfffec
fix dependencies of FEATURE_GETOPT_LONG
|
15 years ago |
Denis Vlasenko
|
a771e7c005
*: remove check for errors on getsockaddr in cases we know they can't happen
|
15 years ago |
Denis Vlasenko
|
e53738558f
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
|
16 years ago |
Denis Vlasenko
|
efb545b9bd
optimize 16- and 32-bit moves
|
16 years ago |
Denis Vlasenko
|
360d9661b6
libbb: add strncpy_IFNAMSIZ
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
7049ff8696
whitespace fixes. no code changes
|
16 years ago |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
a6b3a1f0bf
arping: save a few bytes by using mempcpy
|
16 years ago |
Denis Vlasenko
|
aca10f852a
arping: remove superfluous assignment
|
16 years ago |