Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 年之前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年之前 |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 年之前 |
Denis Vlasenko
|
3b162ecdf6
networking/interface.c: fix indentation
|
16 年之前 |
Denis Vlasenko
|
85e015c7c8
two fixlets for -Wall
|
16 年之前 |
Bernhard Reutner-Fischer
|
f3b778a4dc
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
|
16 年之前 |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 年之前 |
Denis Vlasenko
|
43d5d429fd
remove stray semicolons (by Cristian Ionescu-Idbohrn)
|
16 年之前 |
Denis Vlasenko
|
01eaee9309
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
|
16 年之前 |
Denis Vlasenko
|
f90ab183d6
*: use fopen_or_warn in few more places
|
16 年之前 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 年之前 |
Denis Vlasenko
|
11c23d7b99
whitespace/style fix
|
17 年之前 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 年之前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年之前 |
Denis Vlasenko
|
6b74b0241c
interface.c: code shrink (IIRC ~30 bytes)
|
17 年之前 |
Denis Vlasenko
|
b71c668c57
style fix (stray space before ';')
|
17 年之前 |
Denis Vlasenko
|
2851082d5d
ifconfig: make it work with ifaces with ifnames > 255
|
17 年之前 |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 年之前 |
Denis Vlasenko
|
6d9ea24611
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve
|
17 年之前 |
Denis Vlasenko
|
1b16bdaebf
networking/interface.c: reduce bss usage
|
17 年之前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年之前 |
Denis Vlasenko
|
d0587ed966
interface: revert part of commit 18120 (eth aliases work again)
|
17 年之前 |
Denis Vlasenko
|
1cc70225e7
networking/interface.c: was doing really strange caching of fd's
|
17 年之前 |
Denis Vlasenko
|
7f2527e5a7
arp, networking/interface.c: eliminate statics
|
17 年之前 |
Denis Vlasenko
|
ad67a3925c
remove unused #include,, improve code readability
|
18 年之前 |
Denis Vlasenko
|
731d357295
trivial warning fix
|
18 年之前 |
Denis Vlasenko
|
322661d025
preparatory patch for -Wwrite-strings #6
|
18 年之前 |
Bernhard Reutner-Fischer
|
bb8c7c041c
- sed -i -e "/\$Id:/d;"
|
18 年之前 |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 年之前 |
Denis Vlasenko
|
fa85b86f38
add arp applet - thanks to
|
18 年之前 |