aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ash: <> redir should not truncateAndreas Bühmann2010-06-243-1/+7
* conspy: code shrink ~200 bytesPascal Bellard2010-06-231-45/+42
* typo fixDenys Vlasenko2010-06-221-6/+6
* rev: new appletMarek Polacek2010-06-221-0/+121
* fix config help textDenys Vlasenko2010-06-211-11/+2
* bootchartd: added optional compat featuresDenys Vlasenko2010-06-214-43/+127
* fix errors in detecting non-modified areasDenys Vlasenko2010-06-211-24/+25
* conspy: new appletPascal Bellard2010-06-211-0/+472
* decompress_unxz: use common stringDenys Vlasenko2010-06-211-1/+1
* unxz: update from XZ embedded gitDenys Vlasenko2010-06-205-179/+270
* tweak TODO fileDenys Vlasenko2010-06-191-108/+10
* xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessaryDenys Vlasenko2010-06-191-25/+27
* added Config.in to .gitignoreDenys Vlasenko2010-06-191-0/+1
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-193-6/+3
* Define GNU-specific link options in one placeDan Fandrich2010-06-191-21/+18
* Added code for nonstandard function strsep()Dan Fandrich2010-06-192-0/+33
* A few minor portability improvementsDan Fandrich2010-06-195-5/+8
* sed: trivial code shrink -18 bytesDenys Vlasenko2010-06-191-3/+6
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2010-06-1912-66/+40
|\