| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Compile liblua, lua.c32 | Alexey Zaytsev | 2008-07-18 | 1 | -10/+19 |
| * | | | Copy the Makefile from the samples dir. | Alexey Zaytsev | 2008-07-18 | 1 | -0/+91 |
| * | | | Add lua to the build list | Alexey Zaytsev | 2008-07-18 | 1 | -1/+1 |
| * | | | Rename the Lua Makefiles | Alexey Zaytsev | 2008-07-18 | 2 | -0/+0 |
| * | | | Import Lua 5.1.3 | Alexey Zaytsev | 2008-07-18 | 103 | -0/+28381 |
* | | | | NEWS: document memory overwrite fix | H. Peter Anvin | 2010-07-01 | 1 | -0/+2 |
* | | | | com32: canonicalize DEBUG to mean <dprintf.h> | H. Peter Anvin | 2010-07-01 | 4 | -28/+4 |
* | | | | zlib: change DEBUG to DEBUG_ZLIB | H. Peter Anvin | 2010-07-01 | 5 | -25/+25 |
* | | | | dprintf: allow overriding the serial port address | H. Peter Anvin | 2010-07-01 | 1 | -1/+6 |
* | | | | comboot.inc: vk_append is a field in a struct, not an address | H. Peter Anvin | 2010-07-01 | 1 | -4/+4 |
| |_|/
|/| | |
|
* | | | MCONFIG: add -Wno-error to .lnx files | H. Peter Anvin | 2010-07-01 | 1 | -1/+1 |
* | | | MCONFIG: .lnx files are for testing, don't do _FORTIFY_SOURCE | H. Peter Anvin | 2010-07-01 | 1 | -1/+2 |
* | | | ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled | Gert Hulselmans | 2010-07-01 | 3 | -1/+168 |
* | | | Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux | H. Peter Anvin | 2010-07-01 | 2 | -55/+72 |
|\ \ \ |
|
| * | | | NEWS: document changes to the CD-ROM initialization sequence | H. Peter Anvin | 2010-07-01 | 1 | -0/+3 |
| * | | | core, diskio: skip EDD/CHS detect for CD-ROMs | H. Peter Anvin | 2010-07-01 | 1 | -53/+59 |
| * | | | core, diskio: move dprintfs to the intended location | H. Peter Anvin | 2010-07-01 | 1 | -4/+6 |
| * | | | core, diskio: put the error code in dprintf and printable messages | H. Peter Anvin | 2010-07-01 | 1 | -2/+8 |
* | | | | mboot.h: use <dprintf.h> | H. Peter Anvin | 2010-06-29 | 1 | -7/+1 |
|/ / / |
|
* | | | NEWS: beginning of a 4.01 NEWS file | H. Peter Anvin | 2010-06-29 | 1 | -0/+6 |
* | | | diskstart: don't let the function number clobber the LBA | H. Peter Anvin | 2010-06-29 | 1 | -3/+7 |
* | | | isolinux: don't clobber DX (DL!) on startup | H. Peter Anvin | 2010-06-29 | 1 | -6/+6 |
* | | | isolinux: make sure Hidden is zero in native El Torito mode | H. Peter Anvin | 2010-06-29 | 1 | -10/+12 |
* | | | core, diskio: add a few dprintf()'s | H. Peter Anvin | 2010-06-29 | 1 | -7/+22 |
* | | | version: next version in 4.01 | H. Peter Anvin | 2010-06-28 | 1 | -1/+1 |
* | | | Merge remote branch 'debian/daniel' | H. Peter Anvin | 2010-06-28 | 2 | -3/+11 |
|\ \ \ |
|
| * | | | Updating description in syslinux manpage wrt/ default entries as of syslinux ... | Daniel Baumann | 2010-06-25 | 1 | -3/+9 |
| * | | | Adding note about extlinux.conf in extlinux manpage. | Daniel Baumann | 2010-06-25 | 1 | -0/+2 |
* | | | | Merge remote branch 'sha0/newness' | H. Peter Anvin | 2010-06-28 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | NEWS: Document mdiskchk.com and eltorito.sys changes | Shao Miller | 2010-06-28 | 1 | -0/+8 |
* | | | | | config.c32: accept an optional new directory | H. Peter Anvin | 2010-06-28 | 1 | -3/+4 |
* | | | | | diskio: hard-code CD-ROM sectors to 2048 bytes | H. Peter Anvin | 2010-06-28 | 1 | -1/+12 |
|/ / / / |
|
* | | | | NEWS: document MENU IMMEDIATE | H. Peter Anvin | 2010-06-28 | 1 | -0/+2 |
* | | | | NEWS: document isohybrid.c | H. Peter Anvin | 2010-06-28 | 1 | -1/+3 |
* | | | | NEWS: document ifcpu*.c32 fix | H. Peter Anvin | 2010-06-28 | 1 | -0/+1 |
* | | | | NEWS: Fixing HDT, adding ifcpu changes | Erwan Velu | 2010-06-28 | 1 | -1/+3 |
* | | | | NEWS: first cut of a NEWS file for 4.00 | H. Peter Anvin | 2010-06-28 | 1 | -3/+41 |
* | | | | core, chdir: collapse slashes, avoid copy-to-self | H. Peter Anvin | 2010-06-27 | 1 | -11/+48 |
* | | | | Merge remote branch 'sha0/gert_chain' | H. Peter Anvin | 2010-06-27 | 1 | -6/+19 |
|\ \ \ \ |
|
| * | | | | chain.c32: pass partition number to stage2 of Grub Legacy | Gert Hulselmans | 2010-06-27 | 1 | -5/+8 |
| * | | | | chain.c32: only pass partition number in DH, when grldr= is used | Gert Hulselmans | 2010-06-27 | 1 | -1/+11 |
* | | | | | rosh: update for Syslinux 4 and make it more usable | Gene Cumm | 2010-06-27 | 2 | -344/+733 |
|/ / / / |
|
* | | | | Merge remote branch 'sha0/gert_chain' | H. Peter Anvin | 2010-06-27 | 1 | -21/+25 |
|\ \ \ \ |
|
| * | | | | chain.c32: add keeppxe to usage output and cleanup comments | Gert Hulselmans | 2010-06-27 | 1 | -21/+25 |
* | | | | | <linux/loop.h>: deal with really ancient Linux kernel headers | H. Peter Anvin | 2010-06-27 | 1 | -0/+6 |
* | | | | | libinstaller: include <linux/loop.h> | H. Peter Anvin | 2010-06-27 | 1 | -0/+90 |
|/ / / / |
|
* | | | | Export the 64-bit partition offset and use it in chain.c | H. Peter Anvin | 2010-06-27 | 5 | -14/+20 |
* | | | | isohdpfx: update to the new !GPT protocol | H. Peter Anvin | 2010-06-27 | 1 | -3/+5 |
* | | | | diskstart: if no partition info is available, use bsHidden | H. Peter Anvin | 2010-06-26 | 1 | -2/+7 |
* | | | | Update .gitignore | H. Peter Anvin | 2010-06-26 | 1 | -0/+3 |