aboutsummaryrefslogtreecommitdiffstats
path: root/extlinux
AgeCommit message (Expand)AuthorFilesLines
2016-04-23extlinux: pull in sys/sysmacros.h for major/minor/makedevMike Frysinger1-0/+1
2015-11-25extlinux: code cleanup and simplificationNicolas Cornu via Syslinux1-58/+55
2015-11-15extlinux/main.c: space changeAdy1-10/+10
2015-11-15extlinux/main.c: Correct comment about btrfs installGene Cumm1-3/+6
2015-11-15extlinux/main.c: comment typo fixesAdy1-5/+5
2015-11-10libinstaller: introduce syslxrw libraryPaulo Alcantara2-0/+2
2015-09-27extlinux: fix memory leakImran Zaman1-14/+30
2014-06-02installer: Add UFS1/2 support for Extlinux installerRaphael S. Carvalho3-9/+375
2014-05-20btrfs: fix typo in definition of BTRFS_ADV_OFFSETH. Peter Anvin1-1/+2
2014-05-20btrfs: Move ldlinux.sys to Boot Area BH. Peter Anvin2-6/+15
2014-01-18Merge remote-tracking branch 'origin/syslinux-5.xx'H. Peter Anvin1-1/+1
2014-01-18Merge remote-tracking branch 'origin/syslinux-4.xx' into syslinux-5.xxH. Peter Anvin1-1/+1
2014-01-18Makefiles: don't include *.tmpH. Peter Anvin1-1/+1
2014-01-17installer: Add sparse address space annotations to the syslinux imageH. Peter Anvin1-6/+10
2013-01-29Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming1-10/+30
2013-01-22extlinux: Also install ldlinux.c32 file on XFSPaulo Alcantara1-4/+26
2013-01-10extlinux: Fix installation subdirectory patchingMatt Fleming1-7/+3
2013-01-10extlinux: Make sure ldlinux.sys file is installedPaulo Alcantara1-0/+2
2012-12-07Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming6-35/+1387
2012-11-27Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming6-35/+1387
2012-11-14Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming1-3/+1
2012-11-05Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2-8/+61
2012-11-05extlinux: Avoid dereferencing a garbage pointerMatt Fleming1-3/+1
2012-11-05extlinux: Avoid dereferencing a garbage pointerMatt Fleming1-3/+1
2012-10-24Merge branch 'master' into elflinkMatt Fleming1-4/+4
2012-10-16Add per-firmware object directory supportMatt Fleming2-5/+3
2012-10-09make some functions static remove unused NADV defineFrediano Ziglio1-4/+4
2012-09-19installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming2-4/+55
2012-09-14extlinux: Handle error case for find_mount()Matt Fleming1-0/+2
2012-07-29EXTLINUX: Add sanity check for XFS filesystemsPaulo Alcantara2-3/+67
2012-07-21extlinux: put set_attributes() back to ext2_fat_install_file().Chen Baozi1-0/+6
2012-07-21EXTLINUX: Initial XFS filesystem supportPaulo Alcantara5-39/+1321
2012-06-20extlinux: add --device option to override device detectH. Peter Anvin1-3/+8
2012-06-20extlinux: centralize and reuse btrfs validationH. Peter Anvin1-34/+77
2012-06-19extlinux: better methods for finding device matchesH. Peter Anvin5-44/+474
2012-02-08extlinux: use sysfs to find the device node if need beH. Peter Anvin1-10/+66
2012-02-08extlinux: clean up main.c formattingH. Peter Anvin1-36/+35
2012-02-08extlinux: main.c should not be executableH. Peter Anvin1-0/+0
2011-09-07Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara3-13/+67
2011-07-28extlinux: remove dead code in installersyslinux-4.05-pre5H. Peter Anvin1-5/+2
2011-07-28btrfs: Correctly determine the installation subvolumeYi Yang2-32/+376
2011-07-05extlinux: remove wrong use of strstr()syslinux-4.05-pre4Paulo Alcantara1-3/+1
2011-05-11extlinux/main.c: Fix geometry handlingGene Cumm1-2/+2
2011-05-09Add "make strip" targetH. Peter Anvin1-0/+3
2011-05-09Remove -s for host binariesH. Peter Anvin1-1/+1
2011-04-26Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin1-1/+2
2011-04-15extlinux: remove already_installedPaulo Alcantara1-13/+0
2011-04-15extlinux: use syslinux_already_installed instead of already_installedPaulo Alcantara1-1/+1
2011-04-07Makefile: Move Makefile fragments into mk/Matt Fleming1-1/+2
2011-03-16extlinux/main.c: remove variables set but not usedH. Peter Anvin1-3/+1
2010-08-13extlinux: try to get the disk offset from sysfsH. Peter Anvin1-5/+38
2010-07-19extlinux, linux: Ignore --force in these installerssyslinux-4.02-pre4Shao Miller1-1/+1
2010-07-03libinstaller: Add --mbr, --active, and --force optionsShao Miller1-1/+1
2010-07-02installers: handle asprintf() correctlyH. Peter Anvin1-5/+6
2010-06-26extlinux: set bsHidden for loop devicesH. Peter Anvin1-5/+8
2010-06-25extlinux: modify the layout for btrfsH. Peter Anvin1-9/+13
2010-06-24Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxsyslinux-4.00-pre59H. Peter Anvin1-15/+46
2010-06-24extlinux: fix ADV handling, so extlinux.sys -> ldlinux.sys actually worksH. Peter Anvin1-9/+16
2010-06-24extlinux: add code to automate extlinux.sys -> ldlinux.sys migrationH. Peter Anvin1-16/+40
2010-06-23Move modify_adv() into common codeH. Peter Anvin1-25/+0
2010-06-22win32: vacuous ADV supportH. Peter Anvin1-0/+1
2010-06-20Merge syslinux/extlinux patch code and core codeH. Peter Anvin3-240/+32
2010-06-20Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin1-57/+70
2010-06-16Move Linux ioctl header magic into a single fileH. Peter Anvin2-500/+1
2010-06-15extlinux: don't compile with -O0H. Peter Anvin1-1/+1
2010-06-15Fix prototype for generate_extentsH. Peter Anvin1-1/+1
2010-06-15extlinux: remove debugging printf'sH. Peter Anvin1-2/+0
2010-06-15Switch to 64-bit sector pointers everywhereH. Peter Anvin2-9/+71
2010-06-14Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin1-3/+4
2010-06-09syslinux: don't break -o just yet; print warning and resumeH. Peter Anvin1-2/+2
2010-06-09Clean up warnings in previous checkinH. Peter Anvin1-0/+5
2010-06-07extlinux: add a --menu-save optionThomas Bächler1-1/+8
2010-05-20unify common parts of extlinux and syslinux installerAlek Du3-463/+45
2010-05-20syslinux: fix sector arraysAlek Du1-1/+1
2010-05-12installers: fix warningsH. Peter Anvin1-0/+2
2010-04-28extlinux: handle cases of a single level of directoriessyslinux-4.00-pre39H. Peter Anvin1-4/+16
2010-03-04extlinux: centralize file flags setting; add FAT supportsyslinux-4.00-pre32H. Peter Anvin1-37/+79
2010-03-04extlinux: don't report failure after writing a FAT superblockH. Peter Anvin1-6/+9
2010-02-10pathbased: Add FAT support to extlinux and let FAT be "true" pathbasedAlek Du2-12/+103
2010-02-10pathbased: fix relative path in the extlinux installerAlek Du1-1/+1
2010-02-10Merge branch 'fsc' into pathbasedH. Peter Anvin1-1/+1
2010-01-24Merge branch 'master' into fscH. Peter Anvin1-1/+1
2010-01-22extlinux: make installer rewrite the whole fileH. Peter Anvin1-8/+11
2010-01-13pathbased: clean up diskstart address numbers, 256 byte subvolsH. Peter Anvin1-1/+2
2010-01-13pathbased:btrfs: initial subvol supportAlek Du1-6/+46
2010-01-10Makefile: replace -W -Wall with centralized $(GCCWARN)H. Peter Anvin1-1/+1
2010-01-06core: initial work on path-based cwd selectionH. Peter Anvin1-10/+44
2009-12-22btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du2-56/+230
2009-08-07extlinux: add ext4 support to the installersyslinux-4.00-pre1H. Peter Anvin1-4/+5
2009-07-16extlinux: handle more than one sector of sector pointersH. Peter Anvin1-5/+12
2009-06-26Merge branch 'master' into core32H. Peter Anvin1-2/+0
2009-06-19extlinux: remove duplicate "const char *program;"Gilles Espinasse1-2/+0
2009-05-29Merge branch 'master' into core32H. Peter Anvin2-863/+838
2009-05-29Run Nindent on extlinux/main.cH. Peter Anvin1-702/+688
2009-05-29Run Nindent on extlinux/ext2_fs.hH. Peter Anvin1-176/+165
2009-05-19Standardize the names SECTOR_SIZE and SECTOR_SHIFTH. Peter Anvin1-4/+4
2009-05-19FAT: change DOS installer to EXE; additional 32K limit fixesH. Peter Anvin1-4/+4
2009-05-14core: handle more than 32K of code for disk-based derivativesH. Peter Anvin1-81/+44
2009-04-27Unify dependency generationH. Peter Anvin1-3/+3
2008-08-20Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin1-12/+23
2008-07-07Centralize more of the version number machineryH. Peter Anvin1-2/+3
2008-07-02extlinux: fix handling of /etc/mtabsyslinux-3.71-pre3H. Peter Anvin1-27/+30
2008-06-27Build _bin.c files in libinstaller; clean up B/I separationH. Peter Anvin1-3/+5
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin1-3/+3
2008-05-28Assemble via ELF, to enable future linkingH. Peter Anvin2-1/+2
2008-05-12Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur1-1/+1
2008-03-05Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin1-1/+1
2008-02-25extlinux: compile hack for old distrossyslinux-3.62-pre16H. Peter Anvin1-0/+2
2008-02-19Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin1-1/+1
2008-01-24extlinux: early check for ext2/ext3-ness of filesystemsyslinux-3.61-pre5H. Peter Anvin1-0/+12
2008-01-10Merge commit 'origin/master' into advH. Peter Anvin1-1/+1
2008-01-10Update copyright yearH. Peter Anvin1-1/+1
2007-12-14Create libinstaller; actually implement boot-once for extlinuxH. Peter Anvin2-80/+261
2007-06-01Remove unused set_8() functionH. Peter Anvin1-5/+0
2007-06-01RAID mode installer support for extlinuxH. Peter Anvin1-12/+30
2007-05-25Don't clobber /dev/null when compiling as rootLuciano Rocha1-2/+4
2007-03-14Stealth whitespace cleanup (automated)H. Peter Anvin2-14/+14
2007-02-06Deal with various distributions breaking gcc in weird waysH. Peter Anvin1-1/+7
2006-08-24extlinux: when compiling against klibc, use atexit() to clean up the devnodeH. Peter Anvin1-21/+20
2006-08-24extlinux: when building for klibc, mknod() needs to be a block deviceH. Peter Anvin1-1/+1
2006-08-24Print a usage message when we get an invalid optionsyslinux-3.20-pre20H. Peter Anvin1-2/+1
2006-08-24Support building extlinux with klibcH. Peter Anvin1-4/+37
2006-08-17Remove CVS-era $Id$ tags.H. Peter Anvin1-1/+0
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin3-22/+19
2005-09-22Fix uninitialized variableshpa1-2/+2
2005-09-22Add update-only mode to extlinux; use ithpa1-21/+49
2005-04-03extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa1-1/+2
2005-01-12Private copy of <linux/ext2_fs.h>syslinux-3.07hpa2-1/+509
2005-01-05Total hack to work around machines with broken BLKGETSIZE64 definition.hpa1-1/+3
2005-01-05Clean up extlinux compilation issueshpa1-9/+10
2005-01-05Allow the user to override the extlinux detected geometry; add online helphpa1-12/+106
2005-01-05Add #include <sys/mount.h> just in case that helps with the ioctls...hpa1-0/+1
2005-01-04Fix xpread/xpwrite; call die() when we're dead to make sure we clean uphpa1-8/+10
2005-01-04Update copyright datesyslinux-3.02-pre1hpa1-1/+1
2005-01-04If BLKGETSIZE64 isn't defined, define it.hpa1-1/+5
2005-01-03Allow compilation on systems without BLKGETSIZE64hpa1-1/+4
2005-01-03Display only heads and sectors, since that's all that matters.hpa1-2/+2
2005-01-02HDIO_GETGEO_BIG is deprecated, so stop using it; add a few more fallbackhpa1-22/+28
2004-12-22Fix handling of -o offsethpa1-2/+2
2004-12-20More fixes to the extlinux installer; change back to writable typeshpa1-18/+37
2004-12-20Further clean up the ext*fs installerhpa2-35/+111
2004-12-20extlinux installer.hpa2-0/+587