summaryrefslogtreecommitdiff
path: root/extlinux/main.c
Commit message (Expand)AuthorAgeFilesLines
* make some functions static remove unused NADV defineFrediano Ziglio2012-10-091-4/+4
* 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-191-35/+94
* 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-071-12/+47
* extlinux: remove dead code in installersyslinux-4.05-pre5H. Peter Anvin2011-07-281-5/+2
* btrfs: Correctly determine the installation subvolumeYi Yang2011-07-281-32/+271
* 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
* 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
|/
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-201-182/+28
* 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-161-11/+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-151-8/+70
* 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-201-454/+42
* 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-101-12/+41
* pathbased: fix relative path in the extlinux installerAlek Du2010-02-101-1/+1
* extlinux: make installer rewrite the whole fileH. Peter Anvin2010-01-221-8/+11
* pathbased: clean up diskstart address numbers, 256 byte subvolsH. Peter Anvin2010-01-131-1/+2
* pathbased:btrfs: initial subvol supportAlek Du2010-01-131-6/+46
* core: initial work on path-based cwd selectionH. Peter Anvin2010-01-061-10/+44
* btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du2009-12-221-56/+208
* extlinux: add ext4 support to the installersyslinux-4.00-pre1H. Peter Anvin2009-08-071-4/+5
* extlinux: handle more than one sector of sector pointersH. Peter Anvin2009-07-161-5/+12