summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola2011-01-251-5/+10
* fdisk: more meaningful error messages (use err.h)Francesco Cosoleto2011-01-231-24/+11Star
* fdisk: use xalloc libFrancesco Cosoleto2011-01-233-17/+9Star
* fdisk: replace fatal(usage) with a separate usage() functionFrancesco Cosoleto2011-01-232-26/+27
* fdisk: add exFAT to MBR partition type 0x7Jon Grant2011-01-231-1/+1
* fdisk: add description for partition type 0x27Karel Zak2011-01-171-0/+1
* fdisk: re-print prompt after maybe_exit()Karel Zak2011-01-053-10/+22
* include: add fallback for rpmatch()Francesco Cosoleto2011-01-052-7/+4Star
* fdisk: quit with a single CTRL-D, confirm if necessaryFrancesco Cosoleto2011-01-051-9/+26
* cfdisk: close the program when terminal isn't presentFrancesco Cosoleto2010-12-301-6/+17
* fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak2010-12-174-23/+32
* sfdisk: add option to use maximum partition sizeKarel Zak2010-12-092-1/+5
* rename util-linux-ng back to util-linuxKarel Zak2010-11-303-7/+7
* fdisk: fix freespace boundaries calculation on SGI disklabelKarel Zak2010-11-291-0/+3
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* sfdisk: save errno before calling perrorForest Bond2010-10-071-1/+4
* fdisk: eliminate redundant call to open()Markus Rinne2010-09-301-8/+8
* cfdisk: don't use size of device based on cylindersKarel Zak2010-09-061-12/+5Star
* fdisk: fix alignment check for non-512-byte logical sectorsKarel Zak2010-08-231-1/+1
* fdisk: don't keep internally device size in 512-byte sectorsKarel Zak2010-08-231-15/+14Star
* cfdisk: fix n+1 againKarel Zak2010-08-091-1/+1
* fdisk: update MBR after ID changeKarel Zak2010-08-091-4/+15
* cfdisk: fix n+1 bug in error messageKarel Zak2010-08-091-2/+2
* fdisk: fix use of non portable typeFrançois Revol2010-07-261-1/+1
* cfdisk: get_string not calculating correct limitsKarel Zak2010-07-191-3/+8
* cfdisk: search for ncursesw/ncurses.hMike Frysinger2010-07-071-0/+2
* cfdisk: fix --with-slangKarel Zak2010-07-012-2/+11
* po: merge changesKarel Zak2010-06-301-1/+1
* 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