aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* fdisk: recognize EBBR protective partitionsVincent Stehlé2022-01-061-0/+1
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-2/+2
* fdisk: commonalize stringsDenys Vlasenko2021-06-251-2/+2
* randomconfig fixesDenys Vlasenko2020-12-291-2/+5
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* fdisk: add HFS / HFS+ partition typeDenys Vlasenko2020-02-141-6/+4
* suppress a few "unused function" warningsDenys Vlasenko2019-10-251-0/+2
* fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko2019-10-041-18/+13
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* 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