summaryrefslogtreecommitdiff
path: root/com32
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into chaindevMichal Soltys2011-03-301-7/+20
|\
| * linux.c32: For protocol 2.10+, use init_size when relocatingH. Peter Anvin2011-03-181-7/+20
| | | | | | | | | | | | | | If we have to relocate the kernel, use the init_size parameter if it is available, rather than an arbitrary fudge factor. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* | com32/chain: change 'nochain' -> 'stop', update docsMichal Soltys2011-03-183-8/+8
| | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | Merge branch 'master' into chaindevMichal Soltys2011-03-1813-46/+26
|\ \ | |/ | | | | | | Conflicts: com32/modules/chain.c
| * com32/cmenu/adv_menu.tpl: Use the proper value for ipappendH. Peter Anvin2011-03-161-1/+1
| | | | | | | | | | | | | | | | If x is NULL, we're supposed to pass 0 for ipappend; this was incorrect in the template and the gcc 4.6 unused variable warning caught it. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/tools/relocs.c: remove variables set but not usedH. Peter Anvin2011-03-161-2/+0
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/rosh/rosh.h: remove variables set but not usedH. Peter Anvin2011-03-161-0/+1
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/rosh/rosh.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+3
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/lua/src/vesa.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+1
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/lua/src/syslinux.c: remove variables set but not usedH. Peter Anvin2011-03-161-6/+7
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/lib/vsscanf.c: remove variables set but not usedH. Peter Anvin2011-03-161-7/+0
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/lib/syslinux/shuffle.c: remove variables set but not usedH. Peter Anvin2011-03-161-5/+7
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/lib/sys/rawcon_read.c: remove variables set but not usedH. Peter Anvin2011-03-161-3/+0
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/lib/jpeg/tinyjpeg.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+3
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/hdt/hdt-menu-summary.c: remove variables set but not usedH. Peter Anvin2011-03-161-2/+0
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/hdt/hdt-cli-kernel.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+0
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * com32/cmenu/libmenu/help.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+3
| | | | | | | | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * chain.c32: Allow both "guid" and "uuid"H. Peter Anvin2011-03-131-1/+4
| | | | | | | | | | | | | | The GPT specification calls it "guid", but the Unix world generally calls it "uuid". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * chain.c32: fix specification of disk by GUID (UUID)H. Peter Anvin2011-03-131-2/+2
| | | | | | | | | | | | | | Fix specification of disk by GUID, broken due to an incorrect pointer. Reported-by: Szymon H <bodwick@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | com32/chain: minor adjustment to manglepe_fixchs()Michal Soltys2011-03-091-4/+2
| | | | | | | | | | | | It will not skip updates on EBRs with empty logical partition. Signed-off-by: Michal Soltys <soltys@ziu.info>
* | com32/chain: setup_handover() - use iter->lengthMichal Soltys2011-03-091-18/+13
| | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | com32/chain: modify lba2chs() towards using disk_chs typeMichal Soltys2011-03-094-16/+13
| | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | com32/chain: add generic length field to partition iteratorsMichal Soltys2011-03-082-0/+4
| | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | com32/chain: always report detected BPBMichal Soltys2011-03-083-22/+17
| | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | com32/chain: option rename: mbrchs -> fixchsMichal Soltys2011-03-083-7/+7
| | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | com32/chain: split manglepe_mbrchshide() into separate functionsMichal Soltys2011-03-083-35/+104
| | | | | | | | | | | | | | | | - split into 'fixchs' and 'hide' (cleaner, easier to read) - fix hide related conditions (they were too strong) - make sure we test for iterator status as well Signed-off-by: Michal Soltys <soltys@ziu.info>
* | Merge branch 'master' into chaindevMichal Soltys2011-03-0740-372/+717
|\ \ | |/
| * Merge remote branch 'genec/memdisk-maxmem-for-hpa'syslinux-4.04-pre10H. Peter Anvin2011-03-024-36/+116
| |\
| | * libcom32: Add header to suffix_number.cGene Cumm2011-02-081-0/+1
| | | | | | | | | | | | In case we ever define anything in the header
| | * memdisk & libcom32: Fix minor errors in previous commitGene Cumm2011-02-081-36/+1
| | |
| | * com32: Move suffix_number() from libutil to libcom32Gene Cumm2011-02-084-3/+3
| | |
| | * libutil: copy suffix_number() from com32/lib/syslinux/load_linux.cGene Cumm2011-02-073-1/+115
| | |
| * | Merge remote branch 'genec/rosh_for_hpa'H. Peter Anvin2011-03-022-19/+33
| |\ \
| | * | rosh: 2 bug fixes; more debug codeGene Cumm2011-01-312-19/+33
| | | | | | | | | | | | | | | | | | | | This fixes two issues when doing "ls -l"; directory entries with a directory argument were not qualified; stat() checked 1, not -1
| * | | skipspace: move out of linesyslinux-4.04-pre9H. Peter Anvin2011-02-243-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Move skipspace() out of line since it triggers inlining warnings. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * | | lua: Adding CPU moduleErwan Velu2011-02-085-1/+182
| | | |
| * | | com32: single instance of skipspace()Erwan Velu2011-02-076-50/+20
| | | | | | | | | | | | | | | | no need to keep several versions of it.
| * | | lua: Adding PCI initErwan Velu2011-02-071-0/+1
| | | | | | | | | | | | | | | | | | | | This removable was introduced by commit bfcd7b7305c5465eb33acca86109ca96cb37403a
| * | | lua: Updating to 5.1.4.2Erwan Velu2011-02-077-20/+37
| | | | | | | | | | | | | | | | Taken from http://www.lua.org/ftp/patch-lua-5.1.4-2
| * | | lua: Updating to 5.1.4Erwan Velu2011-02-0721-215/+308
| | | | | | | | | | | | | | | | | | | | | | | | Updating base code to 5.1.4 Adding -DSYSLINUX build flag Moving #if 0 to ifndef SYSLINUX
| * | | lua: removing duplicated code from vesa.cErwan Velu2011-02-061-22/+0
| | | | | | | | | | | | | | | | | | | | This code was static and unused. At least, if we need it let's reuse the code from the vesa lib.
| * | | lua: Preventing gcc warning on vesa.cErwan Velu2011-02-061-0/+2
| | | |
| * | | lua: Making lua building with no gcc errorErwan Velu2011-02-062-12/+15
| | |/ | |/| | | | | | | Simple patch to make gcc happy during build in -Wall -Werror
* | | com32/chain: minor help fixMichal Soltys2011-03-071-2/+2
| | | | | | | | | | | | Signed-off-by: Michal Soltys <soltys@ziu.info>
* | | Merge branch 'master' into chaindevMichal Soltys2011-02-1472-239/+7346
|\ \ \ | |/ /
| * | HDT: Releasing 0.4.1syslinux-4.04-pre6hdt/0.4.1Erwan Velu2011-02-061-1/+1
| | | | | | | | | | | | This release is fixing the annoying vesa bug.
| * | hdt: Fixing vesa detectionErwan Velu2011-02-033-6/+6
| | | | | | | | | | | | | | | | | | | | | When booting by using the VESA mode, the init order wasn't correct. This was introduced by commit 460a711a8d3e0c71abe9edaf15cbb366d0f70c81 Thx Ralf Carl for reporting this.
| * | hdt: Releasing 0.4.0hdt/0.4.0Erwan Velu2011-02-021-1/+1
| | |
| * | hdt: Ignoring *gz filesErwan Velu2011-02-021-0/+1
| | |
| * | hdt: Adding BOOT supportErwan Velu2011-01-312-0/+6
| | |