summaryrefslogtreecommitdiff
path: root/dos/syslinux.c
Commit message (Expand)AuthorAgeFilesLines
* dos: Remove redundant data_segment() definitionH. Peter Anvin2014-01-171-13/+4
* dos: Add sparse address space annotationsH. Peter Anvin2014-01-171-13/+16
* dos: obtain the executable pathname, cleanupsH. Peter Anvin2013-01-171-12/+4
* installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming2012-09-191-43/+57
* Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara2011-09-071-2/+3
* dos: Use libinstaller option parserShao Miller2010-07-191-61/+19
* dos: fix non-executable files which were +xH. Peter Anvin2010-07-191-0/+0
* dos: advance the pointer correctlyH. Peter Anvin2010-07-191-4/+5
* dos: add memcpy_from_sl() and use it where appropriateH. Peter Anvin2010-07-191-36/+32
* dos: Work-in-progress 2Shao Miller2010-07-101-0/+2
* dos: Work-in-progressShao Miller2010-07-031-12/+9
* dos: include the ADV in the file size to be sector mappedsyslinux-4.00-pre62H. Peter Anvin2010-06-251-1/+2
* dos: vacuous ADV supportH. Peter Anvin2010-06-221-0/+7
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-201-1/+1
* Make syslinux installer real "pathbased"Alek Du2010-06-091-1/+1
* Merge branch 'master' into fscH. Peter Anvin2009-12-221-60/+156
|\
| * dos: int 25/26 may be register-dirty; wrap them in assemblyH. Peter Anvin2009-11-131-30/+14
| * 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-101-28/+84
* | Merge branch 'master' into core32H. Peter Anvin2009-05-291-500/+485
|\ \ | |/
| * Run Nindent on dos/syslinux.cH. Peter Anvin2009-05-291-460/+446
* | dos installer: reuse ldlinux_segH. Peter Anvin2009-05-251-1/+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-191-9/+54
|/
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-011-3/+8
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
* 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
* DOS installer: make sure we tell gcc what the memory constraints aresyslinux-3.20-pre11H. Peter Anvin2006-08-081-14/+21
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-12/+11
* Fix the scanning of the partition table (for the -a option)hpa2004-12-281-0/+1
* Support the -m and -a options for the DOS installer as wellhpa2004-12-281-11/+225
* Fix the -m and -a options for Win32; add support for a boot sector filehpa2004-12-221-1/+1
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-191-9/+17
* Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6hpa2004-12-181-24/+55
* MSDN says the 0x08 forms of the lock calls are OK for all filesystems,hpa2004-12-161-0/+8
* Use the DOS version to determine whether to use the FAT32-capable lockinghpa2004-12-151-16/+12
* Put in MS-DOS 7 locking supporthpa2004-12-151-0/+81
* @:\LDLINUX.SYS not @:LDLINUX.SYShpa2004-12-151-1/+1
* Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa2004-12-151-3/+8
* Simple memset/memcpy implementationhpa2004-12-151-3/+3
* Tweak optimizations.hpa2004-12-151-5/+5
* Convert the DOS installer to C like everything else.hpa2004-12-151-0/+250