summaryrefslogtreecommitdiffstats
path: root/fdisks
Commit message (Expand)AuthorAgeFilesLines
* sfdisk: don't use word 'disk'.Karel Zak2013-07-151-18/+18
* sfdisk: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+1
* docs: add missing options to sfdisk manualSami Kerola2013-07-091-4/+22
* sfdisk: make unhiding as complete as possibleSami Kerola2013-07-091-1/+2
* docs: make description of --activate clearer on man page of sfdiskBenno Schulenberg2013-07-091-16/+18
* docs: improve formatting and wording of man pages for fdisk and cfdiskBenno Schulenberg2013-07-092-81/+80Star
* sfdisk: fix typoKarel Zak2013-07-011-1/+1
* sfdisk: clean up unhide codeKarel Zak2013-07-011-6/+2Star
* sfdisk: replace my_warn() with warnx()Sami Kerola2013-07-011-119/+104Star
* docs: correct sfdisk --activate instructionsSami Kerola2013-07-011-2/+31
* sfdisk: use program_invocation_short_name to determine program nameSami Kerola2013-07-011-7/+2Star
* sfdisk: clean up usage() functionsSami Kerola2013-07-011-21/+18Star
* sfdisk: use libc error printing function, and symbolic exit valuesSami Kerola2013-07-011-77/+43Star
* fdisk: add support for the MicroBlaze architectureNathan Rossi2013-06-131-1/+2
* fdisk: don't use ptes[] in generic codeKarel Zak2013-06-122-3/+5
* cfdisk: add long options to the commandSami Kerola2013-05-202-37/+52
* sfdisk: don't call BLKRRPART for non-block devicesKarel Zak2013-05-201-4/+6
* libfdisk: do not use va_list in the Ask APIKarel Zak2013-05-091-10/+3Star
* textual: fixing typos in a warning and an error messageBenno Schulenberg2013-04-261-1/+1
* cfdisk: fix ambiguous codeKarel Zak2013-04-261-2/+2
* sfdisk: check writing to a file descriptor was successfulSami Kerola2013-04-261-7/+23
* cfdisk: check writing to a file descriptor was successfulSami Kerola2013-04-261-2/+6
* cfdisk: check writing to a file was successfulSami Kerola2013-04-261-3/+15
* Fix various typosYuri Chornoivan2013-04-263-4/+4
* fdisk: fix list typesKarel Zak2013-04-181-13/+22
* fdisks: fix compiler warningKarel Zak2013-04-171-2/+4
* various: fix shadow declarations [smatch scan]Sami Kerola2013-04-091-19/+19
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-091-4/+4
* build-sys: set dependence fdisk -> libfdisk -> libuuidKarel Zak2013-03-211-0/+3
* fdisk: remove unwanted operator [smatch scan]Karel Zak2013-03-211-1/+1
* fdisk: improve MBR detectionKarel Zak2013-03-121-0/+8
* fdisk: no more AIX "support"Karel Zak2013-03-125-150/+1Star
* fdisk: use comma in the ask-partition-number dialog (again)Karel Zak2013-03-121-2/+2
* fdisk: (bsd) support non-nested version tooKarel Zak2013-03-112-19/+6Star
* fdisk: remove comma from ask number dialogKarel Zak2013-03-111-2/+2
* fdisk: use fdisk_ask_partnum() everywhereKarel Zak2013-03-112-86/+29Star
* fdisk: (bds) use nested partition tableKarel Zak2013-03-113-34/+35
* fdisk: (dos) use new dialog to ask for prim. partitionsKarel Zak2013-03-111-27/+24Star
* libfdisk: add disk_partition_is_used()Karel Zak2013-03-111-15/+6Star
* fdisk: (sun) cleanup header fileKarel Zak2013-03-111-3/+0Star
* libfdisk: add fdisk_partition_toggle_flag()Karel Zak2013-03-116-40/+105
* fdisk: (sun) use fdisk_ prefix for label specific public functionsKarel Zak2013-03-113-18/+22
* fdisk: remove global unit variablesKarel Zak2013-03-117-121/+120Star
* fdisk: (sun) use yes/no from libfdiskKarel Zak2013-03-111-4/+6
* libfdisk: add Yes/No to Ask APIKarel Zak2013-03-111-1/+10
* fdisk: (sun) use Ask API for new-partiton dialogKarel Zak2013-03-111-17/+64
* fdisk: sort menuKarel Zak2013-03-111-11/+11
* fdisk: allow zero as default offset/sizeKarel Zak2013-03-111-6/+6
* fdisk: (sun) use fdisk_{info,warnx}Karel Zak2013-03-111-39/+49
* fdisk: add 'G' to create SGI label to the main menuKarel Zak2013-03-111-1/+5