summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: (sun) fix end sectors with +1 errorKarel Zak2013-11-011-1/+1
* libfdisk: (gpt) add /home GUIDKarel Zak2013-10-311-0/+1
* libfdisk: (gpt) allow to work with hybrid GPTKarel Zak2013-10-233-6/+19
* libfdisk: (gpt) improve and cleanup recovery codeKarel Zak2013-10-231-15/+56
* libfdisk: (gpt) recover from corrupted primary/backup PTKarel Zak2013-10-231-12/+32
* libfdisk: warn about obsolete signatures on the deviceKarel Zak2013-10-231-0/+61
* libfdisk: support extended attributes modificationKarel Zak2013-10-232-0/+130
* libfdisk: (dos) be more verbose when change bootable flagKarel Zak2013-10-231-0/+5
* libfdisk: fix printf stuffKarel Zak2013-10-237-68/+67Star
* libfdisk: support nested MBRKarel Zak2013-10-231-4/+10
* libfdisk: (gpt) %ld -> %ju in verify functionKarel Zak2013-10-211-3/+3
* libfdisk: add Intel Rapid Start Technology GUIDKarel Zak2013-10-181-0/+2
* libfdisk: (bsd) leave context if new disklabel unwantedKarel Zak2013-10-161-2/+3
* fdisk: fix printf stuffKarel Zak2013-10-156-25/+31
* libfdisk: (dos) all disklabel locate functionKarel Zak2013-10-151-0/+34
* textual: equalize four error messages with already existing onesBenno Schulenberg2013-10-143-5/+5
* libfdisk: mark label modified for PMBR mismatchKarel Zak2013-10-111-0/+1
* libfdisk: treat size mismatch as a warning, not an errorKarel Zak2013-10-111-2/+9
* libfdisk: add API to disable specified labelKarel Zak2013-10-094-4/+55
* libfdisk: (gpt) use consistent final period in status messagesBenno Schulenberg2013-10-091-3/+3
* libfdisk: (dos) improve the grammar of an error messageBenno Schulenberg2013-10-091-1/+1
* libfdisk: (dos) correct the grammar of the disk-identifier promptBenno Schulenberg2013-10-091-1/+1
* various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2013-10-081-3/+3
* COPYING: fix grammar of referring phrase, and indicate location betterBenno Schulenberg2013-10-081-2/+2
* textual: change spelling of "disk label" to the more abundant "disklabel"Benno Schulenberg2013-10-081-1/+1
* libfdisk: (gpt) fix warningKarel Zak2013-10-081-1/+1
* libfdisk/gpt: partly pluralize one messageBenno Schulenberg2013-10-081-3/+5
* libfdisk/sgi: tweak and harmonize some message stringsBenno Schulenberg2013-10-081-26/+25Star
* libfdisk/sgi: tweak and harmonize some commentsBenno Schulenberg2013-10-081-23/+17Star
* libfdisk/sgi: properly pluralize three messagesBenno Schulenberg2013-10-081-12/+20
* textual: end both the singular and the plural message with a periodBenno Schulenberg2013-10-081-1/+1
* libfdisk: cleanup warning messagesKarel Zak2013-10-041-6/+6
* libfdisk: improve spelling of two commentsBenno Schulenberg2013-10-041-2/+2
* fdisk: fix possible memleak [coverity scan]Karel Zak2013-10-021-3/+6
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2013-09-302-2/+2
|\
| * Fix various typosYuri Chornoivan2013-09-282-4/+4
* | textual: fix misspelled words in -rc1Karel Zak2013-09-303-8/+10
|/
* libfdisk: (bds) cleanup includesKarel Zak2013-09-261-2/+0Star
* libfdisk: (sun) make it more obvious why the first sector movedKarel Zak2013-09-251-1/+5
* libfdisk: improve fdisk_save_user_geometry()Karel Zak2013-09-251-4/+9
* libfdisk: use context geometry in SGI and SUNKarel Zak2013-09-252-47/+30Star
* libfdisk: fix possible floating point exceptionKarel Zak2013-09-251-1/+4
* libfdisk: gpt: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-251-2/+6
* libfdisk: gpt: avoid unnecessary pmbr checkDavidlohr Bueso2013-09-251-1/+2
* libfdisk: fix cylinders and sector buffer usageKarel Zak2013-09-185-2/+25
* libfdisk: fix sectorbuffer usage in dos driverKarel Zak2013-09-181-3/+35
* libfdisk: update test_ranges() codeKarel Zak2013-09-171-7/+4Star
* libfdisk: use fdisk_warnx() in fdisk_ask_partnum()Karel Zak2013-09-171-2/+2
* fdisk: add debug message, use colors for -lKarel Zak2013-09-171-1/+6
* fdisk: fix -lKarel Zak2013-09-161-3/+2Star