summaryrefslogtreecommitdiff
path: root/libparted/labels
Commit message (Expand)AuthorAgeFilesLines
* labels/bsd.c: Drop alpha_bootblock_checksum from bsd_probeBrian C. Lane2020-12-041-2/+0
* libparted: Remove disabled codeBrian C. Lane2020-11-202-19/+0
* dos: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-1/+1
* bsd: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-8/+5
* libparted: Add support for bls_boot to GPT disksBrian C. Lane2019-12-201-1/+46
* libparted: Add support for MSDOS partition type bls_boot (0xea)Brian C. Lane2019-12-201-13/+20
* libparted: Add ChromeOS Kernel partition flagAlper Nebi Yasak2019-12-201-0/+45
* maint: Update copyright statements to 2019Brian C. Lane2019-08-1215-16/+21
* libparted: Fix bug in bsd.c alpha_bootblock_checksumBrian C. Lane2019-08-091-2/+2
* bsd.c: Rewrite disklabel code to prevent gcc warningsBrian C. Lane2019-08-091-46/+42
* libparted: Replace abs() with llabs()Shin'ichiro Kawasaki2019-08-091-2/+2
* sun.c: Aligned _SunRawLabel to 16bit boundaryBrian C. Lane2019-08-091-1/+1
* gpt.c: Drop cast of efi_guid_t to unsigned char *Brian C. Lane2019-08-091-6/+4
* gpt.c: Align _GPTDiskData to 8 byte boundaryBrian C. Lane2019-08-091-1/+1
* dvh.c: Use memcpy instead of strncpyBrian C. Lane2019-08-091-4/+4
* libparted/labels/pt-tools.c: Fix gperf generated function attributeShin'ichiro Kawasaki2019-08-091-3/+4
* dos.c: Fix cast alignment error in maybe_FATBrian C. Lane2019-08-091-1/+1
* atari.c: Align the AtariRawTable on a 16bit boundaryBrian C. Lane2019-08-091-1/+2
* Fix double semi-colonsBrian C. Lane2019-08-092-2/+2
* Remove unnecessary if before free checksBrian C. Lane2019-08-091-8/+4
* libparted: Fix endian bug in bsd.cA. Wilcox2019-08-051-1/+1
* Added support for Windows recovery partition (WINRE) on MBRHans-Joachim Baader2019-01-311-2/+38
* Fix warnings from GCC 7's -Wimplicit-fallthroughdann frazier2018-10-161-0/+1
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-162-0/+4
* Fix the length of several strncpy callsBrian C. Lane2018-08-221-3/+6
* libparted: Fix ending CHS address in PMBR.Ulrich Müller2018-08-221-1/+1
* libparted/labels: link with libiconv if neededArnout Vandecappelle (Essensium/Mind)2017-12-191-1/+1
* atari.c: Drop xlocale.h (#1476934)Brian C. Lane2017-07-311-1/+0
* libparted/dasd: add an exception for changing DASD-LDL partition tableWang Dong2017-05-011-1/+5
* libpartd/dasd: improve flag processing for DASD-LDLWang Dong2017-05-011-0/+14
* libparted: Fix MacOS boot supportLaurent Vivier2016-12-221-21/+20
* libparted: Add support for atari partition tablesJohn Paul Adrian Glaubitz2016-12-223-0/+1971
* libparted: set swap flag on GPT partitionsArvin Schnell2016-12-221-3/+39
* libparted/dasd: add new fdasd functionsWang Dong2016-12-221-0/+123
* libparted/dasd: update and improve fdasd functionsWang Dong2016-12-221-27/+29
* libparted/dasd: unify vtoc handling for cdl/ldlWang Dong2016-12-222-26/+20
* libparted: Fix starting CHS in protective MBRPetr Uzel2016-12-221-1/+1
* libparted: Remove commented local variable from bsd_partition_set_flag()Mike Fleetwood2016-10-041-1/+0
* libparted: Fix to report success when setting lvm flag on bsd tableMike Fleetwood2016-10-041-0/+1
* libparted/dasd: correct the offset where the first partition beginsWang Dong2016-06-231-1/+7
* libparted: Fix probing AIX disks on other archesBrian C. Lane2016-05-061-15/+3
* libparted: Remove fdasd geometry code from alloc_metadata (#1244833)Brian C. Lane2016-04-151-4/+0
* fdasd.c: Safeguard against geometry misprobingViktor Mihajlovski2016-02-091-2/+9
* dasd: enhance device probingViktor Mihajlovski2015-10-271-10/+8
* fdasd: geometry handling updated from upstream s390-toolsViktor Mihajlovski2015-10-271-50/+116
* mac: copy partition type and name correctlySergei Antonov2015-07-021-2/+2
* libparted: Fix part dupe with empty nameBrian C. Lane2014-06-151-2/+4
* maint: fix "make syntax-check" nitsJim Meyering2014-05-281-2/+2
* maint: run "make update-copyright"Jim Meyering2014-05-2514-14/+14
* libparted: mac: support sector size > 512 correctlySergei Antonov2014-05-251-38/+21