aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* fdisk: code shrinkDenys Vlasenko2018-07-251-5/+27
* fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko2018-07-251-46/+44
* fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko2018-07-251-3/+6
* fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko2018-05-261-6/+0
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* fdisk: typo fixDenys Vlasenko2017-08-101-1/+1
* line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-21/+21
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-0/+3
* 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