summaryrefslogtreecommitdiff
path: root/fdisk
AgeCommit message (Expand)AuthorFilesLines
2012-05-02fdisk: remove stack jumpingDavidlohr Bueso1-15/+2
2012-04-27sfdisk: fix compiler warning [-Wunused-result]Petr Uzel1-1/+1
2012-04-23Fix typos found by misspellingsBernhard Voelker2-2/+2
2012-04-23fdisk: simplify device openingDavidlohr Bueso1-23/+16
2012-04-23fdisk: remove action enumDavidlohr Bueso2-10/+6
2012-04-23fdisk: do not call sgi and sun code when creating a new dos labelDavidlohr Bueso1-2/+0
2012-04-23sfdisk: improve F_MEGABYTE headerBernhard Voelker1-4/+4
2012-04-23fdisk: remove dead codeDavidlohr Bueso1-20/+0
2012-04-23fdisk: kernel/bios sectors and heads need not be globalDavidlohr Bueso1-3/+2
2012-04-23fdisk: standarize version outputDavidlohr Bueso1-2/+2
2012-04-23fdisk: make CHS user values more robustDavidlohr Bueso3-11/+12
2012-04-11fdisk: remove unused fileKarel Zak2-135/+0
2012-04-11Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak5-0/+11
2012-04-10fdisk: use randutils for mbr signature creationDavidlohr Bueso2-46/+6
2012-04-10sfdisk: fix calculation due to type mismatch (ix86)Petr Uzel1-2/+2
2012-04-10fdisk: move kernel geometry into blkdevDavidlohr Bueso1-14/+1
2012-04-06sfdisk: make -l less verbose about missing PTKarel Zak1-8/+10
2012-04-04fdisk: verify writing to streams was successfulSami Kerola5-0/+11
2012-03-20fdisk: don't print confusing warning on non-partitioned disksKarel Zak1-4/+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-03-07fdisk: fix to build for IA32Christian Wiese1-1/+1
2012-02-28build-sys: enhance readability of the autotools filesSami Kerola1-9/+28
2012-02-24docs: corrections to FSF license files, and postal addressSami Kerola1-3/+3
2012-02-24fdisk: update information about GNU Parted in fdisk.8Petr Uzel1-4/+3
2012-02-08sfdisk: free variable which got the allocation [cppcheck]Sami Kerola1-3/+6
2012-02-08fdisk: remove redundant declaration [cppcheck]Sami Kerola1-4/+0
2012-02-03fdisk: remove uneecessary codeKarel Zak1-4/+4
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-02-01fdisk: fix cdrom detectionKarel Zak1-1/+1
2012-02-01cfdisk: wctomb() returns -1 on errorKarel Zak1-1/+1
2012-02-01fdisk: don't swap unsigned charKarel Zak1-2/+1
2012-01-31sfdisk: add comment to keep static analysers happyKarel Zak1-0/+1
2012-01-31fdisk: add missing breakKarel Zak1-0/+1
2012-01-17sfdisk: fix poor coding styleKarel Zak1-1/+1
2012-01-17fdisk: fix poor coding styleKarel Zak1-1/+1
2012-01-17sfdisk: remove duplicate includesKarel Zak1-1/+0
2012-01-17sfdisk: add note about alignment to the man pageKarel Zak1-0/+6
2012-01-17cfdisk: add note about alignment to the man pageKarel Zak1-0/+6
2012-01-16fdisk: fix last sector dialog bug after an incorrect input with suffixFrancesco Cosoleto1-5/+8
2012-01-16fdisk: rename read_int_sx() and some related variablesFrancesco Cosoleto1-21/+21
2012-01-05sfdisk: use is_blkdevDavidlohr Bueso1-10/+3
2012-01-05fdisk: remove PACKED macroKarel Zak1-7/+1
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-04fdisk: fix incorrect position of is_ide_cdrom_or_tape() callFrancesco Cosoleto1-3/+3