summaryrefslogtreecommitdiffstats
path: root/fdisk/sfdisk.c
Commit message (Expand)AuthorAgeFilesLines
* build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak2012-06-261-3242/+0Star
* fdisk: cleanup strtoxx_or_err()Karel Zak2012-05-151-4/+4
* sfdisk: fix compiler warning [-Wunused-result]Petr Uzel2012-04-271-1/+1
* sfdisk: improve F_MEGABYTE headerBernhard Voelker2012-04-231-4/+4
* fdisk: make CHS user values more robustDavidlohr Bueso2012-04-231-4/+5
* Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-04-111-0/+2
|\
| * fdisk: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* | sfdisk: fix calculation due to type mismatch (ix86)Petr Uzel2012-04-101-2/+2
* | sfdisk: make -l less verbose about missing PTKarel Zak2012-04-061-8/+10
|/
* checkxalloc: nudge regex, fix newfound instancesDave Reisner2012-03-201-4/+2Star
* sfdisk: use rpmatch to yes/no questionSami Kerola2012-03-181-10/+9Star
* sfdisk: free variable which got the allocation [cppcheck]Sami Kerola2012-02-081-3/+6
* sfdisk: remove dead assigmentKarel Zak2012-02-021-1/+0Star
* sfdisk: cleanup fd usageKarel Zak2012-02-021-4/+6
* sfdisk: fix typo in cdrom detectionKarel Zak2012-02-021-1/+1
* sfdisk: fix fd leakKarel Zak2012-02-021-2/+3
* sfdisk: add comment to keep static analysers happyKarel Zak2012-01-311-0/+1
* sfdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* sfdisk: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* sfdisk: use is_blkdevDavidlohr Bueso2012-01-051-10/+3Star
* sfdisk: remove PACKED macroKarel Zak2012-01-051-17/+3Star
* sfdisk: remove do_warnDavidlohr Bueso2012-01-051-47/+36Star
* sfdisk: remove fatalDavidlohr Bueso2012-01-041-39/+26Star
* fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso2012-01-021-28/+9Star
* 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
* sfdisk: make some tests conditional to !LinuxGiulio Orsero2011-08-231-8/+6Star
* sfdisk: slice help text into small chunks and improve its wordingBenno Schulenberg2011-08-161-55/+56
* sfdisk: indent usage()Karel Zak2011-08-161-42/+41Star
* sfdisk: correct '--inside-order' to '--inside-outer' in documentationBenno Schulenberg2011-08-151-2/+2
* 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
* sfdisk: fix coding style.Karel Zak2011-06-291-918/+998
* sfdisk: fix for data type mismatchesSami Kerola2011-06-141-6/+7
* sfdisk: fix implicit overflowSami Kerola2011-05-301-1/+1
* 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
* sfdisk: returns non-zero on failed BLKRRPART ioctlAndrea Galbusera2011-05-061-8/+17
* sfdisk: rename warn to my_warnFabian Groffen2011-02-141-51/+51
* fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak2010-12-171-16/+17
* sfdisk: add option to use maximum partition sizeKarel Zak2010-12-091-0/+2
* sfdisk: save errno before calling perrorForest Bond2010-10-071-1/+4
* sfdisk: make sure writes make it to disk in write_partitions()Bryn M. Reeves2010-02-181-0/+5