aboutsummaryrefslogtreecommitdiffstats
path: root/libinstaller
AgeCommit message (Expand)AuthorFilesLines
2016-06-07removing double l from auxilliaryGeert Stappers3-3/+3
2016-03-09libinstaller: remove signed to unsigned cast in initializationPete Batard1-1/+2
2016-03-09libinstaller: PACKED compatibility for MSVCPete Batard1-1/+12
2015-11-10libinstaller: introduce syslxrw libraryPaulo Alcantara5-65/+106
2015-09-08libinstaller: Explicit failure if path isn't writableErwan Velu1-1/+2
2014-09-29define _DEFAULT_SOURCE for glibc-2.20Chanho Park2-0/+4
2014-06-02installer: Add UFS1/2 support for Extlinux installerRaphael S. Carvalho1-1/+3
2014-01-18syslxint: fix compilation on non-x86 architecturesH. Peter Anvin1-12/+10
2014-01-17installer: fix 0 used as NULLH. Peter Anvin1-1/+1
2014-01-17installer: Add sparse address space annotations to the syslinux imageH. Peter Anvin3-40/+87
2014-01-16dos: We cannot use memset() for a far object, introduce memset_sl()H. Peter Anvin2-1/+3
2013-01-29Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming1-17/+0
2013-01-17dos: obtain the executable pathname, cleanupsH. Peter Anvin1-17/+0
2012-12-07Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming1-2/+3
2012-11-27Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming1-2/+3
2012-11-05libinstaller: Fixup merge botchMatt Fleming1-2/+2
2012-11-05Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming4-9/+24
2012-10-24Merge branch 'master' into elflinkMatt Fleming2-8/+17
2012-10-22Packed definition: workaround for mingw + gcc 4.7H. Peter Anvin1-6/+17
2012-10-16Add per-firmware object directory supportMatt Fleming2-10/+14
2012-10-09make some functions static remove unused NADV defineFrediano Ziglio1-2/+0
2012-09-19installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming2-1/+7
2012-07-21EXTLINUX: Initial XFS filesystem supportPaulo Alcantara1-2/+3
2012-06-22Merge remote-tracking branch 'origin/master' into elflinksyslinux-5.00-pre4H. Peter Anvin2-1/+9
2012-06-20syslxopt: fix syntax errorssyslinux-4.06-pre7H. Peter Anvin1-2/+2
2012-06-20extlinux: add --device option to override device detectH. Peter Anvin2-1/+9
2012-05-31Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming10-55/+193
2012-04-03libinstaller: Avoid using <linux/ext2_fs.h>H. Peter Anvin3-11/+883
2012-03-26libinstaller: Avoid using <linux/ext2_fs.h>syslinux-4.06-pre3H. Peter Anvin3-11/+886
2011-09-07Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara10-60/+184
2011-07-05implement fat_check_sb_fields()Paulo Alcantara1-0/+9
2011-05-09Add "make strip" targetH. Peter Anvin1-0/+2
2011-04-26Merge remote-tracking branch 'zytor/master' into elflinkMatt Fleming3-9/+26
2011-04-18Merge commit 'syslinux-4.04' into dynamic-sectordynamic-sectorH. Peter Anvin2-0/+14
2011-04-15libinstaller: implement syslinux_already_installedPaulo Alcantara2-0/+14
2011-04-05installer: Update and correct generate_extents()H. Peter Anvin1-9/+12
2011-04-04Merge remote-tracking branch 'zytor/master' into elflink-mergeMatt Fleming3-6/+7
2011-03-16libinstaller/fat.c: remove variables set but not usedH. Peter Anvin1-3/+0
2011-01-25disk: put a magic at the end of the boot sectorH. Peter Anvin1-2/+6
2010-09-09Fix missing option -s in libinstallersyslinux-4.03-pre3Arwin Vosselman1-1/+1
2010-08-12Merge branch 'master' into elflink-mergeH. Peter Anvin5-17/+229
2010-08-12elflink: merge with master branchFeng Tang1-0/+2
2010-07-30syslxopt: remove lengthy warning messageH. Peter Anvin1-10/+0
2010-07-30syslxopt: fix fatal warningsH. Peter Anvin1-9/+12
2010-07-27libinstaller/syslxopt.c: remove unneeded usage text from certain variants.Gene Cumm1-3/+10
2010-07-19dos: Use libinstaller option parserShao Miller1-2/+3
2010-07-20elflink: comment off the size check in syslxmod.cFeng Tang1-0/+2
2010-07-20elflink: add new filesFeng Tang3-0/+338
2010-07-20elflink: merge these filesFeng Tang9-423/+435
2010-07-19dos, win32: use our own getopt_long() for bothH. Peter Anvin2-0/+177
2010-07-19dos: fix non-executable files which were +xH. Peter Anvin3-0/+0
2010-07-19dos: add memcpy_from_sl() and use it where appropriateH. Peter Anvin1-0/+2
2010-07-19dos: change the link procedure to use negative pointers below DGROUPH. Peter Anvin1-3/+1
2010-07-10dos: Work-in-progress 2Shao Miller1-0/+0
2010-07-03dos: Work-in-progressShao Miller1-3/+5
2010-07-03win32: Use libinstaller option parserShao Miller2-1/+15
2010-07-03libinstaller: Add --mbr, --active, and --force optionsShao Miller2-2/+20
2010-07-02installers: handle asprintf() correctlyH. Peter Anvin1-6/+8
2010-06-27<linux/loop.h>: deal with really ancient Linux kernel headersH. Peter Anvin1-0/+6
2010-06-27libinstaller: include <linux/loop.h>H. Peter Anvin1-0/+90
2010-06-26extlinux: set bsHidden for loop devicesH. Peter Anvin1-0/+7
2010-06-24Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxsyslinux-4.00-pre59H. Peter Anvin1-2/+3
2010-06-24advio: make read_adv() distinguish ENOENT from other errorsH. Peter Anvin1-2/+3
2010-06-23Move modify_adv() into common codeH. Peter Anvin2-0/+30
2010-06-22setadv: remove unused, nonportable header fileH. Peter Anvin1-1/+0
2010-06-22win32: vacuous ADV supportH. Peter Anvin2-129/+160
2010-06-20Merge syslinux/extlinux patch code and core codeH. Peter Anvin5-111/+144
2010-06-20Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2-140/+99
2010-06-20fat: fix off-by-one error in the FAT installersyslinux-4.00-pre51H. Peter Anvin1-3/+4
2010-06-16Move Linux ioctl header magic into a single fileH. Peter Anvin3-14/+109
2010-06-15installer: fix use of FIEMAPH. Peter Anvin1-2/+2
2010-06-15dos: fix get_64_sl() and set_64_sl()H. Peter Anvin1-5/+2
2010-06-15Fix prototype for generate_extentsH. Peter Anvin1-1/+1
2010-06-15syslinux: synchronize generate_extents() with extlinuxH. Peter Anvin1-16/+15
2010-06-15Switch to 64-bit sector pointers everywhereH. Peter Anvin5-63/+266
2010-06-14Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin2-10/+11
2010-06-09setadv: asprintf() doesn't return an error codeH. Peter Anvin1-4/+4
2010-06-09syslxopt: add missing break;H. Peter Anvin1-0/+1
2010-06-09syslinux: provide for backwards compatibilityH. Peter Anvin1-11/+22
2010-06-09syslinux: don't break -o just yet; print warning and resumeH. Peter Anvin2-14/+39
2010-06-09Clean up warnings in previous checkinH. Peter Anvin1-2/+3
2010-06-09Make syslinux installer real "pathbased"Alek Du2-12/+27
2010-06-07extlinux: add a --menu-save optionThomas Bächler2-1/+8
2010-05-20unify common parts of extlinux and syslinux installerAlek Du9-11/+595
2010-05-20syslinux: fix sector arraysAlek Du1-1/+1
2010-05-12installers: fix warningsH. Peter Anvin1-2/+3
2010-02-10Merge branch 'fsc' into pathbasedH. Peter Anvin2-14/+22
2010-01-24FAT: be more explicit why we think a filesystem is badH. Peter Anvin1-14/+21
2010-01-24FAT: fix installer on FAT32 filesystemsH. Peter Anvin1-0/+1
2010-01-13pathbased:btrfs: initial subvol supportAlek Du1-0/+2
2010-01-06core: initial work on path-based cwd selectionH. Peter Anvin2-2/+2
2009-05-29Merge branch 'master' into core32H. Peter Anvin4-358/+359
2009-05-29Run Nindent on libinstaller/syslxmod.cH. Peter Anvin1-188/+187
2009-05-29Run Nindent on libinstaller/syslxint.hH. Peter Anvin1-18/+18
2009-05-29Run Nindent on libinstaller/syslinux.hH. Peter Anvin1-10/+10
2009-05-29Run Nindent on libinstaller/setadv.cH. Peter Anvin1-89/+89
2009-05-25dos: uninline far data accessor functionsH. Peter Anvin1-6/+12
2009-05-25dos installer: reuse ldlinux_segH. Peter Anvin1-3/+2
2009-05-19Standardize the names SECTOR_SIZE and SECTOR_SHIFTH. Peter Anvin2-5/+6
2009-05-19FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin4-42/+140
2009-05-19libinstaller: "nsect" is the size of ldlinux.sys, not the totalH. Peter Anvin1-1/+0
2009-05-19libinstaller: fix definition of bsHeadLenH. Peter Anvin1-1/+1
2009-05-19FAT: update the FAT installers to match the new diskstart.incH. Peter Anvin2-150/+55
2009-05-14core: handle more than 32K of code for disk-based derivativesH. Peter Anvin2-11/+80
2008-06-27Build _bin.c files in libinstaller; clean up B/I separationH. Peter Anvin2-0/+113
2008-02-19Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2-5/+4
2008-01-10Merge commit 'origin/master' into advH. Peter Anvin4-4/+4
2007-12-14Add missing libinstaller filessyslinux-3.60-pre4H. Peter Anvin3-0/+235
2007-12-14Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2-0/+338