summaryrefslogtreecommitdiff
path: root/utils/isohybrid.c
Commit message (Expand)AuthorAgeFilesLines
* utils/isohybrid.c: Enable promised options -u, -m, -bThomas Schmitt2014-06-241-1/+1
* isohybrid: Function to write UTF-16LE stringsH. Peter Anvin2014-06-231-9/+19
* utils/isohybrid.c: Introduce option --mbr and make isohybrid.c compilable sta...Thomas Schmitt2014-06-231-2/+46
* utils/isohybrid.c: Change all fseek(3) to fseeko(3)Thomas Schmitt2014-06-231-10/+9
* utils/isohybrid.c: Write GPT backup to the very end of the imageThomas Schmitt2014-06-231-3/+3
* utils/isohybrid.c: Correct end block address of first GPT partitionThomas Schmitt2014-06-231-1/+1
* utils/isohybrid.c: Correct blocking factor in APM partition block countsThomas Schmitt2014-06-231-5/+5
* utils/isohybrid.c: Encode GPT partition names as UTF-16LEThomas Schmitt2014-06-231-3/+8
* isohybrid: define _FILE_OFFSET_BITS in the file itselfH. Peter Anvin2014-06-191-0/+1
* isohybrid: fix overflow on 32 bit systemKai Kang2014-06-191-1/+1
* isohybrid: Improve help/manGene Cumm2014-02-011-2/+2
* isohybrid: fix isohybrid.c compileFrediano Ziglio2012-10-101-5/+5
* isohybrid: Generate MBR even when in EFI modeMatthew Garrett2012-03-261-5/+49
* isohybrid: Generate GPT and Mac bootable imagesMatthew Garrett2011-08-241-7/+540
* isohybrid: unbreak hex/octal arguments in C versionsyslinux-4.05-pre3P J P2011-06-281-6/+13
* isohybrid: Use ftruncate instead of seek for final paddingP J P2010-10-121-8/+4
* Fix nuisance _FORTIFY_SOURCE failuresH. Peter Anvin2010-07-021-1/+3
* isohybrid: fix another type mismatchH. Peter Anvin2010-06-221-1/+1
* isohybrid: fix beginner mistakesH. Peter Anvin2010-06-211-2/+2
* isohybrid: use getopt_long_only()syslinux-3.8xH. Peter Anvin2010-05-201-1/+1
* isohybrid: create a C versionP. J. Pandit2010-05-201-0/+559