summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-27fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2-15/+42
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-09-17fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko1-36/+36
2016-08-23fdisk: tweak some messagesDenys Vlasenko1-19/+24
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko1-87/+103
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-08-09randomconfig fixesDenys Vlasenko2-30/+38
2011-07-13fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko1-25/+18
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-30fdisk: backport disk check from util-linuxLauri Kasanen1-7/+28
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko6-61/+39
2010-10-30fdisk: fix trivial build failureDenys Vlasenko1-0/+1
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee5-26/+275
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-07-06whitespace fixesDenys Vlasenko3-3/+3
2010-06-02*: better string sharingDenys Vlasenko10-26/+22
2010-04-06fdisk: make comment more clearDenys Vlasenko1-2/+1
2010-04-06fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko1-74/+89
2010-04-06fdisk: code shrink without logic changesDenys Vlasenko1-126/+118
2010-02-24fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko1-2/+3
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko4-36/+34
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko7-23/+33
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2-1/+7
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko5-211/+246
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-03modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko5-18/+19
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-21- fix spellingBernhard Reutner-Fischer9-41/+41
2008-07-09fdisk: fix compile failureDenis Vlasenko1-38/+41
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-29fdisk: cosmetics, and removal of dead dataDenis Vlasenko1-10/+8
2008-06-29fdisk: move more data to struct globals; shrink code Denis Vlasenko4-68/+66
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
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
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17dos2unix: tiny shrinkDenis Vlasenko8-207/+203
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
[next]