summaryrefslogtreecommitdiff
path: root/fdisk
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Fixed segfault is disk_device is read-onlyIgor Pashev1-7/+9
2012-06-20TABS!Igor Pashev1-2/+2
2012-06-20Fixed patition names for solarisIgor Pashev1-1/+9
2012-06-20Set default device name for solarisIgor Pashev1-0/+3
2012-06-19Build fdisk/cfdisk/sfdiskIgor Pashev1-0/+4
2011-01-31Merge remote branch 'origin/master'LaMont Jones6-103/+126
2011-01-25cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola1-5/+10
2011-01-23fdisk: more meaningful error messages (use err.h)Francesco Cosoleto1-24/+11
2011-01-23fdisk: use xalloc libFrancesco Cosoleto3-17/+9
2011-01-23fdisk: replace fatal(usage) with a separate usage() functionFrancesco Cosoleto2-26/+27
2011-01-23fdisk: add exFAT to MBR partition type 0x7Jon Grant1-1/+1
2011-01-17fdisk: add description for partition type 0x27Karel Zak1-0/+1
2011-01-05fdisk: re-print prompt after maybe_exit()Karel Zak3-10/+22
2011-01-05include: add fallback for rpmatch()Francesco Cosoleto2-7/+4
2011-01-05fdisk: quit with a single CTRL-D, confirm if necessaryFrancesco Cosoleto1-9/+26
2010-12-30cfdisk: close the program when terminal isn't presentFrancesco Cosoleto1-6/+17
2010-12-29Merge remote branch 'origin/master'LaMont Jones9-32/+48
2010-12-17fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak4-23/+32
2010-12-09sfdisk: add option to use maximum partition sizeKarel Zak2-1/+5
2010-11-30rename util-linux-ng back to util-linuxKarel Zak3-7/+7
2010-11-29fdisk: fix freespace boundaries calculation on SGI disklabelKarel Zak1-0/+3
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso1-1/+1
2010-10-18Merge remote branch 'origin/master'LaMont Jones2-9/+12
2010-10-07sfdisk: save errno before calling perrorForest Bond1-1/+4
2010-09-30fdisk: eliminate redundant call to open()Markus Rinne1-8/+8
2010-09-06Merge remote branch 'origin/master'LaMont Jones2-33/+36
2010-09-06cfdisk: don't use size of device based on cylindersKarel Zak1-12/+5
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-09cfdisk: fix n+1 againKarel Zak1-1/+1
2010-08-09fdisk: update MBR after ID changeKarel Zak1-4/+15
2010-08-09cfdisk: fix n+1 bug in error messageKarel Zak1-2/+2
2010-08-02Merge remote branch 'origin/master'LaMont Jones4-99/+131
2010-07-26fdisk: fix use of non portable typeFrançois Revol1-1/+1
2010-07-19cfdisk: get_string not calculating correct limitsKarel Zak1-3/+8
2010-07-07cfdisk: search for ncursesw/ncurses.hMike Frysinger1-0/+2
2010-07-01cfdisk: fix --with-slangKarel Zak2-2/+11
2010-06-30po: merge changesKarel Zak1-1/+1
2010-06-30fdisk: improve the description of -c and -u options on man pageBenno Schulenberg1-66/+61
2010-06-21cfdisk: fix warning: implicit declaration of function ‘wcwidth’Karel Zak1-0/+1
2010-06-16fdisk: extend -c and -u options to support old DOS stuffKarel Zak2-24/+49
2010-06-15fdisk: disable DOS mode and cylinders by defaultKarel Zak2-13/+13
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-05-24build-sys: replace ../ with $top_srcdirKarel Zak1-3/+4
2010-05-14Merge remote branch 'origin/master' into HEADLaMont Jones8-171/+316
2010-05-07cfdisk: support non-ascii characters in inputKarel Zak2-9/+48
2010-04-28fdisk: improve 'move begin of partition' commandKarel Zak1-5/+30
2010-04-28fdisk: improve add partition dialogKarel Zak1-4/+12
2010-03-31fdisk: replace bzero with memsetJon Ringle1-2/+2