OSDN Git Service

build: mark functions with "const" or "pure" attribute, per gcc warnings
[android-x86/external-parted.git] / libparted / labels / mac.c
2011-12-03 Jim Meyeringbuild: mark functions with "const" or "pure" attribute...
2011-05-27 Jim Meyeringmac: avoid NULL-deref-on-OOM and an error-path leak
2011-03-05 Brian C. LaneRemove PED_ASSERT action argument
2011-02-22 Jim Meyeringmaint: update copyright year ranges to include 2011
2010-02-20 Jim Meyeringmaint: remove now-unused <partition_table_type>_clobber...
2010-01-08 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-16 Jim Meyeringlibparted: plug a leak in mac_write
2009-12-16 Jim Meyeringmaint: use "int", not "bool" for value returned by...
2009-12-16 Jim Meyeringlibparted: plug a leak in mac's write_block_zero
2009-12-08 Jim Meyeringlibparted: factor out duplication, hook up new APIs
2009-12-03 Jim Meyeringmac: hook up the partition_check function for this...
2009-11-01 Hans de GoedeImplement get_partition_alignment DiskOp for all labels...
2009-10-01 Jim Meyeringmaint: remove dead store code and declarations
2009-07-24 Joel Granados Morenoput partition-table-specific logic in the corresponding...
2009-07-24 Jim Meyeringmac clone: avoid failed assertion for sector size ...
2009-07-24 Jim Meyering* libparted/labels/mac.c (mac_duplicate): Remove dead...
2009-07-24 Jim Meyeringmac partitions pass all label+disk tests @1024 & @2048...
2009-07-24 Jim Meyeringmac.c (_disk_analyse_ghost_size): allow >512-byte secto...
2009-07-24 Jim Meyeringmac.c: remove dead code
2009-07-24 Jim Meyeringmake "mac" partition table support pass the 512-byte...
2009-07-24 Jim Meyeringfactor out the read_sector function
2009-07-24 Jim MeyeringMake "mklabel mac" work with >512-byte sector_size.
2009-03-05 Jim Meyeringremove all trailing blanks
2009-03-05 Jim Meyeringrename all "support" parameters; avoid new compiler...
2009-03-05 Joel Granados MorenoProperly sync partitions with operating system
2008-07-27 Jim Meyeringdon't call ped_partition_new with "0" as 2nd arg
2008-05-29 Jim MeyeringUse free, not ped_free.
2008-05-29 Jim Meyeringavoid const-related compiler warnings
2007-08-14 Jim MeyeringFix mkpart linux-swap bug: would use 0x83 rather than...
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-03-07 Jim MeyeringUse <config.h> consistently, not "config.h".
2007-03-05 Jim MeyeringHide two unnecessarily-"extern" functions.
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-02 David Cantrell * labels/mac.c (_rawpart_is_boot): Check for Apple_B...
2006-09-14 David Cantrell * labels/mac.c (mac_partition_new): memset(...
2006-09-14 Anant NarayananFix ChangeLog