summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* remove all trailing blanksJim Meyering2009-03-051-1/+1
| | | | | | ...by running these commands: t=$'\t' git grep -l "[ $t]\$"|xargs perl -pi -e 's/[ \t]+$//'
* Add support for SD/MMC storage cards on LinuxHarald Welte2008-10-101-0/+3
| | | | | | | | | | | | | | This patch adds a new SDMMC device type to represent SD/MMC cards. There is nothing special about handling those devices, they are just standard block devices with different names. They use device major ID 179 and are usually called /dev/mmcblkN (where N is the card number) and the individual partitions /dev/mmcblkNpM (where M is the partition number). This patch was developed as part of an effort to make debian-installer support installation of Debian GNU/Linux on SD/MMC cards, as boot-from-SD is becoming a feature seen in mobile x86 devices.
* Cleaned up the formatting of AUTHORS.Debarshi Ray2007-02-141-176/+177
|
* Updated the AUTHORS file.David Cantrell2007-01-121-14/+15
| | | | (cherry picked from commit 7ab32d423cc43a5e9372a7dc000feb183db9a89a)
* Update AUTHORS.Debarshi Ray2006-12-151-6/+8
|
* Added /dev/mapper device support (patch from Peter Jones).David Cantrell2006-10-111-0/+1
| | | | git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@847 2d424fd7-7fe2-0310-af74-8bc65edeb173
* * cs/geom.c (ped_geometry_read): Do not throw PED_EXCEPTION_ERROR hereDavid Cantrell2006-10-091-0/+2
| | | | | | | | | if accessing sectors outside of partition boundary. Returning false causes ped_geometry_check() to shift correctly anyway. This occurs on current Mac disklabels, among other systems. git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@845 2d424fd7-7fe2-0310-af74-8bc65edeb173
* * disk.c (ped_unregister_disk_type): Handle instances where disk_typesDavid Cantrell2006-10-091-0/+2
| | | | | | | | == NULL and the given type is not in the list of registered disk types (from Debarshi Ray). git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@844 2d424fd7-7fe2-0310-af74-8bc65edeb173
* * parted.c (do_print): Define transport type list and display diskDavid Cantrell2006-10-091-0/+3
| | | | | | | model type and transport type (from Debarshi Ray). git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@843 2d424fd7-7fe2-0310-af74-8bc65edeb173
* * labels/mac.c (mac_partition_new): memset() inits everything toDavid Cantrell2006-09-141-0/+3
| | | | | | | | | | | | | | | | zero, no need to do it manually. * labels/mac.c (mac_partition_set_flag): Prevent LVM and RAID partition types from corrupting the partition table. * arch/linux.c (_blkpg_add_partition): Set linux_part.length based on whether or not this partition is PED_PARTITION_EXTENDED or not. * arch/linux.c (_disk_sync_part_table): Remove the check and continue for PED_PARTITION_EXTENDED types. git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@821 2d424fd7-7fe2-0310-af74-8bc65edeb173
* Fix ChangeLogAnant Narayanan2006-09-141-0/+218
git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@820 2d424fd7-7fe2-0310-af74-8bc65edeb173