summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-26efi, udp: use single local port for each connectionsyslinux-6.01-pre2Matt Fleming2-22/+55
2013-06-24efi: there are no EFI installer componentsMatt Fleming2-3/+1
2013-06-24version: bump versionsyslinux-6.01-pre1Matt Fleming1-1/+1
2013-06-24load_linux: fallback to the BIOS linux loaderMatt Fleming1-6/+5
2013-06-21efi: Tag symbols with __exportMatt Fleming2-2/+2
2013-06-21efi: Export __bcopyxx_lenMatt Fleming2-1/+2
2013-06-20efi: delete unused varaiblessyslinux-6.00Matt Fleming1-2/+0
2013-06-20mk: stop complaining about unused parametersMatt Fleming1-1/+2
2013-06-20efi: return a value from sem_down()Matt Fleming1-0/+1
2013-06-20efi: provide prototype for load_env32()Matt Fleming2-1/+3
2013-06-20efi: fix a bunch of casting to different size warnings,Matt Fleming1-4/+9
2013-06-20efi: fix comparison between signed and unsigned typesMatt Fleming1-8/+4
2013-06-20efi: fix prototype of efi_erase()Matt Fleming1-2/+1
2013-06-19efi: forward declare 'struct semaphore'Matt Fleming1-0/+1
2013-06-19efi: cast third argument to HandleProtocol()Matt Fleming1-4/+6
2013-06-19efi: don't compare integers of different signsMatt Fleming1-4/+4
2013-06-19efi: cast to avoid compiler warningMatt Fleming1-1/+1
2013-06-19efi: include <string.h> for memcpy()/memset()Matt Fleming1-0/+1
2013-06-19efi: include <string.h> for memcpy()Matt Fleming1-0/+1
2013-06-19ldlinux: fix definition of 'Hidden'Matt Fleming1-1/+1
2013-06-19isolinux: fix type declarationsMatt Fleming1-2/+2
2013-06-19isolinux: use parenthesis to clarify operator precedenceMatt Fleming1-1/+1
2013-06-19bios: fix definition of 'bios_free_mem'Matt Fleming1-1/+1
2013-06-19ipappend: delete .ipappend_strings()Matt Fleming3-35/+0
2013-06-19firmware: correct the get_cursor() argument typesMatt Fleming3-3/+3
2013-06-19com32: add prototype for get_derivative_info()Matt Fleming1-0/+2
2013-06-19load_linux: return a non-void value to fix compiler warningMatt Fleming1-2/+2
2013-06-19NEWS: Add entry for EFI network supportMatt Fleming1-0/+2
2013-06-19version: We're now in 2013Matt Fleming1-1/+1
2013-06-19ansi: partially revert 937f816addb214ca4c8c1ce977e0357eafa8c617Matt Fleming1-5/+1
2013-06-19efi: Turn on symbol export whitelistMatt Fleming8-12/+13
2013-06-19efi: Mark global BIOS-only symbols as __weakMatt Fleming2-8/+10
2013-06-19mk: reinstate -mregparm for BIOSMatt Fleming4-0/+17
2013-06-17Merge tag 'syslinux-5.11-pre2' into firmwareMatt Fleming12-117/+187
2013-06-17txt: always rebuild necessary directoriesMatt Fleming1-1/+4
2013-06-14cli: don't disable linewrap when redrawing the cmdlinesyslinux-5.11-pre2Matt Fleming1-1/+1
2013-06-13ldlinux: fix loading of kbdmap filesMatt Fleming1-9/+2
2013-06-13PATH: use a linked list internallysyslinux-5.11-pre1Matt Fleming6-67/+109
2013-06-12version: Welcome to the 5.11 release cycleMatt Fleming1-1/+1
2013-06-12ldlinux: fix serial port handling regressionMatt Fleming1-1/+3
2013-06-11efi: install ldlinux.{e32,e64}Matt Fleming2-6/+6
2013-06-04NEWS: Mention noteworthy changes in 5.10syslinux-5.10Matt Fleming1-0/+9
2013-06-04NEWS: Clarify network stack filesMatt Fleming1-1/+3
2013-06-04font: write to 'fontbuf', not random memoryMatt Fleming1-3/+1
2013-05-31serial: Clean up and abstract handling of serial portsH. Peter Anvin2-15/+18
2013-05-31font: load data as a single blockH. Peter Anvin1-11/+7
2013-05-29serial: fix SERIAL directive for ports > 0Matt Fleming1-1/+1
2013-05-29font: increment pointer to fontbuf by font heightMatt Fleming1-1/+1
2013-05-21efi: shrink the size of syslinux.efiMatt Fleming3-15/+116
2013-05-20efi: strip debug info from syslinux.soMatt Fleming1-1/+1
2013-05-16ldlinux: use platform filename extensionMatt Fleming7-16/+25
2013-05-13Merge branch 'msdos-hdr' into for-hpa/elflink/firmwareMatt Fleming2-1/+11
2013-05-13efi: Fill out MS-DOS header relocs fieldMatt Fleming2-1/+11
2013-05-10efi: Lookup which file system we were loaded fromMatt Fleming1-8/+18
2013-04-25linux: Clear up error messageMatt Fleming1-1/+1
2013-04-25load_linux: update errno before returningMatt Fleming1-12/+37
2013-04-23efi: Add network supportsyslinux-6.00-pre5Matt Fleming19-562/+1322
2013-04-11Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmwareMatt Fleming9-88/+99
2013-04-08Fix support for Linux kernel images with no protected mode codeJosh Triplett1-7/+11
2013-03-28pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin8-81/+88
2013-03-22efi: Fix build with gnu-efi >= 3.0sMatt Fleming2-3/+16
2013-03-22Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming260-2496/+70969
2013-03-20pxe: Fix compiler warnings and real bugsyslinux-5.10-pre2Matt Fleming1-1/+1
2013-03-15ldlinux: Fixup lwip merge botchMatt Fleming1-0/+1
2013-03-11Partially revert "pxe: Pass absolute path to pxe_chdir()"Matt Fleming1-16/+27
2013-03-07readconfig: Don't display "(null)" labels when hitting TABMatt Fleming1-0/+3
2013-03-07ldlinux: Always update ConfigName when opening a config fileMatt Fleming1-0/+9
2013-03-06Merge branch 'lwip-merge' into elflinksyslinux-5.10-pre1Matt Fleming233-1591/+69694
2013-03-06net: Return of the legacy network stackMatt Fleming15-178/+1129
2013-02-26shuffle: syslinux_dump_movelist() only takes 1 argumentMatt Fleming1-2/+2
2013-02-26lwip: Fix use-after-free memory corruptionMatt Fleming1-0/+1
2013-02-26pxe: Handle closing file with NULL ->inodeMatt Fleming1-0/+3
2013-02-26Merge branch 'lwip' into elflinkMatt Fleming227-1653/+68801
2013-02-23com32: Add com32_cmdline() which returns argv[1..argc-1]syslinux-5.02-pre3Matt Fleming3-1/+15
2013-02-21ldlinux: Don't discard cmdline arguments when executing labelsMatt Fleming1-2/+22
2013-02-21mem: Add magic field to detect memory corruptionMatt Fleming6-6/+38
2013-02-20pxe: Pass absolute path to pxe_chdir()Matt Fleming1-6/+16
2013-02-20ldlinux: Pass config filename as argv[1] to ldlinux.c32Matt Fleming4-14/+17
2013-02-14com32/chain: fix potential problem with 'fs' optionMichal Soltys1-2/+2
2013-02-14com32/chain: sizeof style change (trivial)Michal Soltys4-20/+20
2013-02-14com32/chain: (utility) use enum for BPB typesMichal Soltys1-9/+2
2013-02-14com32/chain: (partiter) add cebr_siz for completnessMichal Soltys2-0/+2
2013-02-14com32/chain: (partiter) dos_next_ebr() fixupMichal Soltys1-1/+1
2013-02-14com32/chain: use single value for partiter related options (flags)Michal Soltys5-16/+13
2013-02-14com32/chain: partiter: rename start_lbaMichal Soltys4-23/+23
2013-02-14com32/chain: manglepe_fixchs() correctionMichal Soltys1-10/+38
2013-02-14com32/chain: index -1 partiter adjustmentMichal Soltys3-14/+12
2013-02-14com32/chain: rely more on addr_t, replace ADDR*Michal Soltys4-22/+32
2013-02-14com32/chain: remove common.hMichal Soltys6-43/+3
2013-02-14com32/chain: recognize exFATMichal Soltys3-4/+19
2013-02-14com32/chain: implement handling of non-standard hybrid GPT+MBR layoutsMichal Soltys7-18/+34
2013-02-14com32/chain: implement relax flagMichal Soltys7-11/+42
2013-02-14com32/chain: warning/error/help/doc tidyingMichal Soltys6-149/+166
2013-02-14com32/chain: use disk_guid for part_guid for 0th partitionMichal Soltys2-7/+4
2013-02-14com32/chain: cleaner variable namesMichal Soltys2-16/+14
2013-02-14com32/chain: mangle and related updatesMichal Soltys5-43/+49
2013-02-14com32/chain: add pi_errored() in partiterMichal Soltys2-2/+7
2013-02-14com32/chain: remove unused ebr_startMichal Soltys2-4/+0
2013-02-14com32/chain: partiter - more precise comments / outputMichal Soltys2-19/+23
2013-02-14com32/chain: remove redundant rawindexMichal Soltys3-7/+4
2013-02-14com32/chain: partiter - simplifications and updatesMichal Soltys4-279/+119
2013-02-14com32/chain: shuffle code before partiter simplificationsMichal Soltys1-62/+62
2013-02-14com32/chain: change stepall into flagsMichal Soltys3-14/+18
2013-02-14com32/chain: use anonymous and unnamed aggregatesMichal Soltys4-58/+58
2013-02-14com32/chain: comments, minor adjustmentMichal Soltys7-81/+87
2013-02-14com32/chain: update licenses and #ifndef stanzasMichal Soltys12-19/+248
2013-02-13pxe: chdir to Path Prefix (DHCP Option 210) to open configsyslinux-5.02-pre2Matt Fleming1-0/+1
2013-02-11poweroff COM32 moduleSebastian Herbszt2-1/+89
2013-02-114k_sector: Support sectors >512Frediano Ziglio1-14/+27
2013-02-114k_sector: Reduce size reducing a messageFrediano Ziglio1-1/+1
2013-02-114k_sector: Save some bytes adding a function to set bx before read_sectorFrediano Ziglio1-6/+7
2013-02-114k_sector: Recover 3 bytes avoid a callFrediano Ziglio1-9/+10
2013-02-07version: Welcome to the 5.02 release cyclesyslinux-5.02-pre1Matt Fleming1-1/+1
2013-02-07elflink: Use CurrentDirName for initial PATH if validMatt Fleming2-12/+23
2013-02-07run_command: Use load_kernel() which understands labelsMatt Fleming1-1/+1
2013-02-07ldlinux: Append BOOT_IMAGE= to kernel cmdlineMatt Fleming2-13/+6
2013-02-04load_linux: bail if no place for the real mode portion is foundH. Peter Anvin1-0/+3
2013-02-04load_linux: additional cleanups and corner case fixingH. Peter Anvin1-15/+14
2013-02-04load_linux: the command line pointer depends on real_mode_baseH. Peter Anvin1-12/+12
2013-02-04load_linux: boot protocol < 2.00 could still have a command lineH. Peter Anvin1-6/+10
2013-01-29Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming82-1183/+1806
2013-01-25ldlinux: Correct the attribute bit for foreground brightsyslinux-5.01Matt Fleming1-1/+1
2013-01-25ldlinux: Convert all UsingVGA uses with display_mask_vga()Matt Fleming1-24/+35
2013-01-25elflink: Set PATH to the directory containing ldlinux.c32syslinux-5.01-pre5Matt Fleming1-2/+23
2013-01-24NEWS: Add entries for 5.01Matt Fleming1-0/+12
2013-01-24Merge branch 'doc-elflink-for-mfleming' of git://github.com/geneC/syslinux in...Matt Fleming11-1/+1038
2013-01-24Merge branch 'for-upstream' of git://git.zytor.com/users/pcacjr/syslinux into...Matt Fleming7-199/+251
2013-01-24ldlinux: Fix serial output and delete eprintf()Matt Fleming10-94/+63
2013-01-24ldlinux: Don't update UsingVGA when we just want the valueMatt Fleming1-8/+3
2013-01-24ldlinux: Dynamically allocate cmdline buffer to avoid overflowMatt Fleming1-5/+3
2013-01-24ldlinux: Clear screen on ASCII 12 (form feed) in DISPLAY fileMatt Fleming1-0/+8
2013-01-23module: Replace cur_module with module_current()syslinux-5.01-pre4Matt Fleming3-9/+15
2013-01-23hdt: Move ~162K byte data object from the stack to the bssMatt Fleming1-1/+1
2013-01-23module: Check for NULL ctors and dtorsMatt Fleming2-2/+2
2013-01-23module: Check the return value of malloc()Matt Fleming1-0/+8
2013-01-23init: Leave mem_init() to fs_init()Matt Fleming1-3/+0
2013-01-23realloc: Set the HEAP when splitting a blockMatt Fleming1-0/+2
2013-01-22extlinux: Also install ldlinux.c32 file on XFSPaulo Alcantara1-4/+26
2013-01-22xfs: Flush cache of directory blocks once done with readdir()Paulo Alcantara3-4/+33
2013-01-22xfs: Remove unnecessary free()'sPaulo Alcantara3-37/+3
2013-01-22xfs: Fix bug when listing shortform directory entriesPaulo Alcantara1-2/+3
2013-01-21xfs: Add cache for directory blocksPaulo Alcantara5-71/+118
2013-01-21xfs: Make xfs_dir2_entry_name_cmp() inlinePaulo Alcantara2-13/+13
2013-01-21xfs: Avoid useless malloc()'s and free()'sPaulo Alcantara3-61/+25
2013-01-21xfs: Make it more verbose on debugPaulo Alcantara5-11/+35
2013-01-21xfs: Improve error and debug printingPaulo Alcantara1-2/+6
2013-01-21xfs: Do some refactoringPaulo Alcantara1-20/+15
2013-01-21Merge branch 'com32lib_spotless_for_mfleming' of git://github.com/geneC/sysli...Matt Fleming1-1/+1
2013-01-21pxe: Add PXELINUX-specific symbols to symbol whitelistMatt Fleming2-3/+3
2013-01-20com32/lib: delete *.c32 on key targetGene Cumm1-1/+1
2013-01-17core/lzo: move LZO back to uncompressed sectionH. Peter Anvin1-1/+1
2013-01-17txt/Makefile: make directoriesGene Cumm1-4/+7
2013-01-17txt/: Remove COMBOOT as of 5.00; spelling; add PATHGene Cumm3-14/+22
2013-01-17NEWS: add txt/Gene Cumm1-0/+4
2013-01-17Makefile: add txt/Gene Cumm1-1/+1
2013-01-17txt/: Add new AsciiDoc formatted documentationGene Cumm9-0/+1022
2013-01-17elf: remove long-since-obsolete shallow module machineryH. Peter Anvin6-223/+5
2013-01-17core: switch LZO decompressor to "fast safe" versionH. Peter Anvin8-17/+42
2013-01-17core/fs: remove some stale functions, inode refcount debugH. Peter Anvin2-112/+9
2013-01-17bios.h: add missing dependent #includeH. Peter Anvin1-0/+2
2013-01-17Rename libcom32gpl.c32 to libgpl.c32H. Peter Anvin2-4/+4
2013-01-17Rename libutil_com.c32 to libutil.c32H. Peter Anvin5-8/+7
2013-01-17Always strip all the modulesH. Peter Anvin15-25/+35
2013-01-17dos: obtain the executable pathname, cleanupsH. Peter Anvin7-75/+175
2013-01-16ldlinux: Perform chdir() before parsing configsyslinux-5.01-pre3Matt Fleming1-3/+3
2013-01-16module: Check return value of malloc()Matt Fleming1-0/+5
2013-01-15ldlinux: Strip whitespace from LABEL directiveMatt Fleming1-5/+11
2013-01-14PXELINUX: Fix IPAPPEND to include BOOTIF and SYSUUIDsyslinux-5.01-pre2Matt Fleming1-1/+3
2013-01-11Revert "vesa: Correct screencpy() prototype"Matt Fleming4-7/+8
2013-01-11isolinux: Update LBA in getlinsec loopMatt Fleming1-0/+3
2013-01-10module: Allow .c32 files to execute themselvesMatt Fleming1-14/+2
2013-01-10extlinux: Fix installation subdirectory patchingMatt Fleming1-7/+3
2013-01-10extlinux: Make sure ldlinux.sys file is installedPaulo Alcantara1-0/+2
2013-01-09menugen: Make it compatible with Py3kPaulo Alcantara1-28/+28
2013-01-09efi: Greatly simplify the EFI Scan Code handlingMatt Fleming3-114/+31
2013-01-09efi: Lookup the Unicode encoding when writing charactersMatt Fleming1-1/+4
2013-01-09efi: Set display attributes before writing outputMatt Fleming1-0/+2
2013-01-09efi: Enable/disable cursor like the BIOS codeMatt Fleming1-1/+2
2013-01-09efi: Fix handling of "extended" keysMatt Fleming1-3/+4
2013-01-09efi: Fix screen clearing and cursor positionMatt Fleming1-3/+4
2013-01-08Merge branch 'elflink' into firmwareMatt Fleming6-28/+56
2013-01-08vesa: Make __vesacon_i915resolution() a stub under EFIMatt Fleming2-1/+13
2013-01-08core/kaboom.c: Export __bad_SEG()Matt Fleming1-1/+1
2013-01-08version: Bump minor number and yearsyslinux-5.01-pre1Matt Fleming1-1/+1
2013-01-08mk/embedded.mk: Don't use -mregparm in coreMatt Fleming4-5/+5
2013-01-07efi: Delete EFI handover protocol checkMatt Fleming1-4/+0
2013-01-07vesa: Correct screencpy() prototypeMatt Fleming2-2/+2
2013-01-04ldlinux: Dynamically alloc memory for kernel and initrd filenamesMatt Fleming1-19/+45
2013-01-04ldlinux: Don't delete ldlinux.c32 with 'make clean'Matt Fleming1-4/+6
2013-01-03elflink: set the sonames of shared librariesH. Peter Anvin4-4/+4
2013-01-02sys/vesa: Include screencpy.o in $LIBVESA_OBJSMatt Fleming1-1/+1
2013-01-02com32: Fix merge botchMatt Fleming1-0/+1
2012-12-07Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming118-4172/+5826
2012-12-06Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming20-2443/+23
2012-12-05Symbol export whitelistMatt Fleming44-92/+103
2012-12-05core: Fix 'NoHalt'Matt Fleming3-5/+3
2012-12-05com32: Delete unused malloc.c and friendsMatt Fleming4-383/+0
2012-12-05Reduce the number of global variablesMatt Fleming16-270/+28
2012-12-05comboot: Mark API functions obsoleteMatt Fleming1-349/+37
2012-12-04doc: Further explanation for the PATH directive and lookup rulesMatt Fleming1-1/+29