| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | combine bool;prompt to just bool | Mike Frysinger | 2007-01-24 | 1 | -4/+2 |
* | "depends ..." -> "depends on ..." | Mike Frysinger | 2007-01-24 | 1 | -1/+1 |
* | correct file format errors | Mike Frysinger | 2007-01-24 | 3 | -31/+31 |
* | - add hostcc-option checker | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+6 |
* | - call cc-option to check if the compiler supports the flags we asked to use | Bernhard Reutner-Fischer | 2007-01-23 | 2 | -12/+11 |
* | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+130 |
* | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -1/+1 |
* | add link to fixes-1.4.0 | Denis Vlasenko | 2007-01-22 | 1 | -1/+2 |
* | fix warning from needlessly-global functions | Denis Vlasenko | 2007-01-22 | 6 | -10/+17 |
* | remove empty source files | Denis Vlasenko | 2007-01-22 | 2 | -2/+0 |
* | clean up commented out old code | Denis Vlasenko | 2007-01-22 | 7 | -452/+16 |
* | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 6 | -52/+62 |
* | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | 2007-01-22 | 3 | -48/+132 |
* | - add more strict prototype checking to catch wrong and broken code (like nes... | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+7 |
* | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co... | Bernhard Reutner-Fischer | 2007-01-22 | 2 | -3/+3 |
* | - forgot to include ip_common.h | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -2/+3 |
* | - not sure if we want a timestamp there, so put one in | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -0/+1 |
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 10 | -10/+0 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 17 | -260/+231 |
* | dnsd: getfileentry was leaking memory | Denis Vlasenko | 2007-01-22 | 2 | -29/+35 |
* | exterminate u_intXXX. | Denis Vlasenko | 2007-01-22 | 6 | -67/+73 |
* | comment out unused old networking API parts | Denis Vlasenko | 2007-01-22 | 4 | -22/+30 |
* | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | 2007-01-22 | 3 | -38/+0 |
* | defconfig: refresh | Denis Vlasenko | 2007-01-22 | 1 | -17/+20 |
* | move shell/cmdedit.c -> libbb/lineedit.c | Denis Vlasenko | 2007-01-22 | 1 | -0/+0 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 11 | -144/+144 |
* | cmdedit: fix breakage | Denis Vlasenko | 2007-01-22 | 1 | -24/+23 |
* | cmdedit.h: remove | Denis Vlasenko | 2007-01-22 | 1 | -1/+0 |
* | cmdedit: stop playing dirty games with atexit | Denis Vlasenko | 2007-01-22 | 1 | -37/+24 |
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 10 | -438/+459 |
* | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | Denis Vlasenko | 2007-01-21 | 3 | -62/+38 |
* | cmdedit: more optimizations | Denis Vlasenko | 2007-01-21 | 1 | -137/+109 |
* | cmdedit: small optimizations | Denis Vlasenko | 2007-01-21 | 1 | -73/+104 |
* | sanitize cmdedit a bit (group functions by task etc) | Denis Vlasenko | 2007-01-21 | 2 | -395/+368 |
* | - use makedev to get device number, else it gives wrong major/minor numbers t... | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 |
* | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | Denis Vlasenko | 2007-01-21 | 5 | -12/+39 |
* | - point to correct version. Thanks to Yann E. MORIN. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 |
* | - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+2 |
* | - get_terminal_width_height does not and should never write to fd. Cosmetic P... | Bernhard Reutner-Fischer | 2007-01-20 | 2 | -2/+2 |
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -4/+2 |
* | - make pre SUSv3 option handling dependant on INCLUDE_SUSv2 | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -6/+4 |
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 |
* | - reuse retval for the option handling. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -5/+5 |
* | - small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -2/+2 |
* | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -9/+8 |
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -2/+2 |
* | - add C99 bool type for setups that support it. | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -0/+10 |
* | Announce 1.3.2 and 1.4.0 on busybox.net | Denis Vlasenko | 2007-01-20 | 1 | -0/+41 |
* | head is 1.5.0.svn now | Denis Vlasenko | 2007-01-20 | 1 | -2/+2 |
* | releasing busybox 1.4.01_4_0 | Denis Vlasenko | 2007-01-20 | 1 | -1/+1 |