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
path:
root
/
com32
/
elflink
/
ldlinux
/
ldlinux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldlinux: fix stack overflow when running COM32 modules
Sylvain Gault
2015-10-13
1
-8
/
+20
*
Revert "ldlinux: Allow a held shift key to override UI as well as DEFAULT"
H. Peter Anvin
2014-06-10
1
-1
/
+4
*
ldlinux: Allow a held shift key to override UI as well as DEFAULT
H. Peter Anvin
2014-05-21
1
-4
/
+1
*
Centralize shift_is_held(), make it work to force the command line
syslinux-6.03-pre11
H. Peter Anvin
2014-04-20
1
-2
/
+1
*
Merge branch 'lwip' into elflink
Matt Fleming
2013-02-26
1
-3
/
+3
*
ldlinux: Don't discard cmdline arguments when executing labels
Matt Fleming
2013-02-21
1
-2
/
+22
*
ldlinux: Pass config filename as argv[1] to ldlinux.c32
Matt Fleming
2013-02-20
1
-6
/
+2
*
ldlinux: Fix serial output and delete eprintf()
Matt Fleming
2013-01-24
1
-0
/
+3
*
Delete 16-bit COMBOOT support
syslinux-5.00
Matt Fleming
2012-12-06
1
-2
/
+0
*
Symbol export whitelist
Matt Fleming
2012-12-05
1
-3
/
+3
*
ldlinux: Only append missing filename extensions
Matt Fleming
2012-11-29
1
-3
/
+6
*
ldlinux: Reset the console whenever we execute a module
Matt Fleming
2012-11-27
1
-1
/
+6
*
ldlinux: Fix OnError behaviour
Matt Fleming
2012-11-26
1
-2
/
+8
*
ldlinux: Automatically apply ".c32" extension for COM32 files
Matt Fleming
2012-11-26
1
-1
/
+1
*
ldlinux: Never exit from ldlinux.c32
Matt Fleming
2012-11-26
1
-22
/
+27
*
ldlinux: Fix logic if no DEFAULT or UI directive is found
Matt Fleming
2012-11-02
1
-28
/
+28
*
ldlinux: Use stdcon instead of rawcon for the console
Matt Fleming
2012-10-19
1
-1
/
+1
*
console: Close stdin, stdout, stderr on ldlinux.c32 unload
Matt Fleming
2012-09-04
1
-0
/
+12
*
ldlinux: Use findpath() to lookup filenames
syslinux-5.00-pre7
Matt Fleming
2012-08-07
1
-4
/
+5
*
ldlinux: Return to command prompt after loading COM32
Matt Fleming
2012-08-02
1
-29
/
+32
*
elflink: Replace __intcall() with direct function calls
Matt Fleming
2012-07-20
1
-1
/
+1
*
ldlinux: Stop using the internal KT_* image types
Matt Fleming
2012-07-20
1
-22
/
+19
*
menu: Supply the command type to execute()
Matt Fleming
2012-07-03
1
-1
/
+1
*
CLI: don't highlight the prompt
syslinux-5.00-pre2
H. Peter Anvin
2012-05-18
1
-1
/
+1
*
CLI: Stick to the classic "boot: " prompt rather than "syslinux$"
H. Peter Anvin
2012-05-18
1
-1
/
+1
*
ldlinux: Parse ALLOWOPTIONS directive
Matt Fleming
2012-05-03
1
-0
/
+6
*
elflink: Fix TIMEOUT and TOTALTIMEOUT handling
Matt Fleming
2012-05-03
1
-11
/
+13
*
ldlinux: Don't drop args if we auto-lookup cmd extension
Matt Fleming
2012-05-01
1
-1
/
+1
*
Merge branches 'auto-extension' and 'fix-build-warnings' into elflink
Matt Fleming
2012-04-17
1
-9
/
+9
|
\
|
*
Mark unused function parameters as __unused
Matt Fleming
2012-04-17
1
-1
/
+1
|
*
elflink: Remove unused variables
Matt Fleming
2012-04-17
1
-1
/
+0
|
*
ldlinux: Match arg types to function prototypes
Matt Fleming
2012-04-17
1
-5
/
+6
|
*
ldlinux: Tag __syslinux_init() as __constructor
Matt Fleming
2012-04-17
1
-1
/
+0
|
*
ldlinux: parse_kernel_type() parameter should be const
Matt Fleming
2012-04-17
1
-1
/
+1
|
*
ldlinux: Include headers for function prototypes
Matt Fleming
2012-04-17
1
-0
/
+1
*
|
ldlinux: Automatically lookup file extension
Matt Fleming
2012-04-16
1
-24
/
+133
|
/
*
ldlinux: Loading a config file should cause re-initialisation
Matt Fleming
2012-03-23
1
-1
/
+5
*
elf: Support __constructor and __destructor
Matt Fleming
2012-03-23
1
-1
/
+0
*
ldlinux: Parse kernel type for labels
Matt Fleming
2012-03-13
1
-28
/
+38
*
ldlinux: Initialise 'p' before using it.
Matt Fleming
2012-02-07
1
-0
/
+1
*
ldlinux: Initialise ipappend strings
Matt Fleming
2011-05-25
1
-0
/
+1
*
ldlinux: Add support for Auxillary Data Vector
Matt Fleming
2011-05-25
1
-1
/
+34
*
ldlinux: Add localboot support
Matt Fleming
2011-05-24
1
-2
/
+7
*
elflink: Delete core-elf.h
Matt Fleming
2011-04-26
1
-1
/
+0
*
elflink: Remove MODULE_MAIN() from executable ELF modules
Matt Fleming
2011-04-26
1
-2
/
+1
*
ldlinux: Pass entire cmdline to execute()
Matt Fleming
2011-04-16
1
-12
/
+13
*
ldlinux: Move cmdline processing out of cli.c
Matt Fleming
2011-04-16
1
-19
/
+65
*
Merge remote-tracking branch 'mfleming/for-hpa/elflink/ldlinux' into elflink
H. Peter Anvin
2011-04-04
1
-1
/
+1
|
\
|
*
ldlinux: Perform auto-boot if NOESCAPE set in config file
Matt Fleming
2011-04-01
1
-1
/
+1
*
|
ldlinux, cli: Add support for F-keys
Matt Fleming
2011-04-01
1
-1
/
+1
|
/
[next]