aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-22remove empty source filesDenis Vlasenko2-2/+0
2007-01-22clean up commented out old codeDenis Vlasenko7-452/+16
2007-01-22ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko6-52/+62
2007-01-22nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko3-48/+132
2007-01-22- add more strict prototype checking to catch wrong and broken code (like nes...Bernhard Reutner-Fischer1-1/+7
2007-01-22- the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...Bernhard Reutner-Fischer2-3/+3
2007-01-22- forgot to include ip_common.hBernhard Reutner-Fischer1-2/+3
2007-01-22- not sure if we want a timestamp there, so put one inBernhard Reutner-Fischer1-0/+1
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer10-10/+0
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko17-260/+231
2007-01-22dnsd: getfileentry was leaking memoryDenis Vlasenko2-29/+35
2007-01-22exterminate u_intXXX.Denis Vlasenko6-67/+73
2007-01-22comment out unused old networking API partsDenis Vlasenko4-22/+30
2007-01-22remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko3-38/+0
2007-01-22defconfig: refreshDenis Vlasenko1-17/+20
2007-01-22move shell/cmdedit.c -> libbb/lineedit.cDenis Vlasenko1-0/+0
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko11-144/+144
2007-01-22cmdedit: fix breakageDenis Vlasenko1-24/+23
2007-01-22cmdedit.h: removeDenis Vlasenko1-1/+0
2007-01-22cmdedit: stop playing dirty games with atexitDenis Vlasenko1-37/+24
2007-01-22Convert cmdedit into more generic line input facilityDenis Vlasenko10-438/+459
2007-01-21Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko3-62/+38
2007-01-21cmdedit: more optimizationsDenis Vlasenko1-137/+109
2007-01-21cmdedit: small optimizationsDenis Vlasenko1-73/+104
2007-01-21sanitize cmdedit a bit (group functions by task etc)Denis Vlasenko2-395/+368
2007-01-21- use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer1-2/+2
2007-01-21Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko5-12/+39
2007-01-20- point to correct version. Thanks to Yann E. MORIN.Bernhard Reutner-Fischer1-1/+1
2007-01-20- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer1-1/+2
2007-01-20- get_terminal_width_height does not and should never write to fd. Cosmetic P...Bernhard Reutner-Fischer2-2/+2
2007-01-20- small size tweakBernhard Reutner-Fischer1-4/+2
2007-01-20- make pre SUSv3 option handling dependant on INCLUDE_SUSv2Bernhard Reutner-Fischer1-6/+4
2007-01-20- small size tweakBernhard Reutner-Fischer1-1/+1
2007-01-20- reuse retval for the option handling.Bernhard Reutner-Fischer1-5/+5
2007-01-20- small size tweaksBernhard Reutner-Fischer1-2/+2
2007-01-20- make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer1-9/+8
2007-01-20- small size tweakBernhard Reutner-Fischer1-2/+2
2007-01-20- add C99 bool type for setups that support it.Bernhard Reutner-Fischer1-0/+10
2007-01-20Announce 1.3.2 and 1.4.0 on busybox.netDenis Vlasenko1-0/+41
2007-01-20head is 1.5.0.svn nowDenis Vlasenko1-2/+2
2007-01-20releasing busybox 1.4.01_4_0Denis Vlasenko1-1/+1
2007-01-20fixing bugs revealed by randomconfig runsDenis Vlasenko3-3/+9
2007-01-20fixes for amd64 compilationDenis Vlasenko3-8/+11
2007-01-19ls: stop doing time() for each file in "ls -l"Denis Vlasenko1-1/+14
2007-01-19strdup -> xstrdupDenis Vlasenko3-5/+6
2007-01-19ls: use get_cached_username/groupnameDenis Vlasenko3-22/+20
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko15-54/+57
2007-01-19fsck: dead code removal; also disable progress indicator codeDenis Vlasenko1-127/+81
2007-01-19fsck: stop using strtokDenis Vlasenko1-73/+84
2007-01-19fsck: move functions around so that related ones are nearbyDenis Vlasenko1-170/+185