summaryrefslogtreecommitdiff
path: root/dos
Commit message (Expand)AuthorAgeFilesLines
* build: sort sources to build in a more deterministic wayPhilippe Coval2015-01-051-1/+1
* define _DEFAULT_SOURCE for glibc-2.20Chanho Park2014-09-291-0/+2
* Merge remote-tracking branch 'origin/syslinux-5.xx'H. Peter Anvin2014-01-181-1/+1
|\
| * Merge remote-tracking branch 'origin/syslinux-4.xx' into syslinux-5.xxH. Peter Anvin2014-01-181-1/+1
| |\
| | * Makefiles: don't include *.tmpH. Peter Anvin2014-01-181-1/+1
* | | 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: We cannot use memset() for a far object, introduce memset_sl()H. Peter Anvin2014-01-161-0/+17
* | | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-4/+0
|\ \ \ | |/ /
| * | mem: Add magic field to detect memory corruptionMatt Fleming2013-02-211-4/+0
* | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-296-58/+175
|\ \ \ | |/ /
| * | dos: obtain the executable pathname, cleanupsH. Peter Anvin2013-01-176-58/+175
* | | mk/embedded.mk: Don't use -mregparm in coreMatt Fleming2013-01-081-1/+1
* | | Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2012-11-053-47/+73
|\ \ \ | |/ /
| * | installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming2012-09-193-47/+73
| |/
* | Add per-firmware object directory supportMatt Fleming2012-10-161-7/+7
* | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-302-3/+4
|\ \ | |/
| * Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara2011-09-072-3/+4
* | Patches here support 32bit and 64bit environment.chandramouli narayanan2012-06-251-0/+7
|/
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* ld: Use ABSOLUTE() when taking differences between relative symbolsH. Peter Anvin2011-04-011-3/+3
* dos/dosexe.ld: Work around linker issue in binutils 2.21.51H. Peter Anvin2011-03-161-5/+6
* dos: Use libinstaller option parserShao Miller2010-07-191-61/+19
* dos: add .size directives to int2526.SH. Peter Anvin2010-07-191-0/+2
* dos: add .size attribute for syslinux_ldlinux_lenH. Peter Anvin2010-07-191-0/+1
* dos: add missing file ldlinux.SH. Peter Anvin2010-07-192-0/+20
* dos, win32: use our own getopt_long() for bothH. Peter Anvin2010-07-193-179/+3
* dos: fix non-executable files which were +xH. Peter Anvin2010-07-196-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-192-36/+49
* dos: change the link procedure to use negative pointers below DGROUPH. Peter Anvin2010-07-193-7/+9
* dos: Work-in-progress 2Shao Miller2010-07-102-0/+2
* dos: Work-in-progressShao Miller2010-07-0312-14/+305
* 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-225-1/+81
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-202-1/+2
* Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-202-1/+101
* Make syslinux installer real "pathbased"Alek Du2010-06-091-1/+1
* 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