summaryrefslogtreecommitdiff
path: root/dos
Commit message (Expand)AuthorAgeFilesLines
* dos: add pointer to PE header in binaryH. Peter Anvin2009-07-101-0/+15
* dos: assume NASM 2.03, so use -MP -MD for dependenciesH. Peter Anvin2009-06-241-2/+1
* Merge branch 'master' into core32H. Peter Anvin2009-05-2917-997/+990
|\
| * Run Nindent on dos/syslinux.cH. Peter Anvin2009-05-291-460/+446
| * Run Nindent on dos/string.hH. Peter Anvin2009-05-291-4/+4
| * Run Nindent on dos/stdlib.hH. Peter Anvin2009-05-291-1/+1
| * Run Nindent on dos/stdio.hH. Peter Anvin2009-05-291-1/+1
| * Run Nindent on dos/stdint.hH. Peter Anvin2009-05-291-28/+28
| * Run Nindent on dos/skipatou.cH. Peter Anvin2009-05-291-4/+4
| * Run Nindent on dos/printf.cH. Peter Anvin2009-05-291-235/+246
| * Run Nindent on dos/perror.cH. Peter Anvin2009-05-291-1/+1
| * Run Nindent on dos/mystuff.hH. Peter Anvin2009-05-291-3/+2
| * Run Nindent on dos/malloc.hH. Peter Anvin2009-05-291-5/+5
| * Run Nindent on dos/malloc.cH. Peter Anvin2009-05-291-74/+73
| * Run Nindent on dos/free.cH. Peter Anvin2009-05-291-47/+46
| * Run Nindent on dos/conio.cH. Peter Anvin2009-05-291-11/+11
| * Run Nindent on dos/atou.cH. Peter Anvin2009-05-291-4/+4
| * Run Nindent on dos/argv.cH. Peter Anvin2009-05-291-41/+41
| * Run Nindent on dos/__udivmoddi4.cH. Peter Anvin2009-05-291-21/+21
| * Run Nindent on dos/__divdi3.cH. Peter Anvin2009-05-291-15/+15
* | dos installer: reuse ldlinux_segH. Peter Anvin2009-05-251-1/+1
* | upx: try --lzma first, since --ultra-brute doesn't... sighH. Peter Anvin2009-05-191-1/+3
* | dos: run UPX on the DOS installer binary if we have itH. Peter Anvin2009-05-191-0/+1
* | dos: add a prototype for calloc()H. Peter Anvin2009-05-191-0/+1
* | Standardize the names SECTOR_SIZE and SECTOR_SHIFTH. Peter Anvin2009-05-191-7/+7
* | FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin2009-05-198-165/+262
|/
* Fix NASM dependency generationH. Peter Anvin2009-04-271-1/+1
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-10/+1
* Unify dependency generationH. Peter Anvin2009-04-271-5/+5
* Clean up embedded Makefile targets; fix build failureH. Peter Anvin2008-08-221-16/+2
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-22/+33
* Build _bin.c files in libinstaller; clean up B/I separationH. Peter Anvin2008-06-271-2/+4
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-292-8/+284
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-281-1/+2
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+2
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-031-1/+2
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-103-3/+3
|\
| * Update copyright yearH. Peter Anvin2008-01-103-3/+3
* | Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-141-3/+5
|/
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-242-0/+143
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-3/+8
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+6
* DOS FAT installer: Fix name mangling for -d optionH. Peter Anvin2007-01-241-3/+10
* DOS FAT installer: Correct parsing of -d optionH. Peter Anvin2007-01-231-2/+2
* DOS FAT installer: support installing ldlinux.sys in a subdirectoryH. Peter Anvin2007-01-231-3/+71
* Makefile cleanup to be able to build with CC='gcc -m32'syslinux-3.32-pre2H. Peter Anvin2006-10-172-1/+7
* Move -m32 to CFLAGS as wellH. Peter Anvin2006-10-171-2/+2