aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
AgeCommit message (Expand)Author
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-02-14fdisk: add HFS / HFS+ partition typeDenys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-10-04fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-07-25fdisk: code shrinkDenys Vlasenko
2018-07-25fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko
2018-07-25fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-10fdisk: typo fixDenys Vlasenko
2017-08-02line editing: make read_line_input() not take timeout paramDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-03fixes for bugs found by make_single_applets.shDenys Vlasenko
2017-01-19fdisk: add typical values of -H and -S to --helpDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-27fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2016-09-17fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko
2016-08-23fdisk: tweak some messagesDenys Vlasenko
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-08-09randomconfig fixesDenys Vlasenko
2011-07-13fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-30fdisk: backport disk check from util-linuxLauri Kasanen
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2010-10-30fdisk: fix trivial build failureDenys Vlasenko
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-06whitespace fixesDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-04-06fdisk: make comment more clearDenys Vlasenko
2010-04-06fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko
2010-04-06fdisk: code shrink without logic changesDenys Vlasenko
2010-02-24fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko