gparted/src
Mike Fleetwood 8ac3a0e4ad Recognise GRUB2 core.img (#766989)
Recognise GRUB2 core.img boot code written to a partition without a file
system.  Such setups are possible/likely with GPT partitioned disks as
there is a specific partition type reserved for it [1][2]:
    21686148-6449-6E6F-744E-656564454649  (BIOS Boot partition)

[1] GUID Partition Table, Partition types
    https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs

[2] BIOS boot partition
    https://en.wikipedia.org/wiki/BIOS_boot_partition

Bug 766989 - zfsonline support - need file system name support for ZFS
             type codes
2016-06-15 12:45:05 -06:00
..
.cvsignore added *.swp some modifications to pass 'make distcheck' minor cleanups 2005-11-25 12:59:47 +00:00
Copy_Blocks.cc Use a single progress bar for the internal block copy operation (#762367) 2016-02-23 10:41:20 -07:00
DMRaid.cc Use realpath() safely (#764369) 2016-04-07 10:05:40 -06:00
Device.cc Display device serial numbers (#751251) 2015-07-01 10:22:47 -06:00
DialogFeatures.cc Use supported_filesystem() predicate (#738471) 2014-10-30 09:55:01 -06:00
DialogManageFlags.cc Include Partition.h header everywhere it's used 2016-01-26 10:11:35 -07:00
Dialog_Base_Partition.cc Remove unnecessary sector_size parameter from Get_New_Partition methods 2016-01-26 10:11:35 -07:00
Dialog_Disklabel.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
Dialog_FileSystem_Label.cc Include Partition.h header everywhere it's used 2016-01-26 10:11:35 -07:00
Dialog_Partition_Copy.cc Remove Partition::color member (#760080) 2016-01-29 13:41:40 -07:00
Dialog_Partition_Info.cc Simplify code in Display_Info() by making use of Glib::build_path() 2016-01-29 13:41:41 -07:00
Dialog_Partition_Name.cc Include Partition.h header everywhere it's used 2016-01-26 10:11:35 -07:00
Dialog_Partition_New.cc Prevent crypt-luks appearing in the Create New dialog and Format menu (#760080) 2016-01-29 13:41:40 -07:00
Dialog_Partition_Resize_Move.cc Remove Partition::color member (#760080) 2016-01-29 13:41:40 -07:00
Dialog_Progress.cc Always be explicit when emitting a signal by calling emit() 2016-02-12 09:09:57 -07:00
Dialog_Rescue_Data.cc Stop unnecessarily coping a Partition in Dialog_Rescue_Data (#759726) 2016-01-26 10:11:35 -07:00
DrawingAreaVisualDisk.cc Display encrypted file system colour correctly in the disk graphic (#760080) 2016-01-29 13:41:41 -07:00
FS_Info.cc Fix displaying partition names also as file system labels in some cases (#759972) 2016-01-01 11:18:40 -07:00
FileSystem.cc Leave commands with progress bars shown in the applying dialog (#760709) 2016-02-12 09:09:57 -07:00
Frame_Resizer_Base.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
Frame_Resizer_Extended.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
GParted_Core.cc Recognise GRUB2 core.img (#766989) 2016-06-15 12:45:05 -06:00
HBoxOperations.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
LUKS_Info.cc Implement demand loading of LUKS_Info cache (#760080) 2016-01-29 13:41:40 -07:00
LVM2_PV_Info.cc Display list of Logical Volumes in the Partition Information dialog (754649) 2015-09-15 20:12:12 +01:00
Makefile.am Write a generic progress bar class (#760709) 2016-02-12 09:09:56 -07:00
Operation.cc Replace all Partition object copy assignment (#759726) 2016-01-26 10:11:35 -07:00
OperationChangeUUID.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationCheck.cc Prevent assert failure from OperationCheck::get_partition_new() (#767233) 2016-06-05 13:14:34 -06:00
OperationCopy.cc Stop overriding real path when pasting into existing partitions (#766349) 2016-05-20 09:20:02 -06:00
OperationCreate.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationDelete.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationDetail.cc Always be explicit when emitting a signal by calling emit() 2016-02-12 09:09:57 -07:00
OperationFormat.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationLabelFileSystem.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationNamePartition.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
OperationResizeMove.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
Partition.cc Record file system block size where known (#760709) 2016-02-12 09:09:57 -07:00
PartitionLUKS.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
PartitionVector.cc Implement and use virtual Partition copy constructor clone() (#759726) 2016-01-26 10:11:35 -07:00
PipeCapture.cc Don't hang reading binary data from command output (#751251) 2015-07-01 10:22:57 -06:00
Proc_Partitions_Info.cc Minor tidyup in load_proc_partitions_info_cache() 2016-04-07 10:05:40 -06:00
ProgressBar.cc Display progress from the single ProgressBar in the GUI (#760709) 2016-02-12 09:09:56 -07:00
SWRaid_Info.cc Handle unusual case of missing mdadm but SWRaid arrays active (#756829) 2015-11-02 10:03:45 -07:00
TreeView_Detail.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
Utils.cc Recognise GRUB2 core.img (#766989) 2016-06-15 12:45:05 -06:00
Win_GParted.cc Prevent assert failure from OperationDelete::get_partition_new() (#767233) 2016-06-05 13:14:34 -06:00
btrfs.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
exfat.cc Initialise all struct FS members 2016-01-26 10:11:35 -07:00
ext2.cc Only enable ext4 64bit feature when required (#766910) 2016-06-05 09:40:11 -06:00
f2fs.cc Initialise all struct FS members 2016-01-26 10:11:35 -07:00
fat16.cc Replace 32-bit member variable "index" with wider local variables (#764658) 2016-04-07 09:56:00 -06:00
hfs.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
hfsplus.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
jfs.cc Replace 32-bit member variable "index" with wider local variables (#764658) 2016-04-07 09:56:00 -06:00
linux_swap.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
luks.cc Populate LUKS partition usage (#760080) 2016-01-29 13:41:40 -07:00
lvm2_pv.cc Display messages for encrypted file systems (#760080) 2016-01-29 13:41:41 -07:00
main.cc Replace obsolete FSF postal address in copyright notices (#721565) 2014-01-26 10:53:23 +00:00
nilfs2.cc Record file system block size where known (#760709) 2016-02-12 09:09:57 -07:00
ntfs.cc Replace 32-bit member variable "index" with wider local variables (#764658) 2016-04-07 09:56:00 -06:00
reiser4.cc Replace 32-bit member variable "index" with wider local variables (#764658) 2016-04-07 09:56:00 -06:00
reiserfs.cc Replace 32-bit member variable "index" with wider local variables (#764658) 2016-04-07 09:56:00 -06:00
ufs.cc Initialise all struct FS members 2016-01-26 10:11:35 -07:00
xfs.cc Replace 32-bit member variable "index" with wider local variables (#764658) 2016-04-07 09:56:00 -06:00