Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-21bump version to 1.5.21_5_21_5_stableDenis Vlasenko
2008-03-21fix compile breakageDenis Vlasenko
2007-05-20applied post-1.5.0 fixes1_5_1Denis Vlasenko
2007-04-06set default FLTFLAGS for a fatty stackMike Frysinger
2007-03-31also fix static selinux linking on branchMike Frysinger
2007-03-23This revision is busybox 1.5.0Denis Vlasenko
2007-03-23assorted fixes uncovered by randomconfig runsDenis Vlasenko
2007-03-22interface: revert part of commit 18120 (eth aliases work again)Denis Vlasenko
2007-03-22gzip: fix -d option handlingDenis Vlasenko
2007-03-22ifconfig: support (by ignoring it) "inet" before IP address or hostnameDenis Vlasenko
2007-03-22vi: fix signed char-induced potential bugsDenis Vlasenko
2007-03-22cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)Denis Vlasenko
2007-03-21ash: fix signal handlingDenis Vlasenko
2007-03-21add info about gcc's sadistic alignment - and how to disable itDenis Vlasenko
2007-03-21vi: remove Byte typedef and massive amount of casts.Denis Vlasenko
2007-03-21vi: support $EXINIT and -cDenis Vlasenko
2007-03-20syslogd: fix it for small BUFSIZ caseDenis Vlasenko
2007-03-20small doc updateDenis Vlasenko
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-20update docsDenis Vlasenko
2007-03-20dpkg: free_package(NULL) is ok, so don't test for NULL, just free.Denis Vlasenko
2007-03-19ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko
2007-03-19- don't automatically select run-parts but point out that this is a system-ut...Bernhard Reutner-Fischer
2007-03-19- very minor size tweak.Bernhard Reutner-Fischer
2007-03-19expand documentationDenis Vlasenko
2007-03-19- be gentle to the intel compiler and make sure we have __u64 which is needed...Bernhard Reutner-Fischer
2007-03-19telnet: finish style cleanup bitsDenis Vlasenko
2007-03-19telnet: someone tried to do data optimization before me. Complete it.Denis Vlasenko
2007-03-19fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUDenis Vlasenko
2007-03-19fdisk: get rid of _() macro.Denis Vlasenko
2007-03-19Kim B. Heino writes:Bernhard Reutner-Fischer
2007-03-19make clean deletes .kernelrelease nowDenis Vlasenko
2007-03-18include <stddef.h> so that ptrdiff_t is again availableDenis Vlasenko
2007-03-18Announce 1.4.2Denis Vlasenko
2007-03-18mkfs_minix: remove older, less efficient bss reduction trickDenis Vlasenko
2007-03-18fdisk: move 2k ptes[] array into bb_common_bufsiz1Denis Vlasenko
2007-03-18fix inadvertently leaked PWD_BUFFER_SIZEDenis Vlasenko
2007-03-17random fixes to help textDenis Vlasenko
2007-03-17dont use obsolete function index() as pointed out by src.obsolete.funcsMike Frysinger
2007-03-17punt useless header as pointed out by src.obsolete.headersMike Frysinger
2007-03-17fix typo as pointed out by src.obsolete.funcsMike Frysinger
2007-03-17sed: fix very obscure case of escaped newline in sed commandDenis Vlasenko
2007-03-16- touchup wording a bitBernhard Reutner-Fischer
2007-03-16build system: produce link map. Rather useful when youDenis Vlasenko
2007-03-16gunzip: s/unsigned char extra_short/unsigned extra_short/Denis Vlasenko
2007-03-15mkfs_minix: stop using lots of bss/data.Denis Vlasenko
2007-03-15syslogd: reduce data/bss usage. Code size is practically the same.Denis Vlasenko
2007-03-15gzip: Improve ptr_to_globals trick, allowing gccDenis Vlasenko
2007-03-15networking/interface.c: was doing really strange caching of fd'sDenis Vlasenko
2007-03-15copy_file: comment out one condition which is always false.Denis Vlasenko