aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1413-64/+40
|\|
| * 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
* | | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1487-796/+1033
|\| |
| * | 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
| * networking/Config.src: make tftp/tftpd-related options less confusing. Closes...Denys Vlasenko2010-06-171-0/+3
| * fix extra bogus files generation in include/config/*Denys Vlasenko2010-06-172-7/+13
| * ubiattach,ubidetach: new appletsBaruch Siach2010-06-161-0/+88
| * findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-155-152/+172
| * file rename: TODO_config_nommu -> TEST_config_nommuDenys Vlasenko2010-06-151-0/+0
| * xargs: another code shrinkDenys Vlasenko2010-06-151-30/+20
| * xargs: trivial code shrinkDenys Vlasenko2010-06-151-7/+7
| * rfkill: do not enable by default, it requires new-ish Linux headersDenys Vlasenko2010-06-141-1/+1
| * scripts/echo.c: remove bb-ismDenys Vlasenko2010-06-141-1/+1
| * xargs: trivial code shrinkDenys Vlasenko2010-06-141-12/+10
| * xargs: simplify logicDenys Vlasenko2010-06-141-199/+184