aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* "depends ..." -> "depends on ..."Mike Frysinger2007-01-241-1/+1
* correct file format errorsMike Frysinger2007-01-243-31/+31
* - add hostcc-option checkerBernhard Reutner-Fischer2007-01-231-0/+6
* - call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer2007-01-232-12/+11
* - add an unsupported makefile for IMA compilesBernhard Reutner-Fischer2007-01-231-0/+130
* - rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer2007-01-231-1/+1
* add link to fixes-1.4.0Denis Vlasenko2007-01-221-1/+2
* fix warning from needlessly-global functionsDenis Vlasenko2007-01-226-10/+17
* remove empty source filesDenis Vlasenko2007-01-222-2/+0
* clean up commented out old codeDenis Vlasenko2007-01-227-452/+16
* ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko2007-01-226-52/+62
* nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko2007-01-223-48/+132
* - add more strict prototype checking to catch wrong and broken code (like nes...Bernhard Reutner-Fischer2007-01-221-1/+7
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...Bernhard Reutner-Fischer2007-01-222-3/+3
* - forgot to include ip_common.hBernhard Reutner-Fischer2007-01-221-2/+3
* - not sure if we want a timestamp there, so put one inBernhard Reutner-Fischer2007-01-221-0/+1
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-2210-10/+0
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-2217-260/+231
* dnsd: getfileentry was leaking memoryDenis Vlasenko2007-01-222-29/+35
* exterminate u_intXXX.Denis Vlasenko2007-01-226-67/+73
* comment out unused old networking API partsDenis Vlasenko2007-01-224-22/+30
* remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko2007-01-223-38/+0
* defconfig: refreshDenis Vlasenko2007-01-221-17/+20
* move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko2007-01-221-0/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-2211-144/+144
* cmdedit: fix breakageDenis Vlasenko2007-01-221-24/+23
* cmdedit.h: removeDenis Vlasenko2007-01-221-1/+0
* cmdedit: stop playing dirty games with atexitDenis Vlasenko2007-01-221-37/+24
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-2210-438/+459
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko2007-01-213-62/+38
* cmdedit: more optimizationsDenis Vlasenko2007-01-211-137/+109
* cmdedit: small optimizationsDenis Vlasenko2007-01-211-73/+104
* sanitize cmdedit a bit (group functions by task etc)Denis Vlasenko2007-01-212-395/+368
* - use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer2007-01-211-2/+2
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko2007-01-215-12/+39
* - point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer2007-01-201-1/+1
* - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-1/+2
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...Bernhard Reutner-Fischer2007-01-202-2/+2
* - small size tweakBernhard Reutner-Fischer2007-01-201-4/+2
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer2007-01-201-6/+4
* - small size tweakBernhard Reutner-Fischer2007-01-201-1/+1
* - reuse retval for the option handling.Bernhard Reutner-Fischer2007-01-201-5/+5
* - small size tweaksBernhard Reutner-Fischer2007-01-201-2/+2
* - make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer2007-01-201-9/+8
* - small size tweakBernhard Reutner-Fischer2007-01-201-2/+2
* - add C99 bool type for setups that support it.Bernhard Reutner-Fischer2007-01-201-0/+10
* Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko2007-01-201-0/+41
* head is 1.5.0.svn nowDenis Vlasenko2007-01-201-2/+2
* releasing busybox 1.4.01_4_0Denis Vlasenko2007-01-201-1/+1
* fixing bugs revealed by randomconfig runsDenis Vlasenko2007-01-203-3/+9