summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-2/+2
* fdisk: print welcome messageFrancesco Cosoleto2011-08-301-5/+5
* fdisk: print partition deleted messageFrancesco Cosoleto2011-08-301-13/+5Star
* fdisk: print a message with size and type of created partitionFrancesco Cosoleto2011-08-301-0/+13
* fdisk: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-011-11/+9Star
* fdisk: use a single variable for the current disklabelFrancesco Cosoleto2011-07-111-72/+70Star
* 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
* 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
* build-sys: don't use HAVE_LIBBLKID_INTERNAL macroKarel Zak2011-03-161-2/+2
* fdisk: more meaningful error messages (use err.h)Francesco Cosoleto2011-01-231-24/+11Star
* fdisk: use xalloc libFrancesco Cosoleto2011-01-231-15/+6Star
* fdisk: replace fatal(usage) with a separate usage() functionFrancesco Cosoleto2011-01-231-25/+26
* fdisk: re-print prompt after maybe_exit()Karel Zak2011-01-051-7/+19
* include: add fallback for rpmatch()Francesco Cosoleto2011-01-051-0/+1
* fdisk: quit with a single CTRL-D, confirm if necessaryFrancesco Cosoleto2011-01-051-9/+26
* fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak2010-12-171-4/+11
* fdisk: eliminate redundant call to open()Markus Rinne2010-09-301-8/+8
* 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
* fdisk: update MBR after ID changeKarel Zak2010-08-091-4/+15
* fdisk: fix use of non portable typeFrançois Revol2010-07-261-1/+1
* po: merge changesKarel Zak2010-06-301-1/+1
* fdisk: extend -c and -u options to support old DOS stuffKarel Zak2010-06-161-8/+20
* fdisk: disable DOS mode and cylinders by defaultKarel Zak2010-06-151-11/+11
* fdisk: remove erroneous <size> argument from -u option in help textBenno Schulenberg2010-06-151-3/+3
* fdisk: untangle the reporting of deprecated mode and unitBenno Schulenberg2010-06-151-9/+3Star
* fdisk: improve 'move begin of partition' commandKarel Zak2010-04-281-5/+30
* fdisk: improve add partition dialogKarel Zak2010-04-281-4/+12
* fdisk: fix -b <sectorsize>Karel Zak2010-03-191-6/+12
* fdisk: correctly truncate and align translated partition namesPádraig Brady2010-03-161-3/+14
* fdisk: don't use 1MiB grain on small devicesKarel Zak2010-02-151-3/+6
* fdisk: use 1MiB offset and grain always when possibleKarel Zak2010-02-151-5/+14
* fdisk: add -c option (switch off DOS mode)Karel Zak2010-02-151-2/+11
* fdisk: fix ALIGN_UPKarel Zak2010-02-151-0/+3
* fdisk: fallback for topology valuesKarel Zak2010-02-151-1/+5
* fdisk: cleanup help, add -h optionKarel Zak2010-02-151-33/+22Star
* fdisk: use more elegant way to count and check alignmentKarel Zak2010-02-121-33/+34
* fdisk: cleanup warningsKarel Zak2010-02-091-37/+23Star
* fdisk: fix default first sectorKarel Zak2010-02-091-5/+4Star
* fdisk: cleanup alignment, default to 1MiB offsetKarel Zak2010-02-091-21/+66
* fdisk: fix check_alignment()Karel Zak2010-02-091-5/+5
* fdisk: don't check alignment_offset against geometryKarel Zak2010-02-091-12/+3Star
* fdisk: use "optimal I/O size" in warningsKarel Zak2010-01-281-4/+4
* fdisk: use optimal_io_sizeKarel Zak2010-01-281-11/+13
* fdisk: sleep-after-sync and fsync usageKarel Zak2010-01-061-2/+0Star