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
/
lib
/
syslinux
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
libcom32: Introduce disk header and module
Shao Miller
2010-07-10
1
-0
/
+36
|
*
|
|
|
|
localboot: remove unnecessary real-mode call
Paulo Alcantara
2012-05-28
1
-7
/
+3
|
*
|
|
|
|
graphics: make use of syslinux_force_text_mode()
Paulo Alcantara
2012-05-19
2
-46
/
+6
|
*
|
|
|
|
syslinux_boot_linux(): revert to text mode unless vga=current
H. Peter Anvin
2012-05-18
1
-0
/
+11
|
*
|
|
|
|
com32: make syslinux_dump_*() pure debugging functions
H. Peter Anvin
2012-05-18
5
-38
/
+29
|
*
|
|
|
|
Use <dprintf.h> instead of an ad hoc definition
H. Peter Anvin
2012-05-18
3
-40
/
+3
|
*
|
|
|
|
lib/shuffle: use <dprintf.h>
H. Peter Anvin
2012-05-18
1
-17
/
+1
|
*
|
|
|
|
pxe: resolve names via DNS from protected-mode code
Paulo Alcantara
2012-05-12
1
-75
/
+0
|
*
|
|
|
|
syslinux/idle.c: Fix build warnings from missing prototypes
Matt Fleming
2012-04-17
1
-0
/
+1
*
|
|
|
|
|
firmware: Add EFI linux boot support
Matt Fleming
2012-02-02
1
-2
/
+9
*
|
|
|
|
|
com32: Move initramfs_size() into header file
Matt Fleming
2012-02-02
1
-17
/
+0
*
|
|
|
|
|
linux: Move linux_header definition to header
Matt Fleming
2012-02-02
1
-42
/
+0
*
|
|
|
|
|
firmware: Move firmware code into core/bios.c
Matt Fleming
2012-02-02
1
-56
/
+0
*
|
|
|
|
|
com32: Remove __constructor tag from __syslinux_get_shuffer_size()
Matt Fleming
2012-02-02
1
-5
/
+8
*
|
|
|
|
|
firmware: Add .get_serial_console_info
Matt Fleming
2012-02-02
2
-4
/
+19
*
|
|
|
|
|
firmware: Add .get_config_file_name
Matt Fleming
2012-02-02
1
-0
/
+3
*
|
|
|
|
|
com32: Delete duplicate ipappend.c
Matt Fleming
2012-01-20
1
-58
/
+0
*
|
|
|
|
|
com32: Add firmware backend support to ansicon
Matt Fleming
2011-12-16
1
-0
/
+31
*
|
|
|
|
|
disk: Add .disk_init() to firmware struct
Matt Fleming
2011-12-16
1
-0
/
+1
*
|
|
|
|
|
core: Add firmware backend support
Matt Fleming
2011-12-16
2
-1
/
+26
|
/
/
/
/
/
*
|
|
|
|
ldlinux: Add support for Auxillary Data Vector
Matt Fleming
2011-05-25
4
-278
/
+0
*
|
|
|
|
Merge remote-tracking branch 'zytor/master' into elflink-merge
Matt Fleming
2011-04-04
2
-48
/
+28
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
linux.c32: For protocol 2.10+, use init_size when relocating
H. Peter Anvin
2011-03-18
1
-7
/
+20
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
com32/lib/syslinux/shuffle.c: remove variables set but not used
H. Peter Anvin
2011-03-16
1
-5
/
+7
|
|
|
/
|
|
/
|
|
*
|
memdisk & libcom32: Fix minor errors in previous commit
Gene Cumm
2011-02-08
1
-36
/
+1
|
|
/
*
|
elflink: remove all __com32.cs_pm from com32/
Feng Tang
2010-08-26
1
-2
/
+2
|
/
*
runimage.c: remove unused variable
H. Peter Anvin
2010-05-12
1
-1
/
+0
*
core: move idle handling into protected mode
H. Peter Anvin
2010-03-30
1
-17
/
+7
*
com32: replace hard-coded bounce buffer use in com32/lib
syslinux-4.00-pre25
H. Peter Anvin
2010-02-24
6
-38
/
+78
*
com32: add library function for DNS lookup
H. Peter Anvin
2010-02-06
1
-0
/
+70
*
Add support for "vga=current"
H. Peter Anvin
2010-01-22
1
-0
/
+3
*
com32/lib: remove unused variable in syslinux_getadv()
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
com32: syslinux_report_video_mode returns void
H. Peter Anvin
2009-12-22
1
-1
/
+1
*
video: implement long-promised video functions; use them
H. Peter Anvin
2009-12-18
3
-0
/
+141
*
Run Nindent on com32/lib/syslinux/zonelist.c
H. Peter Anvin
2009-05-29
1
-151
/
+151
*
Run Nindent on com32/lib/syslinux/zloadfile.c
H. Peter Anvin
2009-05-29
1
-9
/
+9
*
Run Nindent on com32/lib/syslinux/version.c
H. Peter Anvin
2009-05-29
1
-8
/
+8
*
Run Nindent on com32/lib/syslinux/shuffle_rm.c
H. Peter Anvin
2009-05-29
1
-86
/
+86
*
Run Nindent on com32/lib/syslinux/shuffle_pm.c
H. Peter Anvin
2009-05-29
1
-31
/
+30
*
Run Nindent on com32/lib/syslinux/shuffle.c
H. Peter Anvin
2009-05-29
1
-157
/
+160
*
Run Nindent on com32/lib/syslinux/setadv.c
H. Peter Anvin
2009-05-29
1
-58
/
+58
*
Run Nindent on com32/lib/syslinux/serial.c
H. Peter Anvin
2009-05-29
1
-7
/
+7
*
Run Nindent on com32/lib/syslinux/runimage.c
H. Peter Anvin
2009-05-29
1
-18
/
+18
*
Run Nindent on com32/lib/syslinux/run_default.c
H. Peter Anvin
2009-05-29
1
-5
/
+5
*
Run Nindent on com32/lib/syslinux/run_command.c
H. Peter Anvin
2009-05-29
1
-8
/
+8
*
Run Nindent on com32/lib/syslinux/reboot.c
H. Peter Anvin
2009-05-29
1
-5
/
+5
*
Run Nindent on com32/lib/syslinux/pxe_get_nic.c
H. Peter Anvin
2009-05-29
1
-12
/
+12
*
Run Nindent on com32/lib/syslinux/pxe_get_cached.c
H. Peter Anvin
2009-05-29
1
-27
/
+27
*
Run Nindent on com32/lib/syslinux/movebits.c
H. Peter Anvin
2009-05-29
1
-510
/
+511
*
Run Nindent on com32/lib/syslinux/memscan.c
H. Peter Anvin
2009-05-29
1
-94
/
+94
[prev]
[next]