summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-01-31fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko1-9/+5
2010-08-11fdisk: Add support for NDS32 architecture.Macpaul Lin1-1/+2
2009-11-07big endian warning fixesDenys Vlasenko4-14/+18
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko5-211/+246
2009-08-09fdisk: add handling of avr32. closes bug 555Denys Vlasenko1-9/+7
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-06-29fdisk: move more data to struct globals; shrink code Denis Vlasenko4-68/+66
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko9-20/+16
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko11-76/+77
2008-04-17fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2-19/+29
2008-04-17fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko5-155/+136
2007-12-16fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko5-213/+225
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko23-145/+145
2007-03-19fdisk: get rid of _() macro.Denis Vlasenko5-795/+791
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko10-44/+42
2007-01-22Convert cmdedit into more generic line input facilityDenis Vlasenko10-438/+459
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko3-36/+37
2007-01-02silly style fixesDenis Vlasenko1-62/+61
2006-12-30next bunch of fixes for bugs found by randconfigDenis Vlasenko8-228/+234
2006-12-19u_short, ulong exterminatedDenis Vlasenko11-95/+90
2006-11-30"make bigdata" biggest offender dealt with:Denis Vlasenko2-3/+5
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-10-14fdisk: compilation fixDenis Vlasenko3-37/+49
2006-10-12fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko5-3144/+3004