index
:
users/alekdu/syslinux.git/.git
master
Unnamed repository; edit this file to name it for gitweb.
Alek Du
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ISOLINUX: Adaptec bug fix: handle the case of DL missing bit 7
syslinux-3.62-pre9
Bruce Robson
2008-02-16
1
-3
/
+11
*
Get rid of 4096-entry limit in the simple menu system
syslinux-3.62-pre8
H. Peter Anvin
2008-02-16
3
-10
/
+35
*
If we're showing a scrollbar, always show at least one unit
H. Peter Anvin
2008-02-16
1
-1
/
+1
*
Put virtual kernels (CLI labels) in high memory
syslinux-3.62-pre7
H. Peter Anvin
2008-02-15
11
-84
/
+97
*
hello.c: print arguments, no input section
H. Peter Anvin
2008-02-15
1
-9
/
+4
*
Don't close the A20 gate; leave it open
H. Peter Anvin
2008-02-15
3
-1
/
+21
*
Slightly simpler to use interface to simple_pm_call
H. Peter Anvin
2008-02-15
1
-10
/
+17
*
bcopy32: refactor the bcopy routine to be able to reuse the pm part
H. Peter Anvin
2008-02-15
1
-46
/
+82
*
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
*
Add __aligned() and __alignas() macros
H. Peter Anvin
2008-02-14
1
-0
/
+4
*
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
*
Document support for nonlinear frame buffers.
syslinux-3.62-pre4
H. Peter Anvin
2008-02-13
1
-0
/
+2
*
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
*
Correct comment specific to SYSLINUX in the other derivatives
H. Peter Anvin
2008-02-13
3
-6
/
+3
*
isolinux: spec buffer size is 13h (19), not 13
H. Peter Anvin
2008-02-13
1
-1
/
+1
*
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
2
-3
/
+3
*
Query the shuffle descriptor set size and use it
H. Peter Anvin
2008-02-12
1
-1
/
+14
*
Move the prototypes for syslinux_shuffle_boot_*()
H. Peter Anvin
2008-02-12
3
-12
/
+12
*
A bit more exactitude in the documentation
H. Peter Anvin
2008-02-12
1
-2
/
+2
*
Switch the display file and graphics routines to using the getc stack
H. Peter Anvin
2008-02-12
9
-185
/
+90
*
getc: don't clobber AH; return CF=1, AL=0 on end of file
H. Peter Anvin
2008-02-12
1
-2
/
+4
*
NEWS: document longer command line limit.
syslinux-3.62-pre2
H. Peter Anvin
2008-02-12
1
-0
/
+2
*
simple menu: extend command line size to 2047 characters
H. Peter Anvin
2008-02-12
1
-2
/
+2
*
Change command line limit to 2047 characters
H. Peter Anvin
2008-02-12
5
-8
/
+10
*
Remove last users of getcbuf; reclaim the address space
H. Peter Anvin
2008-02-12
6
-20
/
+23
*
shuffle: avoid computing block lists that will never converge
H. Peter Anvin
2008-02-11
1
-4
/
+8
*
Document changes
syslinux-3.62-pre1
H. Peter Anvin
2008-02-11
1
-0
/
+7
*
Handle arbitrary numbers of shuffle descriptors
H. Peter Anvin
2008-02-11
2
-22
/
+147
*
comboot: guarantee at least 256 shuffle descriptors
H. Peter Anvin
2008-02-11
1
-1
/
+2
*
Working on version 3.62
H. Peter Anvin
2008-02-11
1
-1
/
+1
*
simple menu: support sha256 and sha512 passwords
H. Peter Anvin
2008-02-10
1
-8
/
+35
*
com32/*: move _GNU_SOURCE definitions into Makefiles
H. Peter Anvin
2008-02-10
5
-5
/
+2
*
libutil: add header file <xcrypt.h> for extended crypt routines
H. Peter Anvin
2008-02-10
3
-0
/
+12
*
mempcpy(): correct naming of the mempcpy() function
H. Peter Anvin
2008-02-10
1
-4
/
+4
*
simple menu: update copyright notices; clean whitespace
H. Peter Anvin
2008-02-10
8
-15
/
+26
*
simple menu: break password comparisons out into a separate file
H. Peter Anvin
2008-02-10
4
-53
/
+71
*
menu.c: add missing return statement
H. Peter Anvin
2008-02-10
1
-0
/
+1
*
Simple menu system: move to dedicated subdirectory
H. Peter Anvin
2008-02-10
9
-14
/
+105
*
memdump: avoid comma in filenames
H. Peter Anvin
2008-02-08
1
-1
/
+1
*
memdump: add .bin suffix to generated filenames
H. Peter Anvin
2008-02-08
1
-1
/
+1
[next]