Commit Graph

58 Commits

Author SHA1 Message Date
Rod Smith
fd60f74362 Add end-alignment feature. 2022-01-29 10:51:02 -05:00
Rod Smith
eae9f7e2e1 Code cleanup based on 'infer' suggestions; mostly just dead stores.
One forgotten change
2021-03-17 21:59:18 -04:00
Roderick W. Smith
01725eae7d Merge /u/morisgi/gptfdisk/ branch enhancements into master
https://sourceforge.net/p/gptfdisk/code/merge-requests/15/
2020-02-15 21:10:03 +00:00
Rosen Penev
185f73b108 support: flush cout in ReadString
uClibc++ does not implicitly do this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-07 15:41:53 -07:00
Rosen Penev
31d1f45cd6 support: flush cout in GetNumber
uClibc++ does not implicitly do this before getline.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-07 15:40:11 -07:00
Rosen Penev
5542b160fa support: Flush cout in GetYN
uClibc++ does not implicitly flush cout before getline.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-07 15:36:31 -07:00
Gilles Moris
6a2b5acdcf Use PRIu64 macro to have a portable way to scan in uint64_t 2019-05-20 12:33:14 +02:00
Gilles Moris
f9d08a6b6b Perform case insensitive search of partition types 2019-05-15 07:33:38 +02:00
Rod Smith
44cda477df Added search/filter feature to "L" function to display partition type
codes.
2018-07-05 09:07:58 -04:00
Rod Smith
0dfa506ba6 Added a couple of new verification checks and minor tweaks. 2017-07-23 11:50:17 -04:00
Rod Smith
503e9ada12 Initial commit of support for moving main partition table to arbitrary
location on disk (within limits based on existing partitions).
2017-07-21 21:48:13 -04:00
Roderick W. Smith
080ff55bc2 Fixed bug that caused input glitches (trailing line feeds and
difficulty entering type codes) on EFI version.
2015-10-18 13:43:03 -04:00
William Grant
5b2c6c89be Don't leave suffix uninitialised when none was passed to IeeeToInt.
Fixes incorrect partition boundaries and other failures on ppc64el and
possibly other architectures.
2015-06-19 20:03:29 +10:00
Roderick W. Smith
54f8fb17e6 Version 1.0.0 release! Added some type codes and the -O/--print-mbr
option for sgdisk.
2015-03-17 19:46:05 -04:00
Roderick W. Smith
a920398fa3 Fixed bug that caused spurious "1" exit condition in gdisk. Also
modified Windows warning text in light of common use of GPT on Windows
8 and 8.1.
2014-03-29 00:45:59 -04:00
Roderick W. Smith
f694803eca Fixes for minor typos and trivial bugs. 2014-03-29 00:27:33 -04:00
Roderick W. Smith
1f7822eb54 Changes to support compilation with UEFI GPT fdisk library. 2014-03-28 23:54:21 -04:00
Roderick W. Smith
84aaff6b9c Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
2014-02-17 16:17:11 -05:00
Roderick W. Smith
e3ee733ff8 Removed 0x8302 type code, since the Red Hat parted developers have
decided against using it.
2013-09-24 12:56:11 -04:00
srs5694
a6297b8a2c Fix Ctrl+D problems; 0.8.4 release 2012-03-25 16:13:16 -04:00
srs5694
0541b56fee Minor bug fixes 2011-12-18 16:35:25 -05:00
srs5694
a17fe69ec0 Changes for version 0.8.0 2011-09-10 20:30:20 -04:00
srs5694
6aae2a9b70 Miscellaneous bug fixes. 2011-06-10 01:16:51 -04:00
srs5694
815fb65195 A few minor changes. 2011-03-18 12:35:56 -04:00
srs5694
5a6085310b Preliminary UTF-16LE support for GPT descriptions 2011-03-17 13:53:01 -04:00
srs5694
c2f6e0cb81 A few miscellaneous changes 2011-03-16 02:42:33 -04:00
srs5694
01f7f08624 Second patchset from Florian & a few other small changes 2011-03-15 23:53:31 -04:00
srs5694
9a46b042c5 Patches supplied by Florian Zumbiehl 2011-03-15 00:34:10 -04:00
srs5694
bf8950cad0 Version 0.7.0 2011-03-12 01:23:12 -05:00
srs5694
64cbd17106 Misc. bug fixes & restructuring. 2011-03-01 22:03:54 -05:00
srs5694
df9d363d34 Version 0.6.14 release 2011-01-08 18:33:24 -05:00
srs5694
0873e9d0e9 Version 0.6.12 release; mostly changes in support for disks with other
than 512-byte sectors.
2010-10-07 13:00:45 -04:00
srs5694
ab4b043839 Final 0.6.11 version; only trivial changes 2010-09-25 20:39:52 -04:00
srs5694
9ddc14bb9b Revisions for 0.6.10 release 2010-08-22 22:44:42 -04:00
srs5694
a8582cfe6c Changes to sector alignment policies and behavior when restoring a
backup fails
2010-03-19 14:21:59 -04:00
srs5694
55d926192a Updated project files for 0.6.5 release version. 2010-03-07 22:16:07 -05:00
srs5694
08bb0da079 Version 0.6.4 2010-02-19 17:19:55 -05:00
srs5694
cb76c673ee A few minor bug fixes; backup function now accepts dd output of MBR,
main header, and main partition table, as well as gdisk-generated
backups.
2010-02-11 22:22:22 -05:00
srs5694
6699b01eda Version 0.6.3 release. Big-endian bug fix, new GUID generation method,
architectural changes.
2010-02-04 00:55:30 -05:00
srs5694
e321d444dc Final 0.6.2 release; misc. bug fixes & Windows version 2010-01-29 17:44:04 -05:00
srs5694
fed16d043a Misc. updates and bug fixes 2010-01-27 23:03:40 -05:00
srs5694
546a9c7c36 New files to support disk I/O restructuring and (currently broken)
Windows version.
2010-01-26 16:00:26 -05:00
srs5694
7dbb932233 Version 0.6.1; very minor changes from last commit 2010-01-20 16:56:30 -05:00
srs5694
519b5bb70a Minor changes 2010-01-20 01:05:48 -05:00
srs5694
fd058aeda5 Fixed bug that caused disk size to be read incorrectly on 32-bit
versions of FreeBSD.
2010-01-20 00:57:37 -05:00
srs5694
245a6a5a28 Fixed bug regarding disk size on FreeBSD when using disk images. This
but doesn't affect disk files or non-FreeBSD platforms.
2010-01-19 20:24:38 -05:00
srs5694
ba00fed2ef sgdisk program, misc. bug fixes 2010-01-12 18:18:36 -05:00
srs5694
1e09372bca Early support for larger-than-512-byte sectors and even earlier support
for sgdisk program. (The latter is just proof-of-concept at this point;
it doesn't do anything useful.)
2010-01-05 00:14:19 -05:00
srs5694
5d58fe0ea1 Version 0.5.3 changes. Minor bug fixes & detection of the number of
logical sectors per physical sector on Linux 2.6.32 and above.
2010-01-03 20:57:08 -05:00
srs5694
1d1448a82d Update to version 0.5.2; adds support for Advanced Format disk partition
alignment
2009-12-31 21:20:19 -05:00