summaryrefslogtreecommitdiff
path: root/libparted/labels/dos.c
Commit message (Expand)AuthorAgeFilesLines
* parted: add type commandArvin Schnell2022-05-131-332/+289
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* libparted: Add swap flag to msdos disklabelBrian C. Lane2021-08-101-2/+22
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+1
* dos: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-1/+1
* libparted: Add support for MSDOS partition type bls_boot (0xea)Brian C. Lane2019-12-201-13/+20
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-2/+2
* libparted: Replace abs() with llabs()Shin'ichiro Kawasaki2019-08-091-2/+2
* dos.c: Fix cast alignment error in maybe_FATBrian C. Lane2019-08-091-1/+1
* Added support for Windows recovery partition (WINRE) on MBRHans-Joachim Baader2019-01-311-2/+38
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-161-0/+3
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* libparted: don't detect fat and ntfs boot sectors as dos MBRPhillip Susi2014-05-221-0/+29
* libparted: Add UEFI System Partition flag.Brian C. Lane2014-03-021-0/+21
* libparted: Add Intel Rapid Start Technology partition flag.Brian C. Lane2014-03-021-0/+21
* dos: improve MBR signature generationJonathan Liu2013-10-091-11/+1
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* libparted: raise dos partition limit from 16 to 64Phillip Susi2012-01-191-1/+1
* libparted: enforce dos partition limitPhillip Susi2012-01-181-3/+9
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-031-12/+12
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-73/+72
* Remove PED_ASSERT from dos geometry checkingBrian C. Lane2011-03-051-10/+20
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-2/+2
* dos: fix a bug affecting very small devices (smaller than 1 cylinder)Jim Meyering2010-11-091-7/+7
* libparted: avoid regression when processing a whole-disk FAT partitionJim Meyering2010-07-171-0/+75
* fix typo in commentJim Meyering2010-05-251-1/+1
* msdos: recognize id 27 as a diagnostics (recovery) partition typeHans de Goede2010-05-061-0/+3
* maint: avoid code duplicationJim Meyering2010-04-291-35/+21
* dos: add a partition flag for diagnostics / recovery partitionsHans de Goede2010-04-291-0/+33
* dos: always allow at least two sectors for extended boot recordColin Watson2010-04-231-1/+5
* dos: accommodate very small devices (useful for testing)Jim Meyering2010-04-231-2/+7
* dos: fix prep / palo flag handlingHans de Goede2010-04-211-0/+2
* libparted: msdos_partition_is_flag_available: fix hidden on extendedDavid Cantrell2010-03-021-1/+9
* dos: set HFS/HFS+ partition identifier to proper valueCurtis Gedak2010-02-261-1/+5
* maint: remove now-unused <partition_table_type>_clobber functionsJim Meyering2010-02-201-20/+1
* dos: don't leak a constraint upon partition-add failureJim Meyering2010-01-151-4/+5
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+2
* dos: honor cylinder alignment disk flag when allocating metadataHans de Goede2009-12-191-1/+4
* dos: remove unreachable codeJim Meyering2009-12-161-1/+0
* msdos, sun: implement disk flag operationsHans de Goede2009-12-101-5/+65
* libparted: factor out duplication, hook up new APIsJim Meyering2009-12-081-45/+6
* maint: remove dead store code and declarationsJim Meyering2009-10-011-1/+0
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-291-2/+1
* dos: adjust variable declarationsPetr Uzel2009-08-261-2/+2
* dos: factor out and define DOS_N_PRI_PARTITIONSPetr Uzel2009-08-261-9/+12
* dos: use sizeof(variable) instead of sizeof(type)Petr Uzel2009-08-261-4/+4
* do not discard bootcode from extended partitionPetr Uzel2009-08-211-4/+11
* dos: plug just-introduced leaks on error pathJim Meyering2009-07-241-4/+6