index
:
users/stefanb/syslinux-elf.git
core32
elflink
elflink-old
master
SYSLINUX ELF linking (GSoC'08)
Stefan Bucur
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
The next release on *this* branch would be 3.63
syslinux-3.63-pre1
H. Peter Anvin
2008-03-03
1
-1
/
+1
*
Prevent inclusion of system include files when inappropriate
H. Peter Anvin
2008-03-03
9
-13
/
+30
*
simple menu: break off execute() into its own source file
H. Peter Anvin
2008-03-02
4
-56
/
+74
*
License change for CPU detection modules
Erwan
2008-03-02
6
-36
/
+132
*
Move mboot documentation to the doc/ directory
H. Peter Anvin
2008-03-01
1
-0
/
+0
*
Fix two *.doc files which sadly didn't get renamed...
H. Peter Anvin
2008-03-01
2
-0
/
+0
*
Add a slightly edited version of SubmittingPatches.
syslinux-3.62
H. Peter Anvin
2008-03-01
1
-0
/
+568
*
Document the file renaming from .doc -> .txt
H. Peter Anvin
2008-02-29
6
-25
/
+26
*
Rename text documentation from *.doc to *.txt
H. Peter Anvin
2008-02-28
8
-0
/
+0
*
Don't use "syslinux.cfg" to refer to config files in general
H. Peter Anvin
2008-02-27
1
-2
/
+2
*
Remove pngtopnm dependency from the samples/ directory
H. Peter Anvin
2008-02-26
5
-4
/
+10
*
extlinux: compile hack for old distros
syslinux-3.62-pre16
H. Peter Anvin
2008-02-25
1
-0
/
+2
*
Allow MENU EXIT to specify a menu tag
syslinux-3.62-pre15
H. Peter Anvin
2008-02-22
3
-6
/
+20
*
Fix the handling of hotkeys in MENU LABEL on submenus
syslinux-3.62-pre14
H. Peter Anvin
2008-02-22
3
-26
/
+59
*
NEWS: Document Bruce Robson's Adaptec bug fix
H. Peter Anvin
2008-02-21
1
-0
/
+2
*
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
*
"begin Ymodem download" is supposed to be an imperative...
H. Peter Anvin
2008-02-20
1
-1
/
+1
*
Fix MENU TITLE -> MENU LABEL inheritance
syslinux-3.62-pre12
H. Peter Anvin
2008-02-19
1
-5
/
+5
*
Make sure color directives get attached to the proper menu.
H. Peter Anvin
2008-02-19
4
-4
/
+5
*
simple menu: fix the handling of '+' and '-' given disabled entries
H. Peter Anvin
2008-02-19
1
-4
/
+8
*
Fix the scrollbar handling for insanely huge menus
H. Peter Anvin
2008-02-19
1
-3
/
+2
*
simple menu: remember the cursor position on a per-menu basis
H. Peter Anvin
2008-02-19
3
-6
/
+16
*
Add support for MENU EXIT; no marker for MENU GOTO
H. Peter Anvin
2008-02-19
4
-4
/
+39
*
When entering a new menu, go to the default entry for that menu.
H. Peter Anvin
2008-02-19
1
-1
/
+2
*
Document MENU START
H. Peter Anvin
2008-02-19
1
-0
/
+8
*
Whitespace cleanup...
syslinux-3.62-pre11
H. Peter Anvin
2008-02-19
29
-72
/
+62
*
com32: remove dependency files for "make tidy"
H. Peter Anvin
2008-02-19
3
-6
/
+6
*
Add dependency generation for com32 samples.
H. Peter Anvin
2008-02-19
1
-2
/
+7
*
Add dependency generation for com32 modules.
H. Peter Anvin
2008-02-19
1
-2
/
+7
*
Add dependency generation for the simple menu system
H. Peter Anvin
2008-02-19
1
-2
/
+7
*
Set m->title for both root and submenus
H. Peter Anvin
2008-02-19
1
-1
/
+1
*
Allow MENU LABEL <-> MENU TITLE for submenus to work both ways
H. Peter Anvin
2008-02-19
3
-8
/
+16
*
Allow an included file to be treated as a submenu.
H. Peter Anvin
2008-02-19
2
-6
/
+24
*
Document hierarchial menus so far...
H. Peter Anvin
2008-02-19
2
-2
/
+38
*
simple menu: The use of realloc() requires indirect pointers
H. Peter Anvin
2008-02-19
3
-29
/
+37
*
simple menu: first cut at working submenus
H. Peter Anvin
2008-02-19
3
-83
/
+206
*
refstr: handle NULL in refstr[n]dup()
H. Peter Anvin
2008-02-19
1
-0
/
+6
*
Simple menu: use refstrings consistently; now works again
H. Peter Anvin
2008-02-19
3
-113
/
+117
*
refstr_get(): handle NULL, force inline
H. Peter Anvin
2008-02-19
1
-3
/
+4
*
[v]rsprintf(): actually set the return pointer...
H. Peter Anvin
2008-02-19
1
-0
/
+1
*
submenu snapshot: it compiles now...
H. Peter Anvin
2008-02-19
9
-339
/
+465
*
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
*
Submenu support: development snapshot
H. Peter Anvin
2008-02-19
6
-185
/
+345
*
memdump: fix typo
H. Peter Anvin
2008-02-18
1
-1
/
+1
*
VESA: work around bug in the Bochs VESA BIOS
syslinux-3.62-pre10
H. Peter Anvin
2008-02-16
2
-5
/
+15
*
rllback: improve compression by allowing two-byte run lengths
H. Peter Anvin
2008-02-16
1
-27
/
+37
*
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
[next]