OSDN Git Service

android-x86/external-parted.git
2009-12-14 Jim Meyeringmaint: dist-check.mk adapt to parted-specific details
2009-12-13 Jim Meyeringmaint: sync dist-check.mk from coreutils
2009-12-13 Jim Meyeringmaint: sync dist-check.mk from coreutils
2009-12-12 Jim Meyeringbuild: distribute gperf-generated file, pt-limit.c
2009-12-12 Jim Meyeringui: mkpart: avoid double free
2009-12-12 Jim Meyeringbuild: update spec: gperf is a new build-requirement
2009-12-11 Jim Meyeringbuild: update gnulib submodule to latest
2009-12-11 Jim Meyeringtests: ensure that parted can partition a loop device
2009-12-11 Hans de Goedelinux: treat loopback devices as files
2009-12-10 Hans de Goedelibparted: missing pop update mode in ped_disk_delete_a...
2009-12-10 Hans de Goedelibparted: make pop/push update mode propagate sanity...
2009-12-10 Joel Granados... libparted: add missing update mode pop in duplicate...
2009-12-10 Joel Granados... gpt: Add support for appletv partitions
2009-12-10 Joel Granados... build: don't install s390 dasd internal headers into...
2009-12-10 Hans de Goedeui: add --align command-line option to specify mkpart...
2009-12-10 Hans de GoedeNEWS: update with libblkid and kernel requirements...
2009-12-10 Hans de GoedeNEWS: Add new disk flag functions to NEWS
2009-12-10 Hans de Goedemsdos, sun: implement disk flag operations
2009-12-10 Hans de Goedelibparted: add disk flag functions and PED_DISK_CYLINDE...
2009-12-10 Hans de Goededasd: fix leak in dasd_free
2009-12-09 Jim Meyeringbuild: update gnulib submodule to latest
2009-12-09 Jim Meyeringbuild: make it clear which sector size is in use upon...
2009-12-08 Jim Meyeringtests: exercise the new interfaces
2009-12-08 Jim Meyeringlibparted: new interfaces: max start sector, max partit...
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-30 Jim Meyeringtests: exercise new align-check command
2009-11-30 Jim Meyeringui: new command: align-check TYPE N
2009-11-30 Jim Meyeringtests: correct a comment
2009-11-27 Jim Meyeringlibparted: ped_disk_clobber_exclude: remove now-unused...
2009-11-27 Jim Meyeringped_disk_clobber: change semantics
2009-11-27 Jim Meyeringdasd: allow the use of a *regular* backing file
2009-11-27 Jim Meyeringloop: simplify/correct loop_clobber
2009-11-26 Jim Meyeringtests: indicate that we expect t3200-type-change to...
2009-11-24 Jim Meyeringtests: correct t3200-type-change.sh
2009-11-24 Jim Meyeringtests: provide a new function: fail_
2009-11-24 Jim Meyeringtests: t0001-tiny.sh: avoid spurious failure when run...
2009-11-23 Jim Meyeringdasd: avoid NULL-dereference via disk->type->ops->parti...
2009-11-18 Jim Meyeringbuild: "make stable" emitted an invalid gnupload command
2009-11-17 Jim Meyeringtest for partition-type-changing bug
2009-11-13 Jim Meyeringgpt: greatly simply gpt_clobber; minor semantic change...
2009-11-13 Jim Meyeringtests: t0000-basic.sh: minor correction
2009-11-13 Jim Meyeringlinux_read: give a proper diagnostic for an "end of...
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-13 Jim Meyeringtests: weaken t0202-gpt-pmbr to assume a preexisting...
2009-11-13 Jim Meyeringtests: rewrite t0202 to use new framework
2009-11-13 Jim Meyeringped_disk_type_get_next: fix a const-correctness bug
2009-11-12 Hans de GoedeNEWS: mention recent changes
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-08 Jim Meyeringbuild: use gnulib's canonicalize-lgpl module
2009-11-07 Jim Meyeringlibparted: linux: don't deref NULL upon failed malloc...
2009-11-07 Jim Meyeringbuild: update gnulib submodule to latest
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-06 Hans de Goedelinux: use cached major minor instead of statting the...
2009-11-06 Hans de Goedelinux: use devicemapper task name instead of device...
2009-11-06 Hans de Goedelinux: use major / minor to specify device mapper devic...
2009-11-06 Jim Meyeringtests: enable the FS-resizing (tests only HFS and FAT)
2009-11-06 Jim Meyeringmaint: remove stray "types and" in the big FS-op warning
2009-11-06 Jim Meyeringtests: convert more tests to new framework
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-03 Jim Meyeringtests: distribute new files, t-local.sh and t-lvm.sh
2009-11-03 Jim Meyeringtests: appease "make syntax-check"
2009-11-03 Jim Meyeringtests: t6000-dm.sh: update and adapt to changed LVM2
2009-11-03 Jim Meyeringtests: do not invoke scsi_debug_setup_ in a subshell
2009-11-03 Jim Meyeringtests: tweak temporary dirname prefix
2009-11-03 Jim Meyeringtests: update lvm-utils.sh from lvm2
2009-11-03 Jim Meyeringtests: adapt/update lvm-related infrasture, too
2009-11-03 Jim Meyeringtests: adapt t8000-loop.sh
2009-11-03 Jim Meyeringtests: print and check partition alignment info, too
2009-11-03 Jim Meyeringtests: serialize tests that use the scsi_debug module
2009-11-03 Jim Meyeringtests: test the new alignment functions
2009-11-03 Jim Meyeringtests: factor out some more
2009-11-03 Jim Meyeringtests: perform scsi_debug cleanup automatically...
2009-11-02 Jim Meyeringtests: move scsi_debug framework into shared script
2009-11-02 Jim Meyeringtests: document and begin to factor out scsi_debug...
2009-11-02 Jim Meyeringtests: add a helper program to print alignment info...
2009-11-01 Hans de GoedeImplement get_partition_alignment DiskOp for all labels...
2009-11-01 Hans de Goedelibparted: add ped_disk_get_partition_alignment() function
2009-11-01 Hans de Goedelibparted: add ped_device_get_xxx_aligned_constraint...
2009-11-01 Hans de Goedeped_device_get_constraint: return constraint without...
2009-11-01 Hans de Goedelinux: add get_xxx_alignment() functions
2009-11-01 Hans de Goedelinux: save blkid topology in arch_specific data for...
2009-11-01 Hans de Goedelibparted: add ped_device_get_xxx_alignment() functions
2009-10-29 Jim Meyeringtests: protect t7000 from the environment
2009-10-29 Jim Meyeringtests: convert to new testing framework
2009-10-29 Jim Meyeringdvh: document an as-yet-unplugged (but not serious...
2009-10-28 Jim Meyeringdvh: plug three constraint-sized leaks
next