platform/upstream/syslinux.git
2012-10-26 Matt Fleminginitvesa.c: Delete unused variables (set but not used...
2012-10-26 Matt Flemingcom32.h: Fix MK_PTR() for 64-bit
2012-10-26 Matt Flemingefi: Fix warning about discarding const qualifier
2012-10-26 Matt FlemingMakefile: Only provide one make rule for each directory
2012-10-26 Matt Flemingefi: Forward declare 'struct screen_info'
2012-10-19 Matt Flemingefi: Delete unused variables
2012-10-16 Matt FlemingAdd per-firmware object directory support
2012-10-16 Matt Flemingrosh: Update default make target
2012-09-11 Matt Flemingefi: Update the correct copy of hdr
2012-09-11 Matt Flemingefi: We don't need two memory_map() functions
2012-09-06 Chandramouli... efi, vesa: Fix vesa initialization and video mode resol...
2012-09-05 Matt FlemingMerge branch 'elflink' into for-hpa/elflink/firmware
2012-09-05 Chandramouli... efi: Fix the screen setup for Graphics Output Protocol
2012-09-05 Chandramouli... efi: Reworked EFI boot loader on several fronts.
2012-09-05 Chandramouli... module: Fixed the upper limit in symbol table walk...
2012-09-04 Chandramouli... Debug prints to core/fs/fs.c and core/fs/fat.c have...
2012-09-04 Chandramouli... core: Rename DEBUG macro to avoid gnu-efi library conflict
2012-09-04 Matt FlemingCreate derivative-specific files
2012-09-04 Matt Flemingconsole: Close stdin, stdout, stderr on ldlinux.c32...
2012-08-22 Chandramouli... module: Define __{ctors,dtors}_end symbols
2012-08-13 Matt Flemingmodule: Consolidate lots of 32/64-bit code
2012-08-13 Matt Flemingefi, ansi: Improve console handling even further (e...
2012-08-13 Matt FlemingMerge remote-tracking branch 'mfleming/elflink' into...
2012-08-07 Matt Flemingldlinux: Use findpath() to lookup filenames syslinux-5.00-pre7
2012-08-02 Matt Flemingcore: Change numIPAppends data type
2012-08-02 Matt Flemingrawcon_read: Fix reading high part of input keys
2012-08-02 Matt Flemingldlinux: Return to command prompt after loading COM32
2012-07-30 Matt FlemingMerge remote-tracking branch 'mfleming/elflink' into...
2012-07-20 Matt Flemingcom32: Use --as-needed for LDFLAGS
2012-07-20 Matt FlemingUse pxe_call() instead of COMBOOT API
2012-07-20 Matt Flemingelflink: Replace __intcall() with direct function calls
2012-07-20 Matt Fleminglib/sys/module: Add support for weak symbols
2012-07-20 Matt Flemingldlinux: Stop using the internal KT_* image types
2012-07-20 Matt Flemingcore/elflink: Delete ADV code that's already in ldlinux
2012-07-19 H. Peter AnvinOnly compile dprintf/vdprintf if DEBUG_PORT is defined
2012-07-19 Matt FlemingMerge branch 'master' into elflink
2012-07-19 Matt Flemingldlinux: Return immediately after we execute() a command
2012-07-19 H. Peter AnvinCorrect initialization of the cache doubly-linked list syslinux-4.06-pre11
2012-07-16 Matt Flemingefi: Zero e_hdr_pe32p before use
2012-07-13 chandramouli... This is the first cut checkin for GOP supporting the...
2012-07-13 chandramouli... efi_getchar() should wait for the event before reading...
2012-07-05 Paulo Alcantaracore: Makefile: Do not enable debug by default
2012-07-05 Paulo Alcantaravdprintf: Remove unused variable
2012-07-05 Paulo Alcantaraelf_module: Remove unused variable
2012-07-04 Matt FlemingFix Makefile install targets
2012-07-03 Matt Flemingmenu: Supply the command type to execute()
2012-07-02 Matt Flemingdprintf: Always include the dprintf implementation...
2012-06-29 H. Peter Anvinlinux.c32: add missing break; syslinux-4.06-pre10
2012-06-29 H. Peter Anvinlinux.c32: allow loading arbitrary setup_data blobs
2012-06-29 H. Peter Anvinsetup_data: if nothing to load and version < 2.09,...
2012-06-29 H. Peter Anvinsetup_data: check to make sure kernel version >= 0x0209
2012-06-29 H. Peter Anvinlinux.c32: add support for a device tree blob (dtb)
2012-06-29 H. Peter Anvin<syslinux/linux.h>: add missing setup_data_init() defin...
2012-06-29 H. Peter AnvinChange fdt-specific loader into a generic setup_data...
2012-06-29 Thierry Redingcom32: Add device tree support
2012-06-29 H. Peter Anvinfat: Make mangle behavior similar to the standard one
2012-06-29 H. Peter Anvinwin: Use lower-case private definition of STORAGE_DEVIC...
2012-06-29 H. Peter AnvinSEG(): centralize the bad bailout
2012-06-29 H. Peter Anvincom32: mark the invalid SEG() as __unlikely()
2012-06-29 H. Peter AnvinSEG(): make SEG() puke on bad pointers if DEBUG is...
2012-06-29 H. Peter Anvinelflink: fix dependency problem in cmenu/Makefile syslinux-5.00-pre6
2012-06-29 H. Peter Anvinelflink: Use ConfigName directly, the comboot API doesn... syslinux-5.00-pre5
2012-06-29 H. Peter AnvinMerge remote-tracking branch 'origin/master' into elflink
2012-06-29 H. Peter AnvinActually keep track of the pathnames for all elements syslinux-4.06-pre9
2012-06-29 H. Peter Anvinchdir: collapse /./ and /../ in path for conventional... syslinux-4.06-pre8
2012-06-27 H. Peter AnvinMakefile: fix misplaced dot
2012-06-27 H. Peter AnvinMerge remote-tracking branch 'origin/master' into elflink
2012-06-27 H. Peter Anvinwin32: assume STORAGE_DEVICE_NUMBER is defined
2012-06-27 H. Peter AnvinMerge branch 'elflink' of ssh://terminus.zytor.com...
2012-06-25 chandramouli... Console input initiated by com32 modules and sample...
2012-06-25 chandramouli... Archicture-dependent get_cpuid in sysdump/cpuid is...
2012-06-25 chandramouli... The assembler directive in memdump/code16.h is fixed...
2012-06-25 chandramouli... This patch implements architecture-dependent code in...
2012-06-25 chandramouli... The make files have undergone changes to support both...
2012-06-25 chandramouli... This is a giant patch that splits the linker scripts...
2012-06-25 chandramouli... The ELF module load and the utility library routines...
2012-06-25 chandramouli... EFI boot loader in efi_boot_linux() now supports bootin...
2012-06-25 chandramouli... Architecture dependency in LZO data compression library...
2012-06-25 chandramouli... This patch implements the setjmp/longjmp, memcpy, memmo...
2012-06-25 chandramouli... Patches here support 32bit and 64bit environment.
2012-06-22 H. Peter AnvinMerge remote-tracking branch 'origin/master' into elflink syslinux-5.00-pre4
2012-06-20 H. Peter Anvinsyslxopt: fix syntax errors syslinux-4.06-pre7
2012-06-20 H. Peter AnvinNEWS: document extlinux --device
2012-06-20 H. Peter Anvinextlinux: add --device option to override device detect
2012-06-20 H. Peter Anvinextlinux: centralize and reuse btrfs validation
2012-06-20 Matt Flemingmodule: Make list of DT_NEEDED entries per-module
2012-06-20 Matt Flemingldlinux: Don't lfree() 'kernel' twice
2012-06-20 Matt FlemingRevert "pxe: resolve names via DNS from protected-mode...
2012-06-20 Matt Flemingcom32: Per-object file LDFLAGS
2012-06-20 Matt Flemingfs: Add .copy_super to struct fs_ops
2012-06-20 H. Peter Anvinextlinux: better methods for finding device matches
2012-06-13 H. Peter AnvinMerge remote-tracking branch 'origin/master' into elflink syslinux-5.00-pre3
2012-06-12 Matt Flemingelflink: Fix compiler warning
2012-06-12 H. Peter AnvinMerge remote-tracking branch 'genec/linux-com32-error... syslinux-4.06-pre6
2012-06-11 Micah Gerstenisohybrid: Fix building with --as-needed
2012-06-09 Gene Cummlinux.c32: Make errors clearer for users
2012-06-09 Matt Flemingcom32: Add missing DHCP pack/unpack files
2012-06-08 Matt Flemingpxechn: Fix merge botch s/pxe_dns/pxe_dns_resolv/
2012-06-08 Matt FlemingDelete all references to __com32.cs_bounce
2012-06-08 Matt Flemingmodule: Actually use last component of DT_NEEDED pathname
next