aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-29pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin2-3/+3
2012-05-29pxe: force polling on if we receive no interruptsH. Peter Anvin2-5/+24
2012-05-29pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin3-11/+39
2012-05-29pxe: drop the maximum spurious interrupt to 100 in a timer tickH. Peter Anvin1-1/+1
2012-05-29pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2-10/+74
2012-05-29Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin114-7889/+12485
2012-04-27core/pxe: lwip semaphore changesGene Cumm3-29/+80
2012-04-27core/pxe: lwip changes to netconn_recvGene Cumm2-6/+7
2012-04-26core/lwip: update to lwIP-1.4.0Gene Cumm109-7854/+12398
2012-04-26pxe, ftp: Change anonymous password to syslinux@H. Peter Anvin1-1/+1
2012-04-26lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20H. Peter Anvin1-1/+1
2012-04-26pxe: Remove stray debugging messageH. Peter Anvin1-2/+1
2012-04-26pxe, tftp: Handle block number wraparoundH. Peter Anvin1-1/+1
2012-04-26pxe, tftp: make TimeoutTable staticH. Peter Anvin2-2/+1
2012-04-26pxe, tftp: Unify UDP send and use pbuf memoryH. Peter Anvin1-20/+37
2012-04-26lwipopts: increase the number of netbufsH. Peter Anvin1-0/+1
2012-04-26Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre19H. Peter Anvin2-4/+102
2012-04-25Merge remote-tracking branch 'genec/diag-geodsp-perl-for-hpa'H. Peter Anvin2-4/+102
2012-04-25Merge remote-tracking branch 'genec/com32-cptime-upd-for-hpa' into lwipH. Peter Anvin4-3/+55
2012-03-30Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin76-2168/+8445
2012-03-30pxe: Make the ISR poll routine a bit sanerH. Peter Anvin1-2/+5
2012-03-30pxe: Fix interrupt unmaskingH. Peter Anvin1-5/+6
2012-03-30thread: Add magic number, debugging code, min stack sizeH. Peter Anvin4-3/+44
2012-03-30pxeisr: Use nonspecific EOI; add pxe_poll routine; CLDH. Peter Anvin2-10/+49
2012-03-30lwipopts.h: Bump the priority of the tcpip_threadH. Peter Anvin1-1/+1
2012-03-30pxe: Unmask the cascade if applicable, handle bad IRQ numbersH. Peter Anvin1-12/+25
2012-03-27idle_thread: safer interrupt handlingH. Peter Anvin1-3/+3
2012-03-27sys/cpu.h: add barriersH. Peter Anvin1-6/+6
2012-03-26libinstaller: Avoid using <linux/ext2_fs.h>syslinux-4.06-pre3H. Peter Anvin3-11/+886
2012-03-26version: Update year to 2012H. Peter Anvin1-1/+1
2012-03-26Makefile: Use -Ox option to NASMH. Peter Anvin2-2/+2
2012-03-26Merge branch 'chaindev'H. Peter Anvin21-1937/+4000
2012-03-26chain.c: Fix misplaced #endif breaking non-DEBUG buildsH. Peter Anvin1-1/+1
2012-03-26isohybrid: Generate MBR even when in EFI modeMatthew Garrett1-5/+49
2012-03-21altmbr: actually invoke the correct partitionsyslinux-4.06-pre2H. Peter Anvin1-1/+1
2012-03-12com32/lib/pci/scan.c: Fix free_pci_domain()Henri Roosen1-3/+3
2012-02-12NEWS: trivial changePaulo Alcantara1-1/+1
2012-02-11ntfs: check for index entry which has INDEX_ENTRY_END flag setPaulo Alcantara2-2/+10
2012-02-11ntfs: remove wrong checksPaulo Alcantara1-48/+24
2012-02-11Merge branch 'lwip' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux int...H. Peter Anvin4-0/+449
2012-02-11ntfs: keep looking for attributes with the latest found MFT recordPaulo Alcantara1-19/+47
2012-02-11ntfs: MFT record may be changed when invoking ntfs_attr_lookup()Paulo Alcantara1-16/+20
2012-02-11ntfs: add missing field in ntfs_attr_list_entry structurePaulo Alcantara2-6/+15
2012-02-11ntfs: print function names on debug modePaulo Alcantara1-0/+30
2012-02-11ntfs: handle offsets when walking through attribute list's entriesPaulo Alcantara2-17/+21
2012-02-11ntfs: handle MFT records that contain $ATTRIBUTE_LIST attributePaulo Alcantara2-33/+185
2012-02-11ldlinux: workaround for avoiding EDD error on btrfs probePaulo Alcantara1-2/+2
2012-02-11ntfs: fix POSIX vs Win32 filename comparesPaulo Alcantara1-10/+0
2012-02-11ntfs: fix license headersPaulo Alcantara3-3/+3
2012-02-08Merge remote-tracking branch 'pcacjr/mingw-ubuntu-prefix-for-hpa'H. Peter Anvin1-1/+2
2012-02-08extlinux: use sysfs to find the device node if need beH. Peter Anvin1-10/+66
2012-02-08extlinux: clean up main.c formattingH. Peter Anvin1-36/+35
2012-02-08extlinux: main.c should not be executableH. Peter Anvin1-0/+0
2012-02-06bootsect.inc: try to catch obvious .0 problemsH. Peter Anvin1-1/+15
2012-02-06strreplace: additional cleanupsH. Peter Anvin2-2/+2
2012-02-06strreplace: clean up and simplifyH. Peter Anvin1-20/+24
2012-02-03prdhcp.c32: Fix what is retrieved.Gene Cumm1-2/+3
2012-01-26win32: add new mingw prefixPaulo Alcantara1-1/+2
2011-12-31diag/geodsp: Use perl to make the image; Fix MakefileGene Cumm1-4/+8
2011-12-31diag/geodsp: add mk-lba-img.plGene Cumm1-0/+94
2011-12-18prdhcp.c32: Add to MakefileGene Cumm1-1/+1
2011-12-18cptime.txt: AsciiDoc manpage for cptime.c32Gene Cumm1-0/+50
2011-12-17cptime.c32: Move to modules; include in MakefileGene Cumm2-1/+2
2011-12-17hdt: Adding postexec= optionErwan Velu3-4/+34
2011-12-17hdt: On the road to 0.5.2Erwan Velu1-2/+2
2011-12-17Merge remote-tracking branch 'hpa/master'Erwan Velu39-103/+2957
2011-12-14Clarify the license for the Syslinux logosyslinux-4.06-pre1H. Peter Anvin1-0/+5
2011-12-14version: now working on version 4.06H. Peter Anvin1-1/+1
2011-12-14NEWS: document NTFS supportH. Peter Anvin1-0/+3
2011-12-13find-mingw64: yet another set of prefixes to test...H. Peter Anvin1-0/+4
2011-12-13Merge remote-tracking branch 'pcacjr/ntfs-for-hpa'H. Peter Anvin32-96/+2938
2011-12-13Merge commit 'syslinux-4.05' into lwipH. Peter Anvin10-45/+1344
2011-12-13Merge remote-tracking branch 'genec/com32-prdhcp-for-hpa' into lwipH. Peter Anvin1-0/+163
2011-12-13Merge remote-tracking branch 'genec/com32-cptime-for-hpa' into lwipH. Peter Anvin1-0/+284
2011-12-09Add logo by Abi Rasheedsyslinux-4.05H. Peter Anvin2-0/+2
2011-12-08Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre17H. Peter Anvin9-45/+1342
2011-12-07Makefile.private: remove obsolete targetsyslinux-4.05-pre7H. Peter Anvin1-4/+0
2011-12-05NEWS: document mk-lba-img removalH. Peter Anvin1-1/+3
2011-12-05diag/geodsp: don't distribute mk-lba-imgH. Peter Anvin1-1/+1
2011-12-01prdhcp.c32: Print DHCP packetsGene Cumm1-0/+163
2011-11-30cptime.c32: Simple module to test download ratesGene Cumm1-0/+284
2011-11-02Merge remote-tracking branch 'hpa/master'Erwan Velu7-40/+1339
2011-10-13lwip:undiif: Add interface with tcpip_input() callbackGene Cumm1-1/+1
2011-10-13lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()Gene Cumm1-2/+2
2011-10-13lwip: undiif: Fix debug option addressing in update_arp_entry()Gene Cumm1-2/+2
2011-10-13lwip: undiif: Fix #error typoGene Cumm1-1/+1
2011-10-11thread: allow marking invalid; allow for static mboxesH. Peter Anvin3-2/+54
2011-10-01undiif: correct bogus dprintf() statementH. Peter Anvin1-12/+12
2011-09-22hdt: Don't search HDDs when no HDD got detectedErwan Velu1-1/+3
2011-09-22hdt: Avoid memory corruption on menu summaryErwan Velu1-2/+1
2011-09-22hdt: Dumping disk failed when disk are presentErwan Velu1-1/+1
2011-09-20ntfs: keep a state structure for ntfs_readdir() callersPaulo Alcantara2-21/+45
2011-09-15ntfs: cleanupsPaulo Alcantara3-240/+116
2011-09-11ntfs: Check for disk read error during FS probingShao Miller1-1/+4
2011-09-11ntfs: Deal with NTFS versions for MFT record lookupsShao Miller2-13/+139
2011-09-11ntfs: use a runlist for handling multiple data runsPaulo Alcantara3-23/+128
2011-09-11win: Fix an out-of-bounds array accessShao Miller1-1/+1
2011-09-11ntfs: don't start lookup from the same block in ntfs_mft_record_lookup()Paulo Alcantara1-5/+9
2011-09-11ntfs: fix ntfs_read()Paulo Alcantara1-3/+4
2011-09-11ntfs: and more fixes...Paulo Alcantara2-45/+39
2011-09-11win: Add further NTFS support to Windows installersShao Miller9-2/+896
2011-09-11ntfs: fix VCN calculation and the ntfs_readdir() functionPaulo Alcantara2-21/+59
2011-09-11ntfs: more bugfixesPaulo Alcantara2-137/+231
2011-09-11ntfs: fix ntfs_fs_init()Paulo Alcantara1-13/+19
2011-09-11ntfs: I think ntfs_readdir() is now fixedPaulo Alcantara2-51/+77
2011-09-11ntfs: fix ntfs_readdir()Paulo Alcantara2-80/+166
2011-09-11ntfs: mapping_chunk's length field must not be an uint8_t typePaulo Alcantara1-2/+2
2011-09-11ntfs: better way to check whether a MFT record is file or directoryPaulo Alcantara2-40/+7
2011-09-11ntfs: and more speed improvementsPaulo Alcantara2-81/+63
2011-09-11ntfs: fix ntfs_match_longname() and make index_lookup() fasterPaulo Alcantara1-82/+49
2011-09-11ntfs: make index_inode_setup() fasterPaulo Alcantara1-16/+16
2011-09-11ntfs: make ntfs_match_longname() fasterPaulo Alcantara1-30/+5
2011-09-11ntfs: more cleanupsPaulo Alcantara1-21/+21
2011-09-11ntfs: cleanupsPaulo Alcantara2-56/+5
2011-09-11ntfs: fix bug in parse_data_run()Paulo Alcantara2-107/+79
2011-09-11ntfs: it's working, partially... :-/Paulo Alcantara1-120/+132
2011-09-11ntfs: continue on its implementationPaulo Alcantara2-111/+190
2011-09-07ntfs: heh :-)Paulo Alcantara2-94/+98
2011-09-07ntfs: set block shift and size to their correct valuesPaulo Alcantara1-15/+13
2011-09-07ntfs: implement fixups_realloc()Paulo Alcantara1-25/+32
2011-09-07ntfs: implement ntfs_next_extent() and ntfs_getfssec()Paulo Alcantara1-5/+116
2011-09-07ntfs: implement ntfs_readdir()Paulo Alcantara1-1/+85
2011-09-07ntfs: implement get_inode_mode()Paulo Alcantara1-31/+43
2011-09-07ntfs: implement ntfs_iget()Paulo Alcantara2-24/+462
2011-09-07ntfs: implement ntfs_iget_root()Paulo Alcantara2-1/+122
2011-09-07ntfs: implement for_each_mft_record() macroPaulo Alcantara2-0/+482
2011-09-07ntfs: implement new_ntfs_inode()Paulo Alcantara2-0/+43
2011-09-07Initial NTFS readonly support code to SyslinuxPaulo Alcantara3-0/+171
2011-09-07Add NTFS filesystem support to Linux and Windows installersPaulo Alcantara22-94/+285
2011-08-25ifmemdsk: remove spurious +x bitsyslinux-4.05-pre6H. Peter Anvin1-0/+0
2011-08-24Merge remote-tracking branch 'sha0/ifmemdsk'H. Peter Anvin2-0/+393
2011-08-24NEWS: document isohybrid -mH. Peter Anvin1-0/+1
2011-08-24isohybrid: Generate GPT and Mac bootable imagesMatthew Garrett3-8/+572
2011-08-08ifmemdsk.c32: Allow boot options based on presence of MEMDISKShao Miller2-0/+393
2011-08-02Use PRIu64 instead of %llu, where appropriateMichal Soltys2-2/+3
2011-08-02Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys27-315/+575
2011-07-28extlinux: remove dead code in installersyslinux-4.05-pre5H. Peter Anvin1-5/+2
2011-07-28btrfs: Correctly determine the installation subvolumeYi Yang2-32/+376
2011-07-11hdt: Fixing array sizeErwan Velu1-1/+1
2011-07-11Merge remote-tracking branch 'hpa/master'Erwan Velu27-287/+207
2011-07-06Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre16H. Peter Anvin4-10/+24
2011-07-05extlinux: remove wrong use of strstr()syslinux-4.05-pre4Paulo Alcantara1-3/+1
2011-07-05implement fat_check_sb_fields()Paulo Alcantara1-0/+9
2011-06-28isohybrid: unbreak hex/octal arguments in C versionsyslinux-4.05-pre3P J P2-7/+14
2011-06-28Merge branch 'lwip' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux int...H. Peter Anvin1-2/+2
2011-06-28Merge branch 'master' into lwipH. Peter Anvin13-125/+56
2011-06-28Merge remote-tracking branch 'genec/extlinux-geo-for-hpa'H. Peter Anvin1-2/+2
2011-06-27Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre15H. Peter Anvin9-65/+48
2011-06-27com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin9-65/+48
2011-06-27core/debug.c: don't error out on !DEBUGH. Peter Anvin1-0/+2
2011-06-27Merge branch 'master' into lwipH. Peter Anvin6-58/+6
2011-06-27Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin6-58/+6
2011-06-27core: Add "dprint" facility to assemblyH. Peter Anvin3-4/+32
2011-06-27sysappend: advance pointerH. Peter Anvin1-1/+1
2011-06-27Merge commit 'syslinux-4.05-pre2' into lwipH. Peter Anvin12-161/+142
2011-06-20dprintf: always define dprintf2/vdprintf2syslinux-4.05-pre2H. Peter Anvin1-7/+7
2011-06-20libupload: use %zx to print a size_t argumentH. Peter Anvin1-1/+1
2011-06-20lib: sync <stdint.h> and <stddef.h> from klibcH. Peter Anvin5-131/+97
2011-06-20lib/shuffle: use <dprintf.h>H. Peter Anvin1-17/+1
2011-06-20dprintf: add the ability to log to stdioH. Peter Anvin3-3/+23
2011-06-20chain.c32: fix types in dprintf()H. Peter Anvin1-4/+5
2011-06-20lib: Add missing bits to stddef.h, stdint.h; pointers are "long"H. Peter Anvin2-7/+11
2011-06-08Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys1-9/+15
2011-06-06hdt: New release 0.5.1hdt/0.5.1Erwan Velu1-2/+2
2011-06-06hdt: Ignoring checksums fileErwan Velu1-0/+1
2011-06-06strreplace: Fixing includesErwan Velu1-0/+1
2011-06-06Merge remote-tracking branch 'hpa/master'Erwan Velu12-56/+148
2011-05-24core: extend conventional memory warning with amount seensyslinux-4.05-pre1H. Peter Anvin1-9/+15
2011-05-13pxe: be more verbose on unload failureH. Peter Anvin2-2/+12
2011-05-11extlinux/main.c: Fix geometry handlingGene Cumm1-2/+2
2011-05-10Merge remote branch 'origin/master' into chaindevMichal Soltys8-8/+34
2011-05-10com32/chain: once more rename option: stop -> breakMichal Soltys4-19/+19
2011-05-10com32/chain: minor doc fixMichal Soltys1-7/+7
2011-05-10com32/chain: add support for ReactOS's freeldr.sysMichal Soltys2-0/+21
2011-05-09pxe: fix the cleanup routinesyslinux-4.10-pre14H. Peter Anvin3-29/+7
2011-05-09pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin3-23/+38
2011-05-09Merge remote-tracking branch 'origin/master' into lwipH. Peter Anvin8-8/+34
2011-05-09Add "make strip" targetH. Peter Anvin8-4/+30
2011-05-09Remove -s for host binariesH. Peter Anvin3-3/+3
2011-05-09linux: remove debugging OPTFLAGSH. Peter Anvin1-1/+1
2011-05-09core: fix pc_setint16 and pc_setint32Sebastian Herbszt1-2/+2
2011-05-08pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin4-26/+35
2011-05-08pxe, ftp: handle some DOS FTP stacks correctlyH. Peter Anvin1-0/+1
2011-05-07pxe, dns: add the local domain to unqualified hostnamesH. Peter Anvin1-4/+12
2011-05-04pxe, undiif: print UNDI information during initializationH. Peter Anvin1-3/+3
2011-05-04Merge branch 'master' into chaindevMichal Soltys151-828/+4682
2011-05-03NEWS: ls is now supported over FTP as wellsyslinux-4.10-pre13H. Peter Anvin1-1/+2
2011-05-03pxe, ftp: correct the handling of continuation linesH. Peter Anvin1-7/+1
2011-05-03pxe, ftp: support readdir for FTPH. Peter Anvin4-9/+168
2011-05-02pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12H. Peter Anvin6-4/+501
2011-05-02pxe: fix the flags testH. Peter Anvin1-1/+1
2011-05-01pxe, tftp: remove global buffers, double bufferingH. Peter Anvin3-29/+30
2011-05-01pxe: remove a stray inlineH. Peter Anvin1-12/+0
2011-05-01pxe: move the per-connection-type operations into a structureH. Peter Anvin6-18/+32
2011-05-01pxe: push the open flags down into individual methodsH. Peter Anvin5-14/+27
2011-05-01core: pass the file flags down through the stackH. Peter Anvin7-17/+22
2011-05-01Merge remote-tracking branch 'origin/master' into lwipH. Peter Anvin4-39/+99
2011-05-01dmi: remove unused variableH. Peter Anvin1-1/+1
2011-05-01thread: fix warningsH. Peter Anvin3-3/+5
2011-05-01pxe, http: Remove unused variableH. Peter Anvin1-1/+0