summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_consolemain.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more errors associated with posix_spawn system callsGregory Nutt2014-09-121-1/+1
* NSH: Add an option to take stdin from a USB keyboard deviceGregory Nutt2014-07-031-4/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-2/+0
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-63/+25
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-4/+4
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-1/+2
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-0/+4
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+2
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-1/+2
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-0/+163