aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-239-423/+265
* pxe: urlparse: add commentsH. Peter Anvin2011-04-231-2/+15
* pxe: Add a much more general URL-parsing frameworkH. Peter Anvin2011-04-232-0/+220
* thread: free curr->rmstackSebastian Herbszt2011-04-231-1/+1
* pxe: put a semaphore around PXE callsH. Peter Anvin2011-04-221-1/+7
* thread: free(NULL) is safe, lmalloc() always return para-alignedH. Peter Anvin2011-04-222-6/+4
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-225-24/+61
* thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-215-3/+27
* Merge branch 'master' into lwip-threadsH. Peter Anvin2011-04-215-19/+33
|\
| * diskstart: use the correct register for the starting addressH. Peter Anvin2011-04-051-1/+1
| * core: Move sector 1 to address 0x8000 so it is alignedH. Peter Anvin2011-04-053-5/+13
| * core/head.inc: require NASM 2.03+H. Peter Anvin2011-04-051-2/+2
| * Merge commit 'syslinux-4.04-pre22' into dynamic-sectorH. Peter Anvin2011-04-051-0/+5
| |\
| * | disk: Make the sector size dynamicH. Peter Anvin2011-04-042-12/+18
* | | pxe: isr: fix formattingH. Peter Anvin2011-04-211-11/+12
* | | pxe: fix gcc 4.6 problemsH. Peter Anvin2011-04-212-4/+1
* | | undiif: Unneeded debugging functions.Eric W. Biederman2011-04-121-0/+55
* | | pxe: Neuter pxe_idle_initEric W. Biederman2011-04-121-83/+0
* | | pxe: Cleanup interrupt handling making it reliabe and in specEric W. Biederman2011-04-122-19/+10
* | | core: thread: Implement polling for wakeups.Eric W. Biederman2011-04-122-0/+12
* | | undiif: Theoretical support for infiniband.Eric W. Biederman2011-04-122-9/+25
* | | pxe: Remove the lwip_test codeEric W. Biederman2011-04-121-123/+0
* | | lwip: Clean up the initialization sequenceEric W. Biederman2011-04-123-45/+24
* | | lwip: Allow up to 20 byte hardware address to support infiniband.Eric W. Biederman2011-04-121-1/+1
* | | lwip: Update the undi driver so it handles (in theory) all network types supp...Eric W. Biederman2011-04-123-76/+982
* | | core: pxe: Cleanup properly when using undi.Eric W. Biederman2011-04-121-1/+4
* | | core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-125-21/+67
* | | lwip: Explicitly enable udp,tcp,icmp, and receive timeouts.Eric W. Biederman2011-04-121-0/+4
* | | core: pxe Add native support for http urlsEric W. Biederman2011-04-123-0/+379
* | | core: pxe: Add general support for pluggable url handlers.Eric W. Biederman2011-04-122-5/+53
* | | lwip: Tune memory management for performanceEric W. Biederman2011-04-121-12/+2
* | | lwip: Rename mem_init lwip_mem_init to remove a namespace conflict.Eric W. Biederman2011-04-125-8/+8
* | | core: Add isspace to ctype.hEric W. Biederman2011-04-121-0/+13
* | | core: pxe: Factor out pxe_poll from pxe_receive_threadEric W. Biederman2011-04-122-38/+41
* | | core: pxe: Rewrite the tftp implementation to use lwipEric W. Biederman2011-04-121-59/+78
* | | core: pxe: Add a netconn socket to the pxe private inodeEric W. Biederman2011-04-121-0/+2
* | | core pxe: Use the lwip dns resolverEric W. Biederman2011-04-121-233/+19
* | | pxe: Send tftp acks after we reach our timeoutEric W. Biederman2011-04-121-0/+1
* | | lwip: Use byteswap.h to define htons and friendsEric W. Biederman2011-04-121-0/+6
* | | core pxe: Cleanup the call to pxe_isr_initEric W. Biederman2011-04-122-1/+4
* | | lwip: show stats when displaying speedtest resultsH. Peter Anvin2011-04-121-3/+25
* | | undiif: Fix weird include order madness.Eric W. Biederman2011-04-121-1/+0
* | | lwip: fix timestamps, statistics functionsH. Peter Anvin2011-04-122-0/+7
* | | core: lwipopts: additional fine-tuningH. Peter Anvin2011-04-121-2/+8
* | | lwip: better speed testH. Peter Anvin2011-04-121-58/+67
* | | lwip: Disable lwip's malloc routinesEric W. Biederman2011-04-121-2/+2
* | | lwip: In mem.h define mem_realloc as static inlineEric W. Biederman2011-04-121-1/+1
* | | Make sure TCP_WND is < 64K-TCP_MSSH. Peter Anvin2011-04-121-1/+1
* | | core: lwip: tune parameters for performanceH. Peter Anvin2011-04-122-3/+47
* | | lwip: better test caseH. Peter Anvin2011-04-121-9/+39