summaryrefslogtreecommitdiff
path: root/libinstaller/syslxmod.c
Commit message (Expand)AuthorAgeFilesLines
* define _DEFAULT_SOURCE for glibc-2.20Chanho Park2014-09-291-0/+2
* installer: Add sparse address space annotations to the syslinux imageH. Peter Anvin2014-01-171-16/+22
* dos: We cannot use memset() for a far object, introduce memset_sl()H. Peter Anvin2014-01-161-1/+1
* Merge branch 'master' into elflinkMatt Fleming2012-10-241-2/+0
|\
| * make some functions static remove unused NADV defineFrediano Ziglio2012-10-091-2/+0
* | Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-311-1/+1
|\ \ | |/
| * Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara2011-09-071-1/+1
* | Merge remote-tracking branch 'zytor/master' into elflinkMatt Fleming2011-04-261-9/+12
|\ \ | |/
| * installer: Update and correct generate_extents()H. Peter Anvin2011-04-051-9/+12
| * Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-201-102/+12
| * Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-201-130/+32
| * fat: fix off-by-one error in the FAT installersyslinux-4.00-pre51H. Peter Anvin2010-06-201-3/+4
| * dos: fix get_64_sl() and set_64_sl()H. Peter Anvin2010-06-151-5/+2
| * Fix prototype for generate_extentsH. Peter Anvin2010-06-151-1/+1
| * syslinux: synchronize generate_extents() with extlinuxH. Peter Anvin2010-06-151-16/+15
| * Switch to 64-bit sector pointers everywhereH. Peter Anvin2010-06-151-30/+114
| * Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin2010-06-141-7/+8
| * Clean up warnings in previous checkinH. Peter Anvin2010-06-091-2/+3
| * Make syslinux installer real "pathbased"Alek Du2010-06-091-11/+21
* | elflink: comment off the size check in syslxmod.cFeng Tang2010-07-201-0/+2
* | elflink: merge these filesFeng Tang2010-07-201-211/+116
|/
* unify common parts of extlinux and syslinux installerAlek Du2010-05-201-1/+2
* syslinux: fix sector arraysAlek Du2010-05-201-1/+1
* installers: fix warningsH. Peter Anvin2010-05-121-2/+3
* Merge branch 'fsc' into pathbasedH. Peter Anvin2010-02-101-14/+21
|\
| * FAT: be more explicit why we think a filesystem is badH. Peter Anvin2010-01-241-14/+21
* | core: initial work on path-based cwd selectionH. Peter Anvin2010-01-061-1/+0
|/
* Merge branch 'master' into core32H. Peter Anvin2009-05-291-173/+174
|\
| * Run Nindent on libinstaller/syslxmod.cH. Peter Anvin2009-05-291-188/+187
* | dos: uninline far data accessor functionsH. Peter Anvin2009-05-251-6/+12
* | dos installer: reuse ldlinux_segH. Peter Anvin2009-05-251-3/+2
* | Standardize the names SECTOR_SIZE and SECTOR_SHIFTH. Peter Anvin2009-05-191-3/+4
* | FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin2009-05-191-16/+104
* | libinstaller: "nsect" is the size of ldlinux.sys, not the totalH. Peter Anvin2009-05-191-1/+0
* | FAT: update the FAT installers to match the new diskstart.incH. Peter Anvin2009-05-191-150/+53
|/
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-101-1/+1
* Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2007-12-141-0/+287