summaryrefslogtreecommitdiff
path: root/dos
Commit message (Expand)AuthorAgeFilesLines
* dos: make sure we don't look like a Windows imageH. Peter Anvin2010-02-261-0/+8
* Merge remote branch 'origin/master' into pathbasedH. Peter Anvin2010-02-202-272/+1
|\
| * dosutil: move copybs here, update MakefileH. Peter Anvin2010-02-152-272/+1
* | Merge branch 'master' into fscH. Peter Anvin2009-12-224-61/+245
|\ \ | |/
| * 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
* | 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
|\