aboutsummaryrefslogtreecommitdiffstats
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings, and better separate code that should not be mixedsyslinux-6.04-pre3H. Peter Anvin (Intel)2019-02-0710-78/+71
* install: don't install obsolete file com32.ldH. Peter Anvin (Intel)2019-02-061-1/+0
* libpng: update to 1.6.36H. Peter Anvin2019-02-0426-16533/+30588
* Reorganize and clean up a bunch of the x86 codeH. Peter Anvin2019-02-0410-200/+72
* com32: remove setjmp.S stub fileH. Peter Anvin2019-02-041-8/+0
* libcc: move libgcc files into arch-specific directoriesH. Peter Anvin2019-02-0410-0/+0
* com32/lib: clean up unused filesH. Peter Anvin2019-02-046-613/+2
* zlib: update to version 1.2.11H. Peter Anvin2019-01-2819-989/+1394
* pxe: Fix recognition of keeppxe optionAdam Goldman2017-03-051-1/+11
* pxe_dns: remove obsolete pxe_dns.c wrapperH. Peter Anvin2016-04-062-68/+0
* Makefile: make the handling of firmware selection a little sanerH. Peter Anvin2016-02-091-1/+1
* com32: Handle broken modules.aliasErwan Velu2015-12-061-0/+8
* chrreplace: Don't skip the first characterJosh Triplett2015-09-281-1/+1
* zlib: use (void(0)) instead of empty #definesPatrick Masotta2015-09-131-6/+6
* Use z width specifier when printing size_t variableJonathan Boeing2015-05-031-1/+1
* add missing '\n' to dprintfJonathan Boeing2015-05-031-2/+2
* com32/lib/syslinux/load_linux.c: update prot_mode_baseScot Doyle2015-04-181-0/+1
* load_linux: correct a typeScot Doyle2015-02-141-2/+2
* com32: Use z size specifier for printf-ing size_t variableMartin Str|mberg2015-01-051-1/+1
* com32: change '%llx' to use PRIx64Martin Str|mberg2015-01-051-8/+8
* Make symbols defined in linker script HIDDENH. Peter Anvin2014-06-101-15/+15
* biosboot: This file is not for EFInocomapiH. Peter Anvin2014-03-131-0/+4
* Merge branch 'nocomapi'syslinux-6.03-pre7H. Peter Anvin2014-03-032-8/+42
|\
| * comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-1/+1
| * bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-132-8/+42
* | shuffler: Actually get the shuffler size sanelysyslinux-6.03-pre4H. Peter Anvin2014-02-272-13/+8
|/
* Add const qualifiersGene Cumm2014-01-251-1/+1
* com32sys_t inreg shall be zeroified prior intcallErwan Velu2014-01-221-0/+1
* ansi: switch cindex type to attr_tJames Buren2013-12-111-1/+2
* load_linux: Don't use size heuristic for non-relocatable kernelsH. Peter Anvin2013-12-041-33/+40
* chain: Fix chainloading on 6.02Raphael S. Carvalho2013-10-171-8/+14
* com32/disk: Code cleanup at disk_write_sectors and disk_read_sectors.Raphael S.Carvalho2013-09-301-83/+90
* module: convert to dprintf() to aid debuggingsyslinux-6.02-pre14Matt Fleming2013-07-263-16/+23
* tests: unit test bios_boot_linux()Matt Fleming2013-07-262-1/+201
* video.h: we need one syslinux_force_text_mode() prototypeMatt Fleming2013-07-261-1/+1
* tests: syslinux_memmap_highest() unit testsMatt Fleming2013-07-261-0/+66
* load_linux: dynamically calculate the cmdline regionsyslinux-6.02-pre12Matt Fleming2013-07-252-4/+70
* load_linux: extract the logic for cmdline_offsetMatt Fleming2013-07-251-4/+10
* tests: delete test executables after each runMatt Fleming2013-07-241-3/+1
* tests: make mmap_entry globally available to unit testsMatt Fleming2013-07-245-25/+9
* tests: Syslinux unit testsMatt Fleming2013-07-236-0/+468
* movebits: Handle arbitrary combinations of SMT_FREE and SMT_TERMINALsyslinux-6.02-pre6H. Peter Anvin2013-07-181-29/+13
* zonelist: allow syslinux_memmap_type() to demote SMT_FREE to SMT_TERMINALH. Peter Anvin2013-07-171-5/+16
* movebits: allow allocation across region boundaryMatt Fleming2013-07-171-1/+16
* memscan: build a linked list of memory scannersMatt Fleming2013-07-171-119/+27
* movebits: Add SMT_TERMINAL - a last resort region typeMatt Fleming2013-07-172-2/+2
* memscan: pass enum syslinux_memmap_types aroundMatt Fleming2013-07-172-10/+12
* movebits: Add syslinux_memmap_find()Matt Fleming2013-07-172-74/+78
* zonelist: rename syslinux_memmap_find()...Matt Fleming2013-07-173-6/+6
* Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-082-13/+125
|\