summaryrefslogtreecommitdiffstats
path: root/fdisk
Commit message (Expand)AuthorAgeFilesLines
* fdisk: don't shorten long path to disk deviceKarel Zak2011-10-121-1/+2
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-272-4/+3Star
* sfdisk: warn if partition exceeds partition table limitsPetr Uzel2011-09-271-3/+41
* sfdisk: use unsigned long long to internally represent sector numberPetr Uzel2011-09-271-29/+29
* sfdisk: introduce get_ull() functionPetr Uzel2011-09-271-0/+38
* sfdisk: get_disksize() returns long longPetr Uzel2011-09-271-3/+3
* sfdisk: make the cylinder boundary check less fatalPetr Uzel2011-09-271-2/+4
* sfdisk: fix weird indentation in msdos_partition()Petr Uzel2011-09-271-6/+5Star
* sfdisk: file descriptor is of int typePetr Uzel2011-09-271-1/+1
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-314-893/+1Star
|\
| * docs: Documentation directory addedSami Kerola2011-08-124-893/+1Star
* | sfdisk.8: fix formattingPetr Uzel2011-08-301-1/+1
* | fdisk: print welcome messageFrancesco Cosoleto2011-08-303-11/+7Star
* | fdisk: print partition deleted messageFrancesco Cosoleto2011-08-301-13/+5Star
* | fdisk: print a message with size and type of created partitionFrancesco Cosoleto2011-08-305-2/+27
* | sfdisk: make some tests conditional to !LinuxGiulio Orsero2011-08-231-8/+6Star
* | docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-222-5/+5
* | sfdisk: fix typo in man pageKarel Zak2011-08-161-1/+1
* | sfdisk: slice help text into small chunks and improve its wordingBenno Schulenberg2011-08-161-55/+56
* | sfdisk: (man page) use comma between short and long option instead of "or"Benno Schulenberg2011-08-161-89/+90
* | sfdisk: indent usage()Karel Zak2011-08-161-42/+41Star
* | sfdisk: correct '--inside-order' to '--inside-outer' in documentationBenno Schulenberg2011-08-152-4/+4
* | sfdisk: remove inconsistent and wasteful newlines in the _() callsBenno Schulenberg2011-08-151-70/+43Star
* | sfdisk: improve descriptions of options --no-reread and --show-extendedBenno Schulenberg2011-08-151-4/+4
* | sfdisk: gettextize each warning as a wholeBenno Schulenberg2011-08-151-4/+4
* | fdisksgilabel: correct the grammar of an error messageBenno Schulenberg2011-08-151-1/+1
|/
* cfdisk: fix compiler warnings [-Wunused-parameter]Karel Zak2011-08-011-1/+1
* fdisk: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-014-15/+15
* cfdisk: fix compilation with slangKarel Zak2011-07-281-0/+2
* fdisk: use a single variable for the current disklabelFrancesco Cosoleto2011-07-116-92/+85Star
* sfdisk: fix coding style.Karel Zak2011-06-291-918/+998
* Merge branch 'master', remote-tracking branch 'upstream/master' into sfdiskSami Kerola2011-06-162-18/+18
|\
| * fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_l...Josiah Worcester2011-06-141-17/+17
| * cfdisk: fix gcc warning (unused variable)Karel Zak2011-06-081-1/+1
* | sfdisk: fix for data type mismatchesSami Kerola2011-06-141-6/+7
* | sfdisk: fix implicit overflowSami Kerola2011-05-301-1/+1
* | docs: sfdisk manual updateSami Kerola2011-05-301-11/+42
* | sfdisk: previously undocumented options to usageSami Kerola2011-05-301-21/+50
* | sfdisk: help screen formatSami Kerola2011-05-301-45/+48
* | sfdisk: declare unused function attributesSami Kerola2011-05-301-4/+16
|/
* fdisk: accept digits-space-suffix formatFrancesco Cosoleto2011-05-101-0/+3
* fdisk: print logical partition number while adding itFrancesco Cosoleto2011-05-101-2/+4
* fdisk: quit from partition type dialog after invalid responseFrancesco Cosoleto2011-05-101-25/+20Star
* fdisk: add a default response for the partition type dialogFrancesco Cosoleto2011-05-101-5/+13
* fdisk: change primary or extended partition type dialogFrancesco Cosoleto2011-05-101-3/+7
* sfdisk: returns non-zero on failed BLKRRPART ioctlAndrea Galbusera2011-05-061-8/+17
* fdisk: improve error message for missing extended partitionFrancesco Cosoleto2011-05-031-2/+2
* fdisk: fix "invalid partition number for type" error messageFrancesco Cosoleto2011-05-031-2/+1Star
* fdisk: check index before access to array [coverity scan]Karel Zak2011-03-171-2/+4
* build-sys: don't use HAVE_LIBBLKID_INTERNAL macroKarel Zak2011-03-162-5/+5