summaryrefslogtreecommitdiff
path: root/libparted/labels
Commit message (Expand)AuthorAgeFilesLines
* gpt_clobber: avoid segfault when 512 < sector_sizeJim Meyering2009-07-241-15/+8
* ptt_clear_sectors: new functionJim Meyering2009-07-242-3/+26
* 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-248-137/+60
* dvh: probe, read, clobber, write: adapt for >512-byte sectorsJim Meyering2009-07-241-13/+40
* bsd.c: use pt-toolsJim Meyering2009-07-241-15/+4
* the beginnings of library partition-table toolsJim Meyering2009-07-243-1/+71
* avoid dvh label-clone test failureJim Meyering2009-07-241-1/+1
* * libparted/labels/gpt.c (gpt_clobber): Plug a leak.Jim Meyering2009-07-241-0/+1
* amiga: Avoid writing uninitialized 1.5KB after initial 512B.Jim Meyering2009-07-241-1/+5
* Make loop_probe and loop_clobber work with sector_size > 512, too.Jim Meyering2009-07-241-33/+33
* (msdos_clobber): Plug the leak I just introduced.Jim Meyering2009-07-241-2/+4
* Make "mklabel loop" work with >512 sector_size, even when...Jim Meyering2009-07-242-8/+30
* Make "mklabel loop" work with >512 sector_size.Jim Meyering2009-07-241-6/+15
* Make "mklabel msdos" work with >512 sector_size.Jim Meyering2009-07-241-13/+22
* Make "mklabel bsd" work with >512 sector_size.Jim Meyering2009-07-241-13/+27
* Make "mklabel mac" work with >512-byte sector_size.Jim Meyering2009-07-241-26/+49
* Add a FIXME comment.Jim Meyering2009-07-241-1/+1
* start to make things work with 2048-byte sector size.Jim Meyering2009-07-243-55/+104
* build: adjust MakefilesJim Meyering2009-07-191-1/+2
* Avoid compilation failure on s390Otavio Salvador2009-07-193-5/+5
* Rationalise linux-swap fs names, and add a "linux-swap" aliasColin Watson2009-07-101-1/+1
* gpt: preserve first 446 bytes of the PMBR (protective MBR)Joel Granados Moreno2009-06-171-2/+12
* gpt: fix gpt_read to read all of the partition entries correctlyMatthew S. Harris2009-06-102-8/+25
* Make sure we always create msdos metadata parts.Joel Andres Granados2009-05-261-22/+76
* remove all trailing blanksJim Meyering2009-03-0514-275/+275
* gpt: plug a memory leak in gpt_read()Petr Uzel2009-03-051-1/+5
* rename all "support" parameters; avoid new compiler warningsJim Meyering2009-03-0510-29/+39
* gpt: adjust formatting and rename a parameter: s/supported/max_n/.Jim Meyering2009-03-051-15/+15
* Properly sync partitions with operating systemJoel Granados Moreno2009-03-0511-9/+141
* dasd: emit a diagnostic upon probe failureJoel Granados Moreno2009-02-201-4/+4
* gpt: avoid failed assertion on big-endian systemsPetr Uzel2009-02-201-1/+1
* avoid failed assertion when creating a GPT partition table...Jim Meyering2009-02-181-3/+8
* gpt: do not automatically "correct" a suspicious GPT partition tablePetr Uzel2009-02-171-10/+15
* sun partition tables: add support for RAID partition typesTom "spot" Callaway2008-12-231-6/+35
* don't call ped_partition_new with "0" as 2nd argJim Meyering2008-07-278-16/+24
* gpt_write: fix a write-uninitialized errorJim Meyering2008-05-311-1/+1
* plug two more leaks in gpt_writeJim Meyering2008-05-311-5/+12
* plug a blatant leak in gpt_writeJim Meyering2008-05-311-1/+1
* plug leaks in gpt_writeJim Meyering2008-05-311-0/+2
* plug a leak in gpt_readJim Meyering2008-05-311-0/+1
* remove more useless "if" tests before freeJim Meyering2008-05-292-3/+2
* Use free, not ped_free.Jim Meyering2008-05-2911-75/+75
* bug fix: improve DOS partition table recognitionColin Watson2008-05-291-7/+9
* avoid const-related compiler warningsJim Meyering2008-05-291-7/+7