summaryrefslogtreecommitdiff
path: root/com32/chain/partiter.c
Commit message (Expand)AuthorAgeFilesLines
* chain: year update in commments (trivial)Gene Cumm2015-03-151-1/+1
* chain/partiter: add options to ignore GPT crc checksMichal Soltys2015-03-151-20/+32
* chain/partiter: call notsane_gpt_hdr() per headerMichal Soltys2015-03-151-48/+48
* chain/partiter: correct gpt header checkssyslinux-6.03-pre20Michal Soltys2014-08-261-4/+8
* chain: implement strict=<0|1|2>Michal Soltys2014-08-261-7/+7
* chain/partiter: fix possible non-NULL value returned by pi_begin() on errorMichal Soltys2014-08-261-8/+10
* chain/partiter: fix and improve gpt handling in buggy casesMichal Soltys2014-08-261-76/+128
* com32/chain: sizeof style change (trivial)Michal Soltys2013-02-141-9/+9
* com32/chain: (partiter) add cebr_siz for completnessMichal Soltys2013-02-141-0/+1
* com32/chain: (partiter) dos_next_ebr() fixupMichal Soltys2013-02-141-1/+1
* com32/chain: partiter: rename start_lbaMichal Soltys2013-02-141-5/+5
* com32/chain: index -1 partiter adjustmentMichal Soltys2013-02-141-3/+3
* com32/chain: remove common.hMichal Soltys2013-02-141-1/+0
* com32/chain: implement handling of non-standard hybrid GPT+MBR layoutsMichal Soltys2013-02-141-2/+5
* com32/chain: implement relax flagMichal Soltys2013-02-141-2/+15
* com32/chain: warning/error/help/doc tidyingMichal Soltys2013-02-141-23/+27
* com32/chain: use disk_guid for part_guid for 0th partitionMichal Soltys2013-02-141-0/+1
* com32/chain: cleaner variable namesMichal Soltys2013-02-141-12/+11
* com32/chain: remove unused ebr_startMichal Soltys2013-02-141-3/+0
* com32/chain: partiter - more precise comments / outputMichal Soltys2013-02-141-9/+10
* com32/chain: remove redundant rawindexMichal Soltys2013-02-141-2/+0
* com32/chain: partiter - simplifications and updatesMichal Soltys2013-02-141-258/+92
* com32/chain: shuffle code before partiter simplificationsMichal Soltys2013-02-141-62/+62
* com32/chain: change stepall into flagsMichal Soltys2013-02-141-10/+10
* com32/chain: use anonymous and unnamed aggregatesMichal Soltys2013-02-141-42/+42
* com32/chain: comments, minor adjustmentMichal Soltys2013-02-141-3/+3
* com32/chain: update licenses and #ifndef stanzasMichal Soltys2013-02-141-2/+3
* com32/chain: add generic length field to partition iteratorsMichal Soltys2011-03-081-0/+3
* com32/chain/partiter.c,h: updatesMichal Soltys2010-10-141-21/+48
* com32/chain/partiter: make iterators not autofree after fin/errMichal Soltys2010-09-281-18/+40
* chain module: bugfixing and cosmeticsMichal Soltys2010-09-281-6/+6
* chain: adjust 'mbrchs' calculations, adjust partitierMichal Soltys2010-09-281-19/+12
* chain, partiter, options: bugfix, new optionsMichal Soltys2010-09-281-26/+30
* partiter.c: add stepall modifier; bugfixes + comment changesMichal Soltys2010-09-281-18/+29
* chain.c: Split chain into smaller filesMichal Soltys2010-09-281-10/+2
* partiter.c: cosmetic changesMichal Soltys2010-09-281-42/+48
* chain, partiter: bugfixesMichal Soltys2010-08-221-4/+6
* partiter: Add raw iteratorsMichal Soltys2010-08-161-11/+27
* partiter.c: tone down non-data sanity checks, add comments in ebr helperMichal Soltys2010-08-161-3/+18
* split chain into chain + iterator, expand iterators' codeMichal Soltys2010-08-161-0/+714