OSDN Git Service

android-x86/external-parted.git
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.
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 CantrellAdd the PED_DEVICE_XVD device type for Xen virtual...
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-27 Otavio SalvadorFix bootstrap script to support the new translationproj...
2007-07-23 David CantrellUpdated GPL license boilerplate.
2007-07-23 David CantrellUpdated COPYING file to the GNU General Public License...
2007-07-10 Jim MeyeringFlip the switch (expected-failure -> expected-success...
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 Michael BrennanFix syntax error and LIBS problem in configure.ac
2007-07-10 Matthew S.... More correct handling of the HeaderSize field in GPT...
2007-07-06 Jim MeyeringDon't let the automatically-generated ChangeLog cause...
2007-07-06 Jim MeyeringLet "make distcheck" pass once again.
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-22 Jim MeyeringAvoid test failure on Linux-2.6.8 due to too small...
2007-06-22 Jim MeyeringWork around test failures caused by inadequate libreadline.
2007-06-22 Jim MeyeringAvoid mklabel test failure with very small file on...
2007-06-18 Jim MeyeringREADME-hacking: Don't mention Gzip 1.2.4, now that...
2007-06-12 David VazquezReplace some malloc and strdup by xmalloc and xstrdup...
2007-06-12 Jim MeyeringFix the mkfs final-block-group-too-short bug.
2007-06-12 Jim MeyeringFix two "make check"-as-root failures.
2007-06-11 Jim MeyeringFix inconsistent prompt for file system type.
2007-06-11 Jim MeyeringAdd a test to record the current EXT2 mkpartfs failure...
2007-06-11 Jim MeyeringAvoid unnecessary writes in test scripts.
2007-06-11 Matt DavisAdd a test for an ext2-resize failure.
2007-06-05 Jim MeyeringTurn off "DEBUG" in libparted/libparted.c, ...
2007-06-05 Jim MeyeringMake "mklabel amiga" work also when DEBUG is not enabled.
2007-06-05 Jim Meyering"mklabel bsd": don't read/write initialized memory...
2007-05-31 Jim MeyeringDon't leak a partition table buffer.
2007-05-31 Jim MeyeringCorrect a misleading diagnostic.
2007-05-31 Jim MeyeringFix build failure (conflicting decl of strnlen) and...
2007-05-31 Jim MeyeringRead an msdos partition table from a device with 2K...
2007-05-30 Jim MeyeringFix "make distcheck" failure due to not finding usable...
2007-05-30 Jim MeyeringFix configure-with-nls vs. wchar.h/wcsdup problem diffe...
2007-05-30 Otavio Salvadorparted/table.c: Fix a warning when compiling with trans...
2007-05-30 Benno Schulenbergfdasd label: Move formatting out of translatable strings.
2007-05-30 Benno Schulenbergvtoc label: Move formatting out of translatable strings.
2007-05-29 Jim MeyeringAvoid a leak.
2007-05-29 Jim MeyeringMove a test/utility function into test-lib.sh.
2007-05-29 Jim MeyeringOn IRC, xeos reported test failures in t0000 and t2000
2007-05-26 Jim MeyeringDiagnose invalid command arguments.
2007-05-25 Jim MeyeringUse xmalloc and xrealloc, rather than unchecked malloc...
2007-05-25 Jim MeyeringFix off-by-one error in previous change.
2007-05-25 Jim MeyeringRemove a silly (and dangerous) function.
2007-05-25 Jim Meyeringdoc/parted.texi (Static binaries): Correct an invalid...
2007-05-24 Jim MeyeringDiagnose "ext2 FS too small" rather than triggering...
2007-05-24 Jim MeyeringFix typo in privs-required test setup.
2007-05-23 Jim MeyeringDon't fail all tests when "." lacks O_DIRECT support.
2007-05-19 Jim MeyeringMake all tests get their initialization from the same...
2007-05-19 Jim Meyering* tests/Makefile.am (init.sh): Make this generated...
2007-05-18 Jim Meyeringmkpartfs ext2 2 10 would erroneously report "file syste...
2007-05-17 Jim MeyeringAvoid spurious test failures due to buggy ncurses-5.6.
2007-05-16 Benno Schulenbergpartprobe: new option: --dry-run, synonym for now-depre...
2007-05-16 Anant NarayananTest commit
2007-05-14 David CantrellRemoved clean.sh script. Using git now, we don't need...
2007-05-14 David CantrellUse gnulib xmalloc() and xrealloc().
2007-05-14 Flavio LeitnerFix exception handling in mkpart and mkpartfs
2007-05-11 Jim Meyering* tests/t1100-busy-label.sh: Quote uses of $dev, in...
2007-05-11 Jim MeyeringWhen labeling a disk in --script mode, fail if it is...
2007-05-11 Jim MeyeringNo longer require "srcdir=." when running a test manually.
2007-05-09 Otavio Salvador[parted] Fix script mode support on mkfs commandline...
2007-05-08 Debarshi RayPreventing compilation of DASD code on GNU Hurd systems...
2007-05-07 Jim MeyeringRewrite integration tests to use a new framework (git's).
2007-05-07 Jim MeyeringMerge branch 'inhibit-word-wrap'
2007-05-07 Jim MeyeringMerge branch 'include-limits-h-for-CHAR_MAX'
2007-05-07 Jim MeyeringMake ---pretend-input-tty inhibit output word-wrap.
2007-05-07 Jim MeyeringSuppress "you are not superuser..." warning in script...
2007-05-07 Jim MeyeringAvoid "make distcheck" failure, with newer system headers.
2007-05-03 Anant NarayananUpdated Doxyfile
2007-05-02 David CantrellOn the edge branch, labeled the version as 1.9.0 so...
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellWhitespace cleanups.
2007-05-02 David CantrellRevert "Remove unused label."
2007-05-02 David CantrellPatch from Jim Meyering <jim@meyering.net> to linux_wri...
next