summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core: we only need one reset_idle()Matt Fleming2013-07-023-9/+3
* conio: Fix pollchar() for serial consolesyslinux-5.11-pre4Matt Fleming2013-07-011-4/+3
* 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
* 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
* pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-288-81/+88
* 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
| | * core/lwip: update to lwIP-1.4.0Gene Cumm2012-04-26109-7854/+12398
| * | pxe, ftp: Change anonymous password to syslinux@H. Peter Anvin2012-04-261-1/+1
| * | lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20H. Peter Anvin2012-04-261-1/+1
| * | pxe: Remove stray debugging messageH. Peter Anvin2012-04-261-2/+1
| * | pxe, tftp: Handle block number wraparoundH. Peter Anvin2012-04-261-1/+1
| * | pxe, tftp: make TimeoutTable staticH. Peter Anvin2012-04-262-2/+1
| * | pxe, tftp: Unify UDP send and use pbuf memoryH. Peter Anvin2012-04-261-20/+37
| * | lwipopts: increase the number of netbufsH. Peter Anvin2012-04-261-0/+1
| |/
| * Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-305-1/+1973
| |\
| * | pxe: Make the ISR poll routine a bit sanerH. Peter Anvin2012-03-301-2/+5
| * | pxe: Fix interrupt unmaskingH. Peter Anvin2012-03-301-5/+6
| * | thread: Add magic number, debugging code, min stack sizeH. Peter Anvin2012-03-304-3/+44
| * | pxeisr: Use nonspecific EOI; add pxe_poll routine; CLDH. Peter Anvin2012-03-302-10/+49
| * | lwipopts.h: Bump the priority of the tcpip_threadH. Peter Anvin2012-03-301-1/+1
| * | pxe: Unmask the cascade if applicable, handle bad IRQ numbersH. Peter Anvin2012-03-301-12/+25
| * | idle_thread: safer interrupt handlingH. Peter Anvin2012-03-271-3/+3
| * | lwip:undiif: Add interface with tcpip_input() callbackGene Cumm2011-10-131-1/+1
| * | lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()Gene Cumm2011-10-131-2/+2
| * | lwip: undiif: Fix debug option addressing in update_arp_entry()Gene Cumm2011-10-131-2/+2
| * | lwip: undiif: Fix #error typoGene Cumm2011-10-131-1/+1
| * | thread: allow marking invalid; allow for static mboxesH. Peter Anvin2011-10-113-2/+54
| * | undiif: correct bogus dprintf() statementH. Peter Anvin2011-10-011-12/+12
| * | core/debug.c: don't error out on !DEBUGH. Peter Anvin2011-06-271-0/+2
| * | core: Add "dprint" facility to assemblyH. Peter Anvin2011-06-272-0/+25
| * | sysappend: advance pointerH. Peter Anvin2011-06-271-1/+1
| * | Merge commit 'syslinux-4.05-pre2' into lwipH. Peter Anvin2011-06-271-9/+15
| |\ \