OSDN Git Service

maint: don't hard-code bug-reporting address
[android-x86/external-parted.git] / libparted / labels / dos.c
2010-11-09 Jim Meyeringdos: fix a bug affecting very small devices (smaller...
2010-07-17 Jim Meyeringlibparted: avoid regression when processing a whole...
2010-05-25 Jim Meyeringfix typo in comment
2010-05-06 Hans de Goedemsdos: recognize id 27 as a diagnostics (recovery)...
2010-04-29 Jim Meyeringmaint: avoid code duplication
2010-04-29 Hans de Goededos: add a partition flag for diagnostics / recovery...
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-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-20 Jim Meyeringmaint: remove now-unused <partition_table_type>_clobber...
2010-01-15 Jim Meyeringdos: don't leak a constraint upon partition-add failure
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 Meyeringdos: remove unreachable code
2009-12-10 Hans de Goedemsdos, sun: implement disk flag operations
2009-12-08 Jim Meyeringlibparted: factor out duplication, hook up new APIs
2009-10-01 Jim Meyeringmaint: remove dead store code and declarations
2009-09-29 Jim Meyeringmaint: update most copyright year lists to include...
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-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 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 Meyeringfactor out the read_sector function
2009-07-24 Jim Meyering(msdos_clobber): Plug the leak I just introduced.
2009-07-24 Jim MeyeringMake "mklabel loop" work with >512 sector_size, even...
2009-07-24 Jim MeyeringMake "mklabel msdos" work with >512 sector_size.
2009-05-26 Joel Andres GranadosMake sure we always create msdos metadata parts.
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-05-29 Jim Meyeringremove more useless "if" tests before free
2008-05-29 Jim MeyeringUse free, not ped_free.
2008-05-29 Colin Watsonbug fix: improve DOS partition table recognition
2007-08-14 Jim MeyeringFix mkpart linux-swap bug: would use 0x83 rather than...
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-05-31 Jim MeyeringRead an msdos partition table from a device with 2K...
2007-05-02 David CantrellFix primary partition cylinder alignment error for...
2007-03-08 Jim Meyering Use PED_SECTOR_SIZE_DEFAULT not 512
2007-03-07 Debarshi RayMerge branch 'master' of git+ssh://rishi-guest@git...
2007-03-07 Jim MeyeringDeclare some static arrays to be "const".
2007-03-07 Jim MeyeringUse <config.h> consistently, not "config.h".
2007-03-06 David Cantrellstart_pos is a PedSector, not a PedGeometry.
2007-03-06 David CantrellPreserve starting sector for primary NTFS 3.1 partition...
2007-03-05 Jim MeyeringUndo part of the dos.c constification.
2007-03-05 Jim MeyeringHide two unnecessarily-"extern" functions.
2007-03-05 Jim Meyering* libparted/labels/dos.c: Complete constification of...
2007-03-05 Jim MeyeringBegin making libparted/labels/*.c const-correct.
2007-02-23 Anant NarayananFix memleaks. Patch thanks to Mike Hommey
2007-02-16 Jim MeyeringAvoid compiler warnings with gcc -Wall -Wshadow.
2007-02-15 Debarshi RayDeprecating ped_[register|unregister]_disk_type in...
2007-02-14 Debarshi RayFixed the copyright notices.
2007-01-30 Debarshi RayRenaming PARTITION_EXT to PARTITION_DOS_EXT in MSDOS...
2007-01-16 Debarshi Raycb6ca73be06f360308e6a2fccb7142ed8175af29 continued.
2006-09-14 Anant NarayananFix ChangeLog