summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into nolennolenH. Peter Anvin2008-03-312-1/+163
|\
| * COM32 module to load a Microsoft System Deployment ImageH. Peter Anvin2008-03-312-1/+163
* | Merge commit 'origin/master' into nolenH. Peter Anvin2008-03-241-0/+8
|\ \ | |/
| * Add target to install into /tftpbootH. Peter Anvin2008-03-221-0/+8
* | Merge commit 'syslinux-3.63-pre2' into nolensyslinux-3.70-pre5H. Peter Anvin2008-03-2019-59/+75
|\ \ | |/
| * pxelinux: allow class E addresses as unicastsyslinux-3.63-pre2H. Peter Anvin2008-03-201-7/+25
| * Merge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'H. Peter Anvin2008-03-201-1/+1
| |\
| | * Remove reference to readpit.c32, an experimental moduleH. Peter Anvin2008-03-081-1/+1
| * | Fixing wrong offsets in dmiSebastian Herbszt2008-03-202-10/+10
| * | PCI detection code doesn't corrupt memory anymore (2nd try)Erwan2008-03-202-25/+23
| |/
| * Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-0513-14/+14
| * win32/Makefile: clean hello.exe on "make tidy"H. Peter Anvin2008-03-031-1/+1
| * Add stuff to "make dist" to clean up crap that shouldn't be thereH. Peter Anvin2008-03-031-3/+3
| * Clean up .*.d files for "make tidy" in libutilH. Peter Anvin2008-03-031-1/+1
* | Clean up .*.d files for "make tidy" in libutilH. Peter Anvin2008-03-031-1/+1
* | Merge commit 'origin/master' into nolensyslinux-3.70-pre4H. Peter Anvin2008-03-039-13/+30
|\ \ | |/
| * The next release on *this* branch would be 3.63syslinux-3.63-pre1H. Peter Anvin2008-03-031-1/+1
| * Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-039-13/+30
* | VESA: Simplify the lss16 decoderH. Peter Anvin2008-03-031-11/+6
* | Drop unnecessary CLD instructions.H. Peter Anvin2008-03-036-23/+9
* | VESA library: add support for reading lss16 imagesH. Peter Anvin2008-03-031-1/+130
* | Make description of the lss16 format match realityH. Peter Anvin2008-03-031-2/+2
* | Merge commit 'origin/master' into nolenH. Peter Anvin2008-03-034-56/+74
|\ \ | |/
| * simple menu: break off execute() into its own source fileH. Peter Anvin2008-03-024-56/+74
* | Add missing file <syslinux/zio.h>syslinux-3.70-pre3H. Peter Anvin2008-03-021-0/+13
* | Merge commit 'origin/master' into nolenH. Peter Anvin2008-03-0226-67/+740
|\ \ | |/
| * License change for CPU detection modulesErwan2008-03-026-36/+132
| * Move mboot documentation to the doc/ directoryH. Peter Anvin2008-03-011-0/+0
| * Fix two *.doc files which sadly didn't get renamed...H. Peter Anvin2008-03-012-0/+0
| * Add a slightly edited version of SubmittingPatches.syslinux-3.62H. Peter Anvin2008-03-011-0/+568
| * Document the file renaming from .doc -> .txtH. Peter Anvin2008-02-296-25/+26
| * Rename text documentation from *.doc to *.txtH. Peter Anvin2008-02-288-0/+0
| * Don't use "syslinux.cfg" to refer to config files in generalH. Peter Anvin2008-02-271-2/+2
| * Remove pngtopnm dependency from the samples/ directoryH. Peter Anvin2008-02-265-4/+10
| * extlinux: compile hack for old distrossyslinux-3.62-pre16H. Peter Anvin2008-02-251-0/+2
* | Add transparent decompression support to elf.c32H. Peter Anvin2008-02-291-1/+1
* | Generic framework for reading compressed files using standard I/OH. Peter Anvin2008-02-299-95/+442
* | Tighten close_file, fix SYSLINUX new file APIsyslinux-3.70-pre2H. Peter Anvin2008-02-274-8/+17
* | Change the "tsize" error message since it no longer appliesH. Peter Anvin2008-02-271-2/+2
* | SYSLINUX, EXTLINUX: support the new getfssec APIsyslinux-3.70-pre1H. Peter Anvin2008-02-272-16/+36
* | comboot.inc: use the correct upper limitH. Peter Anvin2008-02-271-2/+2
* | comboot.inc: update test for oversized filesH. Peter Anvin2008-02-271-4/+7
* | Un-inline fclose()H. Peter Anvin2008-02-273-7/+13
* | background.c: remove unused filesize() functionH. Peter Anvin2008-02-271-9/+0
* | realloc(): put an absolute upper limit on slackH. Peter Anvin2008-02-271-1/+2
* | Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin2008-02-276-37/+77
* | Document the nolen changes.H. Peter Anvin2008-02-271-0/+8
* | PXELINUX: make TFTP work without any OACKH. Peter Anvin2008-02-271-3/+13
* | PXELINUX: make TFTP work without tsizeH. Peter Anvin2008-02-271-45/+58
* | getc: support for unknown file sizesH. Peter Anvin2008-02-261-18/+11