| Commit message (Expand) | Author | Age | Files | Lines |
| * | hush: add #defines to switch off break/continue if loops are not supported | Denis Vlasenko | 2008-07-29 | 1 | -1/+1 |
| * | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 1 | -1/+1 |
| * | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
| * | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -38/+38 |
| * | networking/interface.c: fix indentation | Denis Vlasenko | 2008-06-04 | 1 | -51/+49 |
| * | two fixlets for -Wall | Denis Vlasenko | 2008-05-17 | 1 | -1/+1 |
| * | - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -0/+82 |
| * | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -2/+2 |
| * | remove stray semicolons (by Cristian Ionescu-Idbohrn) | Denis Vlasenko | 2008-05-15 | 1 | -1/+1 |
| * | *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. | Denis Vlasenko | 2008-04-21 | 1 | -16/+16 |
| * | *: 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 |