Commit graph

658 commits

Author SHA1 Message Date
Generic account for RWTHAachen Students
adc10512ed little changes in pingpong bench 2011-12-13 03:39:21 -08:00
Stefan Lankes
ef750e1c31 add debug message to determine the task id of the tcpip thread 2011-11-29 00:16:56 -08:00
Marian Ohligs
a834155cce add readdir 2011-11-09 11:56:37 +01:00
Stefan Lankes
242738a3b8 increasing the readability 2011-10-31 19:17:25 +01:00
Jacek Galowicz
098f3c48e1 Merge branch 'master' of git.lfbs.rwth-aachen.de:metalsvm 2011-10-24 19:27:12 +02:00
Jacek Galowicz
5a4bd9a069 Fixed some documentation errors across the project.
Changed some stuff in the doxyfile and added a directory structure for
future manual pages.
2011-10-24 19:26:27 +02:00
Stefan Lankes
60cfb9b586 using of clear function names 2011-10-20 06:28:14 -07:00
Marian Ohligs
0fa52c279c add switch in stat syscall converting FS_TYPES in newlib st_mode types, enable stat in mshell 2011-10-12 11:41:32 +02:00
Stefan Lankes
e7fa5f90e5 enable virtual IP device 2011-10-10 13:21:39 -07:00
Stefan Lankes
07c068cae2 temporary disabling of the virtual IP device 2011-10-09 13:01:24 -07:00
Stefan Lankes
c90a533521 only by a context switch, the FPU registers are saved in the task context 2011-10-07 16:07:29 +02:00
Stefan Lankes
58c9e33e47 switch back to default tests 2011-10-06 11:07:37 -07:00
Stefan Lankes
bc451eac54 switch to netio example 2011-10-05 22:13:30 -07:00
Stefan Lankes
ee075fabf0 enable rlogind 2011-10-04 10:29:50 +02:00
Stefan Lankes
42602df6b0 insert init code for the mmnif device 2011-10-04 10:26:55 +02:00
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