Commit graph

1815 commits

Author SHA1 Message Date
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
Stefan Lankes
8aadb9a426 to solve some DHCP issues, we use same procedure to initialize LwIP like the LwIP examples 2011-09-07 10:09:47 +02:00
Stefan Lankes
4f5e5e2449 switch back to RAW interface and some cosmetic changes 2011-09-07 10:07:22 +02:00
Stefan Lankes
24ea129456 use optimized memcpy function to increase the performance 2011-09-06 08:58:03 -07:00
Stefan Lankes
a79f47d365 remove wrong comment 2011-09-06 08:09:33 -07:00
Stefan Lankes
bbf4706c50 LwIP fine tuning 2011-09-06 07:15:26 -07:00
Stefan Lankes
3fad9accbd remove obsolete timer 2011-09-06 07:11:23 -07:00
Stefan Lankes
c6339bfd2d by leaving the interrupt handler, we check if an urgent task is ready
if yes, the kernel switchs to this task
2011-09-06 06:46:52 -07:00
Stefan Lankes
3ff872ac31 fine tuning... 2011-09-04 01:55:55 -07:00
Stefan Lankes
9b442bfd11 add a free netio server 2011-09-03 13:29:33 -07:00
Stefan Lankes
710523582e increase the performance of the eMAC device by enabling write combining 2011-09-03 13:28:02 -07:00
Stefan Lankes
be766af0fb LwIP fine tuning 2011-09-03 13:27:25 -07:00
Stefan Lankes
62070aa3a9 add the support of (explicit) write through caching 2011-09-03 13:25:49 -07:00
Stefan Lankes
6b8d635c3b minor optimizations in the LwIP settings 2011-09-02 14:20:43 -07:00