summaryrefslogtreecommitdiff
path: root/com32/chain/chain.c
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-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
* 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
* chain, partiter: bugfixesMichal Soltys2010-08-221-0/+12
* chain.c: Don't bruteforce loops detecting fixed drives.Michal Soltys2010-08-221-4/+13
* chain.c: Introduce sseg and fseg options.Michal Soltys2010-08-221-36/+72
* chain.c: fix trailing whitespaceMichal Soltys2010-08-221-4/+4
* chain.c: move reg setup of dos drive to find_dp()Michal Soltys2010-08-221-4/+6
* chain.c: add nokeeppxe option and sethid shortcut of sethiddenMichal Soltys2010-08-221-11/+15
* chain.c: Rename cur_part -> iterMichal Soltys2010-08-161-23/+22
* chain.c minor fix of ADDRMAX valueMichal Soltys2010-08-161-1/+1
* chain.c: move regs to opt structureMichal Soltys2010-08-161-39/+36
* chain.c: fix all compiler warnings in very pedantic modeMichal Soltys2010-08-161-27/+30
* chain.c: move file mangling outside main()Michal Soltys2010-08-161-231/+263
* chain.c: Adjust hide_unhide() and remove mbr_area from main()Michal Soltys2010-08-161-39/+26
* partiter: Add raw iteratorsMichal Soltys2010-08-161-1/+1