summaryrefslogtreecommitdiff
path: root/dos
Commit message (Expand)AuthorAgeFilesLines
* dos: int 25/26 may be register-dirty; wrap them in assemblyH. Peter Anvin2009-11-134-31/+102
* dos: don't add the linker script twice on the ld command lineH. Peter Anvin2009-11-111-1/+1
* dos: drop unneeded .eh_frame sectionH. Peter Anvin2009-11-112-2/+5
* dos: always try the FAT32-aware direct I/O calls firstH. Peter Anvin2009-11-111-13/+17
* dos: DOS version 7.10 is 0x070a, not 0x0710...H. Peter Anvin2009-11-111-4/+4
* dos: fix the soft-locking loopH. Peter Anvin2009-11-101-1/+1
* dos: try to handle both raw DOS mode and Windows modeH. Peter Anvin2009-11-101-31/+83
* dos: make DOS installer work under WinMEH. Peter Anvin2009-11-102-28/+85
* 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
* 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
* Move flags from CC to CFLAGSH. Peter Anvin2006-10-171-2/+2