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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default to \n -> \r\n in ANSI and xserial
H. Peter Anvin
2008-06-24
3
-3
/
+6
*
loadfile: make sure we don't trash errno
H. Peter Anvin
2008-06-15
1
-1
/
+6
*
pci: fix off-by-one error and introduce MAX_PCI_FUNC
Sebastian Herbszt
2008-06-13
1
-7
/
+7
*
Aligning memcpy/memmove/mempcpy/memset for libcom32
H. Peter Anvin
2008-06-06
5
-80
/
+308
*
Centralize configurables; better "make install" etc
H. Peter Anvin
2008-05-29
2
-12
/
+4
*
Move files out of root into core, dos, and utils
H. Peter Anvin
2008-05-29
1
-1
/
+1
*
Merge commit 'origin/master' into gpxe-added
H. Peter Anvin
2008-05-28
1
-2
/
+2
|
\
|
*
Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...
Stefan Bucur
2008-05-12
1
-1
/
+1
|
*
syslinux 3.63: Use $(CC) for examining compiler options
Maciej W. Rozycki
2008-04-17
1
-1
/
+1
*
|
Merge commit 'syslinux-3.63' into gpxe-added
syslinux-3.70-pre9
H. Peter Anvin
2008-04-10
2
-190
/
+269
|
\
\
|
|
/
|
*
movebits: rewrite significant chunks of the algorithm
syslinux-3.63-pre5
H. Peter Anvin
2008-04-09
1
-166
/
+246
|
*
zonelist.c: Fix the coalescing of identical ranges
H. Peter Anvin
2008-04-09
1
-7
/
+6
|
*
movebits: use the memmap data structure for the freelist
H. Peter Anvin
2008-04-08
1
-152
/
+80
|
*
movebits: handle the case of an upward overlap move with obstacles
H. Peter Anvin
2008-04-08
1
-115
/
+187
*
|
Add stpcpy() and implement version/derivative queries
H. Peter Anvin
2008-03-28
4
-2
/
+119
*
|
Merge commit 'syslinux-3.63-pre2' into nolen
syslinux-3.70-pre5
H. Peter Anvin
2008-03-20
1
-22
/
+20
|
\
\
|
|
/
|
*
PCI detection code doesn't corrupt memory anymore (2nd try)
Erwan
2008-03-20
1
-22
/
+20
*
|
Merge commit 'origin/master' into nolen
syslinux-3.70-pre4
H. Peter Anvin
2008-03-03
1
-1
/
+2
|
\
\
|
|
/
|
*
Prevent inclusion of system include files when inappropriate
H. Peter Anvin
2008-03-03
1
-1
/
+2
*
|
VESA: Simplify the lss16 decoder
H. Peter Anvin
2008-03-03
1
-11
/
+6
*
|
Drop unnecessary CLD instructions.
H. Peter Anvin
2008-03-03
5
-20
/
+6
*
|
VESA library: add support for reading lss16 images
H. Peter Anvin
2008-03-03
1
-1
/
+130
*
|
Generic framework for reading compressed files using standard I/O
H. Peter Anvin
2008-02-29
8
-95
/
+441
*
|
Un-inline fclose()
H. Peter Anvin
2008-02-27
2
-1
/
+12
*
|
background.c: remove unused filesize() function
H. Peter Anvin
2008-02-27
1
-9
/
+0
*
|
realloc(): put an absolute upper limit on slack
H. Peter Anvin
2008-02-27
1
-1
/
+2
*
|
Comboot/Com32 changes for unspecified file lengths
H. Peter Anvin
2008-02-27
3
-35
/
+72
*
|
fstat(): report files of unknown length as sockets
H. Peter Anvin
2008-02-22
1
-2
/
+9
|
/
*
realloc(): try to protect a block in the path of a growing object
syslinux-3.62-pre13
H. Peter Anvin
2008-02-21
1
-4
/
+15
*
realloc(): better implementation allowing in-place growth
H. Peter Anvin
2008-02-21
1
-17
/
+55
*
Whitespace cleanup...
syslinux-3.62-pre11
H. Peter Anvin
2008-02-19
8
-26
/
+26
*
Actually implement strnlen()
H. Peter Anvin
2008-02-19
2
-0
/
+14
*
Actually implement syslinux_ipappend_strings()
H. Peter Anvin
2008-02-19
2
-0
/
+59
*
VESA: work around bug in the Bochs VESA BIOS
syslinux-3.62-pre10
H. Peter Anvin
2008-02-16
2
-5
/
+15
*
VESA: suppress an unused arguments warning
H. Peter Anvin
2008-02-14
1
-0
/
+1
*
VESA: align the row buffer to a multiple of 4 bytes.
H. Peter Anvin
2008-02-14
1
-1
/
+1
*
VESA: Minor cleanups
syslinux-3.62-pre6
H. Peter Anvin
2008-02-13
2
-9
/
+12
*
VESA: move debugging code to separate header file
H. Peter Anvin
2008-02-13
2
-25
/
+38
*
Set the window size to 2 GB for linear framebuffer
H. Peter Anvin
2008-02-13
1
-1
/
+5
*
Bypass pixel conversion when the output format is BGRA32
H. Peter Anvin
2008-02-13
3
-21
/
+21
*
Treat linear framebuffer as a degenerate paged framebuffer
H. Peter Anvin
2008-02-13
4
-43
/
+35
*
VESA: move pixel formatting into __vesacon_copy_to_screen()
syslinux-3.62-pre5
H. Peter Anvin
2008-02-13
7
-70
/
+85
*
Fix the calculation of bytes_per_pixel
H. Peter Anvin
2008-02-13
2
-16
/
+1
*
Replace C version of memmove() with slightly optimized assembly
H. Peter Anvin
2008-02-13
2
-34
/
+79
*
VESA: Support 15-bit RGB modes.
H. Peter Anvin
2008-02-13
3
-0
/
+18
*
Add support for paged (banked) VESA video mode
H. Peter Anvin
2008-02-13
6
-14
/
+162
*
The shuffle descriptors need to be unused for input *and* output
syslinux-3.62-pre3
H. Peter Anvin
2008-02-12
1
-5
/
+17
*
Change the minimum number of shuffle descriptors to 64.
H. Peter Anvin
2008-02-12
1
-1
/
+1
*
Query the shuffle descriptor set size and use it
H. Peter Anvin
2008-02-12
1
-1
/
+14
*
shuffle: avoid computing block lists that will never converge
H. Peter Anvin
2008-02-11
1
-4
/
+8
[next]