aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Merge branch 'master' into elflinkelflinkH. Peter Anvin4-11/+37
2014-01-08diag/geodsp: README fixesGene Cumm1-7/+25
2014-01-08diag/geodsp: fix MakefileGene Cumm1-3/+3
2014-01-08core/legacynet: Enable dot quad resolutionGene Cumm1-0/+35
2013-12-30Remove some whitespaceRuben Kerkhof1-1/+1
2013-12-11isolinux: Clear upper half of EDX before usingH. Peter Anvin1-1/+1
2013-12-11pxe, efi: Bad read of file size over TFTP on EFI64Celelibi1-35/+11
2013-11-26isolinux: Clear upper half of EDX before usingH. Peter Anvin1-1/+1
2013-09-30com32: Fix a bug on history of commands.Raphael S.Carvalho1-5/+8
2013-09-30com32: Fix bugs on cmd_reverse_search (Triple fault dimension)Raphael S.Carvalho1-2/+9
2013-09-30com32/disk: Code cleanup at disk_write_sectors and disk_read_sectors.Raphael S.Carvalho2-83/+97
2013-09-30PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm1-1/+21
2013-09-23core/lwip: Fix NULL pointer checkGene Cumm1-1/+1
2013-09-23PXE: use ddprintf macroGene Cumm3-26/+26
2013-09-23com32: Define ddprintf() macroGene Cumm1-0/+3
2013-09-23PXELINUX: specify PXE/lwIPGene Cumm2-2/+8
2013-09-23undiif: show thread of execution on UNDIIF_ID_DEBUGGene Cumm1-3/+7
2013-09-23core: dprintf() the banner.Gene Cumm1-0/+2
2013-09-23PXELINUX: Use sendto() instead of connect()/send()/disconnect()Gene Cumm4-8/+94
2013-08-03core: make mbox_post()/__sem_down_slow() check if validGene Cumm2-2/+2
2013-08-03core: mbox/semaphore NULL checksGene Cumm5-24/+41
2013-08-03core/lwip/undi: Improve UNDIIF_ID_DEBUG messagesGene Cumm1-8/+9
2013-07-25NEWS: document changes in 4.07syslinux-4.07Matt Fleming1-0/+8
2013-07-20Allow for UNDIIF_ID_DEBUG in 1 mk linesyslinux-5.11-pre9Gene Cumm2-1/+5
2013-07-20core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debugGene Cumm2-1/+220
2013-07-13lwip/undiif: split arphdr._hwlen_protolenGene Cumm1-5/+7
2013-07-12lwip: Allow LWIP_PLATFORM_* output to use dprintfGene Cumm1-2/+12
2013-07-12lwip: undiif: Fix debug options to unique *_DEBUG macrosGene Cumm2-35/+56
2013-07-12version: bump version and datesyslinux-4.07-pre1Matt Fleming1-1/+1
2013-07-05Merge branch 'dynamic-debug' into elflinksyslinux-5.11-pre8Matt Fleming10-6/+182
2013-07-05mk: enable dynamic debug supportMatt Fleming1-0/+1
2013-07-05debug.c32: Dynamically enable/disable debug code at runtimeMatt Fleming7-3/+178
2013-07-05mk: include $(GCCWARN) when building ELF objectsMatt Fleming2-3/+3
2013-07-03Merge branch 'idle' into elflinksyslinux-5.11-pre7Matt Fleming6-79/+6
2013-07-03idle: Consolidate idle implementationsMatt Fleming6-79/+5
2013-07-03idle: enable interrupts before idlingMatt Fleming1-0/+1
2013-07-03Merge branch 'doc-for-mfleming' of git://github.com/geneC/syslinux into elflinksyslinux-5.11-pre6Matt Fleming2-5/+6
2013-07-02core: we only need one reset_idle()Matt Fleming3-9/+3
2013-07-01doc/ & txt/: Spelling fixGene Cumm2-5/+6
2013-07-01load_linux: validate sanity of 'initrd_addr_max'syslinux-5.11-pre5Matt Fleming1-1/+1
2013-07-01load_linux: Add dprintf statements to aid debuggingMatt Fleming1-12/+29
2013-07-01conio: Fix pollchar() for serial consolesyslinux-5.11-pre4Matt Fleming1-4/+3
2013-06-27ldlinux: fix INCLUDE regressionsyslinux-5.11-pre3Matt Fleming1-22/+70
2013-06-26PXELINUX: implement our own version of local_boot16Matt Fleming3-6/+66
2013-06-26Merge branch 'ipappend-fix-for-mfleming' of git://github.com/geneC/syslinux i...Matt Fleming4-4/+7
2013-06-26doc/ & txt/: Document IPAPPEND/SYSAPPEND formatGene Cumm2-2/+5
2013-06-26core & menu: fix IPAPPEND/SYSAPPEND conversionGene Cumm2-2/+2
2013-06-24core: remove unused header file vkernel.incH. Peter Anvin2-36/+0
2013-06-24Merge branch 'menu-ipappend-1-for-mfleming' of git://github.com/geneC/syslinu...Matt Fleming1-3/+5
2013-06-24Merge branch 'doc-for-mfleming' of git://github.com/geneC/syslinux into elflinkMatt Fleming8-36/+779
2013-06-23menu.c32: Fix SYSAPPENDGene Cumm1-3/+5
2013-06-23txt/syslinux.txt: rewrap long commandGene Cumm1-2/+2
2013-06-23txt/Makefile: add isolinux.txt, pxelinux.txtGene Cumm1-2/+4
2013-06-23txt/: Add isolinux.txt, pxelinux.txtGene Cumm2-0/+577
2013-06-23txt/syslinux-cli.txt: Version on Ctrl-NGene Cumm1-1/+1
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-13txt/Makefile: order-only prerequisiteGene Cumm1-3/+3
2013-06-13PATH: use a linked list internallysyslinux-5.11-pre1Matt Fleming6-67/+109
2013-06-12txt/: Add common file for derivativesGene Cumm1-0/+11
2013-06-12txt/syslinux.cfg.txt: UpdatesGene Cumm1-26/+39
2013-06-12txt/syslinux.txt: synopsis, extlinux.sys, wrap long commandGene Cumm1-6/+8
2013-06-12txt/syslinux-cli.txt: Path rulesGene Cumm1-0/+28
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-10txt/syslinux.cfg.txt: Add SENDCOOKIES, example configGene Cumm1-0/+36
2013-06-10txt/syslinux.cfg.txt: Add SYSAPPENDGene Cumm1-3/+77
2013-06-10doc/syslinux.txt: grammarGene Cumm1-1/+1
2013-06-10Fix SERIAL directive in docsGene Cumm2-2/+2
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-04-25linux: Clear up error messageMatt Fleming1-1/+1
2013-04-25load_linux: update errno before returningMatt Fleming1-12/+37
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-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-27menugen: Make it compatible with Py3kPaulo Alcantara1-28/+28
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-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-14isolinux: Update LBA in getlinsec loopMatt Fleming1-0/+3
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-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-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
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