Commit graph

1329 commits

Author SHA1 Message Date
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
Marian Ohligs
aaf2e8a1e5 - bug fix in mshell 2011-09-25 12:59:38 +02:00
Marian Ohligs
1e03b40869 - remove bugfix in findnode_fs
- change bugfix in open_fs
2011-09-25 12:57:39 +02:00
Marian Ohligs
b8552f1f03 - fix bug in open_fs and findnode_fs 2011-09-25 11:48:27 +02:00
Marian Ohligs
df4eaf5163 - added cat command 2011-09-24 20:13:16 +02:00
Stefan Lankes
13aaaa8bdc remove typo 2011-09-23 11:54:28 -07:00
Stefan Lankes
ada6dc727a add the possibility to enable the L1 cache for the receive buffer 2011-09-23 11:52:43 -07:00
Nicolas Berr
903f33f40b - added support for changing current working directory
- added cd, pwd command
2011-09-23 15:31:44 +02:00
Stefan Lankes
b1a968a82c add first steps to realize the system call stat 2011-09-23 14:49:31 +02:00
Stefan Lankes
a00f187a07 Merge branch 'smp' 2011-09-22 21:39:50 +02:00
Stefan Lankes
89d487044f switch back to the default examples 2011-09-22 21:38:25 +02:00
Stefan Lankes
0285c6b6b7 remove obsolete debug messages 2011-09-22 21:37:57 +02:00
Stefan Lankes
e9ddfd0db2 dump current value of CR0 2011-09-22 21:36:29 +02:00
Stefan Lankes
c42642aadc remove typo 2011-09-22 21:36:05 +02:00
Nicolas Berr
265008c76d - shell now supports multiple args in command line
- executes binaries in /bin/ now
2011-09-22 15:39:20 +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
50315a1d20 dump every minute the average cpu load 2011-09-22 10:58:03 +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
06a2b17978 switch back to ticket lock 2011-09-20 13:23:39 -07:00
Stefan Lankes
1fabe449dd minor performance improvements
=> reducing the number of interrupts
2011-09-20 13:05:49 -07:00
Stefan Lankes
1ada6d15af minor optimizations, avoiding mailbox overflow 2011-09-20 21:05:15 +02:00
Stefan Lankes
d199ee059b avoid mailbox overflow by sending a polling request to the tcpip thread 2011-09-20 16:38:37 +02:00
Stefan Lankes
e50b850cc0 remove typo 2011-09-20 16:37:38 +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
ccd13db67e avoid mailbox overflow by sending a polling request to the tcpip thread 2011-09-20 04:47:36 -07:00
Stefan Lankes
c2ec2800bc determine the 1, 5 and 15 minute load 2011-09-20 08:56:58 +02:00
Stefan Lankes
a7e57811ac enable LWIP_TCPIP_CORE_LOCKING to increase the performance 2011-09-19 11:37:37 -07:00
Stefan Lankes
08c6fe30ec add additional debug messages 2011-09-19 11:36:37 -07: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
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