OSDN Git Service

gpt: add partition attribute bits: NoBlockIOProtocol, LegacyBIOSBootable
[android-x86/external-parted.git] / libparted / labels / gpt.c
2011-02-26 Brian C. Lanegpt: add partition attribute bits: NoBlockIOProtocol...
2011-02-23 Jim Meyeringcleanup: use verify, not PED_ASSERT to check struct...
2010-12-30 Jim Meyeringmaint: don't hard-code bug-reporting address
2010-05-06 Hans de Goedegpt: recognize microsoft recovery GUID
2010-02-20 Jim Meyeringmaint: remove now-unused <partition_table_type>_clobber...
2010-02-12 Jim Meyeringgpt: clean-up wrt write_back (no semantic change)
2010-02-10 Jim Meyeringgpt: "read-only" operation could clobber the pMBR in...
2010-02-09 Jim Meyeringgpt: read-only operation could clobber MBR part of...
2010-01-15 Jim Meyeringgpt: don't leak a constraint upon partition-add failure
2010-01-15 Jim Meyeringgpt: do not leak a GPT header on an error path
2010-01-15 Jim Meyeringlibparted: remove unreachable code
2009-12-16 Jim Meyeringmaint: use "int", not "bool" for value returned by...
2009-12-16 Jim Meyeringlibparted: plug a leak in gpt_probe
2009-12-10 Joel Granados Morenogpt: Add support for appletv partitions
2009-12-08 Jim Meyeringlibparted: factor out duplication, hook up new APIs
2009-11-13 Jim Meyeringgpt: greatly simply gpt_clobber; minor semantic change...
2009-11-13 Jim Meyeringgpt_probe: don't attempt to read beyond end of a very...
2009-11-10 Jim Meyeringgpt: fix a bug in the new PE-array CRC checks on big...
2009-10-27 Jim Meyeringgpt: plug two gpt-header leaks in gpt_read_headers
2009-10-27 Jim Meyeringgpt: plug a 1-sector leak in gpt_read_headers
2009-10-23 Jim Meyeringgpt: header validity: also consider whether a PE array...
2009-10-23 Jim Meyeringgpt: tweak interfaces to pass disk, not disk->dev
2009-10-23 Jim Meyeringgpt: don't ignore an improbable (1-in-2^32) failure
2009-10-23 Jim Meyeringgpt: factor out code that is about to be reused
2009-10-23 Jim Meyeringgpt: don't dereference NULL upon OOM (pth_get_raw callers)
2009-10-23 Jim Meyeringgpt: don't dereference NULL upon OOM (in pth_get_raw)
2009-10-23 Jim Meyeringgpt: remove dead store
2009-10-23 Jim Meyeringgpt: make an internal function "const"-correct
2009-10-23 Jim Meyeringgpt: clean up
2009-10-23 Jim Meyeringgpt: make its header check a tiny bit more strict
2009-10-23 Jim Meyeringgpt: rewrite GPT header-reading code
2009-10-23 Jim Meyeringgpt: require that the backup table's AlternateLBA is 1
2009-10-23 Jim Meyeringtests: hook up new GPT-crc-corrupting script
2009-10-23 Jim Meyeringgpt: also verify MyLBA when checking table validity
2009-10-23 Jim Meyeringgpt: clean up formatting of static initializers
2009-10-20 Jim Meyeringgpt.c: filter through indent --no-tabs...
2009-10-19 Jim Meyeringgpt: add a comment
2009-10-19 Jim Meyeringgpt: verify CRC32 of partition table entry array, too
2009-10-08 Jim Meyeringlibparted: fix big-endian bug in gpt_get_max_supported_...
2009-10-06 Jim Meyeringgpt: don't malfunction on big-endian systems
2009-09-24 Keshav P Rgpt: don't use msftres flag for FAT/NTFS partitions
2009-07-24 Jim Meyeringgpt: adjust _write_pmbr[*] to work with >512-byte sectors
2009-07-24 Joel Granados Morenoput partition-table-specific logic in the corresponding...
2009-07-24 Jim Meyeringgpt_clobber: avoid segfault when 512 < sector_size
2009-07-24 Jim Meyeringfactor out the read_sector function
2009-07-24 Jim Meyering* libparted/labels/gpt.c (gpt_clobber): Plug a leak.
2009-07-24 Jim Meyeringstart to make things work with 2048-byte sector size.
2009-06-17 Joel Granados Morenogpt: preserve first 446 bytes of the PMBR (protective...
2009-06-10 Matthew S. Harrisgpt: fix gpt_read to read all of the partition entries...
2009-03-05 Jim Meyeringremove all trailing blanks
2009-03-05 Petr Uzelgpt: plug a memory leak in gpt_read()
2009-03-05 Jim Meyeringgpt: adjust formatting and rename a parameter: s/suppor...
2009-03-05 Joel Granados MorenoProperly sync partitions with operating system
2009-02-20 Petr Uzelgpt: avoid failed assertion on big-endian systems
2009-02-18 Jim Meyeringavoid failed assertion when creating a GPT partition...
2009-02-17 Petr Uzelgpt: do not automatically "correct" a suspicious GPT...
2008-07-27 Jim Meyeringdon't call ped_partition_new with "0" as 2nd arg
2008-05-31 Jim Meyeringgpt_write: fix a write-uninitialized error
2008-05-31 Jim Meyeringplug two more leaks in gpt_write
2008-05-31 Jim Meyeringplug a blatant leak in gpt_write
2008-05-31 Jim Meyeringplug leaks in gpt_write
2008-05-31 Jim Meyeringplug a leak in gpt_read
2008-05-29 Jim Meyeringremove more useless "if" tests before free
2008-05-29 Jim MeyeringUse free, not ped_free.
2008-04-12 Robert MillanAdd support for GRUB / BIOS partition in GPT.
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-07-10 Matthew S. HarrisMore correct handling of the HeaderSize field in GPT...
2007-04-30 Matthew HarrisFix endianness bugs
2007-03-07 Jim MeyeringUse <config.h> consistently, not "config.h".
2007-03-05 Jim MeyeringBegin making libparted/labels/*.c const-correct.
2007-02-16 Jim MeyeringAvoid compiler warnings with gcc -Wall -Wshadow.
2007-02-16 Debarshi RayFix the style of typedef, enum, struct and __attribute_...
2007-02-15 Debarshi RayDeprecating ped_[register|unregister]_disk_type in...
2007-01-16 Debarshi Raycb6ca73be06f360308e6a2fccb7142ed8175af29 continued.
2006-11-22 Otavio SalvadorReadd the 'return 0;' to please GCC
2006-11-20 Otavio SalvadorRemove useless 'return 0;' call
2006-09-14 Anant NarayananFix ChangeLog