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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/sys/module: Add support for weak symbols
Matt Fleming
2012-07-20
2
-3
/
+22
*
ldlinux: Stop using the internal KT_* image types
Matt Fleming
2012-07-20
9
-60
/
+81
*
core/elflink: Delete ADV code that's already in ldlinux
Matt Fleming
2012-07-20
2
-161
/
+0
*
Only compile dprintf/vdprintf if DEBUG_PORT is defined
H. Peter Anvin
2012-07-19
4
-4
/
+13
*
Merge branch 'master' into elflink
Matt Fleming
2012-07-19
11
-34
/
+208
|
\
|
*
Correct initialization of the cache doubly-linked list
syslinux-4.06-pre11
H. Peter Anvin
2012-07-19
1
-2
/
+2
|
*
linux.c32: add missing break;
syslinux-4.06-pre10
H. Peter Anvin
2012-06-29
1
-0
/
+1
|
*
linux.c32: allow loading arbitrary setup_data blobs
H. Peter Anvin
2012-06-29
1
-12
/
+36
|
*
setup_data: if nothing to load and version < 2.09, no harm no foul
H. Peter Anvin
2012-06-29
1
-3
/
+3
|
*
setup_data: check to make sure kernel version >= 0x0209
H. Peter Anvin
2012-06-29
1
-0
/
+7
|
*
linux.c32: add support for a device tree blob (dtb)
H. Peter Anvin
2012-06-29
1
-2
/
+25
|
*
<syslinux/linux.h>: add missing setup_data_init() definition
H. Peter Anvin
2012-06-29
1
-0
/
+2
|
*
Change fdt-specific loader into a generic setup_data loader
H. Peter Anvin
2012-06-29
6
-68
/
+90
|
*
com32: Add device tree support
Thierry Reding
2012-06-29
6
-6
/
+98
|
*
fat: Make mangle behavior similar to the standard one
H. Peter Anvin
2012-06-29
1
-16
/
+19
|
*
win: Use lower-case private definition of STORAGE_DEVICE_NUMBER
H. Peter Anvin
2012-06-29
1
-6
/
+6
*
|
ldlinux: Return immediately after we execute() a command
Matt Fleming
2012-07-19
1
-0
/
+1
*
|
core: Makefile: Do not enable debug by default
Paulo Alcantara
2012-07-05
1
-1
/
+1
*
|
vdprintf: Remove unused variable
Paulo Alcantara
2012-07-05
1
-3
/
+2
*
|
elf_module: Remove unused variable
Paulo Alcantara
2012-07-05
1
-3
/
+1
*
|
Fix Makefile install targets
Matt Fleming
2012-07-04
4
-10
/
+7
*
|
menu: Supply the command type to execute()
Matt Fleming
2012-07-03
3
-4
/
+10
*
|
dprintf: Always include the dprintf implementation in libcom32core.a
Matt Fleming
2012-07-02
2
-9
/
+2
*
|
SEG(): centralize the bad bailout
H. Peter Anvin
2012-06-29
2
-6
/
+16
*
|
com32: mark the invalid SEG() as __unlikely()
H. Peter Anvin
2012-06-29
1
-1
/
+1
*
|
SEG(): make SEG() puke on bad pointers if DEBUG is defined
H. Peter Anvin
2012-06-29
2
-1
/
+15
*
|
elflink: fix dependency problem in cmenu/Makefile
syslinux-5.00-pre6
H. Peter Anvin
2012-06-29
2
-17
/
+6
*
|
elflink: Use ConfigName directly, the comboot API doesn't work
syslinux-5.00-pre5
H. Peter Anvin
2012-06-28
3
-45
/
+4
*
|
Merge remote-tracking branch 'origin/master' into elflink
H. Peter Anvin
2012-06-28
4
-43
/
+86
|
\
\
|
|
/
|
*
Actually keep track of the pathnames for all elements
syslinux-4.06-pre9
H. Peter Anvin
2012-06-28
4
-81
/
+80
|
*
chdir: collapse /./ and /../ in path for conventional filesystems
syslinux-4.06-pre8
H. Peter Anvin
2012-06-28
1
-6
/
+50
*
|
Makefile: fix misplaced dot
H. Peter Anvin
2012-06-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into elflink
H. Peter Anvin
2012-06-27
1
-1
/
+1
|
\
\
|
|
/
|
*
win32: assume STORAGE_DEVICE_NUMBER is defined
H. Peter Anvin
2012-06-27
1
-1
/
+1
*
|
Merge branch 'elflink' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux ...
H. Peter Anvin
2012-06-27
34
-184
/
+368
|
\
\
|
*
|
module: Make list of DT_NEEDED entries per-module
Matt Fleming
2012-06-20
2
-15
/
+10
|
*
|
ldlinux: Don't lfree() 'kernel' twice
Matt Fleming
2012-06-20
1
-1
/
+0
|
*
|
Revert "pxe: resolve names via DNS from protected-mode code"
Matt Fleming
2012-06-20
8
-52
/
+68
|
*
|
com32: Per-object file LDFLAGS
Matt Fleming
2012-06-20
6
-3
/
+39
|
*
|
fs: Add .copy_super to struct fs_ops
Matt Fleming
2012-06-20
3
-5
/
+5
|
*
|
elflink: Fix compiler warning
Matt Fleming
2012-06-12
1
-1
/
+1
|
*
|
com32: Add missing DHCP pack/unpack files
Matt Fleming
2012-06-09
1
-1
/
+1
|
*
|
pxechn: Fix merge botch s/pxe_dns/pxe_dns_resolv/
Matt Fleming
2012-06-08
1
-2
/
+2
|
*
|
Delete all references to __com32.cs_bounce
Matt Fleming
2012-06-08
14
-88
/
+229
|
*
|
module: Actually use last component of DT_NEEDED pathname
Matt Fleming
2012-06-08
2
-13
/
+15
|
*
|
ldlinux: fixes bug that happens when using fullpath for a COM32 module
Andre Ericson
2012-06-08
2
-10
/
+5
*
|
|
Merge remote-tracking branch 'origin/master' into elflink
syslinux-5.00-pre4
H. Peter Anvin
2012-06-22
9
-51
/
+547
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
syslxopt: fix syntax errors
syslinux-4.06-pre7
H. Peter Anvin
2012-06-20
1
-2
/
+2
|
*
|
NEWS: document extlinux --device
H. Peter Anvin
2012-06-20
1
-0
/
+1
|
*
|
extlinux: add --device option to override device detect
H. Peter Anvin
2012-06-20
4
-5
/
+27
[next]