aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/split-include.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-18ash: fix unset in standalone modeDenys Vlasenko3-0/+4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18ash: cosmetics, no code changesDenys Vlasenko1-23/+7
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18Improve unzip's handling of stream ZIP filesDan Fandrich1-4/+9
Search harder for the ZIP magic numbers at the end of a file by checking 16 KiB from the end instead of just 1 KiB. ZIP files with long comments (such as certain cryptographically signed files) or those sitting in a wrapper could have more than 1 KiB of data after the magic numbers, so they couldn't be read. Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18Allow CONFIG_VOLUMEID to be turned offDan Fandrich1-3/+3
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18ignore changes to Kbuild files, they are generatedDan Fandrich1-0/+1
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18mkfs_ext2: improve comments a bitDenys Vlasenko1-3/+6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18cpio.tests: mention suid bits too, not only sgidDenys Vlasenko1-3/+3
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18mkfs_ext2: reuse stringBernhard Reutner-Fischer1-1/+1
function old new delta mkfs_ext2_main 2376 2378 +2 .rodata 135872 135848 -24 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 2/-24) Total: -22 bytes Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-06-18mkfs_ext2: fix handling of -I argumentBernhard Reutner-Fischer1-1/+1
-I <unsigned int> but was treated as a character Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-06-18mktemp: be more compatible: bare "mktemp" creates tempfile in /tmp, not cwdDenys Vlasenko1-13/+10
function old new delta mktemp_main 171 152 -19 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18date: make %N work without -lrt on glibcDenys Vlasenko1-1/+6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko1-1/+2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18add a comment about sed and suid bitsDenys Vlasenko1-0/+2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-18data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko2-26/+35
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-17networking/Config.src: make tftp/tftpd-related options less confusing. ↵Denys Vlasenko1-0/+3
Closes 2017 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-06-17fix extra bogus files generation in include/config/*Denys Vlasenko2-7/+13
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>