summaryrefslogtreecommitdiff
path: root/com32/chain
Commit message (Expand)AuthorAgeFilesLines
...
* chain, partiter: bugfixesMichal Soltys2010-08-223-6/+20
* 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-222-37/+76
* 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-162-28/+31
* 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-163-12/+29
* chain.c: Restructure finding of partition/drive to chainload.Michal Soltys2010-08-162-128/+164
* chain.c: move parsing outside main(), move some options to opt structureMichal Soltys2010-08-161-50/+64
* chain.c: adjust usage(), update placeholder doc/chain.txtMichal Soltys2010-08-161-27/+28
* chain.c: add soi2sli() functionMichal Soltys2010-08-161-5/+46
* partiter.c: tone down non-data sanity checks, add comments in ebr helperMichal Soltys2010-08-161-3/+18
* chain.c: initial move of documentation to doc/chain.txtMichal Soltys2010-08-161-89/+1
* chain.c: minor fixesMichal Soltys2010-08-161-3/+3
* split chain into chain + iterator, expand iterators' codeMichal Soltys2010-08-164-0/+1913