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
*
pxe: mark all PXE regions as SMT_TERMINAL
syslinux-6.02-pre11
Matt Fleming
2013-07-24
1
-17
/
+49
*
tests: delete test executables after each run
Matt Fleming
2013-07-24
1
-3
/
+1
*
tests: unit tests for core/mem
Matt Fleming
2013-07-24
6
-1
/
+142
*
tests: make mmap_entry globally available to unit tests
Matt Fleming
2013-07-24
7
-25
/
+26
*
mem: explicitly include dprintf.h
Matt Fleming
2013-07-24
1
-0
/
+1
*
mem: fix regression in recent memscan changes
syslinux-6.02-pre10
Matt Fleming
2013-07-23
1
-1
/
+1
*
tests: delete tests before making release
Matt Fleming
2013-07-23
1
-0
/
+5
*
tests: Syslinux unit tests
Matt Fleming
2013-07-23
18
-2
/
+549
*
tests: Regression testsuite
Matt Fleming
2013-07-23
19
-2
/
+409
*
derivative_info: be sure not to dereference pointers
syslinux-6.02-pre9
Matt Fleming
2013-07-22
3
-15
/
+15
*
Revert "Makefile.private: only delete mk/devel.mk for production releases"
syslinux-6.02-pre8
Matt Fleming
2013-07-19
1
-4
/
+3
*
Merge branch 'pxe-dns-dotquad-for-mfleming' of git://github.com/geneC/syslinu...
syslinux-6.02-pre7
Matt Fleming
2013-07-19
1
-0
/
+35
|
\
|
*
core/legacynet: Enable dot quad resolution
Gene Cumm
2013-07-18
1
-0
/
+35
*
|
movebits: Handle arbitrary combinations of SMT_FREE and SMT_TERMINAL
syslinux-6.02-pre6
H. Peter Anvin
2013-07-18
1
-29
/
+13
*
|
zonelist: allow syslinux_memmap_type() to demote SMT_FREE to SMT_TERMINAL
H. Peter Anvin
2013-07-17
1
-5
/
+16
*
|
movebits: add an inline to test for SMT_FREE || SMT_TERMINAL
H. Peter Anvin
2013-07-17
1
-0
/
+5
*
|
movebits: allow allocation across region boundary
Matt Fleming
2013-07-17
1
-1
/
+16
*
|
PXELINUX: Add bios memscan function
Matt Fleming
2013-07-17
1
-0
/
+35
*
|
memscan: build a linked list of memory scanners
Matt Fleming
2013-07-17
5
-129
/
+171
*
|
movebits: Add SMT_TERMINAL - a last resort region type
Matt Fleming
2013-07-17
3
-2
/
+3
*
|
memscan: pass enum syslinux_memmap_types around
Matt Fleming
2013-07-17
4
-14
/
+18
*
|
movebits: Add syslinux_memmap_find()
Matt Fleming
2013-07-17
3
-74
/
+84
*
|
zonelist: rename syslinux_memmap_find()...
Matt Fleming
2013-07-17
5
-10
/
+10
*
|
Merge branch 'firmware' of git://daniel-baumann.ch/git/upstream/syslinux into...
Matt Fleming
2013-07-12
1
-1
/
+1
|
\
\
|
*
|
Excluding git metadata files in release tarballs.
Daniel Baumann
2013-07-12
1
-1
/
+1
*
|
|
efi, udp: implement receive timeout
syslinux-6.02-pre5
Matt Fleming
2013-07-12
1
-1
/
+16
|
/
/
*
|
Makefile.private: only delete mk/devel.mk for production releases
syslinux-6.02-pre4
Matt Fleming
2013-07-12
1
-3
/
+4
*
|
NEWS: Mention fixing of make targets
Matt Fleming
2013-07-12
1
-0
/
+3
*
|
cmenu: only the spotless target should delete *.c32
Matt Fleming
2013-07-12
1
-3
/
+3
*
|
Makefile: add netinstall target for efi
Matt Fleming
2013-07-12
1
-2
/
+10
*
|
Makefile: explicitly reference ldlinux.*
Matt Fleming
2013-07-11
1
-1
/
+1
*
|
efi: 'install' target shouldn't depend on 'all'
Matt Fleming
2013-07-11
1
-1
/
+1
*
|
efi: restore console before invoking handover_boot()
syslinux-6.02-pre3
Matt Fleming
2013-07-09
1
-0
/
+1
*
|
efi: setup ramdisk before invoking handover protocol
Matt Fleming
2013-07-09
1
-3
/
+3
*
|
efi: Convert printf() to Print()
Matt Fleming
2013-07-09
1
-1
/
+1
*
|
NEWS: Catch up with recent changes in 6.02
syslinux-6.02-pre2
Matt Fleming
2013-07-08
1
-0
/
+5
*
|
Merge branch 'kernel-loader' into for-hpa/elflink/firmware
Matt Fleming
2013-07-08
7
-234
/
+476
|
\
\
|
*
|
efi, console: save/restore attributes before exiting
Matt Fleming
2013-07-08
3
-1
/
+32
|
*
|
efi: move all screen twiddling to setup_screen()
Matt Fleming
2013-07-08
2
-6
/
+4
|
*
|
efi: only want one linux_header variable
Matt Fleming
2013-07-08
1
-17
/
+23
|
*
|
efi: update the correct linux_header pointer for cmdline
Matt Fleming
2013-07-08
1
-1
/
+1
|
*
|
efi: get rid of _bp variable
Matt Fleming
2013-07-08
1
-24
/
+23
|
*
|
efi: refactor into smaller functions
Matt Fleming
2013-07-08
1
-170
/
+225
|
*
|
efi: implement Linux kernel handover protocol support
Matt Fleming
2013-07-08
5
-6
/
+150
|
*
|
efi: try harder to boot non-relocatable kernels
Matt Fleming
2013-07-08
1
-8
/
+8
|
*
|
efi: Support booting 32-bit kernels from 64-bit EFI
Matt Fleming
2013-06-25
4
-65
/
+74
*
|
|
Merge tag 'syslinux-5.11-pre8' into firmware
syslinux-6.02-pre1
Matt Fleming
2013-07-08
19
-112
/
+227
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'dynamic-debug' into elflink
syslinux-5.11-pre8
Matt Fleming
2013-07-05
10
-6
/
+182
|
|
\
\
|
|
*
|
mk: enable dynamic debug support
Matt Fleming
2013-07-05
1
-0
/
+1
|
|
*
|
debug.c32: Dynamically enable/disable debug code at runtime
Matt Fleming
2013-07-05
7
-3
/
+178
[next]