OSDN Git Service

android-x86/external-parted.git
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-24 Jim Meyering* configure.ac: Remove useless 'exit's after AC_MSG_ERROR.
2008-06-20 Jim Meyeringtests: avoid test failure due to added newline in diagn...
2008-06-20 Jim Meyeringtests: factor out duplication
2008-06-20 Jim Meyeringtests: use consistent output normalization code
2008-06-20 Jim Meyeringtests: avoid failure when run as non-root
2008-06-20 Joel Andres... Fix the script mode for mkpart and mkpartfs.
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 Meyeringskip device-mapper test if support is not enabled
2008-06-06 Jim Meyeringdevice mapper clean-up: remove #ifdefs, plug a leak
2008-06-06 Jim Meyering* tests/Makefile.am (EXTRA_DIST): Add lvm-utils.sh.
2008-06-06 Jim Meyeringreflect renaming: dm-utils.sh -> lvm-utils.sh
2008-06-06 Jim Meyeringprotect against bogus absolute srcdir name
2008-06-06 Jim Meyering* test-lib.sh: Guard against bogus $device_mapper_requi...
2008-06-06 Jim Meyeringsync from lvm-utils.sh
2008-06-06 Jim Meyeringsource test-lib.sh (not init.sh) from each test
2008-06-06 Jim Meyering* dm-utils: Restore uses of $test_dir_rand_.
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 Guido Güntheradd basic device mapper tests
2008-06-06 Jim Meyeringavoid useless initialization
2008-06-05 Guido Guentherlinux device-mapper map type detection
2008-06-05 Jim Meyeringuse gnulib's mktempd module/script
2008-06-05 Jim Meyeringuse gnulib's progname module
2008-06-05 Jim Meyering* maint.mk: Merge from coreutils.
2008-05-31 Jim Meyeringgpt_write: fix a write-uninitialized error
2008-05-31 Jim Meyeringplug leaks in do_print
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-30 Jim Meyeringplug leaks in parted.c
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 Jim Meyering* maint.mk: Update from coreutils.
2008-05-29 Jim Meyeringtest for improved DOS-partition-table recognition
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-30 Jim MeyeringPass NEWS-checking part of "make syntax-check".
2008-04-30 Jim MeyeringExempt a build-related script from the copyright check.
2008-04-30 Jim MeyeringTurn off strcmp/STREQ check.
2008-04-30 Jim Meyering* bootstrap.conf (gnulib_modules): Add useless-if-befor...
2008-04-30 Jim Meyering* doc/parted.texi: Update copyright dates.
2008-04-30 Jim Meyeringmore updates from gnulib and coreutils
2008-04-30 Jim Meyeringuse gnulib's gnumakefile module
2008-04-29 Matt DavisCorrected a few memory leaks from unallocated ped_unit_...
2008-04-29 Matt DavisCorrected memory leak when displaying partition flags.
2008-04-27 Matt DavisCorrected a small memory leak when displaying partition...
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-04-07 Bastian BlankUse host_cpu for s390 check.
2008-03-30 Jim MeyeringFix a typo: s/to defragmenting/to defragment/, Remove...
2008-02-04 Jim MeyeringDon't write into line[-1] when line starts with a NUL...
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-02-02 Jim Meyeringmkpart: Don't require a DVH partition name if it's...
2008-01-14 Jim MeyeringAvoid new error detected by very latest gcc.
2008-01-14 Jim Meyering#ifdef function definitions to match uses, to avoid...
2008-01-14 Jim MeyeringChange two "extern inline" functions to "static inline".
2007-12-18 Jim MeyeringMake inter-release --version output more useful.
2007-12-18 Jim Meyeringdoc/pt_BR/partprobe.8.pt_BR.po: Remove trailing space...
2007-12-18 Jim MeyeringDistribute new file: architecture.h.
2007-12-18 Jim Meyeringlibparted/architecture.c: Include <config.h>.
2007-12-17 David CantrellFix up the ChangeLog generation a bit.
2007-12-17 Jim MeyeringPerform ChangeLog-creation here, rather than in bootstrap,
2007-12-17 Jim MeyeringMention that we should be able to build with -fno-common.
2007-12-17 Jim Meyering* bootstrap: Update from Coreutils, adapting to changes...
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-06 David CantrellAdd KNOWN ISSUES section
2007-11-06 David CantrellAlways define PED_DEVICE_DM
2007-11-06 David CantrellAdd 'xvd' to the transports array in do_print
2007-11-03 Otavio SalvadorMove PedArchitecture and ped_set_architecture to private
2007-11-02 Otavio Salvadorparted/geom.h: move includes to after type definition...
2007-11-02 Otavio Salvadorparted/device.h: move includes to after type definition...
2007-11-02 Otavio Salvadorparted/filesys.h doesn't use stdio.h, parted/disk.h...
2007-11-02 Otavio Salvadorparted/constraint.h needs parted/geom.h since it uses...
2007-11-02 Otavio Salvadorparted/natmath.h needs parted/device.h since it uses...
2007-11-02 Otavio Salvadorlibparted/cs/natmath.c: remove inline since it's not...
2007-11-02 Otavio Salvadorparted/device.h needs to include parted/constraint...
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-16 Benno SchulenbergSet partprobe's text domain.
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-14 Jim MeyeringAvoid test failure with dash's builtin printf.
next