aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * whitespace fixesDenys Vlasenko2010-07-063-3/+3
| * bootchartd: fix labels in config system. no code changesDenys Vlasenko2010-07-061-2/+2
| * Start 1.18.0 development cycleDenys Vlasenko2010-07-061-2/+2
| * bump version to 1.17.01_17_0Denys Vlasenko2010-07-061-1/+1
| * scripts/randomtest: update to pass testsuite with Rob's toolchainDenys Vlasenko2010-07-061-3/+11
| * [un]expand: fix testsuiteDenys Vlasenko2010-07-062-4/+2
| * randomconfig fixesDenys Vlasenko2010-07-0514-25/+39
| * Yet another attempt to stamp out "make -j" problemsDenys Vlasenko2010-07-041-1/+7
| * libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko2010-07-048-94/+46
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-0421-95/+56
| * remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-043-3/+2
| * ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko2010-07-041-24/+23
| * libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-0422-81/+67
| * losetup: use LOOP_foo definesLauri Kasanen2010-07-042-8/+8
| * fix compile breakage with "make -j"Denys Vlasenko2010-07-033-1/+5
| * chrt: code shrinkDenys Vlasenko2010-07-012-46/+48
| * consolidate xz format comment. no code changesDenys Vlasenko2010-07-013-4/+2
| * conspy: stop losing some keyboard keys.Pascal Bellard2010-07-011-9/+11
| * xz compression detection: avoid the need to seekDenys Vlasenko2010-07-015-14/+30
| * bzip2 decompression: simple code shrinkDenys Vlasenko2010-06-302-6/+9
| * conspy: code shrinkPascal Bellard2010-06-301-110/+101
| * bootchartd: fix sample period calculationsKeisuke Yasui2010-06-281-5/+7
| * conspy: code shrinkPascal Bellard2010-06-283-86/+78
| * nc: better comments. no code changesDenys Vlasenko2010-06-281-3/+5
| * conspy: significant output minimization; blink attribute supportDenys Vlasenko2010-06-271-72/+126
| * remove recently added erroneous _and_die()Denys Vlasenko2010-06-272-2/+2
| * mount: fix a case when sometimes error message is not printedDenys Vlasenko2010-06-271-3/+3
| * nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-274-108/+122
| * *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-278-54/+58
| * modinfo: support relative paths in modules.depLauri Kasanen2010-06-271-11/+24
| * modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen2010-06-271-2/+2
| * libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko2010-06-261-1/+3
| * ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-263-21/+52
| * tar: make typical extraction less memory-hungryDenys Vlasenko2010-06-261-3/+6
| * *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-265-153/+118
| * tar: fix --to-command wrt short writesDenys Vlasenko2010-06-262-6/+17
| * fix breakage in compressed file detectionDenys Vlasenko2010-06-262-4/+4
| * universal parser: do not leak parser->dataDenys Vlasenko2010-06-261-8/+12
| * build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-265-10/+26
| * conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko2010-06-251-7/+4
| * another fix to gen_build_files / autoconf.h dependencyDenys Vlasenko2010-06-251-2/+2
| * gen_build_files.sh is an order prerequisite only for autoconf.hDenys Vlasenko2010-06-252-29/+21
| * build system: make gen_build_files.sh run before autoconf.h generationDenys Vlasenko2010-06-251-1/+1
| * *: make exec failure message more consistentDenys Vlasenko2010-06-2524-40/+40
| * tar: optional support for --to-commandLadislav Michl2010-06-255-0/+163
| * conspy: code shrinkDenys Vlasenko2010-06-251-21/+28
| * ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko2010-06-241-7/+9
| * conspy: document attribute byte formatDenys Vlasenko2010-06-241-8/+34
| * smemcap: new appletDenys Vlasenko2010-06-241-0/+152
| * *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-246-10/+11