OSDN Git Service

maint: pass newer "make syntax-check" tests from gnulib
[android-x86/external-parted.git] / libparted / labels /
2010-04-23 Colin Watsondos: always allow at least two sectors for extended...
2010-04-23 Jim Meyeringdos: accommodate very small devices (useful for testing)
2010-04-21 Hans de Goededos: fix prep / palo flag handling
2010-04-09 Colin Watsonlibparted: fix diagnostics about exceeding partition...
2010-03-02 David Cantrelllibparted: msdos_partition_is_flag_available: fix hidde...
2010-02-26 Curtis Gedakdos: set HFS/HFS+ partition identifier to proper value
2010-02-25 Karel Zaksun: initialize basic partition table fields
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-10 Hans de Goededasd: don't dereference a NULL pointer in dasd_read
2010-02-09 Jim Meyeringgpt: read-only operation could clobber MBR part of...
2010-01-15 Jim Meyeringdos: don't leak a constraint upon partition-add failure
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
2010-01-08 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-19 Hans de Goededos: honor cylinder alignment disk flag when allocating...
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-16 Jim Meyeringdos: remove unreachable code
2009-12-16 Jim Meyeringlibparted: plug a leak in gpt_probe
2009-12-12 Jim Meyeringbuild: distribute gperf-generated file, pt-limit.c
2009-12-10 Joel Granados Morenogpt: Add support for appletv partitions
2009-12-10 Hans de Goedemsdos, sun: implement disk flag operations
2009-12-10 Hans de Goededasd: fix leak in dasd_free
2009-12-08 Jim Meyeringlibparted: factor out duplication, hook up new APIs
2009-12-08 Jim Meyeringlibparted: use gperf-generated lookup function
2009-12-08 Jim Meyeringpc98: avoid segfault with simulated large sectors
2009-12-08 Jim Meyeringlibparted: ptt_read_sectors: new function
2009-12-03 Jim Meyeringmac: hook up the partition_check function for this...
2009-11-27 Jim Meyeringdasd: allow the use of a *regular* backing file
2009-11-27 Jim Meyeringloop: simplify/correct loop_clobber
2009-11-23 Jim Meyeringdasd: avoid NULL-dereference via disk->type->ops->parti...
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-13 Jim Meyeringdvh: replace open-coded dvh_clobber with equivalent...
2009-11-12 Jim Meyeringmaint: more const-correctness fixes
2009-11-12 Hans de Goededasd: fix ped_disk_new_fresh to not read old data from...
2009-11-10 Jim Meyeringbuild: avoid s390-specific compilation failiure
2009-11-10 Jim Meyeringmaint: fix s390-specific const correctness problems
2009-11-10 Jim Meyeringgpt: fix a bug in the new PE-array CRC checks on big...
2009-11-07 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-06 Hans de Goededasd: fix unused variable warning
2009-11-04 Hans de Goededasd: fix disk duplication
2009-11-04 Hans de Goededasd: set disk_specific->format_type in dasd_alloc
2009-11-04 Hans de Goededasd: cache real_sector_size in linux_probe
2009-11-04 Hans de Goededasd: remove bogus part_info pointer from DasdPartitionData
2009-11-04 Hans de Goededasd: clean up anchor handling
2009-11-01 Hans de GoedeImplement get_partition_alignment DiskOp for all labels...
2009-10-28 Jim Meyeringdvh: plug three constraint-sized leaks
2009-10-28 Jim Meyeringloop: don't leak a sector in loop_clobber
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-10-01 Jim Meyeringmaint: remove dead store code and declarations
2009-09-29 Jim Meyeringmaint: update most copyright year lists to include...
2009-09-24 Keshav P Rgpt: don't use msftres flag for FAT/NTFS partitions
2009-09-18 Jim Meyeringloop: don't infloop
2009-08-28 Jim Meyeringtests: avoid spurious failure due to extra space in...
2009-08-26 Petr Uzeldos: adjust variable declarations
2009-08-26 Petr Uzeldos: factor out and define DOS_N_PRI_PARTITIONS
2009-08-26 Petr Uzeldos: use sizeof(variable) instead of sizeof(type)
2009-08-21 Petr Uzeldo not discard bootcode from extended partition
2009-08-21 Gilles EspinasseFix 2 typos.
2009-08-12 Otavio Salvadorlabel/dasd: add missing prototype for dasd_get_max_supp...
2009-07-24 Jim Meyeringdos: plug just-introduced leaks on error path
2009-07-24 Jim Meyeringdos: don't write sector-size (>512) bytes from a 512...
2009-07-24 Jim Meyeringsun: don't read freed memory
2009-07-24 Jim Meyeringgpt: adjust _write_pmbr[*] to work with >512-byte sectors
2009-07-24 Jim Meyeringbuild: enable many warnings
2009-07-24 Jim Meyeringsun: remove obsolete FIXME comments
2009-07-24 Jim Meyeringsun: don't segfault for sector sizes larger than 512
2009-07-24 Jim Meyeringmsdos: clean-up (no semantic change)
2009-07-24 Jim Meyeringmsdos: do not scale counts by sector_size/512
2009-07-24 Joel Granados Morenoput the maximum sector checks in pt-tools.c
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 Meyeringptt_clear_sectors: new function
2009-07-24 Jim Meyeringmac clone: avoid failed assertion for sector size ...
next