aboutsummaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk-menu.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-07Use the 'fallthrough' attributeMatteo Croce1-1/+1
2024-11-18disk-utils: make pointer arrays constMax Kellermann1-1/+1
2024-08-18fdisk: fix sgi_menu_cb return valuemr-bronson1-1/+1
2024-04-17fdisk: add 'T' command to discard sectorsKarel Zak1-0/+5
2023-12-08fdisk: add support for partition resizingThomas Weißschuh1-0/+4
2023-11-01disk-utils: add SPDX and Copyright noticesKarel Zak1-1/+10
2023-02-19fdisk: document expected answers to quit messageThomas Weißschuh1-1/+3
2022-11-10fdisk: make it more obvious that DOS means MBRKarel Zak1-2/+2
2021-07-30fdisk: Add support for fixing MBR partitions CHS valuesPali Rohár1-0/+8
2021-07-13fdisk: move reorder diag messages to fdisk_reorder_partitions()Pali Rohár1-11/+0
2021-07-06fdisk: do not print error message when partition reordering is not neededPali Rohár1-2/+9
2020-09-30fdisk: always report fdisk_create_disklabel() errorsKarel Zak1-6/+14
2020-03-24fdisk: make sure label defined for some menu entriesKarel Zak1-2/+2
2019-10-01libfdisk: (gpt) fix hybrid MBR detection, fix 'w'Karel Zak1-1/+2
2019-09-30fdisk: use 'r' to return from MBR to GPTKarel Zak1-6/+7
2019-09-05fdisk: make quit question more usableKarel Zak1-1/+1
2019-05-14fdisk: initialize buffers for get_user_reply() [coverity scan]Karel Zak1-1/+1
2018-08-01fdisk: fix error message on 'd' commandKarel Zak1-2/+4
2018-02-16misc: fix typos using codespellRuediger Meier1-1/+1
2018-01-02libfdisk: extend API to provide label specific geometry rangesKarel Zak1-8/+26
2017-11-02fdisk: (gpt) make PMBR accessible from main menuKarel Zak1-4/+6
2017-08-24fdisk: add missing includeKarel Zak1-0/+1
2017-08-24fdisk: fix readline interaction with signalsKarel Zak1-3/+16
2017-07-14fdisk: use fdisk_reread_changes()Karel Zak1-1/+5
2017-07-10fdisk: reset context after failed scriptKarel Zak1-2/+8
2017-02-20misc: add static keyword to where needed [smatch scan]Sami Kerola1-8/+8
2017-02-14fdisk: improve --wipe functionalityKarel Zak1-15/+18
2016-10-26fdisk: fix compiler warningKarel Zak1-2/+2
2016-05-31misc: Fix various typosSebastian Rasmussen1-3/+3
2016-05-18fdisk: Add support for altering GPT sizeSassan Panahinejad1-0/+8
2016-05-04fdisk: add --wipe-partitions=auto|never|defaultKarel Zak1-1/+37
2016-03-29fdisk: remove dead assignment [clang analyze]Karel Zak1-1/+0
2016-03-13misc: fix icc/clang compiler warningsRuediger Meier1-2/+2
2016-03-08fdisk: fix warning, uninitialized variableRuediger Meier1-1/+1
2016-02-03fdisk: make 'f' command more verboseKarel Zak1-0/+4
2015-08-03textual: adjust grammar and punctuation of some messagesBenno Schulenberg1-1/+1
2015-07-29fdisk: value is never read [clang analyze]Karel Zak1-1/+0
2015-07-29fdisk: value is never read [clang analyze]Karel Zak1-1/+0
2015-07-28fdisk: add 'F' command to list free unpartitioned spaceKarel Zak1-0/+4
2015-05-11fdisk: add the 'i'nfo commandJean-Loup 'clippix' Bogalho1-0/+4
2015-01-28fdisk: check return and robust label usage [coverity scan]Karel Zak1-1/+2
2015-01-26textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg1-3/+3
2014-11-26libfdisk: rename and move functionKarel Zak1-9/+9
2014-11-21libfdisk: remove flags from fdisk_ask APIKarel Zak1-4/+2
2014-11-13cfdisk: remove [Load] from menuKarel Zak1-2/+2
2014-11-12cfdisk: add support for sfdisk scriptsKarel Zak1-2/+2
2014-11-12fdisk: add support for sfdisk scriptsKarel Zak1-0/+78
2014-10-07libfdisk: (gpt) use generic API to change UUID and nameKarel Zak1-2/+28
2014-10-07libfdisk: return partno when add new partitionKarel Zak1-1/+1
2014-08-28libfdisk: use reference counting for contextKarel Zak1-4/+4
2014-08-15fdisk: add independent debug stuffKarel Zak1-16/+16
2014-08-15fdisk: use libfdisk public API onlyKarel Zak1-18/+31
2014-08-13libfdisk: cleanup fdisk_is_label stuffKarel Zak1-5/+5
2014-08-13libfdisk: clean up API (context.c)Karel Zak1-15/+15
2014-07-15libfdisk: make disk sync() optionalKarel Zak1-1/+1
2014-05-13fdisk: support colors customizationKarel Zak1-1/+1
2014-04-18libfdisk: add partitions reorder operation to label APIKarel Zak1-4/+4
2014-03-21libfdisk: properly implement read-only modeKarel Zak1-0/+4
2014-03-21libfdisk: use new debug functionsKarel Zak1-15/+15
2014-03-11build-sys: ove fdisks to disk-utilsKarel Zak1-0/+880