| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into core32 | H. Peter Anvin | 2009-05-29 | 1 | -500/+485 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/syslinux.c | H. Peter Anvin | 2009-05-29 | 1 | -460/+446 |
| | | | | | | | | | | | | | | | | | | | Automatically reformat dos/syslinux.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> | ||||
| * | | dos installer: reuse ldlinux_seg | H. Peter Anvin | 2009-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Make ldlinux_seg a global variable, and use it in syslxmod.c. This reduces the size of syslxmod.o fairly significantly. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
| * | | Standardize the names SECTOR_SIZE and SECTOR_SHIFT | H. Peter Anvin | 2009-05-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | Use the names SECTOR_SIZE and SECTOR_SHIFT everywhere, instead of an odd mix of symbols and hard-coded constants. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
| * | | FAT: change DOS installer to EXE; additional 32K limit fixes | H. Peter Anvin | 2009-05-19 | 1 | -9/+54 |
| |/ | | | | | | | | | | | | | | 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> | ||||
| * | Update copyright year | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | RAID mode installer support for SYSLINUXsyslinux-3.50-pre18 | H. Peter Anvin | 2007-06-01 | 1 | -3/+8 |
| | | | | | Hook up RAID mode in the installers for SYSLINUX | ||||
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 1 | -3/+3 |
| | | |||||
| * | DOS FAT installer: Fix name mangling for -d option | H. Peter Anvin | 2007-01-24 | 1 | -3/+10 |
| | | |||||
| * | DOS FAT installer: Correct parsing of -d option | H. Peter Anvin | 2007-01-23 | 1 | -2/+2 |
| | | |||||
| * | DOS FAT installer: support installing ldlinux.sys in a subdirectory | H. Peter Anvin | 2007-01-23 | 1 | -3/+71 |
| | | |||||
| * | DOS installer: make sure we tell gcc what the memory constraints aresyslinux-3.20-pre11 | H. Peter Anvin | 2006-08-08 | 1 | -14/+21 |
| | | |||||
| * | Across-the-board stealth whitespace cleanup | H. Peter Anvin | 2006-05-03 | 1 | -12/+11 |
| | | |||||
| * | Fix the scanning of the partition table (for the -a option) | hpa | 2004-12-28 | 1 | -0/+1 |
| | | |||||
| * | Support the -m and -a options for the DOS installer as well | hpa | 2004-12-28 | 1 | -11/+225 |
| | | |||||
| * | Fix the -m and -a options for Win32; add support for a boot sector file | hpa | 2004-12-22 | 1 | -1/+1 |
| | | | | | for Win32; minor cleanups. | ||||
| * | Beef up the sanity checking of the boot sector. For really better checking | hpa | 2004-12-19 | 1 | -9/+17 |
| | | | | | we should be checking the FAT for the media signature, too. | ||||
| * | Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6 | hpa | 2004-12-18 | 1 | -24/+55 |
| | | | | | as "dprintf" | ||||
| * | MSDN says the 0x08 forms of the lock calls are OK for all filesystems, | hpa | 2004-12-16 | 1 | -0/+8 |
| | | | | | and that if one uses 0x48 one has to fall back to 0x08 anyway | ||||
| * | Use the DOS version to determine whether to use the FAT32-capable locking | hpa | 2004-12-15 | 1 | -16/+12 |
| | | | | | functions. | ||||
| * | Put in MS-DOS 7 locking support | hpa | 2004-12-15 | 1 | -0/+81 |
| | | |||||
| * | @:\LDLINUX.SYS not @:LDLINUX.SYS | hpa | 2004-12-15 | 1 | -1/+1 |
| | | |||||
| * | Adjust the interface to syslxmod.c so the DOS installer doesn't need | hpa | 2004-12-15 | 1 | -3/+8 |
| | | | | | printf(). | ||||
| * | Simple memset/memcpy implementation | hpa | 2004-12-15 | 1 | -3/+3 |
| | | |||||
| * | Tweak optimizations. | hpa | 2004-12-15 | 1 | -5/+5 |
| | | |||||
| * | Convert the DOS installer to C like everything else. | hpa | 2004-12-15 | 1 | -0/+250 |
