summaryrefslogtreecommitdiff
path: root/fdisk
AgeCommit message (Expand)AuthorFilesLines
2009-12-10po: fix msgid bugsKarel Zak1-4/+4
2009-11-20build-sys: fix blkid CFLAGS in fdisk/Makefile.amKarel Zak1-1/+1
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 Zak2-3/+46
2009-11-05build-sys: remove LT_STATIC_LDFLAGSKarel Zak1-2/+2
2009-11-05build-sys: cleanup static buildingKarel Zak1-2/+2
2009-10-17fdisk: fix strict-aliasing bugsKarel Zak6-6/+31
2009-10-16fdisk: sgi label - remove duplicate swab16swab[16,32]() definitionsKarel Zak2-17/+6
2009-10-16fdisk: use c.hKarel Zak3-4/+4
2009-10-16sfdisk: use c.h, remove obsolete #ifdefsKarel Zak1-23/+8
2009-10-09Remove now unused <sys/ioctl.h> includesGuillem Jover2-2/+0
2009-09-11sfdisk: dump has to be $LANG insensitiveKarel Zak1-5/+5
2009-09-07cfdisk: more key alternativesJan Sarenik1-2/+5
2009-08-17sfdisk.8: formattingPeter Breitenlohner1-10/+11
2009-08-17fdisk.8: formattingPeter Breitenlohner1-6/+18
2009-08-17cfdisk.8: formattingPeter Breitenlohner1-2/+11
2009-08-17replace bcopy,bzero,index and rindexDaniel Mierswa3-12/+13
2009-05-19fdisk: (and cfdisk) fix to be consistent about maximum headsChris Webb2-2/+2
2009-04-29sfdisk: fix possible buffer overflowKarel Zak1-4/+5
2009-04-29fdisk: fix max. ptnameKarel Zak1-2/+2
2009-04-28cfdisk: fix "cannot seek on disk drive" bugKarel Zak1-1/+1
2009-03-11lib: add is_whole_disk() from fdisk codeKarel Zak5-33/+6
2009-03-09fdisk: support "-b 4096" optionKarel Zak2-2/+2
2009-02-26fdisk: (and partx) remove BLKGETLASTSECTKarel Zak1-39/+1
2009-02-26fdisk: use real sector size in verify() and warn_cylinders()Karel Zak1-15/+16
2009-02-26fdisk: doesn't handle large (4KiB) sectors properlyEric Sandeen1-5/+5
2009-02-06fdisk: cleanup _PATH_DEV_* macrosKarel Zak2-6/+3
2009-02-04fdisk: add 0xaf HFS / HFS partition typeKarel Zak1-0/+1
2008-12-12fdisk: remove unnecessary gettext callKarel Zak1-1/+1
2008-11-26fdisk: rename ENABLE_CMDTAGQ macroKarel Zak1-1/+1
2008-11-25fdisk: fix man page typoKarel Zak1-1/+1
2008-11-14cfdisk: accept yes/no as fallbackMatthias Koenig1-2/+4
2008-11-13fdisk: add some missing includesMatthias Koenig1-0/+4
2008-11-13fdisk: support +cylinder notationKarel Zak1-2/+4
2008-11-13fdisk: read /proc/partitions in more robust wayKarel Zak1-4/+5
2008-11-13fdisk: cannot create partition with starting beyond 1 TBKarel Zak1-1/+1
2008-10-23sfdisk: fix Compilation ErrorCAI Qian1-1/+1
2008-10-06fdisk: suggest partprobe(8) and kpartx(8) when BLKRRPART failedVincent Deffontaines6-25/+33
2008-10-03fdisk: several strings without gettext callsPedro Ribeiro4-9/+9
2008-08-20fdisk: round reported sizes rather than truncateKarel Zak1-4/+8
2008-08-19fdisk: don't check for GPT when asked for disk size onlyKarel Zak1-1/+0
2008-08-19fdisk: warn users about 2.2TB dos partition limitKarel Zak1-0/+12
2008-08-18fdisk: remove obsolete information from man pageKarel Zak1-20/+10
2008-08-08sfdisk: print version should end with a newlineDenis ChengRq1-1/+1
2008-07-28fdisk: exit(3) needs stdlib.h includemaximilian attems1-0/+1