Commit Graph

59 Commits

Author SHA1 Message Date
Rod Smith
273fff5c84 Adjust position of multiple-inclusion protection in .h files 2021-01-13 14:33:54 -05:00
Rod Smith
9ae60195b9 Added explicit copy constructors and made other tweaks to avoid
compiler complaints.
2018-07-05 16:50:13 -04:00
John Paul Adrian Glaubitz
2fb79510f0 Reset struct alignment back to standard after each #pragma pack (n)
When using #pragma pack (n) to change the alignment for a struct
to n bytes, it is necessary to reset the alignment to the standard
value as otherwise the changed alignment is used throughout the
whole program code which causes other structs to become unaligned.
2018-05-18 23:44:40 +02:00
Rod Smith
fc0e014bea Added code to read physical block size on Linux. 2017-07-25 21:33:18 -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
1eea9b0b51 New partition type codes & "-a" option for cgdisk 2013-07-06 22:52:58 -04:00
srs5694
d8eed46294 Added partition type codes; new verification check. 2012-12-15 01:55:21 -05:00
srs5694
706e51217a Changes to partition table size management for Solaris-created GPTs 2012-01-21 13:47:24 -05:00
srs5694
d1b11e8305 Fixed bug in reading GPTs with encoded header sizes other than 92 bytes. 2011-09-18 21:12:28 -04:00
srs5694
00b6d7a460 0.7.2 release, includes new Linux type code & true GUID generation in
Windows
2011-06-26 22:40:06 -04:00
srs5694
6aae2a9b70 Miscellaneous bug fixes. 2011-06-10 01:16:51 -04:00
srs5694
699941e25a 0.7.1 release version 2011-03-21 21:33:57 -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
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
058d4a5861 Version 0.6.13: GPT-to-MBR conversion bug fixes. 2010-10-12 12:42:47 -04: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
5a081757ea Added -F option to sgdisk 2010-09-24 20:39:41 -04:00
srs5694
82f3f0b529 Further refinements to GUID type code entry. 2010-09-22 10:50:24 -04:00
srs5694
327129e933 sgdisk can now accept GUID values with its -t option. Also some
additional checks for hybrid MBR issues.
2010-09-22 01:07:31 -04:00
srs5694
9ddc14bb9b Revisions for 0.6.10 release 2010-08-22 22:44:42 -04:00
srs5694
f9312b0ca9 Tentative support for duplicating one disk's partition table on another
disk.
2010-07-06 15:39:51 -04:00
srs5694
61768bccde Fixed bug in hybrid MBR generation; gdisk 0.6.9 2010-07-04 01:54:00 -04:00
srs5694
8f1b2d6edc 0.6.8 release 2010-05-23 13:07:19 -04:00
srs5694
9ba5421f92 Added some options for randomizing GUIDs and setting GUIDs via sgdisk 2010-05-18 23:24:02 -04:00
srs5694
c54e9b4062 Final 0.6.7 release; minor bug fixes. 2010-05-01 21:04:23 -04:00
srs5694
0283dae41a A few bug fixes. 2010-04-28 16:44:34 -04:00
srs5694
8a4ddfc919 Bring git up to 0.6.6 release version. 2010-03-21 19:05:49 -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
825c264cf5 Set version number for intermediate version (0.6.5-pre1) 2010-02-21 11:10:13 -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
0a6973119c Nearing 0.6.2 release; Windows version now works. 2010-01-28 21:10:52 -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
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
3c0af38237 Version 0.6.0 release; adds support for >512-byte sectors, sgdisk
program.
2010-01-15 19:19:18 -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