summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* fdisk: don't print confusing warning on non-partitioned disksKarel Zak2012-03-201-4/+2Star
* checkxalloc: nudge regex, fix newfound instancesDave Reisner2012-03-201-4/+2Star
* sfdisk: use rpmatch to yes/no questionSami Kerola2012-03-181-10/+9Star
* fdisk: fix to build for IA32Christian Wiese2012-03-071-1/+1
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-9/+28
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* fdisk: update information about GNU Parted in fdisk.8Petr Uzel2012-02-241-4/+3Star
* sfdisk: free variable which got the allocation [cppcheck]Sami Kerola2012-02-081-3/+6
* fdisk: remove redundant declaration [cppcheck]Sami Kerola2012-02-081-4/+0Star
* fdisk: remove uneecessary codeKarel Zak2012-02-031-4/+4
* sfdisk: remove dead assigmentKarel Zak2012-02-021-1/+0Star
* sfdisk: cleanup fd usageKarel Zak2012-02-021-4/+6
* sfdisk: fix typo in cdrom detectionKarel Zak2012-02-021-1/+1
* sfdisk: fix fd leakKarel Zak2012-02-021-2/+3
* fdisk: fix cdrom detectionKarel Zak2012-02-011-1/+1
* cfdisk: wctomb() returns -1 on errorKarel Zak2012-02-011-1/+1
* fdisk: don't swap unsigned charKarel Zak2012-02-011-2/+1Star
* sfdisk: add comment to keep static analysers happyKarel Zak2012-01-311-0/+1
* fdisk: add missing breakKarel Zak2012-01-311-0/+1
* sfdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* fdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* sfdisk: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* sfdisk: add note about alignment to the man pageKarel Zak2012-01-171-0/+6
* cfdisk: add note about alignment to the man pageKarel Zak2012-01-171-0/+6
* fdisk: fix last sector dialog bug after an incorrect input with suffixFrancesco Cosoleto2012-01-161-5/+8
* fdisk: rename read_int_sx() and some related variablesFrancesco Cosoleto2012-01-161-21/+21
* sfdisk: use is_blkdevDavidlohr Bueso2012-01-051-10/+3Star
* fdisk: remove PACKED macroKarel Zak2012-01-051-7/+1Star
* sfdisk: remove PACKED macroKarel Zak2012-01-051-17/+3Star
* sfdisk: remove do_warnDavidlohr Bueso2012-01-051-47/+36Star
* sfdisk: remove fatalDavidlohr Bueso2012-01-041-39/+26Star
* fdisk: fix incorrect position of is_ide_cdrom_or_tape() callFrancesco Cosoleto2012-01-041-3/+3
* fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso2012-01-022-56/+16Star
* fdisk: improve some messagesFrancesco Cosoleto2011-12-162-3/+3
* fdisk: Fix bad invalid flag 0x00000 warning messageFrancesco Cosoleto2011-12-162-85/+78Star
* fdisk: avoid an intermediate variable in command_prompt()Francesco Cosoleto2011-12-161-4/+5
* fdisk: don't use get_existing_partition() if disk label isn't dosFrancesco Cosoleto2011-12-161-18/+9Star
* fdisk: remove unused guess_device_type() functionFrancesco Cosoleto2011-12-163-40/+0Star
* fdisk: get rid of get_boot(create_empty_sun) callFrancesco Cosoleto2011-12-163-13/+14
* fdisk: get rid of type_open global variableFrancesco Cosoleto2011-12-161-8/+3Star
* fdisk: rename try() and tryprocpt() functionsFrancesco Cosoleto2011-12-161-9/+9
* fdisk: drop one parameter from try() functionFrancesco Cosoleto2011-12-161-6/+5Star
* fdisk: move code for renaming SGI bootfile to SGI moduleFrancesco Cosoleto2011-12-163-21/+15Star
* fdisk: remove possibly_osf_label variable that is only assignedFrancesco Cosoleto2011-12-161-4/+0Star
* fdisk: remove unused 'require' member in enum actionFrancesco Cosoleto2011-12-162-3/+1Star
* fdisk: split delete_partition() off from dos_delete_partition()Francesco Cosoleto2011-11-141-14/+22
* fdisk: avoid segfault validating a sgi label (boot/swap not set)Francesco Cosoleto2011-11-142-6/+6
* fdisk: use ngettext() in str_units() for plural formsFrancesco Cosoleto2011-11-141-5/+5
* fdisk: enable expert menu with SGI labelFrancesco Cosoleto2011-11-141-8/+3Star
* fdisk: rewrite print menu systemFrancesco Cosoleto2011-11-143-168/+84Star