summaryrefslogtreecommitdiff
path: root/extlinux
Commit message (Expand)AuthorAgeFilesLines
* extlinux: add --device option to override device detectH. Peter Anvin2012-06-201-3/+8
* extlinux: centralize and reuse btrfs validationH. Peter Anvin2012-06-201-34/+77
* extlinux: better methods for finding device matchesH. Peter Anvin2012-06-195-44/+474
* extlinux: use sysfs to find the device node if need beH. Peter Anvin2012-02-081-10/+66
* extlinux: clean up main.c formattingH. Peter Anvin2012-02-081-36/+35
* extlinux: main.c should not be executableH. Peter Anvin2012-02-081-0/+0
* Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara2011-09-073-13/+67
* extlinux: remove dead code in installersyslinux-4.05-pre5H. Peter Anvin2011-07-281-5/+2
* btrfs: Correctly determine the installation subvolumeYi Yang2011-07-282-32/+376
* extlinux: remove wrong use of strstr()syslinux-4.05-pre4Paulo Alcantara2011-07-051-3/+1
* extlinux/main.c: Fix geometry handlingGene Cumm2011-05-111-2/+2
* Add "make strip" targetH. Peter Anvin2011-05-091-0/+3
* Remove -s for host binariesH. Peter Anvin2011-05-091-1/+1
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | extlinux: remove already_installedPaulo Alcantara2011-04-151-13/+0
* | extlinux: use syslinux_already_installed instead of already_installedPaulo Alcantara2011-04-151-1/+1
|/
* extlinux/main.c: remove variables set but not usedH. Peter Anvin2011-03-161-3/+1
* extlinux: try to get the disk offset from sysfsH. Peter Anvin2010-08-131-5/+38
* extlinux, linux: Ignore --force in these installerssyslinux-4.02-pre4Shao Miller2010-07-191-1/+1
* libinstaller: Add --mbr, --active, and --force optionsShao Miller2010-07-031-1/+1
* installers: handle asprintf() correctlyH. Peter Anvin2010-07-021-5/+6
* extlinux: set bsHidden for loop devicesH. Peter Anvin2010-06-261-5/+8
* extlinux: modify the layout for btrfsH. Peter Anvin2010-06-251-9/+13
* Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxsyslinux-4.00-pre59H. Peter Anvin2010-06-241-15/+46
|\
| * extlinux: fix ADV handling, so extlinux.sys -> ldlinux.sys actually worksH. Peter Anvin2010-06-241-9/+16
| * extlinux: add code to automate extlinux.sys -> ldlinux.sys migrationH. Peter Anvin2010-06-241-16/+40
* | Move modify_adv() into common codeH. Peter Anvin2010-06-231-25/+0
|/
* win32: vacuous ADV supportH. Peter Anvin2010-06-221-0/+1
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-203-240/+32
* Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-201-57/+70
* Move Linux ioctl header magic into a single fileH. Peter Anvin2010-06-162-500/+1
* extlinux: don't compile with -O0H. Peter Anvin2010-06-151-1/+1
* Fix prototype for generate_extentsH. Peter Anvin2010-06-151-1/+1
* extlinux: remove debugging printf'sH. Peter Anvin2010-06-151-2/+0
* Switch to 64-bit sector pointers everywhereH. Peter Anvin2010-06-152-9/+71
* Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin2010-06-141-3/+4
* syslinux: don't break -o just yet; print warning and resumeH. Peter Anvin2010-06-091-2/+2
* Clean up warnings in previous checkinH. Peter Anvin2010-06-091-0/+5
* extlinux: add a --menu-save optionThomas Bächler2010-06-071-1/+8
* unify common parts of extlinux and syslinux installerAlek Du2010-05-203-463/+45
* syslinux: fix sector arraysAlek Du2010-05-201-1/+1
* installers: fix warningsH. Peter Anvin2010-05-121-0/+2
* extlinux: handle cases of a single level of directoriessyslinux-4.00-pre39H. Peter Anvin2010-04-281-4/+16
* extlinux: centralize file flags setting; add FAT supportsyslinux-4.00-pre32H. Peter Anvin2010-03-041-37/+79
* extlinux: don't report failure after writing a FAT superblockH. Peter Anvin2010-03-041-6/+9
* pathbased: Add FAT support to extlinux and let FAT be "true" pathbasedAlek Du2010-02-102-12/+103
* pathbased: fix relative path in the extlinux installerAlek Du2010-02-101-1/+1
* Merge branch 'fsc' into pathbasedH. Peter Anvin2010-02-101-1/+1
|\
| * Merge branch 'master' into fscH. Peter Anvin2010-01-241-1/+1
| |\