platform/upstream/syslinux.git
2012-05-29 H. Peter Anvincore: remove unused variable in scan_highmem_area()
2012-05-29 H. Peter AnvinMerge commit 'd76af0754db7ddd4c06215d922d213c93178c0af...
2012-05-29 H. Peter Anvinpxe: move hardwired DHCP options into high memory
2012-05-29 H. Peter Anvinpxe: remove remaining stray trackbuf reference
2012-05-29 H. Peter Anvinpxe: stop using trackbuf for DHCP packets
2012-05-29 H. Peter Anvincore/font.c: remove another reference to trackbuf
2012-05-29 H. Peter Anvincore/font: clean up and remove trackbuf usage
2012-05-28 Paulo Alcantaracom32: fix warning in host module
2012-05-28 Paulo Alcantaracom32: fix warning in elf_module
2012-05-28 Paulo Alcantaralocalboot: remove unnecessary real-mode call
2012-05-19 Paulo Alcantaragraphics: make use of syslinux_force_text_mode()
2012-05-18 H. Peter AnvinCLI: don't highlight the prompt syslinux-5.00-pre2
2012-05-18 H. Peter Anvinsyslinux_boot_linux(): revert to text mode unless vga...
2012-05-18 H. Peter Anvincom32: make syslinux_dump_*() pure debugging functions
2012-05-18 H. Peter AnvinUse <dprintf.h> instead of an ad hoc definition
2012-05-18 H. Peter Anvindprintf: always define dprintf2/vdprintf2
2012-05-18 H. Peter Anvinlib/shuffle: use <dprintf.h>
2012-05-18 H. Peter Anvindprintf: add the ability to log to stdio
2012-05-18 H. Peter Anvinvdprintf.c: undo double-printing
2012-05-18 H. Peter AnvinCLI: Stick to the classic "boot: " prompt rather than...
2012-05-18 H. Peter Anvinfs.h: A slighly more useful default PATH
2012-05-18 H. Peter AnvinMakefile: install library modules, too
2012-05-18 H. Peter Anvinelflink: Make sure to install ldlinux.c32 at install...
2012-05-18 H. Peter Anvinelflink: make dprintf() usable in the core
2012-05-18 H. Peter Anvinsyslinux.mk: use $(MAKEDIR) not $(makefiledir)
2012-05-12 Paulo Alcantaragraphics: report video mode change from protected-mode...
2012-05-12 Paulo Alcantaracom32: Do not use hard-coded values for PXE flags
2012-05-12 Paulo Alcantarapxe: resolve names via DNS from protected-mode code
2012-05-12 Paulo Alcantarapxe: rename pxe_dns_resolv() function to pm_pxe_dns_res...
2012-05-12 Paulo Alcantarahost.c32: do not use INT 22h, AX=0x0010 to resolve DNS
2012-05-12 Paulo AlcantaraPXELINUX: do not use hard-coded values
2012-05-12 Paulo AlcantaraISOLINUX: use bailmsg string in kaboom()
2012-05-12 Paulo AlcantaraISOLINUX: trivial fix
2012-05-04 H. Peter AnvinMerge remote-tracking branch 'mfleming/elflink' into...
2012-05-03 Matt Flemingldlinux: Parse ALLOWOPTIONS directive
2012-05-03 Matt Flemingelflink: Fix TIMEOUT and TOTALTIMEOUT handling
2012-05-01 Matt Flemingldlinux: Don't drop args if we auto-lookup cmd extension
2012-04-17 H. Peter Anvinget_key: Valid key values are positive
2012-04-17 H. Peter Anvincore/graphics.c: Fixes and cleanups
2012-04-17 H. Peter Anvinhw/vga.h: Header file for VGA hardware registers
2012-04-17 Matt FlemingMerge branches 'auto-extension' and 'fix-build-warnings...
2012-04-17 Matt FlemingMark unused function parameters as __unused
2012-04-17 Matt Flemingelflink: Remove unused variables
2012-04-17 Matt Flemingfs: Include unistd.h for chdir() prototype
2012-04-17 Matt Flemingfs: Include header for close() prototype
2012-04-17 Matt Flemingelflink: Allocate space for 'realname'
2012-04-17 Matt Flemingelflink: Delete obsolete constructor code
2012-04-17 Matt Flemingconio: Fix up compiler warnings
2012-04-17 Matt Fleminggraphics: Fix GXPix* assignment
2012-04-17 Matt Flemingfont: Cast away compiler warning
2012-04-17 Matt Flemingwritestr: Include core.h for writechr() prototype
2012-04-17 Matt Fleminghello: Delete unused variable 'console_init'
2012-04-17 Matt Fleminginit: Fix up compiler warnings
2012-04-17 Matt Fleminglocalboot: Include header files for function prototypes
2012-04-17 Matt Flemingmeminfo: If we allocate with lmalloc() we should free...
2012-04-17 Matt Flemingldlinux: Include write_serial() prototype
2012-04-17 Matt Flemingcore: Move write_serial() prototype to core.h
2012-04-17 Matt Flemingldlinux: Use signed char consistently
2012-04-17 Matt Flemingldlinux: Fix uninitialized variable warning
2012-04-17 Matt Flemingldlinux: Add prototype for new_linux_kernel()
2012-04-17 Matt Flemingldlinux: Fix number of arguments to start_ldlinux()
2012-04-17 Matt Flemingldlinux: Cast some arguments to avoid compiler warnings
2012-04-17 Matt Flemingldlinux: Use '\0' instead of NULL when dealing with...
2012-04-17 Matt Flemingcore: Add open_config() prototype
2012-04-17 Matt Flemingldlinux: Fix build warnings caused by refstrdup() usage
2012-04-17 Matt Flemingldlinux: Silence gcc warning about uninitialized variable
2012-04-17 Matt Flemingldlinux: Add print_labels() prototype to config.h
2012-04-17 Matt Flemingldlinux: Fix check for last command line entry
2012-04-17 Matt Flemingldlinux: Match arg types to function prototypes
2012-04-17 Matt Flemingldlinux: Tag __syslinux_init() as __constructor
2012-04-17 Matt Flemingldlinux: parse_kernel_type() parameter should be const
2012-04-17 Matt Flemingldlinux: Include headers for function prototypes
2012-04-17 Matt Flemingelflink: Add _module_unload() prototype to module.h
2012-04-17 Matt Flemingelflink: Fix module_load() compiler warnings
2012-04-17 Matt Flemingelflink: Fix build warnings
2012-04-17 Matt Flemingelflink: Delete dump_elf_module()
2012-04-17 Matt Flemingsyslinux/idle.c: Fix build warnings from missing prototypes
2012-04-17 Matt Flemingsys/fileclose.c: Fix build warning from missing prototype
2012-04-17 Matt Flemingsys/fileread.c: Fix build warning from missing prototype
2012-04-17 Matt Flemingsys/open.c: Fix building warnings from missing prototype
2012-04-17 Matt Fleminggetcwd.c: Include core_getcwd() prototype
2012-04-17 Matt Flemingcore: Partial revert of commit 9333426b and unify lmalloc()
2012-04-16 Matt Flemingldlinux: Automatically lookup file extension
2012-04-12 Paulo AlcantaraRemove core/ui.inc completely from Syslinux
2012-04-11 Paulo AlcantaraPXELINUX: call open_config() function before loading...
2012-04-11 Paulo AlcantaraPXELINUX: get rid of core/ui.inc file
2012-04-11 Paulo AlcantaraPXELINUX: do not load 32-bit environment twice
2012-04-04 H. Peter Anvinlibinstaller: Avoid using <linux/ext2_fs.h>
2012-03-27 H. Peter AnvinMakefile.private: remove obsolete preupload rule syslinux-5.00-pre1
2012-03-27 H. Peter Anvinversion: Bump date to 2012
2012-03-27 H. Peter Anvinkernel: Support multiple initrds
2012-03-27 H. Peter AnvinRevert "ldlinux: Disable VGA graphics when loading...
2012-03-27 H. Peter Anvinmenu: Make "menu clear" the default
2012-03-23 Matt Flemingcore: Abstract search_config() into search_dirs()
2012-03-23 Matt Flemingmk: Don't link against compiler's version of libgcc
2012-03-23 Matt Flemingldlinux: Don't alloc initramfs unless initrd= is specified
2012-03-23 Matt Flemingldlinux: Disable VGA graphics when loading a kernel
2012-03-23 Matt Flemingldlinux: Make the default execute type KT_KERNEL
2012-03-23 Matt Flemingldlinux: Avoid initialised data memory corruption
2012-03-23 Matt Flemingldlinux: chdir to the APPEND str when parsing a CONFIG...
next