summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for SD/MMC storage cards on LinuxHarald Welte2008-10-101-1/+2
* move new dmtype member from PedDevice to LinuxSpecific,Guido Guenther2008-06-102-1/+1
* device mapper clean-up: remove #ifdefs, plug a leakJim Meyering2008-06-061-3/+1
* linux device-mapper map type detectionGuido Guenther2008-06-051-0/+3
* Use free, not ped_free.Jim Meyering2008-05-291-1/+1
* properly test for __s390__ and __s390x__ macros to disable O_DIRECT on thatOtavio Salvador2008-05-061-1/+1
* Add support for GRUB / BIOS partition in GPT.Robert Millan2008-04-121-3/+4
* Change two "extern inline" functions to "static inline".Jim Meyering2008-01-141-6/+12
* Always define PED_DEVICE_DMDavid Cantrell2007-11-061-2/+0
* Move PedArchitecture and ped_set_architecture to privateOtavio Salvador2007-11-034-20/+0
* parted/geom.h: move includes to after type definition to avoids dependencyOtavio Salvador2007-11-021-3/+3
* parted/device.h: move includes to after type definition to avoids dependencyOtavio Salvador2007-11-021-3/+3
* parted/filesys.h doesn't use stdio.h, parted/disk.h and parted/exception.hOtavio Salvador2007-11-021-3/+0
* parted/constraint.h needs parted/geom.h since it uses PedGeometryOtavio Salvador2007-11-021-0/+1
* parted/natmath.h needs parted/device.h since it uses PedSectorOtavio Salvador2007-11-021-0/+1
* parted/device.h needs to include parted/constraint.h since it uses PedConstraintOtavio Salvador2007-11-021-0/+1
* Revert "History with undo and redo capabilities."David Cantrell2007-08-094-114/+0
* History with undo and redo capabilities.David Cantrell2007-08-084-0/+114
* Add the PED_DEVICE_XVD device type for Xen virtual block devices.David Cantrell2007-07-311-3/+3
* Updated GPL license boilerplate.David Cantrell2007-07-2316-61/+45
* Don't include config.h from internal headers.Jim Meyering2007-07-032-4/+1
* fdasd label: Move formatting out of translatable strings.Benno Schulenberg2007-05-291-1/+0
* vtoc label: Move formatting out of translatable strings.Benno Schulenberg2007-05-291-1/+0
* Preventing compilation of DASD code on GNU Hurd systems through the use of AC...Debarshi Ray2007-05-081-2/+7
* Conditionalize the System Z stuff correctly. We get headers installed on non...David Cantrell2007-03-191-8/+2
* Remove the COMPILE_FOR_S390 flag-setting stuff. It wasn't correct anyway. T...David Cantrell2007-03-191-3/+4
* Fix for compile problems with gcc-4.1.2 as indicated here:David Cantrell2007-03-191-14/+20
* Include vtoc.h for the format1_label_t typedef.David Cantrell2007-03-191-0/+2
* Prevented DASD specific headers and sources from being compiled/installed on ...Debarshi Ray2007-03-162-3/+13
* libparted/unit.c: constify interfacesJim Meyering2007-03-071-8/+9
* Add "const" to parameters in these public interfaces.Jim Meyering2007-03-071-4/+4
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-072-2/+2
* Undo part of the dos.c constification.Jim Meyering2007-03-051-2/+2
* * libparted/labels/dos.c: Complete constification of this file.Jim Meyering2007-03-051-2/+2
* * include/parted/disk.h (struct _PedDiskOps) [write]: ChangeJim Meyering2007-03-051-2/+2
* Introduced MAINTAINERCLEANFILES in Makefile.am for carrying out 'make maintai...Debarshi Ray2007-02-192-0/+3
* Fix the style of typedef, enum, struct and __attribute__ ((packed)).Debarshi Ray2007-02-162-100/+100
* Deprecating ped_[register|unregister]_disk_type in favour of ped_disk_type_[r...Debarshi Ray2007-02-151-0/+13
* Add stdint.h stdlib.h & string.h to include/parted/parted.h and remove them f...Debarshi Ray2007-01-161-0/+2
* Add ped_device_cache_remove() prototype.David Cantrell2007-01-121-0/+1
* Added /dev/mapper device support (patch from Peter Jones).David Cantrell2006-10-111-0/+4
* Add vtoc.h and fdasd.h to the list.David Cantrell2006-09-151-1/+3
* Fix ChangeLogAnant Narayanan2006-09-1420-0/+2094