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
path:
root
/
dos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up embedded Makefile targets; fix build failure
H. Peter Anvin
2008-08-22
1
-16
/
+2
*
Major Makefile cleanups; gcc 4.3.0 compatiblity
H. Peter Anvin
2008-08-20
1
-22
/
+33
*
Build _bin.c files in libinstaller; clean up B/I separation
H. Peter Anvin
2008-06-27
1
-2
/
+4
*
Move files out of root into core, dos, and utils
H. Peter Anvin
2008-05-29
2
-8
/
+284
*
Assemble via ELF, to enable future linking
H. Peter Anvin
2008-05-28
1
-1
/
+2
*
Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...
Stefan Bucur
2008-05-12
1
-1
/
+2
*
Use $(CC) in gcc_ok macro, not plain gcc
H. Peter Anvin
2008-03-05
1
-1
/
+1
*
Prevent inclusion of system include files when inappropriate
H. Peter Anvin
2008-03-03
1
-1
/
+2
*
Merge commit 'origin/master' into adv
H. Peter Anvin
2008-01-10
3
-3
/
+3
|
\
|
*
Update copyright year
H. Peter Anvin
2008-01-10
3
-3
/
+3
*
|
Create libinstaller; actually implement boot-once for extlinux
H. Peter Anvin
2007-12-14
1
-3
/
+5
|
/
*
Fix building on a 64-bit system without a 32-bit system installed
syslinux-3.52-pre10
syslinux-3.52
H. Peter Anvin
2007-09-24
2
-0
/
+143
*
RAID mode installer support for SYSLINUX
syslinux-3.50-pre18
H. Peter Anvin
2007-06-01
1
-3
/
+8
*
Don't clobber /dev/null when compiling as root
Luciano Rocha
2007-05-25
1
-2
/
+4
*
Stealth whitespace cleanup (automated)
H. Peter Anvin
2007-03-14
1
-3
/
+3
*
Deal with various distributions breaking gcc in weird ways
H. Peter Anvin
2007-02-06
1
-1
/
+6
*
DOS FAT installer: Fix name mangling for -d option
H. Peter Anvin
2007-01-24
1
-3
/
+10
*
DOS FAT installer: Correct parsing of -d option
H. Peter Anvin
2007-01-23
1
-2
/
+2
*
DOS FAT installer: support installing ldlinux.sys in a subdirectory
H. Peter Anvin
2007-01-23
1
-3
/
+71
*
Makefile cleanup to be able to build with CC='gcc -m32'
syslinux-3.32-pre2
H. Peter Anvin
2006-10-17
2
-1
/
+7
*
Move -m32 to CFLAGS as well
H. Peter Anvin
2006-10-17
1
-2
/
+2
*
Move flags from CC to CFLAGS
H. Peter Anvin
2006-10-17
1
-2
/
+2
*
Remove more CVS-era $Id$ tags.
H. Peter Anvin
2006-08-17
2
-2
/
+0
*
Remove CVS-era $Id$ tags.
H. Peter Anvin
2006-08-17
2
-2
/
+0
*
DOS installer: make sure we tell gcc what the memory constraints are
syslinux-3.20-pre11
H. Peter Anvin
2006-08-08
1
-14
/
+21
*
Across-the-board stealth whitespace cleanup
H. Peter Anvin
2006-05-03
13
-56
/
+47
*
Make the various Makefiles agree what is BTARGET and what is ITARGET
hpa
2004-12-30
1
-4
/
+5
*
Fix using the resolver function from the API (with DS != CS); add
syslinux-3.00-pre8
hpa
2004-12-28
1
-1
/
+1
*
Fix the scanning of the partition table (for the -a option)
hpa
2004-12-28
1
-0
/
+1
*
Support the -m and -a options for the DOS installer as well
hpa
2004-12-28
2
-13
/
+227
*
Fix the -m and -a options for Win32; add support for a boot sector file
hpa
2004-12-22
1
-1
/
+1
*
Make DOS installer use our homegrown 64-bit divide
syslinux-2.20-pre7
hpa
2004-12-19
3
-2
/
+62
*
Beef up the sanity checking of the boot sector. For really better checking
hpa
2004-12-19
3
-11
/
+20
*
Make the DOS-based installer actually work; mark debugging statements
syslinux-2.20-pre6
hpa
2004-12-18
3
-28
/
+63
*
Fix handling of alignment issues
hpa
2004-12-18
2
-6
/
+6
*
Fix dec/hex bug in crt0.S; do -msoft-float just in case
hpa
2004-12-18
2
-5
/
+9
*
Resurrect printf(), and create a library. This way we can use printf()
hpa
2004-12-18
2
-3
/
+310
*
Additional fixes for the proper argc/argv parsing
hpa
2004-12-17
1
-3
/
+0
*
Actually parse argc/argv properly.
hpa
2004-12-17
4
-37
/
+104
*
Output \n as \r\n
hpa
2004-12-17
1
-0
/
+2
*
Character to print goes in DL, not in BL
hpa
2004-12-17
1
-2
/
+2
*
Fix memcpy/memset to match the use of regparm and .code16gcc
hpa
2004-12-17
2
-15
/
+15
*
Add -DREGPARM=3 to go along with -mregparm=3
hpa
2004-12-16
1
-1
/
+1
*
Convert to using -mregparm=3; makes the code slightly smaller AND
hpa
2004-12-16
2
-7
/
+12
*
MSDN says the 0x08 forms of the lock calls are OK for all filesystems,
hpa
2004-12-16
1
-0
/
+8
*
Use the DOS version to determine whether to use the FAT32-capable locking
hpa
2004-12-15
1
-16
/
+12
*
Put in MS-DOS 7 locking support
hpa
2004-12-15
2
-3
/
+88
*
@:\LDLINUX.SYS not @:LDLINUX.SYS
hpa
2004-12-15
1
-1
/
+1
*
Adjust the interface to syslxmod.c so the DOS installer doesn't need
hpa
2004-12-15
3
-301
/
+9
*
Simple memset/memcpy implementation
hpa
2004-12-15
5
-20
/
+54
[next]