summaryrefslogtreecommitdiff
path: root/libinstaller
Commit message (Expand)AuthorAgeFilesLines
* make some functions static remove unused NADV defineFrediano Ziglio2012-10-091-2/+0
* syslxopt: fix syntax errorssyslinux-4.06-pre7H. Peter Anvin2012-06-201-2/+2
* extlinux: add --device option to override device detectH. Peter Anvin2012-06-202-1/+9
* libinstaller: Avoid using <linux/ext2_fs.h>syslinux-4.06-pre3H. Peter Anvin2012-03-263-11/+886
* Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara2011-09-0710-60/+184
* implement fat_check_sb_fields()Paulo Alcantara2011-07-051-0/+9
* Add "make strip" targetH. Peter Anvin2011-05-091-0/+2
* Merge commit 'syslinux-4.04' into dynamic-sectordynamic-sectorH. Peter Anvin2011-04-182-0/+14
|\
| * libinstaller: implement syslinux_already_installedPaulo Alcantara2011-04-152-0/+14
* | installer: Update and correct generate_extents()H. Peter Anvin2011-04-051-9/+12
|/
* libinstaller/fat.c: remove variables set but not usedH. Peter Anvin2011-03-161-3/+0
* disk: put a magic at the end of the boot sectorH. Peter Anvin2011-01-251-2/+6
* Fix missing option -s in libinstallersyslinux-4.03-pre3Arwin Vosselman2010-09-091-1/+1
* syslxopt: remove lengthy warning messageH. Peter Anvin2010-07-301-10/+0
* syslxopt: fix fatal warningsH. Peter Anvin2010-07-301-9/+12
* libinstaller/syslxopt.c: remove unneeded usage text from certain variants.Gene Cumm2010-07-271-3/+10
* dos: Use libinstaller option parserShao Miller2010-07-191-2/+3
* dos, win32: use our own getopt_long() for bothH. Peter Anvin2010-07-192-0/+177
* dos: fix non-executable files which were +xH. Peter Anvin2010-07-193-0/+0
* dos: add memcpy_from_sl() and use it where appropriateH. Peter Anvin2010-07-191-0/+2
* dos: change the link procedure to use negative pointers below DGROUPH. Peter Anvin2010-07-191-3/+1
* dos: Work-in-progress 2Shao Miller2010-07-101-0/+0
* dos: Work-in-progressShao Miller2010-07-031-3/+5
* win32: Use libinstaller option parserShao Miller2010-07-032-1/+15
* libinstaller: Add --mbr, --active, and --force optionsShao Miller2010-07-032-2/+20
* installers: handle asprintf() correctlyH. Peter Anvin2010-07-021-6/+8
* <linux/loop.h>: deal with really ancient Linux kernel headersH. Peter Anvin2010-06-271-0/+6
* libinstaller: include <linux/loop.h>H. Peter Anvin2010-06-271-0/+90
* extlinux: set bsHidden for loop devicesH. Peter Anvin2010-06-261-0/+7
* Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxsyslinux-4.00-pre59H. Peter Anvin2010-06-241-2/+3
|\
| * advio: make read_adv() distinguish ENOENT from other errorsH. Peter Anvin2010-06-241-2/+3
* | Move modify_adv() into common codeH. Peter Anvin2010-06-232-0/+30
|/
* setadv: remove unused, nonportable header fileH. Peter Anvin2010-06-221-1/+0
* win32: vacuous ADV supportH. Peter Anvin2010-06-222-129/+160
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-205-111/+144
* Reduce sector 1 space pressure; further merge installer codesyslinux-4.00-pre52H. Peter Anvin2010-06-202-140/+99
* fat: fix off-by-one error in the FAT installersyslinux-4.00-pre51H. Peter Anvin2010-06-201-3/+4
* Move Linux ioctl header magic into a single fileH. Peter Anvin2010-06-163-14/+109
* installer: fix use of FIEMAPH. Peter Anvin2010-06-151-2/+2
* dos: fix get_64_sl() and set_64_sl()H. Peter Anvin2010-06-151-5/+2
* Fix prototype for generate_extentsH. Peter Anvin2010-06-151-1/+1
* syslinux: synchronize generate_extents() with extlinuxH. Peter Anvin2010-06-151-16/+15
* Switch to 64-bit sector pointers everywhereH. Peter Anvin2010-06-155-63/+266
* Implement !GPT protocol in Syslinux core; handle offset > 2 TBH. Peter Anvin2010-06-142-10/+11
* setadv: asprintf() doesn't return an error codeH. Peter Anvin2010-06-091-4/+4
* syslxopt: add missing break;H. Peter Anvin2010-06-091-0/+1
* syslinux: provide for backwards compatibilityH. Peter Anvin2010-06-091-11/+22
* syslinux: don't break -o just yet; print warning and resumeH. Peter Anvin2010-06-092-14/+39
* Clean up warnings in previous checkinH. Peter Anvin2010-06-091-2/+3
* Make syslinux installer real "pathbased"Alek Du2010-06-092-12/+27