summaryrefslogtreecommitdiff
path: root/libparted/labels
Commit message (Expand)AuthorAgeFilesLines
* libparted: add swap flag for DASD labelArvin Schnell2022-05-131-68/+50
* parted: add type commandArvin Schnell2022-05-133-333/+336
* gpt: Include xalloc-oversized.hBrian C. Lane2022-03-231-0/+1
* maint: Update copyright statements to 2022Brian C. Lane2022-03-2315-15/+15
* gpt: Revert to filesystem GUID when setting flag to offBrian C. Lane2021-09-301-1/+1
* gpt: Add linux-home flagArvin Schnell2021-09-301-0/+5
* gpt: Map PED_PARTITON_ flags to GUID valuesArvin Schnell2021-09-291-423/+54
* keep GUID specific attributesArvin Schnell2021-09-231-21/+9
* libparted: Add swap flag to msdos disklabelBrian C. Lane2021-08-101-2/+22
* libparted: Fix potential memory leak in gpt_writeBrian C. Lane2021-06-111-4/+8
* libparted: Fix warning about buffer size in Atari labelBrian C. Lane2021-06-111-6/+11
* maint: Update copyright statements to 2021Brian C. Lane2021-01-1815-15/+15
* maint: Update copyright statements to 2020Brian C. Lane2020-12-1115-20/+25
* 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