index
:
syslinux/syslinux.git
3.5x
3.6x
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
obsolete-20120330
obsolete-20120529
obsolete-20120709
obsolete-20130331
obsolete-20130402
obsolete-20140117
obsolete-20140121
obsolete-20140220
obsolete-20140313
obsolete-20140420
obsolete-20140929
obsolete-20150418
obsolete-20150823
obsolete-20150906
obsolete-20151115
obsolete-20160210
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
wip.makefixes
Unnamed repository; edit this file 'description' to name the repository.
H. Peter Anvin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't modify data in the checksum region before we can checksum the code.
syslinux-3.10-pre9
hpa
2005-08-16
1
-6
/
+7
*
Fix eax/edx corruption in EBIOS loop; remove transfer size adjustment
hpa
2005-08-16
1
-7
/
+8
*
Add debugging code, if necessary
hpa
2005-08-09
1
-1
/
+14
*
Try falling back to CBIOS if EBIOS totally fails.
syslinux-3.10-pre8
hpa
2005-08-09
1
-79
/
+90
*
Reorganize the code for more space
syslinux-3.10-pre7
hpa
2005-08-09
1
-107
/
+120
*
Copyright year update
hpa
2005-08-09
1
-1
/
+1
*
Document what's up...
hpa
2005-08-09
1
-0
/
+3
*
Better tests for CM#1 and CM#2
syslinux-3.10-pre6
hpa
2005-08-09
1
-33
/
+56
*
Out-of-line versions of intcall and farcall
hpa
2005-08-09
2
-0
/
+21
*
Out-of-line __intcall and __farcall; better detection mechanism for CM#2
hpa
2005-08-09
4
-24
/
+44
*
Explain conf method #2
hpa
2005-08-09
2
-2
/
+2
*
New retry strategy
syslinux-3.10-pre5
hpa
2005-08-08
1
-50
/
+51
*
Explicitly detect the config type
syslinux-3.10-pre4
hpa
2005-08-08
1
-0
/
+2
*
Be even more anal about PCI BIOS detection.
hpa
2005-08-08
1
-2
/
+3
*
Fix help text
hpa
2005-08-05
1
-3
/
+3
*
Document diffs since 3.09
syslinux-3.10-pre3
hpa
2005-08-03
1
-0
/
+5
*
Add PCI_CFG_BIOS
hpa
2005-08-03
1
-0
/
+1
*
Actual implementation of the read/write through BIOS
hpa
2005-08-03
2
-0
/
+30
*
Support PCI config via BIOS
hpa
2005-08-03
11
-15
/
+56
*
Form the EBIOS DAPA on the stack instead of assuming it doesn't get
syslinux-3.10-pre2
hpa
2005-08-03
1
-26
/
+21
*
New version number; gcc 4.0.1 fix
hpa
2005-08-03
2
-2
/
+2
*
Change command line to 511 characters; 1023 caused .bss overruns
syslinux-3.09-pre2
hpa
2005-06-16
3
-4
/
+6
*
Beep the speaker on ^G
hpa
2005-06-16
3
-0
/
+12
*
gcc4 compilation fix
syslinux-3.09-pre1
hpa
2005-05-19
4
-1
/
+21
*
New Multiboot module; increase command line limit to 1023
syslinux-3.08
hpa
2005-05-08
9
-6
/
+1564
*
Don't clobber live registers, it's not nice
syslinux-3.08-pre10
hpa
2005-04-29
1
-3
/
+3
*
Use the correct register
hpa
2005-04-29
1
-2
/
+2
*
Add new "bigraw" mode to memdisk.
hpa
2005-04-29
4
-12
/
+34
*
Advanced menu system update from Murali
syslinux-3.08-pre9
hpa
2005-04-28
1
-1
/
+3
*
Rewritten advanced menuing system from Murali.
hpa
2005-04-28
35
-1306
/
+3435
*
Document keystrokes
hpa
2005-04-08
1
-0
/
+16
*
Ctrl-X -> return to text mode immediately
hpa
2005-04-08
2
-3
/
+10
*
Initialize VKernelBuf to zero
syslinux-3.08-pre8
hpa
2005-04-06
2
-1
/
+7
*
Precedence fix
hpa
2005-04-06
1
-1
/
+1
*
Fix highlighting of digits and lower-case characters.
hpa
2005-04-03
1
-1
/
+1
*
extlinux: fix multiple directory-parsing bugs.
syslinux-3.08-pre6
hpa
2005-04-03
3
-8
/
+25
*
Install mbr.bin in AUXDIR
hpa
2005-04-02
1
-1
/
+1
*
Actually use memcmp() for the DOSEMU comparison; we can't seem to get
hpa
2005-03-08
2
-2
/
+18
*
Document sparse files now handled correctly.
syslinux-3.08-pre5
hpa
2005-01-25
2
-3
/
+3
*
extlinux: handle sparse files correctly
hpa
2005-01-25
2
-2
/
+37
*
Allow setting a custom salt
hpa
2005-01-24
1
-2
/
+5
*
Add password support to simple menu system
syslinux-3.08-pre4
hpa
2005-01-21
6
-27
/
+141
*
More work on password support for the menu systems. Make the base64
hpa
2005-01-21
10
-15
/
+192
*
SHA-1 support in libutil; beginnings of menu passwd support
hpa
2005-01-20
6
-14
/
+448
*
Improved handling of ARP wait; add idle function.
syslinux-3.08-pre3
hpa
2005-01-20
4
-2
/
+23
*
Move idle function into libcom32; libutil function is now just a wrapper.
hpa
2005-01-20
9
-5
/
+193
*
Fix calculation of I/O block size in SYSLINUX
syslinux-3.08-pre2
hpa
2005-01-18
6
-7
/
+20
*
Private copy of <linux/ext2_fs.h>
syslinux-3.07
hpa
2005-01-12
3
-1
/
+510
*
Fix zlib build problem.
hpa
2005-01-12
1
-0
/
+1
*
Move <zconf.h> to the right place
syslinux-3.07-pre2
hpa
2005-01-12
1
-0
/
+0
[next]