summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-08Merge remote branch 'genec/rosh_for_hpa'syslinux-4.03-pre4H. Peter Anvin3-24/+99
2010-09-23core: fix handling new directory "/" for CONFIG in ISOLINUX and EXTLINUXGene Cumm2-0/+4
2010-09-09Fix missing option -s in libinstallersyslinux-4.03-pre3Arwin Vosselman1-1/+1
2010-08-26pxe: add a "pxeretry" option to deal with 404's in web appssyslinux-4.03-pre2H. Peter Anvin4-0/+18
2010-08-13extlinux: try to get the disk offset from sysfsH. Peter Anvin1-5/+38
2010-08-13diskio: remove redundant register writeDon Hiatt1-2/+0
2010-08-11version: next version will be 4.03syslinux-4.03-pre1H. Peter Anvin1-1/+1
2010-08-11core: look for invalid MBR handover information addressH. Peter Anvin1-3/+12
2010-08-01chain: Extra comments; shrink the new space to minimumGene Cumm1-5/+5
2010-08-01chain: Just assign the value rather than using memcpy()Gene Cumm1-4/+1
2010-08-01chain: add drmk= to usageGene Cumm1-0/+1
2010-08-01chain: Fix up and clean up DRMK load code; fix filename length; Patch memory.Gene Cumm1-11/+8
2010-08-01chain.c32: prepare for loading DRMKGene Cumm1-0/+31
2010-07-30syslxopt: remove lengthy warning messageH. Peter Anvin1-10/+0
2010-07-30syslxopt: fix fatal warningsH. Peter Anvin1-9/+12
2010-07-30chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys1-3/+3
2010-07-27libinstaller/syslxopt.c: remove unneeded usage text from certain variants.Gene Cumm1-3/+10
2010-07-27Make __free_tagged actually free memorySebastian Herbszt1-1/+1
2010-07-26Merge branch 'm' into rosh_for_hpaGene Cumm71-1266/+973
2010-07-26core: define and use set_flags() helperH. Peter Anvin3-7/+18
2010-07-26sample: remove obsolete "raw" comboot/com32 samplesH. Peter Anvin14-851/+2
2010-07-26libmenu: Fix cursor on exit from showmenus()Gene Cumm1-1/+1
2010-07-25core: don't hang if no config file is foundH. Peter Anvin5-9/+14
2010-07-21win64: experimental Win64 installer (syslinux64.exe)syslinux-4.02H. Peter Anvin11-16/+148
2010-07-21win32: fix README, adjust broken +x bitsH. Peter Anvin2-0/+0
2010-07-20lua: remove obsolete FIXME commentGeert Stappers1-2/+0
2010-07-19NEWS: document IP byte order fix.syslinux-4.02-pre5H. Peter Anvin1-0/+2
2010-07-19pxe: fix byte order of output from parse_dotquad()H. Peter Anvin1-1/+1
2010-07-19extlinux, linux: Ignore --force in these installerssyslinux-4.02-pre4Shao Miller2-2/+2
2010-07-19dos: Use libinstaller option parserShao Miller5-67/+23
2010-07-19dos: add .size directives to int2526.SH. Peter Anvin1-0/+2
2010-07-19dos: add .size attribute for syslinux_ldlinux_lenH. Peter Anvin1-0/+1
2010-07-19dos: add missing file ldlinux.SH. Peter Anvin2-0/+20
2010-07-19win32: remove an archive before running ar on itH. Peter Anvin1-0/+1
2010-07-19dos, win32: use our own getopt_long() for bothH. Peter Anvin4-5/+7
2010-07-19dos: fix non-executable files which were +xH. Peter Anvin9-0/+0
2010-07-19Merge branch 'master' into libinstaller_dos_wipH. Peter Anvin92-19874/+14619
2010-07-19dos: advance the pointer correctlyH. Peter Anvin1-4/+5
2010-07-19dos: add memcpy_from_sl() and use it where appropriateH. Peter Anvin3-36/+51
2010-07-19dos: change the link procedure to use negative pointers below DGROUPH. Peter Anvin4-10/+10
2010-07-19NEWS: mtools, win32 uses new CLIH. Peter Anvin1-0/+2
2010-07-19man: update syslinux.1. It is still out of date, however.H. Peter Anvin1-21/+47
2010-07-19Merge remote branch 'gerth/lua'H. Peter Anvin3-2/+86
2010-07-19Merge remote branch 'gerth/ifplop_comments'H. Peter Anvin2-9/+14
2010-07-19Merge remote branch 'sha0/for_hpa'syslinux-4.02-pre3H. Peter Anvin9-143/+100
2010-07-17diskio: add a paranoia castH. Peter Anvin1-1/+1
2010-07-17diskio: fix name for secpercyl field, remove unused type fieldH. Peter Anvin3-12/+9
2010-07-16NEWS: document EDD->CHS fallback.syslinux-4.02-pre2H. Peter Anvin1-0/+2
2010-07-16diskio: remove locally coded ilog2()H. Peter Anvin1-13/+1
2010-07-16diskio: expand most fields; cache the number of total tracksH. Peter Anvin2-9/+9
2010-07-16diskio: move strict CHS start value check into chs_rdwr_sectors()H. Peter Anvin1-9/+15
2010-07-16diskio: check early for an impossible LBA value for CHS requestsH. Peter Anvin1-0/+3
2010-07-16diskio: when falling back EDD->CHS make sure to get the offset rightH. Peter Anvin1-1/+2
2010-07-16diskio: remove redundant sector count capH. Peter Anvin1-3/+0
2010-07-16diskio: allow fallback from EDD to CHSH. Peter Anvin1-39/+72
2010-07-15NEWS: Try again for proper lua.c32 creditsH. Peter Anvin1-2/+3
2010-07-15Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxH. Peter Anvin1-1/+1
2010-07-13whichsys.c32: Fix example in the comments and Usage outputGert Hulselmans1-2/+2
2010-07-12ifplop.c32: Fix spelling errors and other mistakes in commentsGert Hulselmans1-7/+12
2010-07-12doc: Recommend NASM 2.07+H. Peter Anvin2-3/+4
2010-07-12doc: NASM 2.03+ has been required since 4.00 at leastH. Peter Anvin2-2/+3
2010-07-10dos: Work-in-progress 2Shao Miller3-0/+2
2010-07-09win32: Use libinstaller option parserShao Miller5-79/+49
2010-07-09mtools: Use libinstaller option parserShao Miller2-60/+29
2010-07-09libinstaller: Add --mbr, --active, and --force optionsShao Miller4-4/+22
2010-07-08NEWS: correct credit for new Lua work.H. Peter Anvin1-1/+1
2010-07-08NEWS: updatesyslinux-4.02-pre1H. Peter Anvin1-0/+7
2010-07-07DMI: Fixing memory mgmnt in dmi_memory_module_typesLaurent Licour3-18/+20
2010-07-07rosh: show environmentGene Cumm2-5/+35
2010-07-07rosh: more remove unneeded checkGene Cumm1-2/+2
2010-07-07rosh: move ioctl.h include for Linux-onlyGene Cumm1-1/+1
2010-07-07rosh: bump buildGene Cumm1-1/+1
2010-07-07rosh: more: overallocation, better feedback for debugGene Cumm1-3/+6
2010-07-07rosh: make getscreensize more effective and usableGene Cumm1-5/+16
2010-07-07rosh: move scrbuf to more's main function; malloc and free oversize buffer.Gene Cumm1-6/+12
2010-07-07rosh: more: if it's the first line, dump it to screen for now even if it's to...Gene Cumm1-2/+3
2010-07-07rosh: fix displaying too many lines because a line is too long.Gene Cumm1-3/+9
2010-07-07rosh: fix the DATE macro stuffGene Cumm1-0/+2
2010-07-07rosh: begin to add Syslinux version string with DATEGene Cumm2-4/+20
2010-07-07lua: Add .syslinux.derivative() and .syslinux.version()Gert Hulselmans3-1/+86
2010-07-06zlib: rename DEBUG to DEBUG_ZLIB againH. Peter Anvin5-26/+26
2010-07-06lua: remove obsolete header used for old sleep functionGert Hulselmans1-1/+0
2010-07-05mtools: slightly more obvious definition of tmpdir fallbackH. Peter Anvin1-6/+5
2010-07-05mtools: honor TMPDIR, check for errors writing mtools.confH. Peter Anvin1-9/+35
2010-07-05btrfs: print an error if finding compressed/encrypted dataH. Peter Anvin2-1/+14
2010-07-05Merge remote branch 'gerth/ifcpu_remove_defines'H. Peter Anvin1-4/+0
2010-07-06ifcpu.c32: Remove defines used in the old sleep function.Gert Hulselmans1-4/+0
2010-07-06NEWS: add grubcfg= and whichsys.c32Gert Hulselmans1-3/+3
2010-07-06NEWS: add grubcfg= and whichsys.c32Gert Hulselmans1-0/+4
2010-07-05Merge remote branch 'gerth/whichsys'H. Peter Anvin2-1/+129
2010-07-05Merge remote branch 'gerth/chain_grubcfg'H. Peter Anvin1-9/+112
2010-07-05ifcpu.c32: need <unistd.h>H. Peter Anvin1-0/+1
2010-07-05ifcpu.c32: remove open-coded sleep functionH. Peter Anvin1-13/+1
2010-07-05lua: change syslinux.sleep() to seconds, syslinux.msleep() to msH. Peter Anvin3-11/+24
2010-07-05com32: add proper sleep()/msleep() functions and make Lua use themH. Peter Anvin7-19/+30
2010-07-05com32: change clock_t to 32 bits, and in millisecondsH. Peter Anvin2-7/+5
2010-07-05core: add a ms-denominated timerH. Peter Anvin4-3/+25
2010-07-05whichsys.c32: execute specific command, based on Syslinux bootloader variantGert Hulselmans2-1/+129
2010-07-05Merge remote branch 'marcel/luaext'H. Peter Anvin9-11/+1116
2010-07-05zlib: update to zlib 1.2.5H. Peter Anvin22-1254/+2712
2010-07-05chain.c32: Put declaration of *stage2 before common codeGert Hulselmans1-2/+2
2010-07-04libpng: upgrade to version 1.2.44H. Peter Anvin32-18460/+10183
2010-07-04chain.c32: add grubcfg= for passing an alternative config filename to GRUB L...Gert Hulselmans1-9/+112
2010-07-03dos: Work-in-progressShao Miller14-17/+311
2010-07-03win32: Use libinstaller option parserShao Miller5-79/+49
2010-07-03mtools: Use libinstaller option parserShao Miller2-60/+29
2010-07-03libinstaller: Add --mbr, --active, and --force optionsShao Miller4-4/+22
2010-07-02com32: update getopt() to the current version from klibcH. Peter Anvin1-46/+71
2010-07-02com32: add getopt_long() to the libraryH. Peter Anvin3-1/+176
2010-07-02NEWS, version: now working on version 4.02H. Peter Anvin2-1/+11
2010-07-02core: split loadconfig.c into two filesH. Peter Anvin2-29/+41
2010-07-02core: merge the configfile-searching code, isolinux generic namesH. Peter Anvin3-42/+40
2010-07-02core: always canonicalize the configuration file nameH. Peter Anvin1-1/+4
2010-07-02lua: quiet warnings about unused variables and functionssyslinux-4.01H. Peter Anvin3-2/+5
2010-07-02lua: add parents to luaconf.h to quiet a gcc warningH. Peter Anvin1-2/+2
2010-07-02lua: add missing <syslinux/boot.h> to syslinux.cH. Peter Anvin1-0/+1
2010-07-02lua: Modernize the MakefileH. Peter Anvin1-73/+27
2010-07-02NEWS: explain the memory overwrite bug a bit betterH. Peter Anvin1-2/+2
2010-07-02Fix nuisance _FORTIFY_SOURCE failuresH. Peter Anvin2-3/+7
2010-07-02installers: handle asprintf() correctlyH. Peter Anvin3-16/+19
2010-07-02Document 'nopassany' in MEMDISK documentation.Gert Hulselmans1-0/+1
2010-07-01pxelinux: new IPAPPEND 4 to generate a SYSUUID= option.syslinux-4.01-pre3H. Peter Anvin7-25/+72
2010-07-01Makefile: add lua.c32 to installablessyslinux-4.01-pre2H. Peter Anvin1-1/+1
2010-07-01core, diskio: reset controller between EDD retriesH. Peter Anvin1-1/+13
2010-07-01Merge branch 'lua'H. Peter Anvin110-1/+28956
2010-07-01NEWS: document memory overwrite fixH. Peter Anvin1-0/+2
2010-07-01com32: canonicalize DEBUG to mean <dprintf.h>H. Peter Anvin4-28/+4
2010-07-01zlib: change DEBUG to DEBUG_ZLIBH. Peter Anvin5-25/+25
2010-07-01dprintf: allow overriding the serial port addressH. Peter Anvin1-1/+6
2010-07-01comboot.inc: vk_append is a field in a struct, not an addressH. Peter Anvin1-4/+4
2010-07-01NEWS: add lua.c32luaH. Peter Anvin1-0/+1
2010-07-01lua: update for Syslinux 4Geert Stappers2-6/+16
2010-07-01Merge branch 'master' into luaH. Peter Anvin1726-80866/+204145
2010-07-01MCONFIG: add -Wno-error to .lnx filesH. Peter Anvin1-1/+1
2010-07-01MCONFIG: .lnx files are for testing, don't do _FORTIFY_SOURCEH. Peter Anvin1-1/+2
2010-07-01ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabledGert Hulselmans3-1/+168
2010-07-01Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxH. Peter Anvin2-55/+72
2010-07-01NEWS: document changes to the CD-ROM initialization sequencesyslinux-4.01-pre1H. Peter Anvin1-0/+3
2010-07-01core, diskio: skip EDD/CHS detect for CD-ROMsH. Peter Anvin1-53/+59
2010-07-01core, diskio: move dprintfs to the intended locationH. Peter Anvin1-4/+6
2010-07-01core, diskio: put the error code in dprintf and printable messagesH. Peter Anvin1-2/+8
2010-06-29mboot.h: use <dprintf.h>H. Peter Anvin1-7/+1
2010-06-29NEWS: beginning of a 4.01 NEWS fileH. Peter Anvin1-0/+6
2010-06-29diskstart: don't let the function number clobber the LBAH. Peter Anvin1-3/+7
2010-06-29isolinux: don't clobber DX (DL!) on startupH. Peter Anvin1-6/+6
2010-06-29isolinux: make sure Hidden is zero in native El Torito modeH. Peter Anvin1-10/+12
2010-06-29core, diskio: add a few dprintf()'sH. Peter Anvin1-7/+22
2010-06-28version: next version in 4.01H. Peter Anvin1-1/+1
2010-06-28Merge remote branch 'debian/daniel'H. Peter Anvin2-3/+11
2010-06-28Merge remote branch 'sha0/newness'syslinux-4.00H. Peter Anvin1-0/+8
2010-06-28NEWS: Document mdiskchk.com and eltorito.sys changesShao Miller1-0/+8
2010-06-28config.c32: accept an optional new directoryH. Peter Anvin1-3/+4
2010-06-28diskio: hard-code CD-ROM sectors to 2048 bytesH. Peter Anvin1-1/+12
2010-06-28NEWS: document MENU IMMEDIATEH. Peter Anvin1-0/+2
2010-06-28NEWS: document isohybrid.cH. Peter Anvin1-1/+3
2010-06-28NEWS: document ifcpu*.c32 fixH. Peter Anvin1-0/+1
2010-06-28NEWS: Fixing HDT, adding ifcpu changesErwan Velu1-1/+3
2010-06-28NEWS: first cut of a NEWS file for 4.00H. Peter Anvin1-3/+41
2010-06-27core, chdir: collapse slashes, avoid copy-to-selfsyslinux-4.00-pre64H. Peter Anvin1-11/+48
2010-06-27Merge remote branch 'sha0/gert_chain'H. Peter Anvin1-6/+19
2010-06-27chain.c32: pass partition number to stage2 of Grub LegacyGert Hulselmans1-5/+8
2010-06-27rosh: update for Syslinux 4 and make it more usableGene Cumm2-344/+733
2010-06-27chain.c32: only pass partition number in DH, when grldr= is usedGert Hulselmans1-1/+11
2010-06-27Merge remote branch 'sha0/gert_chain'H. Peter Anvin1-21/+25
2010-06-27chain.c32: add keeppxe to usage output and cleanup commentsGert Hulselmans1-21/+25
2010-06-27<linux/loop.h>: deal with really ancient Linux kernel headersH. Peter Anvin1-0/+6
2010-06-27libinstaller: include <linux/loop.h>H. Peter Anvin1-0/+90
2010-06-27Export the 64-bit partition offset and use it in chain.cH. Peter Anvin5-14/+20
2010-06-27isohdpfx: update to the new !GPT protocolH. Peter Anvin1-3/+5
2010-06-26diskstart: if no partition info is available, use bsHiddensyslinux-4.00-pre63H. Peter Anvin1-2/+7
2010-06-26Update .gitignoreH. Peter Anvin1-0/+3
2010-06-26extlinux: set bsHidden for loop devicesH. Peter Anvin2-5/+15
2010-06-26PM getcwd(); Fix COM32 getcwdGene Cumm5-21/+20
2010-06-26core: move PartInfo back to the top of stackH. Peter Anvin1-9/+8
2010-06-26syslinux.ld: remove redundant definition of STACK32_LENH. Peter Anvin1-2/+0
2010-06-26menu: add MENU HELPH. Peter Anvin4-4/+43
2010-06-26core, fs: eliminate recursion in put_inode()H. Peter Anvin1-5/+4
2010-06-26chain.c32: fix handover to a logical partitionH. Peter Anvin1-48/+65
2010-06-26gptmbr: skip partitions with all-zero PartitionTypeGUIDH. Peter Anvin1-0/+6
2010-06-26pwd.c32: add to MakefileH. Peter Anvin1-1/+1
2010-06-26chain.c32: "fs" is a singular token, only match if completeH. Peter Anvin1-1/+1
2010-06-26com32 pwd moduleGene Cumm1-0/+51
2010-06-26Fix COM32 chdir()Gene Cumm3-6/+8
2010-06-26pmapi: make the pmapi vector include its own sizeH. Peter Anvin2-0/+4
2010-06-26chain: Support booting GPT partition by labelShao Miller2-6/+73
2010-06-26chain: Support booting GPT disk/partition by GUIDShao Miller2-23/+149
2010-06-25core, fs: handle .. resolution in the filesystem coreH. Peter Anvin2-14/+33
2010-06-25btrfs: initialize the block cache earlyH. Peter Anvin1-44/+5
2010-06-25btrfs: do not read past the end of the diskH. Peter Anvin1-0/+8
2010-06-25core, diskio: make error messages a little more usefulH. Peter Anvin1-1/+7
2010-06-25extlinux: modify the layout for btrfsH. Peter Anvin1-9/+13
2010-06-25dos: include the ADV in the file size to be sector mappedsyslinux-4.00-pre62H. Peter Anvin1-1/+2
2010-06-25mtools: include the size of the ADV in the mappable rangeH. Peter Anvin1-1/+2
2010-06-25chain.c32: correctly set the length of the GPT handover structuresyslinux-4.00-pre61H. Peter Anvin1-50/+57
2010-06-25Merge remote branch 'sha0/chain_gpt'H. Peter Anvin2-196/+664
2010-06-25pxe: don't corrupt the length of an RRQ packet on retryH. Peter Anvin1-1/+4
2010-06-25chain: Implement GPT hand-over protocol as documentedShao Miller2-1/+51
2010-06-24pxe: fix the unload sequenceH. Peter Anvin2-16/+24
2010-06-24pxe: fix ip_ok()H. Peter Anvin2-8/+10
2010-06-24doc/gpt.txt: this is now fully implementedH. Peter Anvin1-4/+2