summaryrefslogtreecommitdiff
path: root/libparted/labels/mac.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-241-1/+1
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-2/+2
* libparted: Remove disabled codeBrian C. Lane2020-11-201-14/+0
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+2
* Fix the length of several strncpy callsBrian C. Lane2018-08-221-3/+6
* libparted: Fix MacOS boot supportLaurent Vivier2016-12-221-21/+20
* mac: copy partition type and name correctlySergei Antonov2015-07-021-2/+2
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* libparted: mac: support sector size > 512 correctlySergei Antonov2014-05-251-38/+21
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* mac: don't let larger partition-table-specified block size evoke UBBrian C. Lane2012-09-201-1/+13
* libparted: avoid unwarranted failed assertion during mklabelJim Meyering2012-02-261-2/+1
* 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-4/+4
* mac: avoid NULL-deref-on-OOM and an error-path leakJim Meyering2011-05-271-3/+6
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-32/+32
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-2/+1
* maint: remove now-unused <partition_table_type>_clobber functionsJim Meyering2010-02-201-52/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+2
* libparted: plug a leak in mac_writeJim Meyering2009-12-161-1/+3
* maint: use "int", not "bool" for value returned by ped_device_writeJim Meyering2009-12-161-1/+1
* libparted: plug a leak in mac's write_block_zeroJim Meyering2009-12-161-1/+3
* libparted: factor out duplication, hook up new APIsJim Meyering2009-12-081-36/+7
* mac: hook up the partition_check function for this partition table typeJim Meyering2009-12-031-1/+1
* Implement get_partition_alignment DiskOp for all labels which need itHans de Goede2009-11-011-1/+10
* maint: remove dead store code and declarationsJim Meyering2009-10-011-4/+0
* put partition-table-specific logic in the corresponding filesJoel Granados Moreno2009-07-241-0/+7
* mac clone: avoid failed assertion for sector size > 512Jim Meyering2009-07-241-2/+11
* * libparted/labels/mac.c (mac_duplicate): Remove dead code.Jim Meyering2009-07-241-5/+1
* mac partitions pass all label+disk tests @1024 & @2048 sector sizeJim Meyering2009-07-241-29/+45
* mac.c (_disk_analyse_ghost_size): allow >512-byte sector sizeJim Meyering2009-07-241-14/+20
* mac.c: remove dead codeJim Meyering2009-07-241-2/+1
* make "mac" partition table support pass the 512-byte ./label testsJim Meyering2009-07-241-19/+35
* factor out the read_sector functionJim Meyering2009-07-241-23/+7
* Make "mklabel mac" work with >512-byte sector_size.Jim Meyering2009-07-241-26/+49
* remove all trailing blanksJim Meyering2009-03-051-5/+5
* rename all "support" parameters; avoid new compiler warningsJim Meyering2009-03-051-3/+4
* Properly sync partitions with operating systemJoel Granados Moreno2009-03-051-1/+10
* don't call ped_partition_new with "0" as 2nd argJim Meyering2008-07-271-2/+4
* Use free, not ped_free.Jim Meyering2008-05-291-8/+8
* avoid const-related compiler warningsJim Meyering2008-05-291-7/+7
* Fix mkpart linux-swap bug: would use 0x83 rather than 0x82Jim Meyering2007-08-141-1/+3
* Updated GPL license boilerplate.David Cantrell2007-07-231-3/+2
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-071-1/+1
* Hide two unnecessarily-"extern" functions.Jim Meyering2007-03-051-1/+1
* Begin making libparted/labels/*.c const-correct.Jim Meyering2007-03-051-1/+3
* Avoid compiler warnings with gcc -Wall -Wshadow.Jim Meyering2007-02-161-4/+1
* Fix the style of typedef, enum, struct and __attribute__ ((packed)).Debarshi Ray2007-02-161-11/+17