This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx-apps
/
netutils
/
telnetd
History
Gregory Nutt
680ee615fa
apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabled: Call sigaction with SA_NOCLDWAIT so that exit status is not retained (no zombies) and block receipt of SIGCHLD so that accept is not awakened by a signal. Iff accept() is awakened by a signal, do not do anything crazy like exit. Most from Rony Xln
2015-01-22 06:33:55 -06:00
..
.gitignore
.dSYM only needs to be in the same .gitignore files as .exe
2013-05-30 15:02:04 -06:00
Kconfig
NSH Configuration: Refactor networking and netutils dependencies
2014-01-09 10:46:28 -06:00
Makefile
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
2014-09-06 08:00:47 -06:00
README.txt
Add new psock layer; telnet session is now wrapped in a character device
2012-01-30 21:29:59 +00:00
telnetd_daemon.c
apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabled: Call sigaction with SA_NOCLDWAIT so that exit status is not retained (no zombies) and block receipt of SIGCHLD so that accept is not awakened by a signal. Iff accept() is awakened by a signal, do not do anything crazy like exit. Most from Rony Xln
2015-01-22 06:33:55 -06:00
telnetd_driver.c
Telnetd: EBUSY is not an error in this case, then why report an error?
2015-01-03 09:53:35 -06:00
telnetd.h
More trailing whilespace removal
2014-04-13 16:24:28 -06:00
README.txt
README.txt ^^^^^^^^^^ This directly contains a generic Telnet daemon.