chain module: setbpb changes, bss & bs options, bugfixes
[profile/ivi/syslinux.git] / com32 / chain / chain.c
2010-09-28 Michal Soltyschain module: setbpb changes, bss & bs options, bugfixes
2010-09-28 Michal Soltyschain module: make option 'save' truly separate
2010-09-28 Michal Soltyschain, options: bugfixes, adjustments; big doc update
2010-09-28 Michal Soltyschain: adjust 'mbrchs' calculations, adjust partitier
2010-09-28 Michal Soltyschain, partiter, options: bugfix, new options
2010-09-28 Michal Soltyschain, options: fixes, additions
2010-09-28 Michal Soltyspartiter.c: add stepall modifier; bugfixes + comment...
2010-09-28 Michal Soltyschain.c: Split chain into smaller files
2010-09-28 Michal Soltyschain.c: Improve setdrv option, remove setbpb4/
2010-09-28 Michal Soltyschain.c: change file/sect/hand area handling logic...
2010-09-28 Michal Soltyschain.c: merge segs= and sect into single option, remov...
2010-09-28 Michal Soltyschain.c: option renames
2010-09-28 Michal Soltyschain.c: Always use console_ansi_raw(), not only with...
2010-09-28 Michal SoltysMerge branch 'disklib' into chaindev
2010-08-22 Michal Soltyschain.c: adjust what ds:si and ds:bp point to after...
2010-08-22 Michal Soltyschain.c: fixes, adjustments
2010-08-22 Michal Soltyschain.c: add options, misc varaible renames
2010-08-22 Michal Soltyschain.c: add 'smap' and 'hand' options, update handover...
2010-08-22 Michal Soltyschain, partiter: bugfixes
2010-08-22 Michal Soltyschain.c: Don't bruteforce loops detecting fixed drives.
2010-08-22 Michal Soltyschain.c: Introduce sseg and fseg options.
2010-08-22 Michal Soltyschain.c: fix trailing whitespace
2010-08-22 Michal Soltyschain.c: move reg setup of dos drive to find_dp()
2010-08-22 Michal Soltyschain.c: add nokeeppxe option and sethid shortcut of...
2010-08-15 Michal Soltyschain.c: Rename cur_part -> iter
2010-08-15 Michal Soltyschain.c minor fix of ADDRMAX value
2010-08-15 Michal Soltyschain.c: move regs to opt structure
2010-08-15 Michal Soltyschain.c: fix all compiler warnings in very pedantic...
2010-08-15 Michal Soltyschain.c: move file mangling outside main()
2010-08-15 Michal Soltyschain.c: Adjust hide_unhide() and remove mbr_area from...
2010-08-15 Michal Soltyspartiter: Add raw iterators
2010-08-15 Michal Soltyschain.c: Restructure finding of partition/drive to...
2010-08-15 Michal Soltyschain.c: move parsing outside main(), move some options...
2010-08-15 Michal Soltyschain.c: adjust usage(), update placeholder doc/chain.txt
2010-08-15 Michal Soltyschain.c: add soi2sli() function
2010-08-15 Michal Soltyschain.c: initial move of documentation to doc/chain.txt
2010-08-15 Michal Soltyschain.c: minor fixes
2010-08-15 Michal Soltyssplit chain into chain + iterator, expand iterators...