| Commit message (Expand) | Author | Age | Files | Lines |
| * | Slight optimizationsyslinux-2.07-pre1 | hpa | 2003-08-27 | 1 | -3/+3 |
| * | Try to detect if this is the only floppy drive, and if so, don't pass | hpa | 2003-08-27 | 1 | -0/+14 |
| * | Clean up address assignment cleanersyslinux-2.05 | hpa | 2003-07-15 | 1 | -31/+44 |
| * | Fix overlap handling properly (we hope) | hpa | 2003-07-15 | 3 | -35/+57 |
| * | Remove bogus comment | hpa | 2003-07-11 | 1 | -4/+0 |
| * | Try to make files locale compliantsyslinux-2.05-pre2 | hpa | 2003-07-01 | 1 | -0/+2 |
| * | Clearness cleanup | hpa | 2003-04-16 | 1 | -5/+5 |
| * | Fix installing the E820 data into MEMDISK | hpa | 2003-04-16 | 2 | -4/+5 |
| * | Make the e820test program work again | hpa | 2003-04-16 | 2 | -3/+18 |
| * | Fix memory computation error for MEMDISK | hpa | 2003-04-16 | 1 | -2/+2 |
| * | Simple memcpy() implementationsyslinux-2.03 | hpa | 2003-04-15 | 1 | -0/+29 |
| * | 32-bit entrypoint code | hpa | 2003-04-15 | 1 | -0/+9 |
| * | Code to mediate 16 <-> 32 bit transition during MEMDISK install. | hpa | 2003-04-15 | 1 | -0/+658 |
| * | Use standard memset() | hpa | 2003-04-14 | 1 | -0/+30 |
| * | Use s | hpa | 2003-04-14 | 2 | -8/+3 |
| * | Remove unnecessary reference to gzip.h | hpa | 2003-04-11 | 1 | -11/+0 |
| * | Correct usage of INCLUDE versus CFLAGS | hpa | 2003-04-11 | 1 | -2/+1 |
| * | Correct the list of source filessyslinux-2.03-pre4 | hpa | 2003-04-10 | 1 | -1/+1 |
| * | Formatting... | hpa | 2003-04-10 | 1 | -1/+1 |
| * | Support compressed MEMDISK images. | hpa | 2003-04-10 | 7 | -28/+1465 |
| * | Convert to using a 32-bit installer framework, in preparation for | hpa | 2003-04-10 | 8 | -246/+187 |
| * | Update year to 2003 | hpa | 2003-04-05 | 1 | -1/+1 |
| * | Support 1680K and 1722K as standard floppy formats | hpa | 2003-03-07 | 2 | -0/+4 |
| * | Use -MM to generate dependencies. | hpa | 2003-01-30 | 1 | -2/+2 |
| * | Use __builtin_memcmp() instead of memcmp() to be explicit about | hpa | 2003-01-30 | 1 | -1/+1 |
| * | Make a small library (libsyslinux.a) of SYSLINUX; fix make depend | hpa | 2003-01-29 | 1 | -0/+4 |
| * | Fix MEMDISK initalization bugs | hpa | 2002-11-18 | 2 | -14/+32 |
| * | Support DOSEMU-style hard disk imagessyslinux-2.01-pre1 | hpa | 2002-10-29 | 1 | -16/+46 |
| * | Add some notes about the generic DOS CD-ROM and NDIS drivers... | hpa | 2002-10-28 | 1 | -0/+17 |
| * | Yes it is, just not for nonofficial builds | hpa | 2002-10-24 | 1 | -1/+1 |
| * | DATE isn't defined in the MEMDISK directory | hpa | 2002-10-24 | 1 | -1/+1 |
| * | Fix dependencies | hpa | 2002-10-24 | 1 | -2/+5 |
| * | Add support for automatic dependency generation | hpa | 2002-04-26 | 1 | -18/+33 |
| * | Make the MEMDISK directory use the same clean conventions as the | hpa | 2002-04-17 | 1 | -2/+4 |
| * | Be obnoxiously correct and set start_sys_seg to 0x1000. | hpa | 2002-01-02 | 1 | -1/+1 |
| * | Even better way to do the "kernel version string" pointer stuff | hpa | 2002-01-02 | 2 | -3/+30 |
| * | Do the version string pointer in the file header correctly. | hpa | 2002-01-02 | 2 | -13/+9 |
| * | Update copyright date, and change work-in-progress version to 1.67. | hpa | 2002-01-02 | 1 | -3/+4 |
| * | Fix other Makefile braindeadnesssyslinux-1.66-pre1 | hpa | 2001-12-17 | 1 | -1/+1 |
| * | Fix quoting problem in Makefile | hpa | 2001-12-17 | 1 | -2/+2 |
| * | Clean up gcc version dependencies, mostly related to asm() statements. | hpa | 2001-12-17 | 6 | -34/+52 |
| * | Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65 | hpa | 2001-12-16 | 1 | -0/+3 |
| * | Document geometry limits.syslinux-1.65-pre13 | hpa | 2001-12-15 | 1 | -3/+7 |
| * | Preserve DL except for the rather few calls for which DL is part of the | hpa | 2001-12-15 | 1 | -10/+38 |
| * | Minor cleanups | hpa | 2001-12-15 | 2 | -36/+75 |
| * | DOS now boots floppy and harddisk, but something is still amiss...syslinux-1.65-pre12 | hpa | 2001-12-15 | 3 | -72/+54 |
| * | Be even more anal... | hpa | 2001-12-14 | 2 | -19/+159 |
| * | Correct the computation of the various termssyslinux-1.65-pre11 | hpa | 2001-12-14 | 1 | -7/+7 |
| * | Use the correct drive number variable, please... | hpa | 2001-12-14 | 1 | -4/+3 |
| * | Print a copyright string in memdisk; clean up the handling of dates | hpa | 2001-12-13 | 2 | -2/+8 |