summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_telnetd.c
Commit message (Collapse)AuthorAgeFilesLines
* Move NSH to apps/ as librarypatacongo2011-03-181-853/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3
* Fix NSH redirection hangpatacongo2011-03-011-2/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3326 42af7a65-404d-4744-a932-0658087f49c3
* Allow network when telnetd not configuredpatacongo2010-11-301-80/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3146 42af7a65-404d-4744-a932-0658087f49c3
* Lease time is now in host orderpatacongo2010-08-101-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2839 42af7a65-404d-4744-a932-0658087f49c3
* DHCP-related documentation updates/warning fixespatacongo2010-08-061-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2824 42af7a65-404d-4744-a932-0658087f49c3
* Misc changes for DHCPC support with NSHpatacongo2010-08-051-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2822 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-23/+24
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2351 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean compilation with ZDSpatacongo2009-03-141-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1603 42af7a65-404d-4744-a932-0658087f49c3
* Add /etc via ROMFS and /tmp via FAT FS to NSHpatacongo2008-09-111-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@910 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH xd commandpatacongo2008-09-071-55/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@892 42af7a65-404d-4744-a932-0658087f49c3
* Add option to disable background commandspatacongo2008-09-021-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@865 42af7a65-404d-4744-a932-0658087f49c3
* Need separate output buffers for each threadpatacongo2008-09-011-76/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@860 42af7a65-404d-4744-a932-0658087f49c3
* Use pthreads instead of tasks in BGpatacongo2008-08-301-45/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@855 42af7a65-404d-4744-a932-0658087f49c3
* Basic telnet NSH on ARM9patacongo2008-08-291-6/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@852 42af7a65-404d-4744-a932-0658087f49c3
* Added 130 and if-then-else-fi to NSHpatacongo2008-08-171-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@828 42af7a65-404d-4744-a932-0658087f49c3
* Concurrent telnet+serialpatacongo2008-08-161-87/+334
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@824 42af7a65-404d-4744-a932-0658087f49c3
* NSH redirected outputpatacongo2008-08-161-81/+114
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@823 42af7a65-404d-4744-a932-0658087f49c3
* Fix reentrancy problems for serialpatacongo2008-08-141-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@821 42af7a65-404d-4744-a932-0658087f49c3
* Add 'sh' to NSHpatacongo2008-08-121-2/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@819 42af7a65-404d-4744-a932-0658087f49c3
* Clean configuration varialbe namespatacongo2008-08-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@816 42af7a65-404d-4744-a932-0658087f49c3
* Misc NSH enhancementspatacongo2008-08-101-26/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@813 42af7a65-404d-4744-a932-0658087f49c3
* Debugging TELNET NSH (still problems)patacongo2007-12-101-41/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@434 42af7a65-404d-4744-a932-0658087f49c3
* Add TELNET front end to NSHpatacongo2007-12-021-0/+565
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3