summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2012-05-186-58/+6
* dprintf: always define dprintf2/vdprintf2H. Peter Anvin2012-05-181-7/+7
* lib/shuffle: use <dprintf.h>H. Peter Anvin2012-05-181-17/+1
* dprintf: add the ability to log to stdioH. Peter Anvin2012-05-183-10/+21
* vdprintf.c: undo double-printingH. Peter Anvin2012-05-181-2/+0
* CLI: Stick to the classic "boot: " prompt rather than "syslinux$"H. Peter Anvin2012-05-181-1/+1
* elflink: make dprintf() usable in the coreH. Peter Anvin2012-05-183-9/+13
* graphics: report video mode change from protected-mode codePaulo Alcantara2012-05-121-11/+8
* com32: Do not use hard-coded values for PXE flagsPaulo Alcantara2012-05-123-4/+11
* pxe: resolve names via DNS from protected-mode codePaulo Alcantara2012-05-126-100/+40
* host.c32: do not use INT 22h, AX=0x0010 to resolve DNSPaulo Alcantara2012-05-121-21/+22
* Merge remote-tracking branch 'mfleming/elflink' into elflinkH. Peter Anvin2012-05-045-50/+58
|\
| * ldlinux: Parse ALLOWOPTIONS directiveMatt Fleming2012-05-032-1/+7
| * elflink: Fix TIMEOUT and TOTALTIMEOUT handlingMatt Fleming2012-05-035-48/+50
| * ldlinux: Don't drop args if we auto-lookup cmd extensionMatt Fleming2012-05-011-1/+1
* | get_key: Valid key values are positiveH. Peter Anvin2012-04-171-2/+2
* | hw/vga.h: Header file for VGA hardware registersH. Peter Anvin2012-04-171-0/+104
|/
* Merge branches 'auto-extension' and 'fix-build-warnings' into elflinkMatt Fleming2012-04-1729-94/+98
|\
| * Mark unused function parameters as __unusedMatt Fleming2012-04-176-7/+11
| * elflink: Remove unused variablesMatt Fleming2012-04-175-6/+2
| * meminfo: If we allocate with lmalloc() we should free with lfree()Matt Fleming2012-04-172-5/+5
| * ldlinux: Include write_serial() prototypeMatt Fleming2012-04-171-0/+1
| * ldlinux: Use signed char consistentlyMatt Fleming2012-04-171-2/+2
| * ldlinux: Fix uninitialized variable warningMatt Fleming2012-04-171-1/+1
| * ldlinux: Add prototype for new_linux_kernel()Matt Fleming2012-04-172-1/+4
| * ldlinux: Fix number of arguments to start_ldlinux()Matt Fleming2012-04-171-1/+1
| * ldlinux: Cast some arguments to avoid compiler warningsMatt Fleming2012-04-171-3/+3
| * ldlinux: Use '\0' instead of NULL when dealing with charactersMatt Fleming2012-04-171-1/+1
| * ldlinux: Fix build warnings caused by refstrdup() usageMatt Fleming2012-04-171-4/+8
| * ldlinux: Silence gcc warning about uninitialized variableMatt Fleming2012-04-171-1/+1
| * ldlinux: Add print_labels() prototype to config.hMatt Fleming2012-04-171-0/+1
| * ldlinux: Fix check for last command line entryMatt Fleming2012-04-171-1/+1
| * ldlinux: Match arg types to function prototypesMatt Fleming2012-04-171-5/+6
| * ldlinux: Tag __syslinux_init() as __constructorMatt Fleming2012-04-172-2/+1
| * ldlinux: parse_kernel_type() parameter should be constMatt Fleming2012-04-171-1/+1
| * ldlinux: Include headers for function prototypesMatt Fleming2012-04-172-0/+2
| * elflink: Add _module_unload() prototype to module.hMatt Fleming2012-04-171-3/+12
| * elflink: Fix module_load() compiler warningsMatt Fleming2012-04-171-1/+2
| * elflink: Fix build warningsMatt Fleming2012-04-176-19/+25
| * elflink: Delete dump_elf_module()Matt Fleming2012-04-172-19/+0
| * syslinux/idle.c: Fix build warnings from missing prototypesMatt Fleming2012-04-171-0/+1
| * sys/fileclose.c: Fix build warning from missing prototypeMatt Fleming2012-04-171-0/+1
| * sys/fileread.c: Fix build warning from missing prototypeMatt Fleming2012-04-171-0/+1
| * sys/open.c: Fix building warnings from missing prototypeMatt Fleming2012-04-171-0/+1
| * getcwd.c: Include core_getcwd() prototypeMatt Fleming2012-04-171-0/+1
| * core: Partial revert of commit 9333426b and unify lmalloc()Matt Fleming2012-04-173-11/+2
* | ldlinux: Automatically lookup file extensionMatt Fleming2012-04-161-24/+133
|/
* kernel: Support multiple initrdsH. Peter Anvin2012-03-271-9/+22
* Revert "ldlinux: Disable VGA graphics when loading a kernel"H. Peter Anvin2012-03-271-1/+0
* menu: Make "menu clear" the defaultH. Peter Anvin2012-03-272-4/+10