summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* fdisk: use a single variable for the current disklabelFrancesco Cosoleto2011-07-116-92/+85Star
* sfdisk: fix coding style.Karel Zak2011-06-291-918/+998
* Merge branch 'master', remote-tracking branch 'upstream/master' into sfdiskSami Kerola2011-06-162-18/+18
|\
| * fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_l...Josiah Worcester2011-06-141-17/+17
| * cfdisk: fix gcc warning (unused variable)Karel Zak2011-06-081-1/+1
* | sfdisk: fix for data type mismatchesSami Kerola2011-06-141-6/+7
* | sfdisk: fix implicit overflowSami Kerola2011-05-301-1/+1
* | docs: sfdisk manual updateSami Kerola2011-05-301-11/+42
* | sfdisk: previously undocumented options to usageSami Kerola2011-05-301-21/+50
* | sfdisk: help screen formatSami Kerola2011-05-301-45/+48
* | sfdisk: declare unused function attributesSami Kerola2011-05-301-4/+16
|/
* fdisk: accept digits-space-suffix formatFrancesco Cosoleto2011-05-101-0/+3
* fdisk: print logical partition number while adding itFrancesco Cosoleto2011-05-101-2/+4
* fdisk: quit from partition type dialog after invalid responseFrancesco Cosoleto2011-05-101-25/+20Star
* fdisk: add a default response for the partition type dialogFrancesco Cosoleto2011-05-101-5/+13
* fdisk: change primary or extended partition type dialogFrancesco Cosoleto2011-05-101-3/+7
* sfdisk: returns non-zero on failed BLKRRPART ioctlAndrea Galbusera2011-05-061-8/+17
* fdisk: improve error message for missing extended partitionFrancesco Cosoleto2011-05-031-2/+2
* fdisk: fix "invalid partition number for type" error messageFrancesco Cosoleto2011-05-031-2/+1Star
* fdisk: check index before access to array [coverity scan]Karel Zak2011-03-171-2/+4
* build-sys: don't use HAVE_LIBBLKID_INTERNAL macroKarel Zak2011-03-162-5/+5
* build-sys: don't support external (e2fsprogs) libblkidKarel Zak2011-03-161-1/+0Star
* cfdisk: add home and end keys movements in partition listFrancesco Cosoleto2011-03-111-0/+6
* cfdisk: move keys related to the cursor of the partition list outside menusel...Francesco Cosoleto2011-03-111-15/+7Star
* cfdisk: move "No more partition" warning to draw_cursor()Francesco Cosoleto2011-03-111-14/+8Star
* cfdisk: use keypad() in menu selection functionFrancesco Cosoleto2011-03-111-71/+41Star
* cfdisk: fix compiler warningKarel Zak2011-02-211-1/+1
* cfdisk: remove unused vertical menu direction codeFrancesco Cosoleto2011-02-211-51/+5Star
* sfdisk: rename warn to my_warnFabian Groffen2011-02-141-51/+51
* cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola2011-01-251-5/+10
* fdisk: more meaningful error messages (use err.h)Francesco Cosoleto2011-01-231-24/+11Star
* fdisk: use xalloc libFrancesco Cosoleto2011-01-233-17/+9Star
* fdisk: replace fatal(usage) with a separate usage() functionFrancesco Cosoleto2011-01-232-26/+27
* fdisk: add exFAT to MBR partition type 0x7Jon Grant2011-01-231-1/+1
* fdisk: add description for partition type 0x27Karel Zak2011-01-171-0/+1
* fdisk: re-print prompt after maybe_exit()Karel Zak2011-01-053-10/+22
* include: add fallback for rpmatch()Francesco Cosoleto2011-01-052-7/+4Star
* fdisk: quit with a single CTRL-D, confirm if necessaryFrancesco Cosoleto2011-01-051-9/+26
* cfdisk: close the program when terminal isn't presentFrancesco Cosoleto2010-12-301-6/+17
* fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak2010-12-174-23/+32
* sfdisk: add option to use maximum partition sizeKarel Zak2010-12-092-1/+5
* rename util-linux-ng back to util-linuxKarel Zak2010-11-303-7/+7
* fdisk: fix freespace boundaries calculation on SGI disklabelKarel Zak2010-11-291-0/+3
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* sfdisk: save errno before calling perrorForest Bond2010-10-071-1/+4
* fdisk: eliminate redundant call to open()Markus Rinne2010-09-301-8/+8
* cfdisk: don't use size of device based on cylindersKarel Zak2010-09-061-12/+5Star
* fdisk: fix alignment check for non-512-byte logical sectorsKarel Zak2010-08-231-1/+1
* fdisk: don't keep internally device size in 512-byte sectorsKarel Zak2010-08-231-15/+14Star
* cfdisk: fix n+1 againKarel Zak2010-08-091-1/+1