Mark Marshall
|
98592db323
netstat: produce numeric-ip output for non-resolved names
|
6 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
|
f560422fa0
Big cleanup in config help and description
|
7 years ago |
Denys Vlasenko
|
47367e1d50
Convert all networking/* applets to "new style" applet definitions
|
8 years ago |
Maninder Singh
|
97c6491b4e
typo fixes
|
9 years ago |
Ron Yorston
|
8ec1ff350c
Use chomp to remove newlines
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 years ago |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 years ago |
Denys Vlasenko
|
db9ccc5772
netstat: was using buffers one byte short for scanf (no place for NUL). fixing
|
14 years ago |
Denys Vlasenko
|
dd88ba88f5
netstat: fix IPv6 problem (garbage in scope_id); code shrink
|
14 years ago |
Bob Dunlop
|
55a046b4db
netstat: fix -r display in usage text
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
45e9792446
netstat: fix a trivial bug
|
14 years ago |
Denys Vlasenko
|
36659fda1f
*: fix 1/4 remaining aliasing warnings
|
14 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
2c7a1fd6d4
netstat: code shrink
|
16 years ago |
Denis Vlasenko
|
cf8b1ef845
style fix, no code changes
|
16 years ago |
Denis Vlasenko
|
6e69e4237d
netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
474d1c57c8
whitespace fixes
|
17 years ago |
Denis Vlasenko
|
d3c042fc60
libbb: introduce fputc_printable (from ed)
|
17 years ago |
Denis Vlasenko
|
ddc865fb0d
netstat: in error message, report filename and line number
|
17 years ago |
Denis Vlasenko
|
abee3d0e0d
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
|
17 years ago |
Denis Vlasenko
|
7221c8c22d
lineedit: reduce stack usage
|
17 years ago |