OSDN Git Service

android-x86/external-parted.git
2009-10-01 Jim Meyeringmaint: function returning "int", did not return a value.
2009-10-01 Jim Meyeringmaint: remove more dead stores and fix a bug in do_mkpartfs
2009-10-01 Jim Meyeringmaint: remove dead store code and declarations
2009-10-01 Jim Meyeringmake PED_ASSERT handling sane: abort on false condition
2009-10-01 Jim Meyeringbuild: avoid a shadowing warning
2009-09-29 Jim Meyeringfat-FS: do not modify fat file system support
2009-09-29 Jim MeyeringRevert "Fix compile failures."
2009-09-29 Jim Meyeringdoc: update NEWS
2009-09-29 Jim Meyeringbuild: use newer bootstrap script
2009-09-29 Jim Meyeringbuild: update gnulib submodule to latest
2009-09-29 Jim Meyeringmaint: update most copyright year lists to include...
2009-09-29 Jim Meyeringtests: enable more syntax-checks
2009-09-29 Jim Meyeringtests: enable a few syntax-checks
2009-09-24 Jim Meyeringtests: gpt: exercise creating all partition types;...
2009-09-24 Keshav P Rgpt: don't use msftres flag for FAT/NTFS partitions
2009-09-24 Jim Meyeringui: do not initialize readline (which would output...
2009-09-18 Jim Meyeringloop: don't infloop
2009-09-17 Jim Meyeringtests: correct t1100-busy-label
2009-09-17 Jim Meyeringbuild: update gnulib submodule to latest
2009-09-17 Jim Meyeringbuild: sync bootstrap from coreutils
2009-08-28 Hans de Goedelinux-commit: do not unnecessarily open partition devic...
2009-08-28 Hans de Goedelinux-commit: remove the use of the BLKPG ioctl
2009-08-28 Jim Meyeringtests: make two partition-related tests work for other...
2009-08-28 Jim Meyeringtests: make it easier to diagnose loop_setup_ failure
2009-08-28 Jim Meyeringtests: avoid spurious failure due to extra space in...
2009-08-28 Jim Meyeringtests: avoid spurious failure on "nodev" mounted partition
2009-08-28 Hans de Goedeparted: avoid unnecessary open/close on commit, and...
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-26 Petr Uzeltests: t0202-gpt-pmbr.sh: various fixes
2009-08-26 Petr Uzeltests: t2300-dos-label-extended-bootcode.sh: various...
2009-08-22 Jim Meyeringbuild: ignore more generated files
2009-08-22 Jim Meyeringtests: don't use "echo -n"
2009-08-21 Petr Uzeltest for the bootcode-in-extended-partition fix
2009-08-21 Petr Uzeldo not discard bootcode from extended partition
2009-08-21 Joel Granados... Remove unneeded test.
2009-08-21 Joel Granados... Compensate for different behavior in t7000 test.
2009-08-21 Gilles EspinasseFix 2 typos.
2009-08-18 Jim Meyeringbuild: update dist-check rules
2009-08-18 Jim Meyeringbuild: ignore new -Wjump-misses-init warnings
2009-08-18 Jim Meyeringbuild: update from gnulib
2009-08-12 Otavio Salvadorlabel/dasd: add missing prototype for dasd_get_max_supp...
2009-08-06 Colin WatsonUse fsync rather than O_DIRECT
2009-07-31 Joel Granados... Update the NEWS has.
2009-07-30 Joel Granados... Rescue the news file from the stable-1.8.x branch
2009-07-27 Joel Granados... Explicitly handle the signing key.
2009-07-27 Joel Granados... Minor corrections to the release README.
2009-07-24 Colin Watsonlinux: recognize md devices again, but know they can...
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 Meyeringtests: skip t2100-mkswap.sh for >512-byte SS, now that...
2009-07-24 Jim Meyeringbuild: arrange for "make check" to run the tests four...
2009-07-24 Jim Meyeringbuild: enable many warnings
2009-07-24 Jim Meyeringbuild: avoid new warnings
2009-07-24 Jim Meyeringsun: remove obsolete FIXME comments
2009-07-24 Jim Meyeringui: avoid infloop in testing
2009-07-24 Jim Meyeringtests: skip FS-related part when sector size is larger...
2009-07-24 Jim Meyeringtests: handle SS>512, clean up, add consistency check
2009-07-24 Jim Meyeringtests: t4000-sun-raid-type: accommodate arbitrary secto...
2009-07-24 Jim Meyeringtests: reenable sun label tests
2009-07-24 Jim Meyeringdisk.c: add assertions
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 Jim Meyeringparted-ui: when failing, include more information in...
2009-07-24 Jim Meyeringtests: t2200-dos-label-recog.sh: adapt to work with...
2009-07-24 Jim Meyeringtests: add infrastructure: when skipping a test, say why
2009-07-24 Jim Meyeringtests: skip FS-related tests when sector size != 512
2009-07-24 Jim Meyeringtests: t0100-print.sh: adjust to work with arbitrary...
2009-07-24 Jim Meyeringtests: revamp t4100-starting-sector.sh to work with...
2009-07-24 Jim Meyeringtests: correct t2200-dos-label-recog.sh
2009-07-24 Joel Granados... put the maximum sector checks in pt-tools.c
2009-07-24 Joel Granados... put partition-table-specific logic in the corresponding...
2009-07-24 Jim Meyering* .gitignore: Ignore more.
2009-07-24 Jim Meyeringtests: clean up partition-table-testing code
2009-07-24 Jim Meyeringtests: improve coverage in label tests
2009-07-24 Jim Meyeringtests: make t8000-loop.sh stop immediately upon failiure
2009-07-24 Jim Meyeringtests: fix the final test failure on RHEL 5.3
2009-07-24 Jim Meyeringtests: skip xfs-requiring tests when mkfs.xfs is not...
2009-07-24 Jim Meyeringtests: skip t7000-scripting.sh if configure without...
2009-07-24 Jim Meyeringtests: don't infloop for manual test invocation with...
2009-07-24 Jim Meyeringtests: add one to exercise the dos/gpt seg-faulting bug
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 Meyeringlinux_write: use sector_size, not hard-coded 512
2009-07-24 Jim Meyeringparted/ui.c: Include <config.h> before everything else
2009-07-24 Jim Meyering* README-big-sector: New file.
2009-07-24 Jim Meyeringreenabling probe-related code exposed problems with...
2009-07-24 Jim Meyeringtests: re-enable "mac" tests
2009-07-24 Jim Meyeringmac clone: avoid failed assertion for sector size ...
2009-07-24 Jim Meyering* libparted/labels/mac.c (mac_duplicate): Remove dead...
2009-07-24 Jim Meyeringmac partitions pass all label+disk tests @1024 & @2048...
2009-07-24 Jim Meyeringmac.c (_disk_analyse_ghost_size): allow >512-byte secto...
2009-07-24 Jim Meyeringmac.c: remove dead code
2009-07-24 Jim Meyeringmake "mac" partition table support pass the 512-byte...
2009-07-24 Jim Meyeringfactor out the read_sector function
2009-07-24 Jim Meyeringfix >512-byte sector label/disk-test failure
next