5424397b47
debug kernel messages over virtual uart port in qemu
...
use 'telnet localhost 12346' to listen
2013-10-10 11:39:41 +02:00
Marian Ohligs
d90d962201
add type FS_SOCKET, change locking rules, it's now possible to use more then one mshell at the same time.
2011-11-01 20:11:52 +01:00
Stefan Lankes
012d3938a2
avoid unneeded printing in the kernel message buffer
2011-09-25 20:49:01 +02:00
Stefan Lankes
70969c0585
Merge branch 'socket'
2011-09-19 10:12:31 +02:00
Marian Ohligs
df7d1cab87
- increase legibility (add kb_init & kb_finish)
2011-09-19 00:29:16 +02:00
Stefan Lankes
d51487cfd6
enable the support of lwip_close
2011-09-18 18:12: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
6ad28af6b9
remove obsolete debug message
2011-09-17 00:54:03 +02:00
Stefan Lankes
cba0b1a285
add "SCC workaround" => ignore the read function
2011-09-15 13:03:39 -07:00
Stefan Lankes
8c68eab859
cosmetic changes
2011-09-15 21:42:36 +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
Marian Ohligs
39396f1188
- only initialize the fildes_t in usertasks, on create_user_task
2011-09-14 16:25:29 +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
591692f441
- tidy up the drivers folder
...
- all char driver could be find in drivers/char
2011-08-27 12:10:05 +02:00
Marian Ohligs
2f89686df8
- change close(node) in close(file)
...
- disable close in netchar, for testing
2011-08-11 17:11:48 +02:00
Marian Ohligs
032bba3a95
- some chmod changes
2011-08-02 15:58:20 +02:00
Marian Ohligs
55e0e971be
merge master
2011-07-27 10:28:01 +02:00
Marian Ohligs
1744238f28
- open is working yet. Have to be tested a little bit more.
2011-07-06 04:00:55 +02:00
Marian Ohligs
7b63bf1d27
!!!!! -> increasing the offset has to be done inside the fs/chardriver.
...
- rewrite the initrd_read/write, char_driver r/w. Now all functions use fildes_t instead of vfs_node_t structs.
- eleminate some compiler warnings
- some changes in open, to reduce compiler warnings. This function isn't working yet!
2011-07-05 14:50:25 +02:00
Marian Ohligs
aefc7e1165
add to dev folder: stdin, stdout and stderr
2011-04-19 00:33:45 +02:00
Marian Ohligs
04583e3982
read write patch (not working yet)
2011-04-07 16:41:39 +02:00
Stefan Lankes
9e082fcb68
move driver "/dev/null" to the directory "drivers/char"
2011-03-03 07:44:20 +01:00