index
:
users/klausm/syslinux.git
core32
klausm
master
origin/core32
The GSoC 2009 Repository from KlausM
Claudiu Mihail
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Functional .c32 loading with modules dependency file
HEAD
klausm
profkhaos
2009-08-21
7
-6
/
+94
*
CLI with history and c32 smart loading
profkhaos
2009-08-20
12
-1650
/
+241
*
Initial cli with history
profkhaos
2009-08-17
4
-5
/
+82
*
Merge commit 'for-klausm/klausm' into elflink
profkhaos
2009-08-15
11
-73
/
+167
|
\
|
*
cli: edit_cmdline() that actually works
H. Peter Anvin
2009-08-13
1
-14
/
+89
|
*
menu: fix Ctrl-W (word erase) when editing a command line
H. Peter Anvin
2009-08-13
1
-1
/
+1
|
*
ansi: add support for no-wrap mode, cleanups
H. Peter Anvin
2009-08-13
2
-40
/
+51
|
*
stdio: uncomment putchar()
H. Peter Anvin
2009-08-13
1
-1
/
+1
*
|
Before merge with for-klausm
profkhaos
2009-08-14
1
-2
/
+2
|
/
*
Integrated command line into core
profkhaos
2009-08-13
12
-224
/
+499
*
Checkpoint cli porting
profkhaos
2009-08-10
6
-21
/
+98
*
Functional config file parser and menu
profkhaos
2009-08-06
3
-10
/
+9
*
Process entry and exit pacthes applied
profkhaos
2009-08-06
26
-269
/
+246
*
Fixed undefined symbols problem and added config file parser to core
profkhaos
2009-08-03
35
-16
/
+6125
*
Issue concerning entry.o
profkhaos
2009-07-27
8
-64
/
+36
*
Code revision on integrating parser into core
profkhaos
2009-07-25
22
-1490
/
+2044
*
CLI start
profkhaos
2009-07-22
6
-4
/
+5
*
Functional ELF dynamic modules loading
profkhaos
2009-07-16
8
-35
/
+32
*
Elf Dynamic module loading code with corrected linker options
profkhaos
2009-07-16
6
-13
/
+24
*
ELF dynamic module loader ( work in progress )
profkhaos
2009-07-14
6
-33
/
+78
*
Added small routine in loadn_env32.c to initialize the elf laoding subsystem
profkhaos
2009-07-12
1
-25
/
+27
*
Merge commit 'origin/dynamic' into elflink
profkhaos
2009-07-12
1
-1
/
+1
|
\
|
*
core: remove dependency on symbols.S
H. Peter Anvin
2009-07-11
1
-1
/
+1
*
|
Updated load_env32.c file
profkhaos
2009-07-12
1
-3
/
+6
*
|
Merge commit 'origin/dynamic' into elflink
profkhaos
2009-07-12
3
-19
/
+53
|
\
|
|
*
Add __dynsym_len and __dynstr_len
H. Peter Anvin
2009-07-10
1
-0
/
+2
|
*
core: generate a .dynamic section with all that jazz
H. Peter Anvin
2009-07-09
3
-19
/
+51
*
|
Merged core32 branch into elflin branch
profkhaos
2009-07-11
7
-10
/
+23
*
|
Merge commit 'origin/core32' into elflink
profkhaos
2009-07-11
13
-37
/
+167
|
\
\
|
*
|
dos: add pointer to PE header in binary
H. Peter Anvin
2009-07-10
1
-0
/
+15
|
|
/
|
*
com32: add openmem.o to the Makefile
H. Peter Anvin
2009-07-09
1
-0
/
+1
|
*
Add openmem() function to read from memory as if it were a file
H. Peter Anvin
2009-07-09
4
-9
/
+70
|
*
core: include exported symbol information
H. Peter Anvin
2009-07-09
3
-3
/
+27
|
*
syslinux.ld: add support for .ctors and .dtors
H. Peter Anvin
2009-07-08
1
-2
/
+22
|
*
core: give 64K to the PM stack
H. Peter Anvin
2009-07-07
1
-2
/
+2
|
*
Merge branch 'master' into core32
H. Peter Anvin
2009-07-05
0
-0
/
+0
|
|
\
|
|
*
dosutil/Makefile: more complete structure
H. Peter Anvin
2009-07-05
1
-8
/
+20
|
*
|
dosutil/Makefile: more complete structure
H. Peter Anvin
2009-07-05
1
-8
/
+20
|
*
|
Merge branch 'master' into core32
H. Peter Anvin
2009-07-05
4
-20
/
+38
|
|
\
|
|
|
*
dosutil: update mdiskchk, add Makefile
H. Peter Anvin
2009-07-05
4
-20
/
+38
*
|
|
Linker script update for constructor callin
profkhaos
2009-07-11
2
-7
/
+36
*
|
|
Code revision
profkhaos
2009-07-11
3
-8
/
+14
*
|
|
Code to load the elf laoding module from the core ( aprt 2 )
profkhaos
2009-07-11
8
-0
/
+1583
*
|
|
Code to start the elf loading code from isolinux.asm
profkhaos
2009-07-11
2
-0
/
+4
*
|
|
malloc: inline the tag accessor functions
H. Peter Anvin
2009-07-05
2
-24
/
+23
*
|
|
elflink: allow small alignment to posix_memalign()
H. Peter Anvin
2009-07-05
1
-0
/
+2
*
|
|
elflink: fix functions with () instead of (void)
H. Peter Anvin
2009-07-05
4
-11
/
+18
*
|
|
elf: Changed dynamic modules extension to .c32
Stefan Bucur
2009-07-06
7
-41
/
+20
*
|
|
elf: Replaced symbol offsets with module base address.
Stefan Bucur
2009-07-05
5
-31
/
+10
*
|
|
Added support in shallow modules to offset symbols.
Stefan Bucur
2009-07-04
6
-8
/
+38
[next]