summaryrefslogtreecommitdiff
path: root/diskio-unix.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use 64bit time_t on linux as wellKhem Raj2022-12-121-1/+5
| | | | | | | Alias 64bit version of stat functions to original functions we are already passing -D_FILE_OFFSET_BITS=64 in linux Makefile Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Code cleanup based on 'infer' suggestions; mostly just dead stores.Rod Smith2021-03-171-1/+1
| | | | One forgotten change
* Adjust position of multiple-inclusion protection in .h filesRod Smith2021-01-131-0/+4
|
* Fix missing 64-bit offset types in diskio-unixAaron Bamberger2020-08-111-2/+2
| | | | | | | | | 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.
* Added support for showing the disk's model name under Linux.Rod Smith2017-07-261-0/+13
|
* Added code to read physical block size on Linux.Rod Smith2017-07-251-0/+21
|
* Fixed odd compile problem.Roderick W. Smith2015-06-191-1/+1
|
* Merge /u/guikcd93/gptfdisk/ branch kfreebsd_character_devices into masterRoderick W. Smith2015-06-191-1/+2
|\ | | | | | | http://sourceforge.net/p/gptfdisk/code/merge-requests/3/
| * All devices are characters devices on kFreeBSDGuillaume Delacour2014-07-231-1/+2
| |
* | Version 1.0.0 release! Added some type codes and the -O/--print-mbrRoderick W. Smith2015-03-171-1/+2
|/ | | | option for sgdisk.
* Fixed bug in sgdisk that could cause segfault when passing an invalidRoderick W. Smith2013-10-121-0/+1
| | | | | partition number to -i/--info; added patch to fix compiling problems with some versions of GCC.
* Version 0.8.7 release.Roderick W. Smith2013-07-081-1/+2
|
* 0.8.6 release.srs56942013-01-091-1/+22
|
* GPT fdisk 0.8.3 release; minor bug fixes & feature changes.srs56942012-03-231-0/+1
|
* Changes for version 0.8.0srs56942011-09-101-3/+10
|
* 0.7.2 release, includes new Linux type code & true GUID generation insrs56942011-06-261-1/+2
| | | | Windows
* Miscellaneous bug fixes.srs56942011-06-101-1/+9
|
* Patches supplied by Florian Zumbiehlsrs56942011-03-151-1/+1
|
* Version 0.7.0srs56942011-03-121-0/+41
|
* Misc. bug fixes & restructuring.srs56942011-03-011-1/+1
|
* 0.6.8 releasesrs56942010-05-231-1/+16
|
* Updated project files for 0.6.5 release version.srs56942010-03-071-5/+9
|
* Version 0.6.4srs56942010-02-191-7/+8
|
* A few minor bug fixes; backup function now accepts dd output of MBR,srs56942010-02-111-11/+10
| | | | | main header, and main partition table, as well as gdisk-generated backups.
* Final 0.6.2 release; misc. bug fixes & Windows versionsrs56942010-01-291-1/+1
|
* Misc. updates and bug fixessrs56942010-01-271-22/+17
|
* New files to support I/O restructuring and (currently broken) Windowssrs56942010-01-261-0/+366
version.