summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* fdisk: improve the description of -c and -u options on man pageBenno Schulenberg2010-06-301-66/+61Star
* cfdisk: fix warning: implicit declaration of function ‘wcwidth’Karel Zak2010-06-211-0/+1
* fdisk: extend -c and -u options to support old DOS stuffKarel Zak2010-06-162-24/+49
* fdisk: disable DOS mode and cylinders by defaultKarel Zak2010-06-152-13/+13
* 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
* build-sys: replace ../ with $top_srcdirKarel Zak2010-05-241-3/+4
* cfdisk: support non-ascii characters in inputKarel Zak2010-05-072-9/+48
* fdisk: improve 'move begin of partition' commandKarel Zak2010-04-281-5/+30
* fdisk: improve add partition dialogKarel Zak2010-04-281-4/+12
* fdisk: replace bzero with memsetJon Ringle2010-03-311-2/+2
* fdisk: fix -b <sectorsize>Karel Zak2010-03-192-7/+15
* fdisk: correctly truncate and align translated partition namesPádraig Brady2010-03-162-4/+15
* fdisk: fix 'p' output for sun labelKarel Zak2010-02-261-9/+9
* fdisk: swap VTOC values for warning messagesKarel Zak2010-02-191-3/+3
* sfdisk: make sure writes make it to disk in write_partitions()Bryn M. Reeves2010-02-181-0/+5
* 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-152-3/+15
* 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-153-34/+28Star
* fdisk: use more elegant way to count and check alignmentKarel Zak2010-02-121-33/+34
* cfdisk: set '[New]' as default item on menu for non allocated space instead o...Francesco Cosoleto2010-02-121-1/+1
* cfdisk: set '[Quit]' as default menu item on first run instead of '[Bootable]'.Francesco Cosoleto2010-02-111-1/+3
* 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
* cfdisk: use libblkidMatthias König2010-01-222-206/+49Star
* fdisk: don't include scsi.hKarel Zak2010-01-131-5/+0Star
* fdisk: sleep-after-sync and fsync usageKarel Zak2010-01-063-9/+5Star
* sfdisk: confused about disk sizeKarel Zak2010-01-041-4/+5
* po: fix msgid bugsKarel Zak2009-12-101-4/+4
* build-sys: fix blkid CFLAGS in fdisk/Makefile.amKarel Zak2009-11-201-1/+1
* fdisk: offer aligned first sectorKarel Zak2009-11-181-10/+35
* fdisk: align end of partition when defined by +size{K,M,G}Karel Zak2009-11-181-13/+35
* fdisk: check for partition boundaryKarel Zak2009-11-181-1/+14
* fdisk: print info and recommendations about alignmentKarel Zak2009-11-181-4/+36
* fdisk: use minimal_io_size for the first partitionKarel Zak2009-11-181-12/+34
* fdisk: add basic routines for LBA alignmentKarel Zak2009-11-181-0/+73
* fdisk: read topology info from libblkidKarel Zak2009-11-182-3/+46
* build-sys: remove LT_STATIC_LDFLAGSKarel Zak2009-11-051-2/+2
* build-sys: cleanup static buildingKarel Zak2009-11-051-2/+2
* fdisk: fix strict-aliasing bugsKarel Zak2009-10-176-6/+31
* fdisk: sgi label - remove duplicate swab16swab[16,32]() definitionsKarel Zak2009-10-162-17/+6Star
* fdisk: use c.hKarel Zak2009-10-163-4/+4