aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2016-03-02keytab-lilo: update to support kbd 2.0.3 formatOlivier Brunel1-2/+2
2014-06-24utils/isohybrid.c: Enable promised options -u, -m, -bThomas Schmitt1-1/+1
2014-06-23isohybrid: Function to write UTF-16LE stringsH. Peter Anvin1-9/+19
2014-06-23utils/isohybrid.c: Introduce option --mbr and make isohybrid.c compilable sta...Thomas Schmitt1-2/+46
2014-06-23utils/isohybrid.c: Change all fseek(3) to fseeko(3)Thomas Schmitt1-10/+9
2014-06-23utils/isohybrid.c: Write GPT backup to the very end of the imageThomas Schmitt1-3/+3
2014-06-23utils/isohybrid.c: Correct end block address of first GPT partitionThomas Schmitt1-1/+1
2014-06-23utils/isohybrid.c: Correct blocking factor in APM partition block countsThomas Schmitt1-5/+5
2014-06-23utils/isohybrid.c: Encode GPT partition names as UTF-16LEThomas Schmitt1-3/+8
2014-06-19isohybrid: define _FILE_OFFSET_BITS in the file itselfH. Peter Anvin1-0/+1
2014-06-19isohybrid: fix overflow on 32 bit systemKai Kang1-1/+1
2014-06-16pxelinux-options: Fix data corruption bugsyslinux-6.03-pre17H. Peter Anvin1-3/+1
2014-06-16pxe: Add support for embedded options in EFIsyslinux-6.03-pre16H. Peter Anvin1-23/+78
2014-02-01Merge branch 'syslinux-5.xx'Gene Cumm1-2/+2
2014-02-01isohybrid: Improve help/manGene Cumm1-2/+2
2012-11-05Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming1-5/+5
2012-10-16Add per-firmware object directory supportMatt Fleming1-11/+11
2012-10-10isohybrid: fix isohybrid.c compileFrediano Ziglio1-5/+5
2012-06-11isohybrid: Fix building with --as-neededMicah Gersten1-1/+1
2012-03-26isohybrid: Generate MBR even when in EFI modeMatthew Garrett1-5/+49
2011-08-24isohybrid: Generate GPT and Mac bootable imagesMatthew Garrett2-8/+541
2011-06-28isohybrid: unbreak hex/octal arguments in C versionsyslinux-4.05-pre3P J P2-7/+14
2011-05-09Add "make strip" targetH. Peter Anvin1-4/+10
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-25ppmtolss16: remove obsolete Perl constructH. Peter Anvin1-1/+1
2011-04-07Makefile: Move Makefile fragments into mk/Matt Fleming1-1/+2
2010-12-07memdiskfind: abstract get page size so we can compile against klibcH. Peter Anvin1-1/+11
2010-10-12isohybrid: Use ftruncate instead of seek for final paddingP J P1-8/+4
2010-07-02Fix nuisance _FORTIFY_SOURCE failuresH. Peter Anvin1-1/+3
2010-06-22memdiskfind: remove debugging printfH. Peter Anvin1-2/+0
2010-06-22memdiskfind: make sure we don't map unavailable RAMH. Peter Anvin1-6/+38
2010-06-22memdisk: add a sector_shift field to the MDI; fix memdiskfindH. Peter Anvin1-1/+7
2010-06-22isohybrid: fix another type mismatchH. Peter Anvin1-1/+1
2010-06-21memdiskfind: sanity check the FBM valueH. Peter Anvin1-1/+4
2010-06-21memdiskfind: utility to find an mBFT and output phram parametersH. Peter Anvin2-1/+123
2010-06-21utils/Makefile: fix build rulesH. Peter Anvin1-2/+2
2010-06-21isohybrid: fix beginner mistakesH. Peter Anvin1-2/+2
2010-05-20isohybrid: use getopt_long_only()syslinux-3.8xH. Peter Anvin1-1/+1
2010-05-20isohybrid: create a C versionP. J. Pandit4-2/+653
2010-02-01mkdiskimage: add option -s to make a sparse imagesyslinux-3.85-pre4H. Peter Anvin1-6/+10
2010-01-10Makefile: replace -W -Wall with centralized $(GCCWARN)H. Peter Anvin1-1/+1
2009-11-16isohybrid: make the -offset option actually workH. Peter Anvin1-2/+2
2009-09-29utils/Makefile: install pxelinux-optionsH. Peter Anvin1-1/+2
2009-09-29pxelinux-options: add help textH. Peter Anvin1-7/+24
2009-09-29pxelinux: support hardcoded options "before" or "after"; toolH. Peter Anvin1-0/+482
2009-08-03isohybrid: convert -id to a binary stringSteffen Winterfeldt1-1/+1
2009-05-29bin2hex: actually account for the number of bytes writtenH. Peter Anvin1-2/+5
2009-05-29Run Nindent on utils/gethostip.cH. Peter Anvin1-88/+88
2009-05-25isohybrid: we are backwards compatible again, change the error msgH. Peter Anvin1-3/+2
2009-05-25isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin1-1/+1
2009-05-21isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin2-5/+11
2009-05-21isohybrid: allow selecting the _c and _f versions of the prefixH. Peter Anvin4-23/+58
2009-05-20isohybrid: add options, change default ptype to 0x17syslinux-3.81-pre8H. Peter Anvin1-13/+81
2009-05-01isohybrid: preserve MBR id in isohybridPascal Terjan1-6/+8
2009-05-01isohybrid: support iso images over 2GBPascal Terjan1-2/+1
2009-04-27Unify dependency generationH. Peter Anvin1-2/+4
2009-02-10Fix minor errors in keytab-liloOlivier Korn1-5/+5
2009-02-09Update keytab-lilo from LILO 22.8H. Peter Anvin1-21/+5
2008-09-07isohybrid: remove Perl modules we don't actually needH. Peter Anvin1-3/+0
2008-09-07isohybrid: verify we have a hybrid-compatible isolinux.binH. Peter Anvin1-2/+9
2008-09-07isohybrid, mkdiskimage: don't use sysopen(), sysread()H. Peter Anvin2-4/+2
2008-09-05isohybrid: fix partition table generation, documentsyslinux-3.72-pre3H. Peter Anvin1-10/+4
2008-09-05ISOLINUX: support for hybrid mode (CD-ROM/USB key)H. Peter Anvin2-1/+170
2008-09-04keytab-lilo: don't try to be too smartH. Peter Anvin1-3/+3
2008-05-29Centralize configurables; better "make install" etcH. Peter Anvin1-16/+8
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin10-0/+1279