summaryrefslogtreecommitdiff
path: root/extlinux/main.c
Commit message (Expand)AuthorAgeFilesLines
* extlinux: pull in sys/sysmacros.h for major/minor/makedevMike Frysinger2016-04-231-0/+1
* extlinux: code cleanup and simplificationNicolas Cornu via Syslinux2015-11-251-58/+55
* extlinux/main.c: space changeAdy2015-11-151-10/+10
* extlinux/main.c: Correct comment about btrfs installGene Cumm2015-11-151-3/+6
* extlinux/main.c: comment typo fixesAdy2015-11-151-5/+5
* libinstaller: introduce syslxrw libraryPaulo Alcantara2015-11-101-0/+1
* extlinux: fix memory leakImran Zaman2015-09-271-14/+30
* installer: Add UFS1/2 support for Extlinux installerRaphael S. Carvalho2014-06-021-9/+42
* btrfs: fix typo in definition of BTRFS_ADV_OFFSETH. Peter Anvin2014-05-201-1/+2
* btrfs: Move ldlinux.sys to Boot Area BH. Peter Anvin2014-05-201-6/+9
* installer: Add sparse address space annotations to the syslinux imageH. Peter Anvin2014-01-171-6/+10
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-10/+30
|\
| * extlinux: Also install ldlinux.c32 file on XFSPaulo Alcantara2013-01-221-4/+26
| * extlinux: Fix installation subdirectory patchingMatt Fleming2013-01-101-7/+3
| * extlinux: Make sure ldlinux.sys file is installedPaulo Alcantara2013-01-101-0/+2
* | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-35/+200
|\ \ | |/
| * Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming2012-11-271-35/+200
| |\
| | * EXTLINUX: Add sanity check for XFS filesystemsPaulo Alcantara2012-07-291-3/+17
| | * extlinux: put set_attributes() back to ext2_fat_install_file().Chen Baozi2012-07-211-0/+6
| | * EXTLINUX: Initial XFS filesystem supportPaulo Alcantara2012-07-211-39/+184
* | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-3/+1
|\ \ \ | |/ /
| * | extlinux: Avoid dereferencing a garbage pointerMatt Fleming2012-11-051-3/+1
* | | Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2012-11-051-8/+60
|\ \ \ | |/ /
| * | Merge branch 'master' into elflinkMatt Fleming2012-10-241-4/+4
| |\ \
| | * | make some functions static remove unused NADV defineFrediano Ziglio2012-10-091-4/+4
| | |/
| * | installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming2012-09-191-4/+54
| * | extlinux: Handle error case for find_mount()Matt Fleming2012-09-141-0/+2
| |/
* | Add per-firmware object directory supportMatt Fleming2012-10-161-1/+1
|/
* 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