Denis Vlasenko
|
2851082d5d
ifconfig: make it work with ifaces with ifnames > 255
|
17 years ago |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 years ago |
Denis Vlasenko
|
6d9ea24611
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve
|
17 years ago |
Denis Vlasenko
|
1b16bdaebf
networking/interface.c: reduce bss usage
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
d0587ed966
interface: revert part of commit 18120 (eth aliases work again)
|
18 years ago |
Denis Vlasenko
|
1cc70225e7
networking/interface.c: was doing really strange caching of fd's
|
18 years ago |
Denis Vlasenko
|
7f2527e5a7
arp, networking/interface.c: eliminate statics
|
18 years ago |
Denis Vlasenko
|
ad67a3925c
remove unused #include,, improve code readability
|
18 years ago |
Denis Vlasenko
|
731d357295
trivial warning fix
|
18 years ago |
Denis Vlasenko
|
322661d025
preparatory patch for -Wwrite-strings #6
|
18 years ago |
Bernhard Reutner-Fischer
|
bb8c7c041c
- sed -i -e "/\$Id:/d;"
|
18 years ago |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
Denis Vlasenko
|
fa85b86f38
add arp applet - thanks to
|
18 years ago |
Denis Vlasenko
|
270c17c0e6
properly export externs thru *.h files
|
18 years ago |
Denis Vlasenko
|
83e5d6f772
A bunch of defined(__GLIBC__) added. static-linking warning expanded
|
18 years ago |
Bernhard Reutner-Fischer
|
57d83ff5f9
- Proposed fix to make aliases work (with uClibc-current).
|
18 years ago |
Denis Vlasenko
|
229b3d2072
do not overflow ifr_name. maybe it was safe in some places,
|
18 years ago |
Denis Vlasenko
|
aad4999eea
#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6
|
18 years ago |
Denis Vlasenko
|
04b30ba3b8
ifconfig: preparatory patch, no code changes
|
18 years ago |
Denis Vlasenko
|
a7189f01a4
add -Wundef, fix uncovered bugs
|
18 years ago |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
"Robert P. J. Day"
|
21302c2b78
Properly print the output for a sit (IPv6-in-IPv4) interface.
|
18 years ago |
"Robert P. J. Day"
|
4137dd783b
Aesthetic fix to use newer structure initialization format.
|
18 years ago |
Rob Landley
|
9fe801e0d2
Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6
|
18 years ago |
Rob Landley
|
2818b292fb
Patch by Robert P. Day to make structs use c99 initializers.
|
18 years ago |
Rob Landley
|
2a613d7360
Patch from Robert P. J. Day cleaning up some unnecessary preprocessor
|
18 years ago |