Commit graph

1293 commits

Author SHA1 Message Date
Stefan Lankes
9ff170da22 remove typo 2011-09-19 01:19:56 -07:00
Stefan Lankes
70969c0585 Merge branch 'socket' 2011-09-19 10:12:31 +02:00
Stefan Lankes
57806d905d switch back to the default tests 2011-09-19 10:10:30 +02:00
Stefan Lankes
a1f1d3e572 minor optimizations 2011-09-19 10:10:02 +02:00
Stefan Lankes
ada25a756a restore the enviornment test 2011-09-19 10:09:00 +02:00
Stefan Lankes
65d4cbe76d disable the debugging of the LwIP's architecture dependent part (sys_arch.c) 2011-09-19 09:47:53 +02:00
Stefan Lankes
5aa39ad085 fix bug in sys_arch_mbox_tryfetch
=> now, if the mailbox is empty, we return the correct error code SYS_MBOX_EMPTY
2011-09-19 09:44:27 +02:00
Marian Ohligs
df7d1cab87 - increase legibility (add kb_init & kb_finish) 2011-09-19 00:29:16 +02:00
Marian Ohligs
287fe5df13 - fix bug 2011-09-19 00:28:46 +02:00
Stefan Lankes
9bafdf63c5 use pbuf_free_callback to free pbufs in the context of an interrupt handler
=> forward this request to the tcpip thread
2011-09-18 22:42:12 +02:00
Stefan Lankes
c7054d9470 cosmetic changes 2011-09-18 22:28:53 +02:00
Stefan Lankes
ed1f9db86e switch to the netconn-based echo example 2011-09-18 22:10:14 +02:00
Stefan Lankes
fba4b43c32 remove compiler warnings 2011-09-18 21:52:50 +02:00
Stefan Lankes
2dd6fb87d1 use netifapi to initialize the NICs 2011-09-18 21:31:19 +02:00
Stefan Lankes
0bd2888869 remove obsolete lines 2011-09-18 21:31:01 +02:00
Stefan Lankes
9579974bf8 remove obsolete files 2011-09-18 21:30:00 +02:00
Stefan Lankes
6070384089 increase MEMP_NUM_NETCONN => increase also the number of possible socket descriptors 2011-09-18 18:37:57 +02:00
Stefan Lankes
d51487cfd6 enable the support of lwip_close 2011-09-18 18:12:43 +02:00
Stefan Lankes
d3de4d86b8 remove obsolete ping example 2011-09-18 18:07:42 +02:00
Stefan Lankes
2f9f6916c5 cosmetic changes 2011-09-18 18:05:05 +02:00
Stefan Lankes
53e5db9ca9 clear sockaddr 2011-09-18 18:02:25 +02:00
Stefan Lankes
0470086254 enable keep alive feature of the LwIP stack 2011-09-17 15:27:43 +02:00
Stefan Lankes
25222e4abc if LWIP_TCPIP_CORE_LOCKING is 0, we send a copy of the message to TCPIP thread 2011-09-17 15:25:42 +02:00
Stefan Lankes
b9ae214510 disable all TCP task to avoid "threading problems" 2011-09-17 15:23:03 +02:00
Stefan Lankes
e0e3a4fd82 improve the performance by using the "wrap modus"
=> http://wiki.osdev.org/RTL8139
2011-09-17 08:41:33 +02:00
Stefan Lankes
e5ac848901 extend BSD socket examples (create more messages for a stress test) 2011-09-17 00:56:52 +02:00
Stefan Lankes
ce4bfa61bd fix bug in ring buffer handling 2011-09-17 00:55:47 +02:00
Stefan Lankes
6ad28af6b9 remove obsolete debug message 2011-09-17 00:54:03 +02:00
Stefan Lankes
551db98900 add some comments 2011-09-16 20:49:13 +02:00
Marian Ohligs
ae0042289e - change in hello to show all 34 chars (instead of 30) 2011-09-15 23:37:38 +02:00
Marian Ohligs
fc1c65a919 Merge branch 'master' into ohligs 2011-09-15 23:27:20 +02:00
Marian Ohligs
ed9b9f1831 bug fix in lseek 2011-09-15 23:26:48 +02:00
Stefan Lankes
cba0b1a285 add "SCC workaround" => ignore the read function 2011-09-15 13:03:39 -07:00
Stefan Lankes
0709d365a1 remove some compiler warnings 2011-09-15 21:49:56 +02:00
Stefan Lankes
8c68eab859 cosmetic changes 2011-09-15 21:42:36 +02:00
Stefan Lankes
ce9edf6787 switch back to the default tests 2011-09-15 21:35:03 +02:00
Stefan Lankes
41247d9c09 add missing copyright statement 2011-09-15 21:17:25 +02:00
Stefan Lankes
98b4976cb4 sync all syscall headers 2011-09-15 21:12:54 +02:00
Stefan Lankes
d552c8058c remove obsolete files 2011-09-15 21:12:14 +02:00
Stefan Lankes
89eeef276b Merge remote-tracking branch 'origin/ohligs' 2011-09-15 20:48:16 +02:00
Stefan Lankes
cc806a129b remove typos 2011-09-15 07:05:59 -07:00
Stefan Lankes
0ddb36ca49 add additional debug message 2011-09-15 03:19:21 -07:00
Stefan Lankes
414078b1b6 remove some obsolete debug messages 2011-09-15 03:18:38 -07:00
Stefan Lankes
fdc9ad9641 remove some obsolete messages 2011-09-15 03:18:07 -07:00
Stefan Lankes
0bec94d2a5 reduce the TCP segment size to increase the performance on the SCC 2011-09-15 03:15:15 -07:00
Stefan Lankes
bf28c95b75 add additional debug messages 2011-09-14 23:41:34 -07:00
Marian Ohligs
4e0d89e67a - tidy up memory on do_exit 2011-09-15 08:19:03 +02:00
Marian Ohligs
9d157c4542 - remove some obsolete code 2011-09-14 17:30:02 +02:00
Marian Ohligs
68e9b9b46a Merge branch 'master' into ohligs 2011-09-14 17:21:12 +02:00
Marian Ohligs
474db6e68d - fix typo 2011-09-14 17:20:22 +02:00