OSDN Git Service

build: update from gnulib
[android-x86/external-parted.git] / libparted /
2009-06-16 Colin Watsonlinux-swap: generate UUIDs for fresh swap spaces
2009-06-10 Joel Granados Morenolinux: skip "md" devices when probing
2009-06-10 Joel Granados Morenofat: support 64KB clusters for FAT16
2009-06-10 Matthew S. Harrisgpt: fix gpt_read to read all of the partition entries...
2009-06-03 Jim Meyeringbuild: rename internal library: lib/libparted -> lib...
2009-06-03 Jim Meyeringlibparted: link with gnulib
2009-05-26 Joel Andres GranadosMake sure we always create msdos metadata parts.
2009-05-26 Joel Granados MorenoImprove readability in linux.c
2009-05-26 Joel Granados MorenoCorrectly name virtio devices.
2009-05-15 Jim Meyeringportability: don't perform pointer arithmetic on a...
2009-03-05 Jim Meyeringremove all trailing blanks
2009-03-05 Jim Meyeringportability: use last_component, not basename
2009-03-05 Karel Zaktest correctly for snprintf failure
2009-03-05 Petr Uzelgpt: plug a memory leak in gpt_read()
2009-03-05 Jim Meyeringreword a comment; more formatting changes.
2009-03-05 Jim Meyeringrename all "support" parameters; avoid new compiler...
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 Joel Granados Morenodasd: emit a diagnostic upon probe failure
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...
2009-02-13 Jim Meyeringdon't segfault on a device-mapper device with no target
2009-02-08 Jim Meyeringcompile warning-free also with upcoming gcc-4.4
2009-02-06 Otavio Salvadorremove ped_(register|unregister)_disk_type since they...
2009-02-06 Otavio Salvadormove architecture specific code since they're used...
2009-01-26 Jim Meyering_disk_sync_part_table: revise yet again
2009-01-08 Debarshi RayDifferentiate between Ext4 and Ext3 file systems.
2008-12-23 Tom "spot" Callawaysun partition tables: add support for RAID partition...
2008-10-10 Harald WelteAdd support for SD/MMC storage cards on Linux
2008-08-07 Jim Meyeringdon't exhaust virtual memory for mklabel on a loopback...
2008-07-30 Jim Meyeringlinux.c: plug a leak
2008-07-27 Jim Meyeringdon't call ped_partition_new with "0" as 2nd arg
2008-07-08 Jim Meyeringfix computation of largest partition number
2008-07-07 Jim Meyeringfix to allow compilation with gcc's -fno-common option
2008-06-26 Jim Meyering* libparted/fs/fat/table.c: Remove a few trailing blanks.
2008-06-26 Jim Meyeringavoid a warning from gcc -Wshadow
2008-06-24 Jim Meyeringadjust for const-correctness
2008-06-24 Jim Meyering* libparted/arch/linux.c (_disk_sync_part_table): Plug...
2008-06-10 Guido Guenthermove new dmtype member from PedDevice to LinuxSpecific,
2008-06-08 Jim Meyeringadjust tests here (libparted/tests/), as done for tests/
2008-06-08 Jim Meyeringfix compile/link problems in libparted/tests
2008-06-06 Jim Meyeringdevice mapper clean-up: remove #ifdefs, plug a leak
2008-06-06 Jim Meyering* libparted/arch/linux.c (linux_new): Initialize new...
2008-06-06 Jim Meyering* libparted/arch/linux.c (_dm_maptype): Add space after...
2008-06-06 Guido Güntherhonor DM_DEV_DIR envvar
2008-06-06 Jim Meyeringavoid useless initialization
2008-06-05 Guido Guentherlinux device-mapper map type detection
2008-06-05 Jim Meyeringuse gnulib's progname module
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-30 Jim Meyeringplug leak in ped_device_get_constraint
2008-05-29 Jim Meyeringplug a leak in ped_device_get_constraint
2008-05-29 Colin WatsonAvoid "comparison between signed and unsigned" warning...
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
2008-05-29 Jim Meyeringavoid const-related compiler warnings
2008-05-06 Otavio Salvadorproperly test for __s390__ and __s390x__ macros to...
2008-04-30 Jim MeyeringRemove useless "if" tests before free.
2008-04-26 Otavio Salvadordo not loop in case message exception has no message
2008-04-24 Otavio Salvadorfix memory leak in exception handler
2008-04-12 Robert MillanAdd support for GRUB / BIOS partition in GPT.
2008-04-07 Bastian BlankFix syntax error.
2008-02-04 Jim Meyeringdvh.c (dvh_partition_set_name): Include partition name...
2008-02-04 Jim MeyeringEnforce inherent limitations of dos and dvh partition...
2008-01-14 Jim MeyeringAvoid new error detected by very latest gcc.
2008-01-14 Jim MeyeringChange two "extern inline" functions to "static inline".
2007-12-18 Jim MeyeringDistribute new file: architecture.h.
2007-12-18 Jim Meyeringlibparted/architecture.c: Include <config.h>.
2007-12-17 Jim Meyering* libparted/tests/disk.c (START_TEST): Remove decl...
2007-11-07 David CantrellAdd flags for BSD disklabels (needed for Linux on Alpha)
2007-11-03 Otavio SalvadorMove PedArchitecture and ped_set_architecture to private
2007-11-02 Otavio Salvadorlibparted/cs/natmath.c: remove inline since it's not...
2007-11-02 Debarshi RayRemoving unnecessary type-casts and eerie comments.
2007-10-29 Mark NeyhartAdded information to message about ext2 incompatible...
2007-08-31 Otavio SalvadorReally duplicate the disk instead of readd every partition
2007-08-14 Jim MeyeringFix mkpart linux-swap bug: would use 0x83 rather than...
2007-08-14 Jim MeyeringDon't try to avoid "free (x)" when x is NULL.
2007-08-09 David CantrellSanity check for dev, safety checks on diobuf.
2007-08-09 David CantrellRevert "History with undo and redo capabilities."
2007-08-08 David CantrellHistory with undo and redo capabilities.
2007-08-01 Jim MeyeringRevert "If we cannot create a new PedDisk for the devic...
2007-08-01 Jim MeyeringRevert "Removed unused label (compiler warning)."
2007-07-31 David CantrellProbe for all device-mapper devices.
2007-07-31 David CantrellDetect Xen virtual block devices and identify them...
2007-07-31 David CantrellIf we cannot create a new PedDisk for the device we...
2007-07-31 David CantrellWhen reading the DASD disk label, look at the partition...
2007-07-31 David CantrellRemoved unused label (compiler warning).
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-07-10 Flavio LeitnerFix block state checking for realocated blocks
2007-07-10 Flavio LeitnerFix block number used when checking for state
2007-07-10 Matthew S. HarrisMore correct handling of the HeaderSize field in GPT...
2007-07-06 Michael BrennanFix a problem where a partial read would not be handled...
2007-07-03 Jim MeyeringDon't include config.h from internal headers.
2007-06-12 Jim MeyeringFix the mkfs final-block-group-too-short bug.
2007-06-05 Jim MeyeringTurn off "DEBUG" in libparted/libparted.c, ...
next