Commit graph

1778 commits

Author SHA1 Message Date
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
Marian Ohligs
8c3751fca4 - remove lwip_close tests
- deactivate lwip_close in driver/char/socket to remove Pagefaults until lwip_close works correctly
2011-09-14 17:13:54 +02:00
Marian Ohligs
9de6a8c423 - lwip_close tests 2011-09-14 17:01:30 +02:00
Stefan Lankes
28429af30b use BSD sockets instead of the RAW interface 2011-09-14 07:50:12 -07:00
Stefan Lankes
c73b69a2d1 fix bug in wrong setting of the tx_write_offset 2011-09-14 07:49:06 -07:00
Marian Ohligs
39396f1188 - only initialize the fildes_t in usertasks, on create_user_task 2011-09-14 16:25:29 +02:00
Marian Ohligs
d633a084ab - some copyright changes in mshell 2011-09-14 14:34:10 +02:00
Marian Ohligs
2beedc5e7d - change copyrights 2011-09-14 14:31:23 +02:00
Marian Ohligs
0dc10634a9 - code cleanup
- rename netio in socket
    - reactivate workaround in lseek
2011-09-14 14:30:06 +02:00
Marian Ohligs
9ead68262a - code cleanup
- rename netio in socket
- reactivate workaround in lseek
2011-09-14 14:26:52 +02:00
Marian Ohligs
e572d1c502 Merge branch 'master' into ohligs
Conflicts:
	kernel/init.c
	kernel/tests.c
2011-09-09 21:23:15 +02:00
Stefan Lankes
f0c0ab4bdb use only full tested files for libsocket 2011-09-08 19:44:35 -07:00
Stefan Lankes
4d57419e22 increasing the support of user-level BSD sockets 2011-09-08 04:43:35 -07:00
Stefan Lankes
58b46d6c08 on the server side, we determines also the bandwidth 2011-09-07 03:12:38 -07:00
Stefan Lankes
42ee9a2a6a now, we use on all SCCs the same IP (192.168.28.(COREID+1)) 2011-09-07 01:41:17 -07:00
Stefan Lankes
308f9b136f remove tcpip_callback(netif_set_link_up, netif)
=> the initd will set the link up
2011-09-07 10:11:16 +02:00