aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: pxe: beginnings of an FTP implementationHEADlwipH. Peter Anvin2009-10-061-0/+162
* core: pxe: http: minor cleanupsH. Peter Anvin2009-10-061-3/+3
* core: pxe: add a very simple network streaming interfaceH. Peter Anvin2009-10-064-120/+219
* core: pxe: http: beginnings of a proper http transactorH. Peter Anvin2009-10-061-0/+251
* core: pxe: urlparse: remove definitions from header fileH. Peter Anvin2009-10-061-16/+0
* core: strbuf: fix the strbuf interfacesH. Peter Anvin2009-10-062-24/+50
* core: pxe: beginning of an URL-parsing frameworkH. Peter Anvin2009-10-064-0/+358
* lwip: show stats when displaying speedtest resultsH. Peter Anvin2009-09-181-3/+25
* lwip: fix timestamps, statistics functionsH. Peter Anvin2009-09-182-1/+6
* core: lwipopts: additional fine-tuningH. Peter Anvin2009-09-181-2/+6
* lwip: better speed testH. Peter Anvin2009-09-171-57/+66
* Make sure TCP_WND is < 64K-TCP_MSSH. Peter Anvin2009-09-171-1/+1
* core: lwip: tune parameters for performanceH. Peter Anvin2009-09-172-6/+12
* lwip: better test caseH. Peter Anvin2009-09-161-9/+39
* jiffies.h: drop "const" from __jiffiesH. Peter Anvin2009-09-161-1/+2
* lwip: now to the point we can make a TCP connection...H. Peter Anvin2009-09-168-51/+198
* core: thread: return 0 from sem_down() if we didn't have to waitH. Peter Anvin2009-09-161-0/+1
* core: pxe: additional work on the lwip portH. Peter Anvin2009-09-1521-190/+260
* Merge branch 'lwip' of ssh://terminus.zytor.com/pub/git/syslinux/lwip into lwipH. Peter Anvin2009-09-143-10/+6
|\
| * Merge commit 'origin/elflink' into lwipH. Peter Anvin2009-09-143-10/+6
| |\
| | * core: add .stack16 to layout.incelflinkH. Peter Anvin2009-09-141-0/+1
| | * core: add .stack to layout.inc so it gets the proper flagsH. Peter Anvin2009-09-141-0/+3
| | * core: get rid of .rel.dyn properlyH. Peter Anvin2009-09-142-10/+2
* | | core: thread: add a name field, static declaration of semaphoresH. Peter Anvin2009-09-149-10/+38
* | | core: pxeisr.inc: fix compatibility with older versions of NASMH. Peter Anvin2009-09-131-2/+1
|/ /
* | core: pxe: don't switch to the PXE stack if we're on it...H. Peter Anvin2009-09-111-0/+22
* | pxe: lwip: busy-wait if transmit is blocked for buffersH. Peter Anvin2009-09-111-11/+13
* | pxe: lwip: update data pointer after getting a secondary fragmentH. Peter Anvin2009-09-111-0/+1
* | pxe: hook up the interrupt routine and the lwip receive routineH. Peter Anvin2009-09-112-46/+107
* | lwip: sys_arch.c: properly handle sys_mbox_trypostH. Peter Anvin2009-09-111-3/+1
* | core: pxe: pm return hook to examine timer ticks and PXE ISR statusH. Peter Anvin2009-09-101-0/+44
* | thread: add support for locking the schedulerH. Peter Anvin2009-09-104-0/+18
* | core: add a way to invoke a function on return to protmodeH. Peter Anvin2009-09-102-1/+30
* | lwip: sys_arch: actually return the semaphore from sys_sem_new()H. Peter Anvin2009-09-101-0/+1
* | core: pxe: real-mode interrupt service routineH. Peter Anvin2009-09-103-0/+102
* | lwip: fix conflict with <netinet/in.h>H. Peter Anvin2009-09-101-3/+1
* | lwip: undiif - initial cut at a UNDI Ethernet-only driverH. Peter Anvin2009-09-101-0/+339
* | core: import lwip TCP/IP stackH. Peter Anvin2009-09-10129-9/+56683
* | thread: mbox: fix return value for mbox_fetch()threadH. Peter Anvin2009-09-101-2/+6
* | core: thread: add a "timeouts" pointer to the thread structureH. Peter Anvin2009-09-091-0/+3
* | core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2009-09-094-24/+39
* | core: thread: merge mbox_post() and mbox_trypost()H. Peter Anvin2009-09-092-14/+7
* | core: add simple mailbox libraryH. Peter Anvin2009-09-092-0/+88
* | core: thread: add option to not wait on a semaphore at allH. Peter Anvin2009-09-091-26/+33
* | core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2009-09-094-12/+18
* | core: simple thread libraryH. Peter Anvin2009-09-0811-0/+416
* | core: declare jiffies_t, MS_PER_JIFFYH. Peter Anvin2009-09-081-3/+7
* | stddef.h: add container_of()H. Peter Anvin2009-09-081-0/+8
|/
* Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-043-0/+82
|\
| * core: pxe: need to save/restore es around EFI CSM hacksyslinux-4.00-pre6fscH. Peter Anvin2009-09-041-0/+2