aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ash: times builtin: use unsigned type; take free-of-charge moduloDenys Vlasenko2010-06-181-4/+5
| * *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-185-24/+0
| * ash: fix unset in standalone modeDenys Vlasenko2010-06-183-0/+4
| * ash: cosmetics, no code changesDenys Vlasenko2010-06-181-23/+7
| * Improve unzip's handling of stream ZIP filesDan Fandrich2010-06-181-4/+9
| * Allow CONFIG_VOLUMEID to be turned offDan Fandrich2010-06-181-3/+3
| * ignore changes to Kbuild files, they are generatedDan Fandrich2010-06-181-0/+1
| * mkfs_ext2: improve comments a bitDenys Vlasenko2010-06-181-3/+6
| * cpio.tests: mention suid bits too, not only sgidDenys Vlasenko2010-06-181-3/+3
| * mkfs_ext2: reuse stringBernhard Reutner-Fischer2010-06-181-1/+1
| * mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer2010-06-181-1/+1
* | Revert "sed: trivial code shrink"Denys Vlasenko2010-06-191-6/+3
* | sed: trivial code shrinkDenys Vlasenko2010-06-191-3/+6
|/
* mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwdDenys Vlasenko2010-06-181-13/+10
* date: make %N work without -lrt on glibcDenys Vlasenko2010-06-181-1/+6
* tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko2010-06-181-1/+2
* add a comment about sed and suid bitsDenys Vlasenko2010-06-181-0/+2
* data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko2010-06-182-26/+35