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
/
isolinux.asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial support for auxilliary data vector
H. Peter Anvin
2007-12-13
1
-0
/
+1
*
Preserve ES:DI instead of probing for $PnP
syslinux-3.53-pre5
H. Peter Anvin
2007-11-14
1
-4
/
+6
*
ISOLINUX: Change DriveNo -> DriveNumber
H. Peter Anvin
2007-11-14
1
-10
/
+10
*
Remove unused variable BufSafeSec
H. Peter Anvin
2007-11-13
1
-1
/
+0
*
Guard section to avoid future partial-sector-clobber issues
syslinux-3.53-pre3
H. Peter Anvin
2007-11-07
1
-3
/
+1
*
isolinux: protect bss variables clobbered due to final sector load
H. Peter Anvin
2007-11-06
1
-1
/
+5
*
Remove unused EndOfGetcBuf
H. Peter Anvin
2007-11-02
1
-1
/
+0
*
ISOLINUX: save segment registers around INT 13h
H. Peter Anvin
2007-09-19
1
-4
/
+21
*
Move most messages into the appropriate .inc files
H. Peter Anvin
2007-06-20
1
-34
/
+0
*
Workaround for VMware console bug; make more common code common
H. Peter Anvin
2007-06-20
1
-22
/
+0
*
Make it safe to call close_file on an already closed file.
syslinux-3.50-pre15
H. Peter Anvin
2007-05-22
1
-1
/
+3
*
Revert "ISOLINUX: Include the caching code"
H. Peter Anvin
2007-05-22
1
-9
/
+2
*
Add a proper internal close function (close_file)
H. Peter Anvin
2007-05-22
1
-0
/
+9
*
ISOLINUX: Include the caching code
syslinux-3.50-pre13
H. Peter Anvin
2007-05-22
1
-2
/
+9
*
Stealth whitespace cleanup (automated)
H. Peter Anvin
2007-03-14
1
-18
/
+18
*
Make sure we can read the config file name even after changing it...
syslinux-3.40-pre7
H. Peter Anvin
2007-02-19
1
-3
/
+9
*
Merge with syslinux-3.35
syslinux-3.40-pre4
H. Peter Anvin
2007-01-28
1
-2
/
+2
|
\
|
*
Fix segment register confusion in mangle_name
H. Peter Anvin
2007-01-23
1
-2
/
+2
*
|
Add support for forcing the filetype, and loading a secondary config file.
H. Peter Anvin
2006-09-22
1
-20
/
+10
|
/
*
Fix typo
syslinux-3.20-pre18
H. Peter Anvin
2006-08-21
1
-1
/
+1
*
In kaboom, use standard macro for resetting the stack where applicable
H. Peter Anvin
2006-08-21
1
-7
/
+1
*
Fix stack clobber when loading CD boot sectors.
H. Peter Anvin
2006-08-17
1
-1
/
+3
*
When exiting a COMBOOT/COM32 module, reset the stack instead of saving
H. Peter Anvin
2006-08-17
1
-8
/
+2
*
Across-the-board stealth whitespace cleanup
H. Peter Anvin
2006-05-03
1
-17
/
+17
*
Revert change to searchdir; document BX and CX trashed.
hpa
2005-08-23
1
-11
/
+7
*
Make sure we have at least 4K for the stack.
syslinux-3.10-pre20
hpa
2005-08-22
1
-4
/
+4
*
Register-handling cleanups for searchdir.
hpa
2005-08-22
1
-5
/
+9
*
If onerror is set, invoke onerror on escape
hpa
2005-08-18
1
-36
/
+2
*
Reorganize slightly for more space; add link to SBM
hpa
2004-12-30
1
-73
/
+97
*
Fix pxelinux relocation; work around infinite loop in pxelinux mangle_name
hpa
2004-12-28
1
-2
/
+0
*
More work on using sections for memory alignment. Make bcopy32 always
hpa
2004-12-27
1
-5
/
+3
*
Reorganize memory slightly; split .bss into .bss and .earlybss and
hpa
2004-12-27
1
-4
/
+6
*
Detect null filenames correctly (problems in both pxelinux and extlinux)
syslinux-3.00-pre2
hpa
2004-12-22
1
-0
/
+1
*
Fix some additional common code issues; fix dangling ES in pxelinux
hpa
2004-12-19
1
-13
/
+0
*
More common code cleanup; actually use the code to compress vkernels
hpa
2004-12-19
1
-43
/
+1
*
Actually use sections, and move common variables into the .inc files.
syslinux-2.20-pre3
hpa
2004-12-17
1
-89
/
+7
*
Move the .bss to a separate section so we can at least begin to move
hpa
2004-12-17
1
-20
/
+19
*
First cut at new searchdir for FAT boot loader; uses metadata cache
hpa
2004-12-16
1
-4
/
+4
*
More cleanups; try to get rid of the now-obsolete definition of
hpa
2004-12-16
1
-20
/
+17
*
Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsize
hpa
2004-12-16
1
-10
/
+5
*
Update copyright headers.
hpa
2004-12-14
1
-4
/
+4
*
Support non-mkisofs mastering programs
syslinux-2.12-pre11
hpa
2004-12-09
1
-29
/
+77
*
Move ASCII macros to macros.inc
syslinux-2.11-pre2
hpa
2004-08-04
1
-5
/
+0
*
Clean up memory management and command-line creation
hpa
2004-08-04
1
-5
/
+6
*
Move raw console access and strcpy() into their own include files
hpa
2004-07-26
1
-75
/
+2
*
Add an API call to query the configuration file name
hpa
2004-06-18
1
-0
/
+1
*
- Add "allowoptions" command
hpa
2004-05-29
1
-0
/
+1
*
Knut Petersen's hack for Award BIOS bugs
syslinux-2.10-pre2
hpa
2004-05-18
1
-3
/
+127
*
Better E820 memory parser
syslinux-2.09-pre15
hpa
2004-04-23
1
-0
/
+2
*
Handle video pages correctly.
syslinux-2.09-pre1
hpa
2004-01-29
1
-8
/
+6
[next]