aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add link to fixes-1.4.0vda2007-01-221-1/+2
* fix warning from needlessly-global functionsvda2007-01-226-10/+17
* remove empty source filesvda2007-01-222-2/+0
* clean up commented out old codevda2007-01-227-452/+16
* ping6: stop using xgethostbyname2, remove it from libbb.vda2007-01-226-52/+62
* nslookup: full circle. Here we started IPv6 work. Use "new API"vda2007-01-223-48/+132
* - add more strict prototype checking to catch wrong and broken code (like nes...aldot2007-01-221-1/+7
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...aldot2007-01-222-3/+3
* - forgot to include ip_common.haldot2007-01-221-2/+3
* - not sure if we want a timestamp there, so put one inaldot2007-01-221-0/+1
* - sed -i -e "/\$Id:/d;"aldot2007-01-2210-10/+0
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-2217-260/+231
* dnsd: getfileentry was leaking memoryvda2007-01-222-29/+35
* exterminate u_intXXX.vda2007-01-226-67/+73
* comment out unused old networking API partsvda2007-01-224-22/+30
* remove obsolete FEATURE_WGET_IP6_LITERALvda2007-01-223-38/+0
* defconfig: refreshvda2007-01-221-17/+20
* move shell/cmdedit.c -> libbb/lineedit.cvda2007-01-221-0/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-2211-144/+144
* cmdedit: fix breakagevda2007-01-221-24/+23
* cmdedit.h: removevda2007-01-221-1/+0
* cmdedit: stop playing dirty games with atexitvda2007-01-221-37/+24
* Convert cmdedit into more generic line input facilityvda2007-01-2210-438/+459
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disablevda2007-01-213-62/+38
* cmdedit: more optimizationsvda2007-01-211-137/+109
* cmdedit: small optimizationsvda2007-01-211-73/+104
* sanitize cmdedit a bit (group functions by task etc)vda2007-01-212-395/+368
* - use makedev to get device number, else it gives wrong major/minor numbers t...aldot2007-01-211-2/+2
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda2007-01-215-12/+39
* - point to correct version. Thanks to Yann E. MORIN.aldot2007-01-201-1/+1
* - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2aldot2007-01-201-1/+2
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...aldot2007-01-202-2/+2
* - small size tweakaldot2007-01-201-4/+2
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2aldot2007-01-201-6/+4
* - small size tweakaldot2007-01-201-1/+1
* - reuse retval for the option handling.aldot2007-01-201-5/+5
* - small size tweaksaldot2007-01-201-2/+2
* - make read_stduu() and read_base64() void, small size tweaksaldot2007-01-201-9/+8
* - small size tweakaldot2007-01-201-2/+2
* - add C99 bool type for setups that support it.aldot2007-01-201-0/+10
* Announce 1.3.2 and 1.4.0 on busybox.netvda2007-01-201-0/+41
* head is 1.5.0.svn nowvda2007-01-201-2/+2
* releasing busybox 1.4.0vda2007-01-201-1/+1
* fixing bugs revealed by randomconfig runsvda2007-01-203-3/+9
* fixes for amd64 compilationvda2007-01-203-8/+11
* ls: stop doing time() for each file in "ls -l"vda2007-01-191-1/+14
* strdup -> xstrdupvda2007-01-193-5/+6
* ls: use get_cached_username/groupnamevda2007-01-193-22/+20
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-1915-54/+57
* fsck: dead code removal; also disable progress indicator codevda2007-01-191-127/+81