summaryrefslogtreecommitdiff
path: root/com32/chain
Commit message (Expand)AuthorAgeFilesLines
* chain.c: Fix misplaced #endif breaking non-DEBUG buildsH. Peter Anvin2012-03-261-1/+1
* Use PRIu64 instead of %llu, where appropriateMichal Soltys2011-08-022-2/+3
* com32/chain: once more rename option: stop -> breakMichal Soltys2011-05-103-11/+11
* com32/chain: add support for ReactOS's freeldr.sysMichal Soltys2011-05-101-0/+15
* Merge branch 'master' into chaindevMichal Soltys2011-05-041-1/+2
* com32/chain: change 'nochain' -> 'stop', update docsMichal Soltys2011-03-183-8/+8
* com32/chain: minor adjustment to manglepe_fixchs()Michal Soltys2011-03-091-4/+2
* com32/chain: setup_handover() - use iter->lengthMichal Soltys2011-03-091-18/+13
* com32/chain: modify lba2chs() towards using disk_chs typeMichal Soltys2011-03-094-16/+13
* com32/chain: add generic length field to partition iteratorsMichal Soltys2011-03-082-0/+4
* com32/chain: always report detected BPBMichal Soltys2011-03-083-22/+17
* com32/chain: option rename: mbrchs -> fixchsMichal Soltys2011-03-083-7/+7
* com32/chain: split manglepe_mbrchshide() into separate functionsMichal Soltys2011-03-083-35/+104
* com32/chain: minor help fixMichal Soltys2011-03-071-2/+2
* com32/chain: minor fixes and cleanupsMichal Soltys2010-10-256-51/+64
* Merge branch 'master' into chaindevMichal Soltys2010-10-251-2/+19
* com32/chain/chain.c: fix if-order during handover preparationMichal Soltys2010-10-211-34/+34
* com32/chain: remove remains of SECTORMichal Soltys2010-10-142-6/+6
* com32/chain/partiter.c,h: updatesMichal Soltys2010-10-142-21/+50
* com32/chain: move partition entries' mangling to mangle.creview02Michal Soltys2010-10-083-156/+113
* com32/chain: allow service-only runsMichal Soltys2010-10-083-13/+31
* 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-082-11/+14
* com32/chain: simplify pentry_mangle()Michal Soltys2010-10-081-34/+34
* com32/chain: utility's lba2chs updateMichal Soltys2010-10-085-21/+31
* com32/chain/mangle.c: remove useless commentMichal Soltys2010-09-281-1/+1
* com32/chain/partiter: make iterators not autofree after fin/errMichal Soltys2010-09-283-28/+57
* chain/options.c: cosmeticsMichal Soltys2010-09-281-4/+4
* chain/chain.c: add "raw" handoverMichal Soltys2010-09-281-19/+27
* chain/utility.c: Adjust lba2chsMichal Soltys2010-09-281-26/+29
* chain module: bugfixing and cosmeticsMichal Soltys2010-09-287-36/+74
* chain module: setbpb changes, bss & bs options, bugfixesMichal Soltys2010-09-288-306/+381
* chain module: make option 'save' truly separateMichal Soltys2010-09-284-41/+54
* chain, options: bugfixes, adjustments; big doc updateMichal Soltys2010-09-283-31/+40
* chain: adjust 'mbrchs' calculations, adjust partitierMichal Soltys2010-09-283-32/+27
* chain, partiter, options: bugfix, new optionsMichal Soltys2010-09-285-38/+158
* chain, options: fixes, additionsMichal Soltys2010-09-283-23/+34
* partiter.c: add stepall modifier; bugfixes + comment changesMichal Soltys2010-09-283-37/+45
* chain.c: Split chain into smaller filesMichal Soltys2010-09-2812-788/+891
* partiter.c: cosmetic changesMichal Soltys2010-09-281-42/+48
* 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
* chain.c: adjust what ds:si and ds:bp point to after chainloadingMichal Soltys2010-08-221-51/+66
* chain.c: fixes, adjustmentsMichal Soltys2010-08-221-46/+145
* chain.c: add options, misc varaible renamesMichal Soltys2010-08-221-97/+220
* chain.c: add 'smap' and 'hand' options, update handover codeMichal Soltys2010-08-221-81/+129