summaryrefslogtreecommitdiff
path: root/fdisk
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24fdisk: non-linux support (BLK* and HDIO_*)Samuel Thibault6-4/+30
2008-07-24fdisk: don't use get_linux_version() for non-linuxSamuel Thibault2-2/+9
2008-05-19fdisk: doesn't recognize the VMware ESX partitionsKarel Zak1-0/+2
2008-04-14build-sys: ignore a bunch of generated files, mostly binariesJames Youngman1-0/+3
2008-04-14fdisk: message tweakKarel Zak1-2/+2
2008-03-20build-sys: use ncursesw (wide version) when possibeKarel Zak1-1/+1
2008-02-18build-sys: add --enable-static-programsStepan Kasal1-0/+12
2008-02-18fdisk: use more readable "GPT" name rather than "EFI GPT"Robert Millan1-1/+1
2008-01-28fdisk: better fallback for get_random_id()H. Peter Anvin1-1/+4
2008-01-14fdisk: calculate +size{K,M,G} in 2^NKarel Zak1-23/+49
2008-01-03cfdisk: define portable {DEFAULT,ALTERNATE}_DEVICESamuel Thibault1-0/+8
2007-12-17fdisk: use swab macros from bitops.hKarel Zak1-20/+2
2007-12-17fdisk: fix building for AVR32 and CRISImre Kaloz1-1/+3
2007-12-17build-sys: use dist_man_MANS instead of man_MANSStepan Kasal1-4/+4
2007-12-04sfdisk: allow partitioning drives of over 2^31 sectors.Kunihiko IMAI1-1/+2
2007-12-03fdisk: non-linux support (use standard uintxy_t instead __uxy)Samuel Thibault8-91/+90
2007-11-28sfdisk: remove unnecessary linux/unistd.hSamuel Thibault1-1/+0
2007-11-28build-sys: cleanup usage of linux/major.hSamuel Thibault2-1/+5
2007-11-26fdisk: non-linux support (MAXPATHLEN)Karel Zak1-1/+1
2007-11-26cfdisk: display cylinders beyond 1024Peter Breitenlohner1-6/+6
2007-11-08sfdisk: use get_linux_version()Karel Zak1-17/+2
2007-11-07fdisk: cleanup BLK* ioctls usageKarel Zak10-158/+57
2007-11-05sfdisk: cleanup 83 gcc warningsRandy Dunlap1-8/+8
2007-10-26sfdisk: opened files leaving unclosedKarel Zak1-41/+72
2007-10-26docs: tweak a few messages for clarityBenno Schulenberg2-2/+2
2007-10-26cfdisk: slightly increase the size of menu buttonsBenno Schulenberg1-3/+3