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
/
dos
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add NTFS filesystem support to Linux and Windows installers
Paulo Alcantara
2011-09-07
1
-1
/
+1
*
Makefile: Move Makefile fragments into mk/
Matt Fleming
2011-04-07
1
-1
/
+2
*
dos: add missing file ldlinux.S
H. Peter Anvin
2010-07-19
1
-0
/
+2
*
dos, win32: use our own getopt_long() for both
H. Peter Anvin
2010-07-19
1
-2
/
+3
*
dos: fix non-executable files which were +x
H. Peter Anvin
2010-07-19
1
-0
/
+0
*
dos: change the link procedure to use negative pointers below DGROUP
H. Peter Anvin
2010-07-19
1
-2
/
+2
*
dos: Work-in-progress
Shao Miller
2010-07-03
1
-2
/
+3
*
dos: vacuous ADV support
H. Peter Anvin
2010-06-22
1
-1
/
+2
*
Merge syslinux/extlinux patch code and core code
H. Peter Anvin
2010-06-20
1
-0
/
+1
*
Reduce sector 1 space pressure; further merge installer code
syslinux-4.00-pre52
H. Peter Anvin
2010-06-20
1
-1
/
+1
*
Merge remote branch 'origin/master' into pathbased
H. Peter Anvin
2010-02-20
1
-1
/
+1
|
\
|
*
dosutil: move copybs here, update Makefile
H. Peter Anvin
2010-02-15
1
-1
/
+1
*
|
Merge branch 'master' into fsc
H. Peter Anvin
2009-12-22
1
-1
/
+3
|
\
\
|
|
/
|
*
dos: int 25/26 may be register-dirty; wrap them in assembly
H. Peter Anvin
2009-11-13
1
-1
/
+2
|
*
dos: don't add the linker script twice on the ld command line
H. Peter Anvin
2009-11-11
1
-1
/
+1
|
*
dos: drop unneeded .eh_frame section
H. Peter Anvin
2009-11-11
1
-1
/
+1
|
*
dos: make DOS installer work under WinME
H. Peter Anvin
2009-11-10
1
-0
/
+1
*
|
dos: assume NASM 2.03, so use -MP -MD for dependencies
H. Peter Anvin
2009-06-24
1
-2
/
+1
*
|
upx: try --lzma first, since --ultra-brute doesn't... sigh
H. Peter Anvin
2009-05-19
1
-1
/
+3
*
|
dos: run UPX on the DOS installer binary if we have it
H. Peter Anvin
2009-05-19
1
-0
/
+1
*
|
FAT: change DOS installer to EXE; additional 32K limit fixes
H. Peter Anvin
2009-05-19
1
-4
/
+6
|
/
*
Fix NASM dependency generation
H. Peter Anvin
2009-04-27
1
-1
/
+1
*
Unify dependency generation: MCONFIG.embedded
H. Peter Anvin
2009-04-27
1
-10
/
+1
*
Unify dependency generation
H. Peter Anvin
2009-04-27
1
-5
/
+5
*
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
1
-8
/
+13
*
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
*
Create libinstaller; actually implement boot-once for extlinux
H. Peter Anvin
2007-12-14
1
-3
/
+5
*
Don't clobber /dev/null when compiling as root
Luciano Rocha
2007-05-25
1
-2
/
+4
*
Deal with various distributions breaking gcc in weird ways
H. Peter Anvin
2007-02-06
1
-1
/
+6
*
Makefile cleanup to be able to build with CC='gcc -m32'
syslinux-3.32-pre2
H. Peter Anvin
2006-10-17
1
-1
/
+3
*
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
*
Across-the-board stealth whitespace cleanup
H. Peter Anvin
2006-05-03
1
-3
/
+0
*
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
*
Support the -m and -a options for the DOS installer as well
hpa
2004-12-28
1
-2
/
+2
*
Make DOS installer use our homegrown 64-bit divide
syslinux-2.20-pre7
hpa
2004-12-19
1
-2
/
+2
*
Beef up the sanity checking of the boot sector. For really better checking
hpa
2004-12-19
1
-1
/
+2
*
Fix dec/hex bug in crt0.S; do -msoft-float just in case
hpa
2004-12-18
1
-1
/
+1
*
Resurrect printf(), and create a library. This way we can use printf()
hpa
2004-12-18
1
-3
/
+12
*
Actually parse argc/argv properly.
hpa
2004-12-17
1
-1
/
+1
*
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
1
-1
/
+1
*
Adjust the interface to syslxmod.c so the DOS installer doesn't need
hpa
2004-12-15
1
-1
/
+1
[next]