index
:
delta/syslinux.git
3.5x
3.6x
baserock/4.06-musl
baserock/genivi/morph
baserock/morph
baserock/pedroalvarez/gcc5
baserock/pedroalvarez/gcc6
baserock/pedroalvarez/glibc
baserock/rdale/musl
baserock/syslinux-4.06-gcc5-glibc2.20
baserock/syslinux-4.06-gcc7
baserock/tiagogomes/update-toolchain
bcopyint
broken1
btrfs
chainload
core32
corezlib
disklib
dynamic
dynamic-sector
elflink
ext4
firmware
for-3.72
fsc
gpxeiso
hashtbl
kkpxe
libinstaller_dos_wip
lua
lwip
master
memdisk-acpi
memdisk-iso
multifs
new-mboot
nocomapi
nolen
pathbased
rockridge
slzm
softres
syslinux-1.6x-1
syslinux-1.xx
syslinux-3.2x
syslinux-3.3m
syslinux-3.3x
syslinux-3.7x
syslinux-3.8x
syslinux-4.xx
syslinux-5.xx
thread
unify-pm
git.kernel.org: pub/scm/boot/syslinux/syslinux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
com32
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldlinux: Perform chdir() before parsing config
syslinux-5.01-pre3
Matt Fleming
2013-01-16
1
-3
/
+3
*
module: Check return value of malloc()
Matt Fleming
2013-01-16
1
-0
/
+5
*
ldlinux: Strip whitespace from LABEL directive
Matt Fleming
2013-01-15
1
-5
/
+11
*
module: Allow .c32 files to execute themselves
Matt Fleming
2013-01-10
1
-14
/
+2
*
menugen: Make it compatible with Py3k
Paulo Alcantara
2013-01-09
1
-28
/
+28
*
ldlinux: Dynamically alloc memory for kernel and initrd filenames
Matt Fleming
2013-01-04
1
-19
/
+45
*
ldlinux: Don't delete ldlinux.c32 with 'make clean'
Matt Fleming
2013-01-04
1
-4
/
+6
*
elflink: set the sonames of shared libraries
H. Peter Anvin
2013-01-03
4
-4
/
+4
*
Delete 16-bit COMBOOT support
syslinux-5.00
Matt Fleming
2012-12-06
5
-6
/
+1
*
Symbol export whitelist
Matt Fleming
2012-12-05
10
-13
/
+17
*
core: Fix 'NoHalt'
Matt Fleming
2012-12-05
1
-2
/
+2
*
com32: Delete unused malloc.c and friends
Matt Fleming
2012-12-05
4
-383
/
+0
*
Reduce the number of global variables
Matt Fleming
2012-12-05
2
-49
/
+1
*
Revert "menu: Inherit parent menu title"
Matt Fleming
2012-12-04
1
-3
/
+0
*
ldlinux: Use get_msg_file() for F-keys
Matt Fleming
2012-12-04
1
-17
/
+2
*
ldlinux: Remove default bold attribute typo
Matt Fleming
2012-12-04
1
-1
/
+1
*
CLI: Don't always start the CLI at column 0
Matt Fleming
2012-12-04
1
-3
/
+9
*
ldlinux: Move DISPLAY file handling out of the core
syslinux-5.00-pre13
Matt Fleming
2012-12-03
2
-1
/
+215
*
stdio: Fix unhexchar() for hex digits > 9
Matt Fleming
2012-12-03
1
-3
/
+3
*
ldlinux: Don't try reloading ldlinux.c32 unless it's likely to succeed
Matt Fleming
2012-11-30
1
-1
/
+3
*
module: Fix incorrect list_entry() use
Matt Fleming
2012-11-30
1
-1
/
+1
*
CLI: Delete 'temp_cmdline' and put 'cmdline' on the stack
Matt Fleming
2012-11-29
1
-17
/
+6
*
module: Stop silently failing to load dependency modules
syslinux-5.00-pre12
Matt Fleming
2012-11-29
1
-1
/
+11
*
ldlinux: Complain to user on failure to perform file operations
Matt Fleming
2012-11-29
3
-4
/
+4
*
module: Append '/' to PATH strings if missing
Matt Fleming
2012-11-29
1
-0
/
+4
*
ldlinux: Only append missing filename extensions
Matt Fleming
2012-11-29
1
-3
/
+6
*
Merge branch 'coverity' into elflink
syslinux-5.00-pre11
Matt Fleming
2012-11-27
8
-22
/
+26
|
\
|
*
module: Fix off-by-one error in findpath()
Matt Fleming
2012-11-27
1
-2
/
+2
|
*
module: Fix memory leak in spawn_load()
Matt Fleming
2012-11-27
1
-10
/
+12
|
*
screensize: Dereference pointers when checking cols/rows
Matt Fleming
2012-11-27
1
-1
/
+1
|
*
hdt-cli: Correct malloc() size argument
Matt Fleming
2012-11-27
1
-1
/
+1
|
*
chainboot: Delete extraneous free() in chainboot_file()
Matt Fleming
2012-11-15
1
-3
/
+1
|
*
vesa: Fix double close() bug in vesacon_load_background()
Matt Fleming
2012-11-15
1
-1
/
+0
|
*
asprintf: Ensure we always call va_end(ap)
Matt Fleming
2012-11-15
1
-2
/
+3
|
*
bufprintf: Add va_end() for our va_copy()
Matt Fleming
2012-11-15
1
-2
/
+6
*
|
ldlinux: Reset the console whenever we execute a module
Matt Fleming
2012-11-27
3
-1
/
+17
*
|
Revert "menu: Make "menu clear" the default"
Matt Fleming
2012-11-27
2
-10
/
+4
*
|
gpllib: Distribute libcom32gpl.c32 in releases
Matt Fleming
2012-11-27
1
-1
/
+1
*
|
module: Correct the size of the module symbol table
Matt Fleming
2012-11-27
1
-7
/
+21
*
|
cmenu: Delete __intcall()s
Matt Fleming
2012-11-27
1
-45
/
+7
*
|
ldlinux: Fix OnError behaviour
Matt Fleming
2012-11-26
1
-2
/
+8
*
|
ldlinux: Automatically apply ".c32" extension for COM32 files
Matt Fleming
2012-11-26
3
-2
/
+13
*
|
runimage.c: Actually pass arguments to execute()
Matt Fleming
2012-11-26
1
-15
/
+11
*
|
ldlinux: Don't return NULL on KEY_ESC.
Matt Fleming
2012-11-26
1
-6
/
+0
*
|
ldlinux: Never exit from ldlinux.c32
Matt Fleming
2012-11-26
3
-24
/
+30
|
/
*
ldlinux: Delete dead code and useless printf
syslinux-5.00-pre10
Matt Fleming
2012-11-13
1
-28
/
+0
*
ldlinux: Delete inaccurate 'insufficient memory' message
Matt Fleming
2012-11-13
1
-3
/
+4
*
mk: Add Makefile variable for python
Matt Fleming
2012-11-12
1
-1
/
+1
*
menu: Inherit parent menu title
Matt Fleming
2012-11-12
1
-0
/
+3
*
Merge branch 'strerror-for-mfleming' of git://github.com/geneC/syslinux into ...
Matt Fleming
2012-11-07
3
-12
/
+121
|
\
[next]