platform/upstream/syslinux.git
2013-01-24 Matt Flemingldlinux: Clear screen on ASCII 12 (form feed) in DISPLA...
2013-01-23 Matt Flemingmodule: Replace cur_module with module_current() syslinux-5.01-pre4
2013-01-23 Matt Fleminghdt: Move ~162K byte data object from the stack to...
2013-01-23 Matt Flemingmodule: Check for NULL ctors and dtors
2013-01-23 Matt Flemingmodule: Check the return value of malloc()
2013-01-23 Matt Fleminginit: Leave mem_init() to fs_init()
2013-01-23 Matt Flemingrealloc: Set the HEAP when splitting a block
2013-01-21 Matt FlemingMerge branch 'com32lib_spotless_for_mfleming' of git...
2013-01-21 Matt Flemingpxe: Add PXELINUX-specific symbols to symbol whitelist
2013-01-20 Gene Cummcom32/lib: delete *.c32 on key target
2013-01-18 H. Peter Anvincore/lzo: move LZO back to uncompressed section
2013-01-18 H. Peter Anvinelf: remove long-since-obsolete shallow module machinery
2013-01-18 H. Peter Anvincore: switch LZO decompressor to "fast safe" version
2013-01-18 H. Peter Anvincore/fs: remove some stale functions, inode refcount...
2013-01-17 H. Peter Anvinbios.h: add missing dependent #include
2013-01-17 H. Peter AnvinRename libcom32gpl.c32 to libgpl.c32
2013-01-17 H. Peter AnvinRename libutil_com.c32 to libutil.c32
2013-01-17 H. Peter AnvinAlways strip all the modules
2013-01-17 H. Peter Anvindos: obtain the executable pathname, cleanups
2013-01-16 Matt Flemingldlinux: Perform chdir() before parsing config syslinux-5.01-pre3
2013-01-16 Matt Flemingmodule: Check return value of malloc()
2013-01-15 Matt Flemingldlinux: Strip whitespace from LABEL directive
2013-01-14 Matt FlemingPXELINUX: Fix IPAPPEND to include BOOTIF and SYSUUID syslinux-5.01-pre2
2013-01-11 Matt Flemingisolinux: Update LBA in getlinsec loop
2013-01-10 Matt Flemingmodule: Allow .c32 files to execute themselves
2013-01-10 Matt Flemingextlinux: Fix installation subdirectory patching
2013-01-10 Paulo Alcantaraextlinux: Make sure ldlinux.sys file is installed
2013-01-09 Paulo Alcantaramenugen: Make it compatible with Py3k
2013-01-08 Matt Flemingcore/kaboom.c: Export __bad_SEG()
2013-01-08 Matt Flemingversion: Bump minor number and year syslinux-5.01-pre1
2013-01-04 Matt Flemingldlinux: Dynamically alloc memory for kernel and initrd...
2013-01-04 Matt Flemingldlinux: Don't delete ldlinux.c32 with 'make clean'
2013-01-03 H. Peter Anvinelflink: set the sonames of shared libraries
2012-12-06 Matt FlemingDelete 16-bit COMBOOT support syslinux-5.00
2012-12-05 Matt FlemingSymbol export whitelist
2012-12-05 Matt Flemingcore: Fix 'NoHalt'
2012-12-05 Matt Flemingcom32: Delete unused malloc.c and friends
2012-12-05 Matt FlemingReduce the number of global variables
2012-12-05 Matt Flemingcomboot: Mark API functions obsolete
2012-12-04 Matt Flemingdoc: Further explanation for the PATH directive and...
2012-12-04 Matt FlemingRevert "menu: Inherit parent menu title"
2012-12-04 Matt Flemingldlinux: Use get_msg_file() for F-keys
2012-12-04 Matt Flemingldlinux: Remove default bold attribute typo
2012-12-04 Matt FlemingCLI: Don't always start the CLI at column 0
2012-12-03 Matt Flemingldlinux: Move DISPLAY file handling out of the core syslinux-5.00-pre13
2012-12-03 Matt Flemingstdio: Fix unhexchar() for hex digits > 9
2012-11-30 Matt FlemingMerge branch 'searchdir_leak-5' of git://git.zytor...
2012-11-30 Matt FlemingPATH: Use installation directory for 'PATH'
2012-11-30 Matt Flemingldlinux: Don't try reloading ldlinux.c32 unless it...
2012-11-30 Matt Flemingmodule: Fix incorrect list_entry() use
2012-11-29 Shao Millerfs: Fix searchdir resource leak
2012-11-29 Matt FlemingCLI: Delete 'temp_cmdline' and put 'cmdline' on the...
2012-11-29 Matt Flemingmodule: Stop silently failing to load dependency modules syslinux-5.00-pre12
2012-11-29 Matt Flemingldlinux: Complain to user on failure to perform file...
2012-11-29 Matt Flemingmodule: Append '/' to PATH strings if missing
2012-11-29 Matt Flemingldlinux: Only append missing filename extensions
2012-11-27 Matt FlemingMerge branch 'coverity' into elflink syslinux-5.00-pre11
2012-11-27 Matt Flemingcore/elflink: Fix off-by-one error
2012-11-27 Matt Flemingmodule: Fix off-by-one error in findpath()
2012-11-27 Matt Flemingmodule: Fix memory leak in spawn_load()
2012-11-27 Matt Flemingpxe: Don't leak inode on timeout
2012-11-27 Matt Flemingscreensize: Dereference pointers when checking cols...
2012-11-27 Matt Fleminghdt-cli: Correct malloc() size argument
2012-11-27 Matt FlemingMerge branch 'xfs-for-hpa' of git://zytor.com/users...
2012-11-27 Matt Flemingldlinux: Reset the console whenever we execute a module
2012-11-27 Matt FlemingRevert "menu: Make "menu clear" the default"
2012-11-27 Matt Fleminggpllib: Distribute libcom32gpl.c32 in releases
2012-11-27 Matt Flemingmodule: Correct the size of the module symbol table
2012-11-27 Matt Flemingcmenu: Delete __intcall()s
2012-11-27 Matt FlemingMakefile: Add libmenu.c32 to list of modules
2012-11-26 Matt Flemingisolinux: Make BIOSName global
2012-11-26 Matt Flemingldlinux: Fix OnError behaviour
2012-11-26 Matt Flemingldlinux: Automatically apply ".c32" extension for COM32...
2012-11-26 Matt Flemingrunimage.c: Actually pass arguments to execute()
2012-11-26 Matt Flemingldlinux: Don't return NULL on KEY_ESC.
2012-11-26 Matt Flemingldlinux: Never exit from ldlinux.c32
2012-11-15 Matt Flemingchainboot: Delete extraneous free() in chainboot_file()
2012-11-15 Matt Flemingvesa: Fix double close() bug in vesacon_load_background()
2012-11-15 Matt Flemingasprintf: Ensure we always call va_end(ap)
2012-11-15 Matt Flemingbufprintf: Add va_end() for our va_copy()
2012-11-13 Matt Flemingldlinux: Delete dead code and useless printf syslinux-5.00-pre10
2012-11-13 Matt Flemingldlinux: Delete inaccurate 'insufficient memory' message
2012-11-12 Matt Flemingmk: Add Makefile variable for python
2012-11-12 Matt Flemingmenu: Inherit parent menu title
2012-11-07 Matt FlemingMerge branch 'strerror-for-mfleming' of git://github...
2012-11-07 Gene Cummcom32 strerror(): Remove macro WITH_ERRLIST use
2012-11-07 Gene Cummcom32 strerror: add errlist.o to Make
2012-11-07 Gene Cummstrerror: Use klibc version
2012-11-06 Matt FlemingMerge branch 'hexdump' of git://git.zytor.com/users...
2012-11-05 Matt FlemingMerge branch 'multi_initrd2-5.00-pre9' of git://git...
2012-11-05 Shao Millercore: Fix realloc() code transcription error
2012-11-05 Matt Flemingextlinux: Avoid dereferencing a garbage pointer
2012-11-04 Shao Millerhexdump.c32: Simple file hex-dumper
2012-11-03 Shao Millerinitramfs chain handling: Accounting fixes for padding...
2012-11-03 Shao Millerlinux.c32: Introduce initrdfile= option
2012-11-03 Shao Millerlinux.c32: Add new initrd+= option for multiple initrds
2012-11-03 Shao Millerlinux.c32: Move some initrd=x,y,z code out of main
2012-11-03 Matt Fleminglinux.c32: Add find_arguments function
2012-11-02 Matt FlemingCLI: Add Ctrl + V support for printing the Syslinux...
2012-11-02 Matt Flemingwin: Print error message if we fail to install to ...
next