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-21apply four post-1.8.2 patches; bump to 1.8.31_8_31_8_stableDenis Vlasenko
2007-11-24Apply all post-1.8.1 patches1_8_2Denis Vlasenko
2007-11-10apply accumulated post 1.8.0 fixes, bump version to 1.8.11_8_1Denis Vlasenko
2007-11-04Announce 1.8.01_8_0Denis Vlasenko
2007-11-04docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete)Denis Vlasenko
2007-11-04Announce 1.7.3 on websiteDenis Vlasenko
2007-11-04ifconfig: code shrinkDenis Vlasenko
2007-11-04grep: fix -FoDenis Vlasenko
2007-11-03insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko
2007-10-30inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)Denis Vlasenko
2007-10-30hdparm: code shrinkDenis Vlasenko
2007-10-30e2fsprogs: code shrinkDenis Vlasenko
2007-10-30- fix typo in helptextBernhard Reutner-Fischer
2007-10-29minor fix in comment, no code changesDenis Vlasenko
2007-10-29ll_types.c: optimize link type table, make it conditionalDenis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-29syscall: code shrinkDenis Vlasenko
2007-10-29mount: size-optimize mount_options[] and nfs_errtbl[]Denis Vlasenko
2007-10-29ash: if tcgetattr(stdin) fails, don't mess with tcsetattrDenis Vlasenko
2007-10-22svlogd: fix compat problem: svlogd -tt should timestanp stderr tooDenis Vlasenko
2007-10-22httpd: fix trivial bug (spotted by Alex Landau)Denis Vlasenko
2007-10-21bzip2: make -d actually workDenis Vlasenko
2007-10-20bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko
2007-10-20read_line_input: fix it to not do any fancy editing if echoing is disabled.Denis Vlasenko
2007-10-20more fixes for help text wrt long optionsDenis Vlasenko
2007-10-20website: add link to "No ifup" documentDenis Vlasenko
2007-10-20ping: fix breakage from -I fixDenis Vlasenko
2007-10-20kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko
2007-10-20mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>Denis Vlasenko
2007-10-20paing: make -I ethN work too (-I addr already worked)Denis Vlasenko
2007-10-20unzip: add a comment explaining why we don't dieDenis Vlasenko
2007-10-19unzip: fix endianness bugsDenis Vlasenko
2007-10-18httpd: free big buffer after use; improve grep-ability of 'headers' variableDenis Vlasenko
2007-10-18xatonum.h: add commentDenis Vlasenko
2007-10-18more of usage text fixes wrt long optionsDenis Vlasenko
2007-10-18exclude --longopts from usage texts if those are disabledDenis Vlasenko
2007-10-18snv add setseboolDenis Vlasenko
2007-10-17telnetd: make sure telnetd -K exits if child diesDenis Vlasenko
2007-10-17telnetd: trivial optimizationDenis Vlasenko
2007-10-17ash: use fdprintf, not dprintf.Denis Vlasenko
2007-10-17bzip2: more of code shrinkDenis Vlasenko
2007-10-17another fix for build failure found by randomconfigDenis Vlasenko
2007-10-17even more fixes from randomconfig runsDenis Vlasenko
2007-10-17fixes revealed by randomconfig runDenis Vlasenko
2007-10-17telnetd: fix commentDenis Vlasenko
2007-10-17telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko
2007-10-16bzip2: move state pointer to the offset 0 (smaller code)Denis Vlasenko
2007-10-16bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko
2007-10-16telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko
2007-10-15telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko