summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib/sys/module: Add support for weak symbolsMatt Fleming2012-07-202-3/+22
* ldlinux: Stop using the internal KT_* image typesMatt Fleming2012-07-209-60/+81
* core/elflink: Delete ADV code that's already in ldlinuxMatt Fleming2012-07-202-161/+0
* Only compile dprintf/vdprintf if DEBUG_PORT is definedH. Peter Anvin2012-07-194-4/+13
* Merge branch 'master' into elflinkMatt Fleming2012-07-1911-34/+208
|\
| * Correct initialization of the cache doubly-linked listsyslinux-4.06-pre11H. Peter Anvin2012-07-191-2/+2
| * linux.c32: add missing break;syslinux-4.06-pre10H. Peter Anvin2012-06-291-0/+1
| * linux.c32: allow loading arbitrary setup_data blobsH. Peter Anvin2012-06-291-12/+36
| * setup_data: if nothing to load and version < 2.09, no harm no foulH. Peter Anvin2012-06-291-3/+3
| * setup_data: check to make sure kernel version >= 0x0209H. Peter Anvin2012-06-291-0/+7
| * linux.c32: add support for a device tree blob (dtb)H. Peter Anvin2012-06-291-2/+25
| * <syslinux/linux.h>: add missing setup_data_init() definitionH. Peter Anvin2012-06-291-0/+2
| * Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-296-68/+90
| * com32: Add device tree supportThierry Reding2012-06-296-6/+98
| * fat: Make mangle behavior similar to the standard oneH. Peter Anvin2012-06-291-16/+19
| * win: Use lower-case private definition of STORAGE_DEVICE_NUMBERH. Peter Anvin2012-06-291-6/+6
* | ldlinux: Return immediately after we execute() a commandMatt Fleming2012-07-191-0/+1
* | core: Makefile: Do not enable debug by defaultPaulo Alcantara2012-07-051-1/+1
* | vdprintf: Remove unused variablePaulo Alcantara2012-07-051-3/+2
* | elf_module: Remove unused variablePaulo Alcantara2012-07-051-3/+1
* | Fix Makefile install targetsMatt Fleming2012-07-044-10/+7
* | menu: Supply the command type to execute()Matt Fleming2012-07-033-4/+10
* | dprintf: Always include the dprintf implementation in libcom32core.aMatt Fleming2012-07-022-9/+2
* | SEG(): centralize the bad bailoutH. Peter Anvin2012-06-292-6/+16
* | com32: mark the invalid SEG() as __unlikely()H. Peter Anvin2012-06-291-1/+1
* | SEG(): make SEG() puke on bad pointers if DEBUG is definedH. Peter Anvin2012-06-292-1/+15
* | elflink: fix dependency problem in cmenu/Makefilesyslinux-5.00-pre6H. Peter Anvin2012-06-292-17/+6
* | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5H. Peter Anvin2012-06-283-45/+4
* | Merge remote-tracking branch 'origin/master' into elflinkH. Peter Anvin2012-06-284-43/+86
|\ \ | |/
| * Actually keep track of the pathnames for all elementssyslinux-4.06-pre9H. Peter Anvin2012-06-284-81/+80
| * chdir: collapse /./ and /../ in path for conventional filesystemssyslinux-4.06-pre8H. Peter Anvin2012-06-281-6/+50
* | Makefile: fix misplaced dotH. Peter Anvin2012-06-271-1/+1
* | Merge remote-tracking branch 'origin/master' into elflinkH. Peter Anvin2012-06-271-1/+1
|\ \ | |/
| * win32: assume STORAGE_DEVICE_NUMBER is definedH. Peter Anvin2012-06-271-1/+1
* | Merge branch 'elflink' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux ...H. Peter Anvin2012-06-2734-184/+368
|\ \
| * | module: Make list of DT_NEEDED entries per-moduleMatt Fleming2012-06-202-15/+10
| * | ldlinux: Don't lfree() 'kernel' twiceMatt Fleming2012-06-201-1/+0
| * | Revert "pxe: resolve names via DNS from protected-mode code"Matt Fleming2012-06-208-52/+68
| * | com32: Per-object file LDFLAGSMatt Fleming2012-06-206-3/+39
| * | fs: Add .copy_super to struct fs_opsMatt Fleming2012-06-203-5/+5
| * | elflink: Fix compiler warningMatt Fleming2012-06-121-1/+1
| * | com32: Add missing DHCP pack/unpack filesMatt Fleming2012-06-091-1/+1
| * | pxechn: Fix merge botch s/pxe_dns/pxe_dns_resolv/Matt Fleming2012-06-081-2/+2
| * | Delete all references to __com32.cs_bounceMatt Fleming2012-06-0814-88/+229
| * | module: Actually use last component of DT_NEEDED pathnameMatt Fleming2012-06-082-13/+15
| * | ldlinux: fixes bug that happens when using fullpath for a COM32 moduleAndre Ericson2012-06-082-10/+5
* | | Merge remote-tracking branch 'origin/master' into elflinksyslinux-5.00-pre4H. Peter Anvin2012-06-229-51/+547
|\ \ \ | | |/ | |/|
| * | syslxopt: fix syntax errorssyslinux-4.06-pre7H. Peter Anvin2012-06-201-2/+2
| * | NEWS: document extlinux --deviceH. Peter Anvin2012-06-201-0/+1
| * | extlinux: add --device option to override device detectH. Peter Anvin2012-06-204-5/+27