summaryrefslogtreecommitdiff
path: root/fdisk/fdisk.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-23fdisk: more meaningful error messages (use err.h)Francesco Cosoleto1-24/+11
2011-01-23fdisk: use xalloc libFrancesco Cosoleto1-15/+6
2011-01-23fdisk: replace fatal(usage) with a separate usage() functionFrancesco Cosoleto1-25/+26
2011-01-05fdisk: re-print prompt after maybe_exit()Karel Zak1-7/+19
2011-01-05include: add fallback for rpmatch()Francesco Cosoleto1-0/+1
2011-01-05fdisk: quit with a single CTRL-D, confirm if necessaryFrancesco Cosoleto1-9/+26
2010-12-17fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak1-4/+11
2010-09-30fdisk: eliminate redundant call to open()Markus Rinne1-8/+8
2010-08-23fdisk: fix alignment check for non-512-byte logical sectorsKarel Zak1-1/+1
2010-08-23fdisk: don't keep internally device size in 512-byte sectorsKarel Zak1-15/+14
2010-08-09fdisk: update MBR after ID changeKarel Zak1-4/+15
2010-07-26fdisk: fix use of non portable typeFrançois Revol1-1/+1
2010-06-30po: merge changesKarel Zak1-1/+1
2010-06-16fdisk: extend -c and -u options to support old DOS stuffKarel Zak1-8/+20
2010-06-15fdisk: disable DOS mode and cylinders by defaultKarel Zak1-11/+11
2010-06-15fdisk: remove erroneous <size> argument from -u option in help textBenno Schulenberg1-3/+3
2010-06-15fdisk: untangle the reporting of deprecated mode and unitBenno Schulenberg1-9/+3
2010-04-28fdisk: improve 'move begin of partition' commandKarel Zak1-5/+30
2010-04-28fdisk: improve add partition dialogKarel Zak1-4/+12
2010-03-19fdisk: fix -b <sectorsize>Karel Zak1-6/+12
2010-03-16fdisk: correctly truncate and align translated partition namesPádraig Brady1-3/+14
2010-02-15fdisk: don't use 1MiB grain on small devicesKarel Zak1-3/+6
2010-02-15fdisk: use 1MiB offset and grain always when possibleKarel Zak1-5/+14
2010-02-15fdisk: add -c option (switch off DOS mode)Karel Zak1-2/+11
2010-02-15fdisk: fix ALIGN_UPKarel Zak1-0/+3
2010-02-15fdisk: fallback for topology valuesKarel Zak1-1/+5
2010-02-15fdisk: cleanup help, add -h optionKarel Zak1-33/+22
2010-02-12fdisk: use more elegant way to count and check alignmentKarel Zak1-33/+34
2010-02-09fdisk: cleanup warningsKarel Zak1-37/+23
2010-02-09fdisk: fix default first sectorKarel Zak1-5/+4
2010-02-09fdisk: cleanup alignment, default to 1MiB offsetKarel Zak1-21/+66
2010-02-09fdisk: fix check_alignment()Karel Zak1-5/+5
2010-02-09fdisk: don't check alignment_offset against geometryKarel Zak1-12/+3
2010-01-28fdisk: use "optimal I/O size" in warningsKarel Zak1-4/+4
2010-01-28fdisk: use optimal_io_sizeKarel Zak1-11/+13
2010-01-06fdisk: sleep-after-sync and fsync usageKarel Zak1-2/+0
2009-12-10po: fix msgid bugsKarel Zak1-4/+4
2009-11-18fdisk: offer aligned first sectorKarel Zak1-10/+35
2009-11-18fdisk: align end of partition when defined by +size{K,M,G}Karel Zak1-13/+35
2009-11-18fdisk: check for partition boundaryKarel Zak1-1/+14
2009-11-18fdisk: print info and recommendations about alignmentKarel Zak1-4/+36
2009-11-18fdisk: use minimal_io_size for the first partitionKarel Zak1-12/+34
2009-11-18fdisk: add basic routines for LBA alignmentKarel Zak1-0/+73
2009-11-18fdisk: read topology info from libblkidKarel Zak1-3/+31
2009-10-17fdisk: fix strict-aliasing bugsKarel Zak1-1/+24
2009-05-19fdisk: (and cfdisk) fix to be consistent about maximum headsChris Webb1-1/+1
2009-04-29fdisk: fix max. ptnameKarel Zak1-2/+2
2009-03-11lib: add is_whole_disk() from fdisk codeKarel Zak1-1/+2
2009-03-09fdisk: support "-b 4096" optionKarel Zak1-1/+1
2009-02-26fdisk: use real sector size in verify() and warn_cylinders()Karel Zak1-15/+16