summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7H. Peter Anvin2007-05-071-1/+1
* Make more space for the heap when doing so is possibleH. Peter Anvin2007-05-051-13/+16
* Add wrapper function syslinux_run_kernel_image()syslinux-3.50-pre6H. Peter Anvin2007-04-263-1/+75
* linux.c32: saturate memory size to 32 bits if too largeH. Peter Anvin2007-04-261-1/+7
* Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin2007-04-101-26/+7
* Fix expansion of palette images to ABGR.H. Peter Anvin2007-04-101-11/+18
* Add syslinux_local_boot() wrapper functionH. Peter Anvin2007-04-043-1/+45
* pxe_get_cached.c: readability improvement.H. Peter Anvin2007-04-031-2/+2
* intcall, farcall: readability improvements.syslinux-3.50-pre4H. Peter Anvin2007-04-032-5/+5
* A few more syslinux wrapper functionH. Peter Anvin2007-04-034-0/+131
* set -e so the build stops on error.syslinux-3.50-pre3H. Peter Anvin2007-04-031-1/+1
* Move the PCI-scanning code into the library proper.H. Peter Anvin2007-04-033-3/+3
* pci.c: change from GPL to MIT license; Erwan has OK'd this change.H. Peter Anvin2007-04-031-5/+20
* pcitest.c: remove obsolete fields; formatting cleanupsH. Peter Anvin2007-04-031-20/+35
* Fix the handling of namelen and argument parsing in linux.c32Ferenc Wagner2007-04-032-1/+2
* ethersel: move RID range parsing into its own function.H. Peter Anvin2007-04-011-13/+21
* Remove bogus clobbering of the maskH. Peter Anvin2007-04-011-2/+1
* Return first match in list, not first match in PCI hierarchysyslinux-3.50-pre2H. Peter Anvin2007-04-011-8/+8
* Remove useless attempt at reading pci.idsH. Peter Anvin2007-04-012-91/+0
* SYSLINUX API headers, and beginning of implementation.H. Peter Anvin2007-03-207-1/+357
* Stealth whitespace cleanupH. Peter Anvin2007-03-201-1/+1
* Add interface for querying the syslinux feature flags.H. Peter Anvin2007-03-203-1/+102
* Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()H. Peter Anvin2007-03-207-64/+24
* Linux-loading module with optional DHCP generation.syslinux-3.40-pre15H. Peter Anvin2007-03-152-1/+237
* initramfs chain handling: add support for forcing the alignment.H. Peter Anvin2007-03-155-13/+47
* Library functions for manipulating initramfsH. Peter Anvin2007-03-159-4/+340
* Initial library support for booting a Linux kernelH. Peter Anvin2007-03-153-0/+353
* PXE header support; higher-level function for PXE GET_CACHED_INFOH. Peter Anvin2007-03-155-1/+626
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-1456-320/+308
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-147-16/+136
* Move the loadfile() routine into the syslinux/ namespace, and use it.syslinux-3.40-pre13H. Peter Anvin2007-03-144-57/+4
* Finish the shuffle and boot interface, and add an ELF loading module.H. Peter Anvin2007-03-1414-108/+910
* Dummy <assert.h>H. Peter Anvin2007-03-141-0/+8
* Wrapper infrastructure for "shuffle and boot"H. Peter Anvin2007-03-1213-152/+1032
* Formatting cleanupssyslinux-3.40-pre12H. Peter Anvin2007-03-071-98/+126
* Ethersel must use the pci com32 module instead of builtin pci detection codeErwan Velu2007-03-074-73/+38
* menu system: make the help message end row a configurable.syslinux-3.40-pre11H. Peter Anvin2007-03-051-2/+4
* TEXT HELP: Multiline per-entry help messages in the simple menu system.syslinux-3.40-pre10H. Peter Anvin2007-03-053-3/+67
* Simple menu system: unified way to handle message strings; add NOTABMSGsyslinux-3.40-pre9H. Peter Anvin2007-02-283-29/+68
* Teach the menu system to ignore TEXT blocks for now.syslinux-3.40-pre8H. Peter Anvin2007-02-271-0/+10
* Support customization of menu messages.H. Peter Anvin2007-02-273-9/+51
* Do not overwrite pointer "p" when calling is_kernel_type()H. Peter Anvin2007-02-231-2/+2
* Support multiple image types in the menu systemH. Peter Anvin2007-02-193-16/+86
* Fix -fno-stack-protector per bug report from Gilles Espinassesyslinux-3.36-pre9H. Peter Anvin2007-02-081-1/+1
* fileread: new file descriptor should be from oreg, not iregH. Peter Anvin2007-02-071-1/+1
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...H. Peter Anvin2007-02-074-4/+9
|\
| * Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-064-4/+9
* | fileread: ES:BX -> buffer, not ES:SIH. Peter Anvin2007-02-071-1/+1
|/
* -FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTEDH. Peter Anvin2007-01-251-1/+1
* Compilation fix for older gcc where __DBL_*_EXP__ isn't definedH. Peter Anvin2007-01-252-33/+42