aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-22clean up commented out old codeDenis Vlasenko
2007-01-22ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko
2007-01-22nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko
2007-01-22- add more strict prototype checking to catch wrong and broken code (like nes...Bernhard Reutner-Fischer
2007-01-22- the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...Bernhard Reutner-Fischer
2007-01-22- forgot to include ip_common.hBernhard Reutner-Fischer
2007-01-22- not sure if we want a timestamp there, so put one inBernhard Reutner-Fischer
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2007-01-22dnsd: getfileentry was leaking memoryDenis Vlasenko
2007-01-22exterminate u_intXXX.Denis Vlasenko
2007-01-22comment out unused old networking API partsDenis Vlasenko
2007-01-22remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko
2007-01-22defconfig: refreshDenis Vlasenko
2007-01-22move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko
2007-01-22cmdedit: fix breakageDenis Vlasenko
2007-01-22cmdedit.h: removeDenis Vlasenko
2007-01-22cmdedit: stop playing dirty games with atexitDenis Vlasenko
2007-01-22Convert cmdedit into more generic line input facilityDenis Vlasenko
2007-01-21Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko
2007-01-21cmdedit: more optimizationsDenis Vlasenko
2007-01-21cmdedit: small optimizationsDenis Vlasenko
2007-01-21sanitize cmdedit a bit (group functions by task etc)Denis Vlasenko
2007-01-21- use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer
2007-01-21Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko
2007-01-20- point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer
2007-01-20- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer
2007-01-20- get_terminal_width_height does not and should never write to fd. Cosmetic P...Bernhard Reutner-Fischer
2007-01-20- small size tweakBernhard Reutner-Fischer
2007-01-20- make pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer
2007-01-20- small size tweakBernhard Reutner-Fischer
2007-01-20- reuse retval for the option handling.Bernhard Reutner-Fischer
2007-01-20- small size tweaksBernhard Reutner-Fischer
2007-01-20- make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer
2007-01-20- small size tweakBernhard Reutner-Fischer
2007-01-20- add C99 bool type for setups that support it.Bernhard Reutner-Fischer
2007-01-20Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko
2007-01-20head is 1.5.0.svn nowDenis Vlasenko
2007-01-20releasing busybox 1.4.0Denis Vlasenko
2007-01-20fixing bugs revealed by randomconfig runsDenis Vlasenko
2007-01-20fixes for amd64 compilationDenis Vlasenko
2007-01-19ls: stop doing time() for each file in "ls -l"Denis Vlasenko
2007-01-19strdup -> xstrdupDenis Vlasenko
2007-01-19ls: use get_cached_username/groupnameDenis Vlasenko
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
2007-01-19fsck: dead code removal; also disable progress indicator codeDenis Vlasenko
2007-01-19fsck: stop using strtokDenis Vlasenko
2007-01-19fsck: move functions around so that related ones are nearbyDenis Vlasenko
2007-01-19fsck: small optimizationDenis Vlasenko