summaryrefslogtreecommitdiff
path: root/com32/chain/chain.c
Commit message (Expand)AuthorAgeFilesLines
* chain: year update in commments (trivial)Gene Cumm2015-03-151-1/+1
* chain: add missing pi_del() in find*() functionsMichal Soltys2014-08-261-35/+25
* chain/partiter: adjust error reportingMichal Soltys2014-08-261-2/+2
* com32/chain: fix potential problem with 'fs' optionMichal Soltys2013-02-141-2/+2
* com32/chain: sizeof style change (trivial)Michal Soltys2013-02-141-7/+7
* com32/chain: use single value for partiter related options (flags)Michal Soltys2013-02-141-5/+5
* com32/chain: partiter: rename start_lbaMichal Soltys2013-02-141-10/+10
* com32/chain: rely more on addr_t, replace ADDR*Michal Soltys2013-02-141-6/+4
* com32/chain: remove common.hMichal Soltys2013-02-141-1/+0
* com32/chain: implement handling of non-standard hybrid GPT+MBR layoutsMichal Soltys2013-02-141-5/+5
* com32/chain: implement relax flagMichal Soltys2013-02-141-5/+5
* com32/chain: warning/error/help/doc tidyingMichal Soltys2013-02-141-30/+30
* com32/chain: use disk_guid for part_guid for 0th partitionMichal Soltys2013-02-141-7/+3
* com32/chain: partiter - simplifications and updatesMichal Soltys2013-02-141-4/+4
* com32/chain: use anonymous and unnamed aggregatesMichal Soltys2013-02-141-6/+6
* com32/chain: comments, minor adjustmentMichal Soltys2013-02-141-22/+24
* com32/chain: update licenses and #ifndef stanzasMichal Soltys2013-02-141-1/+1
* chain.c: Fix misplaced #endif breaking non-DEBUG buildsH. Peter Anvin2012-03-261-1/+1
* Use PRIu64 instead of %llu, where appropriateMichal Soltys2011-08-021-2/+2
* com32/chain: once more rename option: stop -> breakMichal Soltys2011-05-101-1/+1
* com32/chain: change 'nochain' -> 'stop', update docsMichal Soltys2011-03-181-1/+1
* com32/chain: setup_handover() - use iter->lengthMichal Soltys2011-03-091-18/+13
* com32/chain: modify lba2chs() towards using disk_chs typeMichal Soltys2011-03-091-6/+6
* com32/chain: split manglepe_mbrchshide() into separate functionsMichal Soltys2011-03-081-1/+3
* com32/chain: minor fixes and cleanupsMichal Soltys2010-10-251-34/+21
* com32/chain/chain.c: fix if-order during handover preparationMichal Soltys2010-10-211-34/+34
* com32/chain: remove remains of SECTORMichal Soltys2010-10-141-2/+6
* com32/chain: move partition entries' mangling to mangle.creview02Michal Soltys2010-10-081-156/+2
* com32/chain: allow service-only runsMichal Soltys2010-10-081-5/+9
* com32/chain: fix condition in pentry_mangle()Michal Soltys2010-10-081-4/+6
* com32/chain: make raw handover use total sectors infoMichal Soltys2010-10-081-3/+6
* com32/chain: Add unhide and unhideall optionsMichal Soltys2010-10-081-7/+7
* com32/chain: simplify pentry_mangle()Michal Soltys2010-10-081-34/+34
* com32/chain: utility's lba2chs updateMichal Soltys2010-10-081-11/+15
* com32/chain/partiter: make iterators not autofree after fin/errMichal Soltys2010-09-281-8/+9
* chain/chain.c: add "raw" handoverMichal Soltys2010-09-281-19/+27
* chain module: bugfixing and cosmeticsMichal Soltys2010-09-281-14/+23
* chain module: setbpb changes, bss & bs options, bugfixesMichal Soltys2010-09-281-136/+60
* chain module: make option 'save' truly separateMichal Soltys2010-09-281-10/+21
* chain, options: bugfixes, adjustments; big doc updateMichal Soltys2010-09-281-3/+4
* chain: adjust 'mbrchs' calculations, adjust partitierMichal Soltys2010-09-281-12/+13
* chain, partiter, options: bugfix, new optionsMichal Soltys2010-09-281-4/+110
* chain, options: fixes, additionsMichal Soltys2010-09-281-12/+4
* partiter.c: add stepall modifier; bugfixes + comment changesMichal Soltys2010-09-281-17/+12
* chain.c: Split chain into smaller filesMichal Soltys2010-09-281-774/+14
* chain.c: Improve setdrv option, remove setbpb4/Michal Soltys2010-09-281-36/+106
* chain.c: change file/sect/hand area handling logic, add 'hptr' optionMichal Soltys2010-09-281-77/+91
* chain.c: merge segs= and sect into single option, remove segfMichal Soltys2010-09-281-32/+39
* chain.c: option renamesMichal Soltys2010-09-281-75/+73
* chain.c: Always use console_ansi_raw(), not only with DEBUGMichal Soltys2010-09-281-4/+2