summaryrefslogtreecommitdiff
path: root/libparted/labels/bsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+2
* labels/bsd.c: Drop alpha_bootblock_checksum from bsd_probeBrian C. Lane2020-12-041-2/+0
* bsd: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-8/+5
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
* 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
* Fix double semi-colonsBrian C. Lane2019-08-091-1/+1
* libparted: Fix endian bug in bsd.cA. Wilcox2019-08-051-1/+1
* libparted: Remove commented local variable from bsd_partition_set_flag()Mike Fleetwood2016-10-041-1/+0
* libparted: Fix to report success when setting lvm flag on bsd tableMike Fleetwood2016-10-041-0/+1
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+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-1/+1
* bsd: avoid NULL-deref-on-OOM and an error-path leakJim Meyering2011-05-271-3/+6
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-14/+14
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-1/+1
* maint: remove now-unused <partition_table_type>_clobber functionsJim Meyering2010-02-201-15/+1
* libparted: remove unreachable codeJim Meyering2010-01-151-1/+0
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+1
* libparted: factor out duplication, hook up new APIsJim Meyering2009-12-081-36/+6
* maint: remove dead store code and declarationsJim Meyering2009-10-011-2/+0
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-291-1/+1
* put partition-table-specific logic in the corresponding filesJoel Granados Moreno2009-07-241-0/+7
* factor out the read_sector functionJim Meyering2009-07-241-27/+11
* bsd.c: use pt-toolsJim Meyering2009-07-241-15/+4
* Make "mklabel bsd" work with >512 sector_size.Jim Meyering2009-07-241-13/+27
* Add a FIXME comment.Jim Meyering2009-07-241-1/+1
* start to make things work with 2048-byte sector size.Jim Meyering2009-07-241-18/+38
* remove all trailing blanksJim Meyering2009-03-051-12/+12
* 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-1/+2
* Use free, not ped_free.Jim Meyering2008-05-291-5/+5
* Add flags for BSD disklabels (needed for Linux on Alpha)David Cantrell2007-11-071-3/+65
* 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
* "mklabel bsd": don't read/write initialized memory, with DEBUG turned offJim Meyering2007-06-051-1/+6
* Use PED_SECTOR_SIZE_DEFAULT not 512Jim Meyering2007-03-081-1/+1
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-071-1/+1
* Begin making libparted/labels/*.c const-correct.Jim Meyering2007-03-051-3/+3
* * libparted/labels/bsd.c (bsd_partition_new): Remove unused label.Jim Meyering2007-02-161-2/+0
* Deprecating ped_[register|unregister]_disk_type in favour of ped_disk_type_[r...Debarshi Ray2007-02-151-2/+2
* cb6ca73be06f360308e6a2fccb7142ed8175af29 continued.Debarshi Ray2007-01-161-2/+0
* Fix ChangeLogAnant Narayanan2006-09-141-0/+617