Commit Graph

25 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
Aaron Bamberger
c03d1105dc Fix missing 64-bit offset types in diskio-unix
Most of the types used in the diskio routines are explicitly 64-bit, but
there were two usages of off_t, which is a 32-bit value when compiled
in a 32-bit userspace.  This causes gpt-fdisk to be unable to correctly
write partitions on a drive larger than 4GiB when compiled in a 32-bit
userspace.  This change updates the two usages of off_t to off64_t,
which is explicitly 64-bit and allows the program to work as intended.
2020-08-11 14:16:19 -05:00
Rod Smith
7dfc896734 Added support for showing the disk's model name under Linux. 2017-07-26 19:45:51 -04:00
Rod Smith
fc0e014bea Added code to read physical block size on Linux. 2017-07-25 21:33:18 -04:00
Roderick W. Smith
42166485c5 Fixed odd compile problem. 2015-06-19 10:26:17 -04:00
Roderick W. Smith
9017530337 Merge /u/guikcd93/gptfdisk/ branch kfreebsd_character_devices into master
http://sourceforge.net/p/gptfdisk/code/merge-requests/3/
2015-06-19 13:11:26 +00: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
Guillaume Delacour
fd118a4e0c All devices are characters devices on kFreeBSD 2014-07-23 01:28:29 +02:00
Roderick W. Smith
24bba6e4f3 Fixed bug in sgdisk that could cause segfault when passing an invalid
partition number to -i/--info; added patch to fix compiling problems
with some versions of GCC.
2013-10-12 19:07:16 -04:00
Roderick W. Smith
e09ef88d14 Version 0.8.7 release. 2013-07-08 22:56:00 -04:00
srs5694
0741fa21ac 0.8.6 release. 2013-01-09 12:55:40 -05:00
srs5694
3488294d71 GPT fdisk 0.8.3 release; minor bug fixes & feature changes. 2012-03-23 12:49:15 -04:00
srs5694
a17fe69ec0 Changes for version 0.8.0 2011-09-10 20:30:20 -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
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
8f1b2d6edc 0.6.8 release 2010-05-23 13:07:19 -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
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
add79a6e1b New files to support I/O restructuring and (currently broken) Windows
version.
2010-01-26 15:59:58 -05:00