Commit graph

643 commits

Author SHA1 Message Date
Marian Ohligs
84d9058d7a fix makefile 2011-09-30 11:55:26 +02:00
Marian Ohligs
bff21fdcad tidy up syscall.c, add comments, add missing checks, fix bug in open 2011-09-30 11:48:13 +02:00
Stefan Lankes
98ac3ec1ff create new directory for demo applications 2011-09-29 23:36:37 +02:00
Marian Ohligs
83547015b7 add new system call dup2 2011-09-29 11:22:06 +02:00
Marian Ohligs
fde6b46203 filedescriptor redesign, fix close issue in telnet 2011-09-28 22:03:54 +02:00
Marian Ohligs
acc3796cc1 minor optimizations in syscall.c 2011-09-28 17:20:22 +02:00
Marian Ohligs
675c47f1b3 add basic support for syscall stat 2011-09-28 00:10:54 +02:00
Stefan Lankes
42c69cfcfc add rlogind
via 'telnet hostname 4211' is it possible to establish a connection to a mshell
2011-09-25 20:41:03 +02:00
Stefan Lankes
1d2e3e9be9 add new system call dup
TODO: dup2 is missing
2011-09-25 20:40:12 +02:00
Stefan Lankes
b1a968a82c add first steps to realize the system call stat 2011-09-23 14:49:31 +02:00
Stefan Lankes
89d487044f switch back to the default examples 2011-09-22 21:38:25 +02:00
Stefan Lankes
d7dc5ec9b7 fine tuning of our load balancer 2011-09-22 11:01:33 +02:00
Stefan Lankes
b9a9c155b3 test cases should not use the same priority like the tcpip thread => reduce theire priorities 2011-09-22 10:58:54 +02:00
Stefan Lankes
de02bffaa9 simplify our test cases 2011-09-22 09:49:46 +02:00
Stefan Lankes
670b3f850c add first version of our load balancer 2011-09-22 09:48:40 +02:00
Stefan Lankes
6b2e1f16bc Merge branch 'master' into smp 2011-09-20 22:34:50 +02:00
Stefan Lankes
268ef4b37d use nicer output messages 2011-09-20 16:37:12 +02:00
Stefan Lankes
ef3ab5b836 first steps to realize load balancing 2011-09-20 14:37:28 +02:00
Stefan Lankes
c2ec2800bc determine the 1, 5 and 15 minute load 2011-09-20 08:56:58 +02:00
Stefan Lankes
c08125c3ad avoid races by adding a new task 2011-09-19 19:42:27 +02:00
Stefan Lankes
810c6db0a8 add some debug messages... by the initialization of the file descriptors, we avoid a race 2011-09-19 06:37:55 -07:00
Stefan Lankes
663af37539 remove typo 2011-09-19 01:52:48 -07:00
Stefan Lankes
9ff170da22 remove typo 2011-09-19 01:19:56 -07: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
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
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
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
b9ae214510 disable all TCP task to avoid "threading problems" 2011-09-17 15:23:03 +02:00
Stefan Lankes
551db98900 add some comments 2011-09-16 20:49:13 +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
0709d365a1 remove some compiler warnings 2011-09-15 21:49:56 +02:00
Stefan Lankes
ce9edf6787 switch back to the default tests 2011-09-15 21:35:03 +02:00
Stefan Lankes
89eeef276b Merge remote-tracking branch 'origin/ohligs' 2011-09-15 20:48:16 +02:00
Stefan Lankes
414078b1b6 remove some obsolete debug messages 2011-09-15 03:18:38 -07:00
Marian Ohligs
4e0d89e67a - tidy up memory on do_exit 2011-09-15 08:19:03 +02:00
Marian Ohligs
68e9b9b46a Merge branch 'master' into ohligs 2011-09-14 17:21:12 +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
Marian Ohligs
39396f1188 - only initialize the fildes_t in usertasks, on create_user_task 2011-09-14 16:25:29 +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
e572d1c502 Merge branch 'master' into ohligs
Conflicts:
	kernel/init.c
	kernel/tests.c
2011-09-09 21:23:15 +02: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