| Commit message (Expand) | Author | Age | Files | Lines |
* | *: use fopen_or_warn in few more places | Denis Vlasenko | 2008-03-20 | 1 | -2/+1 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | whitespace/style fix | Denis Vlasenko | 2007-10-11 | 1 | -11/+12 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -4/+4 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -5/+5 |
* | interface.c: code shrink (IIRC ~30 bytes) | Denis Vlasenko | 2007-07-29 | 1 | -43/+43 |
* | style fix (stray space before ';') | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | ifconfig: make it work with ifaces with ifnames > 255 | Denis Vlasenko | 2007-07-17 | 1 | -1/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -2/+1 |
* | networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr... | Denis Vlasenko | 2007-06-19 | 1 | -7/+6 |
* | networking/interface.c: reduce bss usage | Denis Vlasenko | 2007-06-19 | 1 | -45/+54 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | interface: revert part of commit 18120 (eth aliases work again) | Denis Vlasenko | 2007-03-22 | 1 | -2/+5 |
* | networking/interface.c: was doing really strange caching of fd's | Denis Vlasenko | 2007-03-15 | 1 | -199/+112 |
* | arp, networking/interface.c: eliminate statics | Denis Vlasenko | 2007-03-14 | 1 | -15/+22 |
* | remove unused #include,, improve code readability | Denis Vlasenko | 2007-02-09 | 1 | -2/+4 |
* | trivial warning fix | Denis Vlasenko | 2007-02-02 | 1 | -1/+1 |
* | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | 2007-01-29 | 1 | -13/+3 |
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+0 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
* | add arp applet - thanks to | Denis Vlasenko | 2007-01-07 | 1 | -35/+165 |
* | properly export externs thru *.h files | Denis Vlasenko | 2006-12-26 | 1 | -1/+0 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -1/+1 |
* | - Proposed fix to make aliases work (with uClibc-current). | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -2/+5 |
* | do not overflow ifr_name. maybe it was safe in some places, | Denis Vlasenko | 2006-11-27 | 1 | -10/+10 |
* | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | Denis Vlasenko | 2006-11-22 | 1 | -18/+18 |
* | ifconfig: preparatory patch, no code changes | Denis Vlasenko | 2006-11-21 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -1/+1 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -5/+5 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -2/+2 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Properly print the output for a sit (IPv6-in-IPv4) interface. | "Robert P. J. Day" | 2006-06-26 | 1 | -0/+13 |
* | Aesthetic fix to use newer structure initialization format. | "Robert P. J. Day" | 2006-06-26 | 1 | -8/+15 |
* | Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 | Rob Landley | 2006-06-20 | 1 | -11/+5 |
* | Patch by Robert P. Day to make structs use c99 initializers. | Rob Landley | 2006-06-20 | 1 | -14/+12 |
* | Patch from Robert P. J. Day cleaning up some unnecessary preprocessor | Rob Landley | 2006-06-20 | 1 | -80/+0 |
* | Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. | Rob Landley | 2006-06-03 | 1 | -492/+1 |
* | Size reductions, mostly switching things to use libbb functions. | Rob Landley | 2006-05-29 | 1 | -2/+2 |
* | Remove _(). | Rob Landley | 2006-05-29 | 1 | -52/+52 |
* | Patch from Robert P. Day to remove #ifdefed out SLIP support code that we | Rob Landley | 2006-05-19 | 1 | -40/+0 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -2/+1 |
* | fix no previous prototype warning | Mike Frysinger | 2006-05-11 | 1 | -0/+1 |
* | Remove code for protocols we don't properly support. (Most of this could | Rob Landley | 2006-04-14 | 1 | -345/+0 |
* | - include proper headers. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -1/+1 |
* | - fix paste'o which i overlooked when applying dalias' fmt stuff. | Bernhard Reutner-Fischer | 2006-03-30 | 1 | -1/+1 |
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -16/+16 |
* | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | 2006-02-23 | 1 | -1/+0 |
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -2/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -3/+3 |