aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-25busybox: Deal with relative TARGET_TOOLS_PREFIXlinaro_android_4.0.1Bernhard Rosenkraenzer
2011-10-21busybox: Build with -fno-strict-aliasing for nowlinaro_android_2.3.7Bernhard Rosenkraenzer
2011-10-21busybox: Allow lines in .config to be > 1024 charactersBernhard Rosenkraenzer
2011-10-20busybox: respect "make showcommands"Bernhard Rosenkraenzer
2011-09-21enable ash shell appletBotao Sun
2011-09-20update Android.mk to ensure busybox is built after the bionicBotao Sun
2011-09-20comment out function endgrent() because it will cause undefined reference errorBotao Sun
2011-09-20update android defconfig fileBotao Sun
2011-09-20add android defconfig backup fileBotao Sun
2011-09-20enable more applets in android_defconfigBotao Sun
2011-09-20add Android.mk with bero's modificationsBotao Sun
2011-09-20Merge branch 'master' of git://busybox.net/busyboxBotao Sun
2011-09-19clean master branchBotao Sun
2011-09-19master branch updateBotao Sun
2011-09-19mdev: expand --help so that it's actually useful.HEADmasterDenys Vlasenko
2011-09-18sendmail: don't talk until 220 code is seen. Closes 3487Denys Vlasenko
2011-09-17tail: fix -c +N. Closes 4111Denys Vlasenko
2011-09-16applet_tables: fix single applet build failure. Closes 4009Denys Vlasenko
2011-09-16syslogd: fix missing newline problen in memory log buffer. Closes 4159Denys Vlasenko
2011-09-16chpst: move misplaced commentDenys Vlasenko
2011-09-16chpst: simple code shrinkDenys Vlasenko
2011-09-16Pull the busybox source code 16th September 2011Botao Sun
2011-09-16Clear master branchBotao Sun
2011-09-16Clean master branch.Botao Sun
2011-09-15start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko
2011-09-15suppress "warning: implicit declaration of function 'alloca'"Denys Vlasenko
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand
2011-09-13sed: better help textDenys Vlasenko
2011-09-13conspy: add framebuffer support, -Q option.Pascal Bellard
2011-09-13Config: fix wording in help-textBernhard Reutner-Fischer
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-09-11ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko
2011-09-11tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko
2011-09-11inetd: close new udp fd in "udp nowait" caseDenys Vlasenko
2011-09-11chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko
2011-09-11awk: fix a SEGVDenys Vlasenko
2011-09-10stop declariong our own dirname prototypeDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-10awk: fix define name collision with BSD headersDenys Vlasenko
2011-09-09gzip: new GZIP_BIG_MEM optionIan Wienand
2011-09-09depmod.pl: output correct dep format according to kernel versionSonic Zhang
2011-09-09tweak comments in android build filesDenys Vlasenko
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko
2011-09-09unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko
2011-09-09vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko
2011-09-09udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach
2011-09-08inet_cksum: big-endian fixDenys Vlasenko
2011-09-07Fix compile breakageDenys Vlasenko
2011-09-07awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko