summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* PXELINUX: Add bios memscan functionMatt Fleming2013-07-171-0/+35
* memscan: build a linked list of memory scannersMatt Fleming2013-07-171-1/+124
* memscan: pass enum syslinux_memmap_types aroundMatt Fleming2013-07-171-3/+4
* Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-086-88/+9
|\
| * idle: Consolidate idle implementationsMatt Fleming2013-07-036-79/+5
| * idle: enable interrupts before idlingMatt Fleming2013-07-031-0/+1
| * core: we only need one reset_idle()Matt Fleming2013-07-023-9/+3
* | Merge tag 'syslinux-5.11-pre4' into firmwareMatt Fleming2013-07-041-4/+3
|\ \ | |/
| * conio: Fix pollchar() for serial consolesyslinux-5.11-pre4Matt Fleming2013-07-011-4/+3
* | firmware: s/set_mode/text_mode/Matt Fleming2013-07-041-2/+2
* | Merge tag 'syslinux-5.11-pre3' into firmwaresyslinux-6.01-pre5Matt Fleming2013-06-285-42/+66
|\ \ | |/
| * PXELINUX: implement our own version of local_boot16Matt Fleming2013-06-263-6/+66
| * core: remove unused header file vkernel.incH. Peter Anvin2013-06-242-36/+0
* | bios, font: zero input registers to get fontsyslinux-6.01-pre4Matt Fleming2013-06-271-0/+2
* | efi, udp: use single local port for each connectionsyslinux-6.01-pre2Matt Fleming2013-06-261-0/+1
* | efi: Export __bcopyxx_lenMatt Fleming2013-06-211-1/+1
* | efi: provide prototype for load_env32()Matt Fleming2013-06-201-0/+2
* | ldlinux: fix definition of 'Hidden'Matt Fleming2013-06-191-1/+1
* | isolinux: fix type declarationsMatt Fleming2013-06-191-2/+2
* | isolinux: use parenthesis to clarify operator precedenceMatt Fleming2013-06-191-1/+1
* | bios: fix definition of 'bios_free_mem'Matt Fleming2013-06-191-1/+1
* | ipappend: delete .ipappend_strings()Matt Fleming2013-06-191-25/+0
* | firmware: correct the get_cursor() argument typesMatt Fleming2013-06-191-1/+1
* | efi: Turn on symbol export whitelistMatt Fleming2013-06-194-4/+4
* | efi: Mark global BIOS-only symbols as __weakMatt Fleming2013-06-191-4/+10
* | Merge tag 'syslinux-5.11-pre2' into firmwareMatt Fleming2013-06-176-39/+78
|\ \ | |/
| * PATH: use a linked list internallysyslinux-5.11-pre1Matt Fleming2013-06-134-25/+55
| * font: write to 'fontbuf', not random memoryMatt Fleming2013-06-041-3/+1
| * serial: Clean up and abstract handling of serial portsH. Peter Anvin2013-05-311-1/+16
| * font: load data as a single blockH. Peter Anvin2013-05-311-11/+7
| * font: increment pointer to fontbuf by font heightMatt Fleming2013-05-291-1/+1
* | ldlinux: use platform filename extensionMatt Fleming2013-05-162-6/+5
* | efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-2311-555/+589
* | Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmwareMatt Fleming2013-04-118-81/+88
|\ \ | |/
| * pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-288-81/+88
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-22201-1461/+68979
|\ \ | |/
| * pxe: Fix compiler warnings and real bugsyslinux-5.10-pre2Matt Fleming2013-03-201-1/+1
| * Partially revert "pxe: Pass absolute path to pxe_chdir()"Matt Fleming2013-03-111-16/+27
| * net: Return of the legacy network stackMatt Fleming2013-03-0614-175/+1125
| * lwip: Fix use-after-free memory corruptionMatt Fleming2013-02-261-0/+1
| * pxe: Handle closing file with NULL ->inodeMatt Fleming2013-02-261-0/+3
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-26194-1515/+67990
| |\
| | * pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin2012-05-292-3/+3
| | * pxe: force polling on if we receive no interruptsH. Peter Anvin2012-05-292-5/+24
| | * pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-293-11/+39
| | * pxe: drop the maximum spurious interrupt to 100 in a timer tickH. Peter Anvin2012-05-291-1/+1
| | * pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2012-05-292-10/+74
| | * Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin2012-05-29114-7889/+12485
| | |\
| | | * core/pxe: lwip semaphore changesGene Cumm2012-04-273-29/+80
| | | * core/pxe: lwip changes to netconn_recvGene Cumm2012-04-272-6/+7