Valmantas Paliksa
|
5cad41c973
|
apps/nshlib: Fix all places where cle() and readline() are used. readline() returns EOF on a failure. cle() returns a negated errno value. Checking only for EOF causes failues to be missed (and infinite loops ensuing).
|
2019-05-21 08:43:09 -06:00 |
|
Gregory Nutt
|
c5edf40542
|
apps/examples/udpblaster: Add option to use poll() on output (only). Also picks up some fixes to various typographical errors.
|
2018-09-14 06:59:23 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
cd741c82cf
|
apps/include: Move all header files associated with modules in apps/system to apps/include/system
|
2016-07-01 06:48:22 -06:00 |
|
Gregory Nutt
|
07cf99130c
|
nsh_stdsession() cannot use the same login logic as nsh_session(); Also put telnet login in a separate file for symmetry
|
2016-01-20 15:22:02 -06:00 |
|
Gregory Nutt
|
93d9d5e4ca
|
apps/nshlib: All NSH sessions may now be protected with passwords stored in the encrypted /etc/passwd file
|
2016-01-20 14:42:39 -06:00 |
|
Gregory Nutt
|
3dad8a29a2
|
NSH now supports an MOTD string that will be presented after the greeting
|
2016-01-20 11:18:08 -06:00 |
|
Gregory Nutt
|
82d71bb439
|
Add an EMACS-like command line editor that can be used wit NSH
|
2014-02-02 10:25:53 -06:00 |
|
Gregory Nutt
|
c4e46f5b62
|
Changes to NSH and readline to permit NSH to work on a platform with no file system
|
2013-09-30 11:34:04 -06:00 |
|