10 Commits (5286a4c849d2c764475fb8b175f8bb3b12f7f2d1)

Author SHA1 Message Date
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo a1646787df Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality 13 years ago
patacongo 47fa99c4a8 Add tcsetattr and tcgetattr 13 years ago
patacongo 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 13 years ago
patacongo 7702043472 Fix a error the telnet driver read method. Don't return if only protocol stuff is read 13 years ago
patacongo 1df049bbc3 Various fixes for the telnet driver 13 years ago
patacongo 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver 13 years ago
patacongo 1e4d04d53b A few more telnet updates 13 years ago
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago