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
2010-11-22Apply post-1.17.3 fixes, bump version to 1.17.41_17_41_17_stableDenys Vlasenko
2010-10-09Apply post-1.17.2 fixes, bump version to 1.17.31_17_3Denys Vlasenko
2010-09-09Revert "split: use xopen_stdin()"1_17_2Denys Vlasenko
2010-08-23split: use xopen_stdin()Denys Vlasenko
2010-08-23Version 1.17.2: apply post 1.17.1 fixes, replace patch applet by Rob's versionDenys Vlasenko
2010-07-25bump version to 1.17.11_17_1Denys Vlasenko
2010-07-25Apply post-1.17.0 fixesDenys Vlasenko
2010-07-06bump version to 1.17.01_17_0Denys Vlasenko
2010-07-06scripts/randomtest: update to pass testsuite with Rob's toolchainDenys Vlasenko
2010-07-06[un]expand: fix testsuiteDenys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-05Yet another attempt to stamp out "make -j" problemsDenys Vlasenko
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-07-03fix compile breakage with "make -j"Denys Vlasenko
2010-07-01chrt: code shrinkDenys Vlasenko
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko
2010-07-01conspy: stop losing some keyboard keys.Pascal Bellard
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-30bzip2 decompression: simple code shrinkDenys Vlasenko
2010-06-30conspy: code shrinkPascal Bellard
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui
2010-06-28conspy: code shrinkPascal Bellard
2010-06-28nc: better comments. no code changesDenys Vlasenko
2010-06-27conspy: significant output minimization; blink attribute supportDenys Vlasenko
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko
2010-06-27mount: fix a case when sometimes error message is not printedDenys Vlasenko
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-27modinfo: support relative paths in modules.depLauri Kasanen
2010-06-27modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen
2010-06-27libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko
2010-06-27ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko
2010-06-26tar: make typical extraction less memory-hungryDenys Vlasenko
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko
2010-06-26fix breakage in compressed file detectionDenys Vlasenko
2010-06-26universal parser: do not leak parser->dataDenys Vlasenko
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko
2010-06-25conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko
2010-06-25another fix to gen_build_files / autoconf.h dependencyDenys Vlasenko
2010-06-25gen_build_files.sh is an order prerequisite only for autoconf.hDenys Vlasenko
2010-06-25build system: make gen_build_files.sh run before autoconf.h generationDenys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-25tar: optional support for --to-commandLadislav Michl
2010-06-25conspy: code shrinkDenys Vlasenko