aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fdisk: add typical values of -H and -S to --helpDenys Vlasenko2017-01-191-2/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2016-11-271-0/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+80
* fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko2016-09-171-36/+36
* fdisk: tweak some messagesDenys Vlasenko2016-08-231-19/+24
* fdisk: print much less cryptic partition tableDenys Vlasenko2016-08-231-87/+103
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-47/+47
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-3/+3
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* randomconfig fixesDenys Vlasenko2011-08-091-24/+32
* fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko2011-07-131-25/+18
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* fdisk: backport disk check from util-linuxLauri Kasanen2011-04-301-7/+28
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+22
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-1/+1
* fdisk: fix trivial build failureDenys Vlasenko2010-10-301-0/+1
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-251-22/+57
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* *: better string sharingDenys Vlasenko2010-06-021-3/+3
* fdisk: make comment more clearDenys Vlasenko2010-04-061-2/+1
* fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko2010-04-061-74/+89
* fdisk: code shrink without logic changesDenys Vlasenko2010-04-061-126/+118
* fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko2010-02-241-2/+3
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-051-2/+3
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-6/+5
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-1/+1
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-221-1/+4
* fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko2009-09-161-130/+163
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-0/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-6/+6
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-031-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* - fix spellingBernhard Reutner-Fischer2008-07-211-3/+3
* fdisk: fix compile failureDenis Vlasenko2008-07-091-38/+41
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* fdisk: cosmetics, and removal of dead dataDenis Vlasenko2008-06-291-10/+8
* fdisk: move more data to struct globals; shrink code Denis Vlasenko2008-06-291-37/+51
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-2/+2
* fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2008-04-171-18/+28
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-171-124/+103
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+10
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-43/+36
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-101-19/+10
* fdisk: comment out unused functionDenis Vlasenko2008-01-251-0/+2