summaryrefslogtreecommitdiff
path: root/dos/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into core32H. Peter Anvin2009-05-291-77/+76
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: com32/include/netinet/in.h com32/include/sys/cpu.h dos/argv.c dos/malloc.c dos/syslinux.c extlinux/main.c libinstaller/setadv.c libinstaller/syslinux.h libinstaller/syslxint.h libinstaller/syslxmod.c linux/syslinux.c mtools/syslinux.c win32/syslinux.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * Run Nindent on dos/malloc.cH. Peter Anvin2009-05-291-74/+73
| | | | | | | | | | | | | | | | | | Automatically reformat dos/malloc.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin2009-05-191-17/+15
|/ | | | | | | | | | | | | | Additional fixes for the 32K limits in the installers. In the case of the DOS installer, that means changing it from COM format to EXE format (since COM format has a 63K hard limit); retain the name syslinux.com for user compatibility, though (DOS doesn't care what the extension except for pathname search; if it finds an MZ EXE header it will use it.) With the change to EXE means having to handle more than one segment. Since we don't have a real DOS compiler we have to wing it a bit. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+4
|
* Fix handling of alignment issueshpa2004-12-181-3/+3
|
* Actually parse argc/argv properly.hpa2004-12-171-2/+3
|
* Convert the DOS installer to C like everything else.hpa2004-12-151-0/+113