summaryrefslogtreecommitdiff
path: root/libparted/labels/atari.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-241-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
| | | | By running make update-copyright
* libparted: Fix warning about buffer size in Atari labelBrian C. Lane2021-06-111-6/+11
| | | | | | When the Atari table is empty it copies 'PARTEDATARI' into the id, and the start and size bytes. This can be confusion, so turn it into a union of the string and the non-empty values.
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
| | | | By running make update-copyright
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-2/+2
| | | | By running make update-copyright
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+2
| | | | By running make update-copyright
* atari.c: Align the AtariRawTable on a 16bit boundaryBrian C. Lane2019-08-091-1/+2
| | | | | | The casts to uint16_t need to know that this will be aligned. The struct is actually 512 bytes, so it normally does end up aligned. This just makes sure the compiler knows it and stops warning about the casts.
* atari.c: Drop xlocale.h (#1476934)Brian C. Lane2017-07-311-1/+0
| | | | glibc no longer includes this header. locale.h should work just fine.
* libparted: Add support for atari partition tablesJohn Paul Adrian Glaubitz2016-12-221-0/+1969
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: Brian C. Lane <bcl@redhat.com>