summaryrefslogtreecommitdiff
path: root/libparted/device.c
Commit message (Expand)AuthorAgeFilesLines
* libparted: don't canonicalize /dev/md/ paths (#872361)Brian C. Lane2014-03-021-2/+5
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-28/+28
* default to 1MiB alignment when possibleBrian C. Lane2010-12-151-2/+3
* _device_unregister: check for unregistering the same device twiceHans de Goede2010-04-301-0/+10
* maint: constify ped_device_get_constraint interfaceColin Watson2010-04-131-1/+1
* libparted: don't canonicalize /dev/mapper pathsHans de Goede2010-04-061-2/+4
* libparted: Give device_get_*_alignment sane defaultsHans de Goede2010-02-101-4/+26
* build: use gnulib's canonicalize-lgpl moduleJim Meyering2009-11-081-33/+2
* libparted: add ped_device_get_xxx_aligned_constraint() functionsHans de Goede2009-11-011-0/+69
* ped_device_get_constraint: return constraint without alignmentHans de Goede2009-11-011-12/+13
* libparted: add ped_device_get_xxx_alignment() functionsHans de Goede2009-11-011-0/+43
* remove all trailing blanksJim Meyering2009-03-051-5/+5
* plug leak in ped_device_get_constraintJim Meyering2008-05-301-2/+5
* plug a leak in ped_device_get_constraintJim Meyering2008-05-291-1/+2
* Use free, not ped_free.Jim Meyering2008-05-291-2/+2
* Move PedArchitecture and ped_set_architecture to privateOtavio Salvador2007-11-031-0/+2
* Revert "If we cannot create a new PedDisk for the device we're looking at, re...Jim Meyering2007-08-011-4/+0
* If we cannot create a new PedDisk for the device we're looking at, return NUL...David Cantrell2007-07-311-0/+4
* Updated GPL license boilerplate.David Cantrell2007-07-231-3/+2
* Whitespace cleanups.David Cantrell2007-05-021-6/+6
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-071-1/+1
* Don't define _GNU_SOURCE manually.Jim Meyering2007-02-131-3/+1
* Add stdint.h stdlib.h & string.h to include/parted/parted.h and remove them f...Debarshi Ray2007-01-161-2/+0
* Add the ped_device_cache_remove() function to remove a device from the cache.David Cantrell2007-01-121-0/+6
* * device.c (canonicalize_file_name): calloc should use sizeof(char)David Cantrell2006-10-311-1/+1
* Fix ChangeLogAnant Narayanan2006-09-141-0/+441