summaryrefslogtreecommitdiff
path: root/fdisk/sfdisk.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-26build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak1-3242/+0
2012-05-15fdisk: cleanup strtoxx_or_err()Karel Zak1-4/+4
2012-04-27sfdisk: fix compiler warning [-Wunused-result]Petr Uzel1-1/+1
2012-04-23sfdisk: improve F_MEGABYTE headerBernhard Voelker1-4/+4
2012-04-23fdisk: make CHS user values more robustDavidlohr Bueso1-4/+5
2012-04-11Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak1-0/+2
2012-04-10sfdisk: fix calculation due to type mismatch (ix86)Petr Uzel1-2/+2
2012-04-06sfdisk: make -l less verbose about missing PTKarel Zak1-8/+10
2012-04-04fdisk: verify writing to streams was successfulSami Kerola1-0/+2
2012-03-20checkxalloc: nudge regex, fix newfound instancesDave Reisner1-4/+2
2012-03-18sfdisk: use rpmatch to yes/no questionSami Kerola1-10/+9
2012-02-08sfdisk: free variable which got the allocation [cppcheck]Sami Kerola1-3/+6
2012-02-02sfdisk: remove dead assigmentKarel Zak1-1/+0
2012-02-02sfdisk: cleanup fd usageKarel Zak1-4/+6
2012-02-02sfdisk: fix typo in cdrom detectionKarel Zak1-1/+1
2012-02-02sfdisk: fix fd leakKarel Zak1-2/+3
2012-01-31sfdisk: add comment to keep static analysers happyKarel Zak1-0/+1
2012-01-17sfdisk: fix poor coding styleKarel Zak1-1/+1
2012-01-17sfdisk: remove duplicate includesKarel Zak1-1/+0
2012-01-05sfdisk: use is_blkdevDavidlohr Bueso1-10/+3
2012-01-05sfdisk: remove PACKED macroKarel Zak1-17/+3
2012-01-05sfdisk: remove do_warnDavidlohr Bueso1-47/+36
2012-01-04sfdisk: remove fatalDavidlohr Bueso1-39/+26
2012-01-02fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso1-28/+9
2011-09-27sfdisk: warn if partition exceeds partition table limitsPetr Uzel1-3/+41
2011-09-27sfdisk: use unsigned long long to internally represent sector numberPetr Uzel1-29/+29
2011-09-27sfdisk: introduce get_ull() functionPetr Uzel1-0/+38
2011-09-27sfdisk: get_disksize() returns long longPetr Uzel1-3/+3
2011-09-27sfdisk: make the cylinder boundary check less fatalPetr Uzel1-2/+4
2011-09-27sfdisk: fix weird indentation in msdos_partition()Petr Uzel1-6/+5
2011-09-27sfdisk: file descriptor is of int typePetr Uzel1-1/+1
2011-08-23sfdisk: make some tests conditional to !LinuxGiulio Orsero1-8/+6
2011-08-16sfdisk: slice help text into small chunks and improve its wordingBenno Schulenberg1-55/+56
2011-08-16sfdisk: indent usage()Karel Zak1-42/+41
2011-08-15sfdisk: correct '--inside-order' to '--inside-outer' in documentationBenno Schulenberg1-2/+2
2011-08-15sfdisk: remove inconsistent and wasteful newlines in the _() callsBenno Schulenberg1-70/+43
2011-08-15sfdisk: improve descriptions of options --no-reread and --show-extendedBenno Schulenberg1-4/+4
2011-08-15sfdisk: gettextize each warning as a wholeBenno Schulenberg1-4/+4
2011-06-29sfdisk: fix coding style.Karel Zak1-918/+998
2011-06-14sfdisk: fix for data type mismatchesSami Kerola1-6/+7
2011-05-30sfdisk: fix implicit overflowSami Kerola1-1/+1
2011-05-30sfdisk: previously undocumented options to usageSami Kerola1-21/+50
2011-05-30sfdisk: help screen formatSami Kerola1-45/+48
2011-05-30sfdisk: declare unused function attributesSami Kerola1-4/+16
2011-05-06sfdisk: returns non-zero on failed BLKRRPART ioctlAndrea Galbusera1-8/+17
2011-02-14sfdisk: rename warn to my_warnFabian Groffen1-51/+51
2010-12-17fdisk: use canonicalized names for -l (and sfdisk -d)Karel Zak1-16/+17
2010-12-09sfdisk: add option to use maximum partition sizeKarel Zak1-0/+2
2010-10-07sfdisk: save errno before calling perrorForest Bond1-1/+4
2010-02-18sfdisk: make sure writes make it to disk in write_partitions()Bryn M. Reeves1-0/+5