Gregory Nutt
|
681bfa2605
|
NSH: Add logic for the case where the passwd file is read-only. ROMFS image needs to be marked as const, or it will end up in RAM.
|
2016-01-20 13:05:25 -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
|
fe05a8444f
|
apps/nshlib: Add useradd, userdel, and passwd commends
|
2016-01-20 09:37:25 -06:00 |
|
Gregory Nutt
|
5aa177e03b
|
apps/fsutils/passwd: Fix numerous errors found during testing
|
2016-01-20 09:36:07 -06:00 |
|
Gregory Nutt
|
06f9487838
|
Merge branch 'passwd'
|
2016-01-19 19:23:58 -06:00 |
|
Gregory Nutt
|
8630130299
|
Remove dangle whitespace at the end of the line and some files with carriage returns in them
|
2016-01-19 19:22:45 -06:00 |
|
Gregory Nutt
|
c98e51a31d
|
apps/fsutils/passwd: Add a password fila management library
|
2016-01-19 19:19:04 -06:00 |
|
Gregory Nutt
|
dd53e9ae57
|
Merged in paulpatience/nuttx-apps/qencoder (pull request #28)
examples/qencoder: Add configuration options to Kconfig file
|
2016-01-19 12:55:53 -06:00 |
|
Paul A. Patience
|
f5da6e23cf
|
examples/qencoder: Add configuration options to Kconfig file
|
2016-01-19 13:45:33 -05:00 |
|
=?UTF-8?B?6ZmI5p6X6aOe?=
|
f738166b17
|
examples/watchdog: Some fixes to help text and ping time range
|
2016-01-19 06:57:34 -06:00 |
|
Gregory Nutt
|
6d8e81e064
|
examples/can: Fix to work with new CAN error reporting
|
2016-01-18 12:34:19 -06:00 |
|
Gregory Nutt
|
7f5a7a07a5
|
Costmetic alignment
|
2016-01-17 08:12:51 -06:00 |
|
Gregory Nutt
|
b5c5055c41
|
NSH: Remove partial implementation of the use of IOBJ/IPTR in NSH. There are some complications
|
2016-01-17 07:53:52 -06:00 |
|
Gregory Nutt
|
16ed293417
|
Revert "Revert "NSH: All nsh_output strings tagged with IOBJ so that they may be stored in FLASH on AVR""
This reverts commit fd083ee981 .
|
2016-01-17 07:41:51 -06:00 |
|
Gregory Nutt
|
a5fbb4cd24
|
Revert "NSHL: Format strings for nsh_output should all have IOBJ qualifier"
This reverts commit 186a101d2c .
|
2016-01-17 07:39:33 -06:00 |
|
Gregory Nutt
|
fd083ee981
|
Revert "NSH: All nsh_output strings tagged with IOBJ so that they may be stored in FLASH on AVR"
This reverts commit cb6a914d08 .
|
2016-01-17 07:39:17 -06:00 |
|
Gregory Nutt
|
691bd07f2e
|
NSH library: Costmetic change
|
2016-01-17 07:29:50 -06:00 |
|
Gregory Nutt
|
a88338b41a
|
Merge remote-tracking branch 'origin/master' into resolv.conf
|
2016-01-14 15:17:20 -06:00 |
|
Pelle Windestam
|
16c02a07d7
|
Add netlib_get_dripv4addr() and netlib_get_ipv4netmask()
|
2016-01-14 07:24:36 -06:00 |
|
Gregory Nutt
|
0d058af821
|
Step 1 in /etc/resolv.conf support
|
2016-01-13 15:08:59 -06:00 |
|
Stefan Kolb
|
3b820bbc78
|
NSH: Correct an error in conditional compilation
|
2016-01-13 06:53:33 -06:00 |
|
Gregory Nutt
|
c13b9e6a51
|
Fix compile error in time command when certain features are disabled
|
2016-01-08 11:23:45 -06:00 |
|
Gregory Nutt
|
19efbf8b87
|
OS test: Mark some constants as long to avoid overflow when used the AVR8. Example, 500*1000 overflows when type int is only 16-bits, but 500*1000L avoids the overflow
|
2016-01-08 07:48:50 -06:00 |
|
Gregory Nutt
|
50f44f23f2
|
Fix an error in last commit; eliminate a warning
|
2016-01-06 10:14:09 -06:00 |
|
Gregory Nutt
|
186a101d2c
|
NSHL: Format strings for nsh_output should all have IOBJ qualifier
|
2016-01-06 08:31:56 -06:00 |
|
Gregory Nutt
|
96ee336278
|
apps/examples/hello: Can now select task priority and stacksize
|
2016-01-06 07:47:08 -06:00 |
|
Gregory Nutt
|
cb6a914d08
|
NSH: All nsh_output strings tagged with IOBJ so that they may be stored in FLASH on AVR
|
2016-01-05 16:38:50 -06:00 |
|
Gregory Nutt
|
611bd4684f
|
Update some comments
|
2016-01-04 12:36:38 -06:00 |
|
Gregory Nutt
|
d5df336821
|
Trivial update to README
|
2016-01-01 12:16:19 -06:00 |
|
Gregory Nutt
|
31629ee982
|
Update README
|
2016-01-01 09:09:34 -06:00 |
|
Gregory Nutt
|
949b4bd520
|
Correct a statement in the description of the time command
|
2015-12-31 10:23:11 -06:00 |
|
Gregory Nutt
|
6c89c01cf5
|
Fix a scaling error in the new time command
|
2015-12-31 10:03:04 -06:00 |
|
Gregory Nutt
|
3b3b8faf68
|
Trivial update to README
|
2015-12-31 09:19:19 -06:00 |
|
Gregory Nutt
|
f09b7e400f
|
NSH: Add a time command that can be used to time other commands
|
2015-12-31 09:16:38 -06:00 |
|
Gregory Nutt
|
d5f8008931
|
OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses
|
2015-12-30 16:29:21 -06:00 |
|
Alan Carvalho de Assis
|
1308399564
|
apps/examples/pca9635: Add a simple test of PCA9635PW PWM LED driver. From Alan Carvalho de Assis.
|
2015-12-15 14:10:21 -06:00 |
|
Gregory Nutt
|
41c673d95d
|
apps/examples/module: cosmetic update to printf statements
|
2015-12-14 13:21:39 -06:00 |
|
Gregory Nutt
|
15201642b3
|
Minor adjustment of spacing
|
2015-12-13 10:39:13 -06:00 |
|
Gregory Nutt
|
a620f99306
|
Update README; trivial changes to lsmod output format
|
2015-12-13 10:30:47 -06:00 |
|
Gregory Nutt
|
f0a21d3d48
|
NSH: Add module commands: insmod, rmmod, and lsmod
|
2015-12-13 09:55:52 -06:00 |
|
Gregory Nutt
|
d198f09ae3
|
Update examples/module and system/symtab to adjust to change in boardctl() and insmod() interfaces
|
2015-12-13 08:14:44 -06:00 |
|
Gregory Nutt
|
469a7fdf0f
|
examples/module: Update for changes in function prototypes
|
2015-12-12 17:43:06 -06:00 |
|
Gregory Nutt
|
052392f36c
|
examples/module. Module should not link with libc because it has out-of-range function calls
|
2015-12-12 14:00:34 -06:00 |
|
Gregory Nutt
|
ad4bcac7a0
|
apps/examples/module: Some fixes
|
2015-12-12 11:49:34 -06:00 |
|
Gregory Nutt
|
6c14e176d9
|
apps/examples/module: Now exercises rmmod as well
|
2015-12-12 11:40:33 -06:00 |
|
Gregory Nutt
|
d02295d1f2
|
apps/examples/module: Add a test harness for testing NuttX kernel modules
|
2015-12-12 09:43:32 -06:00 |
|
Gregory Nutt
|
cfcd396861
|
apps/netutils/ping: This is an unfinished implementation of ping/ping6 using raw packets. Not yet even hooked into the build and configuration systems
|
2015-12-11 09:09:38 -06:00 |
|
Gregory Nutt
|
c0d0a0821a
|
netutils/telnetd: No longer calls OS interfade telnet_driver. Now creates Telnet sessions by open a new factory device at /dev/telnet and then using ioctl calls to create the session character drivers at /dev/telnetN.
|
2015-12-07 13:51:37 -06:00 |
|
Gregory Nutt
|
ba8d44d799
|
netutils/telnetd: Move the Telnet driver to nuttx/drivers/net
|
2015-12-07 09:29:29 -06:00 |
|
Gregory Nutt
|
9faf23290c
|
netutils/telnetd: Remove unused parameter from telnetd_driver
|
2015-12-07 08:15:50 -06:00 |
|