summaryrefslogtreecommitdiff
path: root/fdisks/sfdisk.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17sfdisk: fix y/n mismatchKarel Zak1-2/+2
2013-09-16fdisk: remove common.hKarel Zak1-1/+1
2013-09-16libfdisk: move mbr code to the libraryKarel Zak1-1/+1
2013-07-09sfdisk: assigned value is never read [clang-analyzer]Sami Kerola1-1/+1
2013-07-09sfdisk: make unhiding as complete as possibleSami Kerola1-1/+2
2013-07-01sfdisk: fix typoKarel Zak1-1/+1
2013-07-01sfdisk: clean up unhide codeKarel Zak1-6/+2
2013-07-01sfdisk: replace my_warn() with warnx()Sami Kerola1-119/+104
2013-07-01sfdisk: use program_invocation_short_name to determine program nameSami Kerola1-7/+2
2013-07-01sfdisk: clean up usage() functionsSami Kerola1-21/+18
2013-07-01sfdisk: use libc error printing function, and symbolic exit valuesSami Kerola1-77/+43
2013-05-20sfdisk: don't call BLKRRPART for non-block devicesKarel Zak1-4/+6
2013-04-26sfdisk: check writing to a file descriptor was successfulSami Kerola1-7/+23
2013-04-09various: fix variable and function declarations [smatch scan]Sami Kerola1-4/+4
2013-01-25textual: use UTIL_LINUX_VERSION everywhereKarel Zak1-2/+1
2012-10-10sfdisk: fix aliasing warningsMike Frysinger1-4/+6
2012-09-27fdisk: add GPT supportDavidlohr Bueso1-25/+0
2012-09-27fdisk: move partition types to label specific partKarel Zak1-1/+10
2012-09-21sfdisk: Fix format specifiers for size_tThierry Reding1-2/+2
2012-09-07mark expected fallthrough for static analysersKarel Zak1-0/+2
2012-07-09fix buffer overrun in some calls to sscanfKarel Zak1-1/+1
2012-06-26build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak1-0/+3242