index
:
syslinux/lwip.git
3.5x
3.6x
bcopyint
broken1
btrfs
core32
dynamic
elflink
ext4
for-3.72
fsc
gpxeiso
hashtbl
kkpxe
lua
lwip
master
new-mboot
nolen
softres
syslinux-1.6x-1
syslinux-1.xx
syslinux-3.2x
syslinux-3.3m
syslinux-3.3x
syslinux-3.7x
syslinux-3.8x
thread
unify-pm
Porting lwIP to Syslinux
H. Peter Anvin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: pxe: beginnings of an FTP implementation
HEAD
lwip
H. Peter Anvin
2009-10-06
1
-0
/
+162
*
core: pxe: http: minor cleanups
H. Peter Anvin
2009-10-06
1
-3
/
+3
*
core: pxe: add a very simple network streaming interface
H. Peter Anvin
2009-10-06
4
-120
/
+219
*
core: pxe: http: beginnings of a proper http transactor
H. Peter Anvin
2009-10-06
1
-0
/
+251
*
core: pxe: urlparse: remove definitions from header file
H. Peter Anvin
2009-10-06
1
-16
/
+0
*
core: strbuf: fix the strbuf interfaces
H. Peter Anvin
2009-10-06
2
-24
/
+50
*
core: pxe: beginning of an URL-parsing framework
H. Peter Anvin
2009-10-06
4
-0
/
+358
*
lwip: show stats when displaying speedtest results
H. Peter Anvin
2009-09-18
1
-3
/
+25
*
lwip: fix timestamps, statistics functions
H. Peter Anvin
2009-09-18
2
-1
/
+6
*
core: lwipopts: additional fine-tuning
H. Peter Anvin
2009-09-18
1
-2
/
+6
*
lwip: better speed test
H. Peter Anvin
2009-09-17
1
-57
/
+66
*
Make sure TCP_WND is < 64K-TCP_MSS
H. Peter Anvin
2009-09-17
1
-1
/
+1
*
core: lwip: tune parameters for performance
H. Peter Anvin
2009-09-17
2
-6
/
+12
*
lwip: better test case
H. Peter Anvin
2009-09-16
1
-9
/
+39
*
jiffies.h: drop "const" from __jiffies
H. Peter Anvin
2009-09-16
1
-1
/
+2
*
lwip: now to the point we can make a TCP connection...
H. Peter Anvin
2009-09-16
8
-51
/
+198
*
core: thread: return 0 from sem_down() if we didn't have to wait
H. Peter Anvin
2009-09-16
1
-0
/
+1
*
core: pxe: additional work on the lwip port
H. Peter Anvin
2009-09-15
21
-190
/
+260
*
Merge branch 'lwip' of ssh://terminus.zytor.com/pub/git/syslinux/lwip into lwip
H. Peter Anvin
2009-09-14
3
-10
/
+6
|
\
|
*
Merge commit 'origin/elflink' into lwip
H. Peter Anvin
2009-09-14
3
-10
/
+6
|
|
\
|
|
*
core: add .stack16 to layout.inc
elflink
H. Peter Anvin
2009-09-14
1
-0
/
+1
|
|
*
core: add .stack to layout.inc so it gets the proper flags
H. Peter Anvin
2009-09-14
1
-0
/
+3
|
|
*
core: get rid of .rel.dyn properly
H. Peter Anvin
2009-09-14
2
-10
/
+2
*
|
|
core: thread: add a name field, static declaration of semaphores
H. Peter Anvin
2009-09-14
9
-10
/
+38
*
|
|
core: pxeisr.inc: fix compatibility with older versions of NASM
H. Peter Anvin
2009-09-13
1
-2
/
+1
|
/
/
*
|
core: pxe: don't switch to the PXE stack if we're on it...
H. Peter Anvin
2009-09-11
1
-0
/
+22
*
|
pxe: lwip: busy-wait if transmit is blocked for buffers
H. Peter Anvin
2009-09-11
1
-11
/
+13
*
|
pxe: lwip: update data pointer after getting a secondary fragment
H. Peter Anvin
2009-09-11
1
-0
/
+1
*
|
pxe: hook up the interrupt routine and the lwip receive routine
H. Peter Anvin
2009-09-11
2
-46
/
+107
*
|
lwip: sys_arch.c: properly handle sys_mbox_trypost
H. Peter Anvin
2009-09-11
1
-3
/
+1
*
|
core: pxe: pm return hook to examine timer ticks and PXE ISR status
H. Peter Anvin
2009-09-10
1
-0
/
+44
*
|
thread: add support for locking the scheduler
H. Peter Anvin
2009-09-10
4
-0
/
+18
*
|
core: add a way to invoke a function on return to protmode
H. Peter Anvin
2009-09-10
2
-1
/
+30
*
|
lwip: sys_arch: actually return the semaphore from sys_sem_new()
H. Peter Anvin
2009-09-10
1
-0
/
+1
*
|
core: pxe: real-mode interrupt service routine
H. Peter Anvin
2009-09-10
3
-0
/
+102
*
|
lwip: fix conflict with <netinet/in.h>
H. Peter Anvin
2009-09-10
1
-3
/
+1
*
|
lwip: undiif - initial cut at a UNDI Ethernet-only driver
H. Peter Anvin
2009-09-10
1
-0
/
+339
*
|
core: import lwip TCP/IP stack
H. Peter Anvin
2009-09-10
129
-9
/
+56683
*
|
thread: mbox: fix return value for mbox_fetch()
thread
H. Peter Anvin
2009-09-10
1
-2
/
+6
*
|
core: thread: add a "timeouts" pointer to the thread structure
H. Peter Anvin
2009-09-09
1
-0
/
+3
*
|
core: thread: move most thread state to stack; task switch errno
H. Peter Anvin
2009-09-09
4
-24
/
+39
*
|
core: thread: merge mbox_post() and mbox_trypost()
H. Peter Anvin
2009-09-09
2
-14
/
+7
*
|
core: add simple mailbox library
H. Peter Anvin
2009-09-09
2
-0
/
+88
*
|
core: thread: add option to not wait on a semaphore at all
H. Peter Anvin
2009-09-09
1
-26
/
+33
*
|
core: thread: have start_thread() allocate memory dynamically
H. Peter Anvin
2009-09-09
4
-12
/
+18
*
|
core: simple thread library
H. Peter Anvin
2009-09-08
11
-0
/
+416
*
|
core: declare jiffies_t, MS_PER_JIFFY
H. Peter Anvin
2009-09-08
1
-3
/
+7
*
|
stddef.h: add container_of()
H. Peter Anvin
2009-09-08
1
-0
/
+8
|
/
*
Merge branch 'fsc' into elflink
H. Peter Anvin
2009-09-04
3
-0
/
+82
|
\
|
*
core: pxe: need to save/restore es around EFI CSM hack
syslinux-4.00-pre6
fsc
H. Peter Anvin
2009-09-04
1
-0
/
+2
[next]