- Nov 29, 2015
-
-
Gregory Nutt authored
-
- Nov 28, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: The 'ps' command now uses /proc/(pid)/ to obtain task status information. A consequence of this is that you cannot use the 'ps' command if the procfs is not enabled and mounted at /proc.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: The I/O buffer, g_iobuffer, should not be a global buffer. That will not work in an environment where there are multiple NSH sessions. The I/O buffer must, instead, be a part part of the session-specific data defined in nsh_console.h # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit.
-
Ken Pettit authored
apps/nshlib: Add a new NSH losmart command. losmart setups up a loop device for the smart MTD driver similar to losetup but with different syntax. From Ket Petit.
-
Gregory Nutt authored
nshlib: Move trim_dir() and foreach_direntry() from nsh_fscmds.c to nsh_fsutils.c as nsh_trimdir() and nsh_foreach_direntry(), respectively
-
Gregory Nutt authored
nshlib: Use CONFIG_NSH_PROC_MOUNTPOINT instead of literal /proc; Move readfile() from nsh_proccmds.c to nsh_fsutils.c as nsh_readfile()
-
- Nov 27, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: Remove all references to internal OS interface netdev_foreach(). Logic in ifconfig, ifup, and ifown now use the procfs file system to examine networking status.
-
Gregory Nutt authored
nshlib/: ifconfig now uses /proc/net/eth0 to display network configuration. You will need to enable the procfs file system in order to use ifconfig
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: The 'ifconfig' command now uses /proc/net/stat to show network statistics. A consequence of this is that you cannot view network statistics if the procfs is not enabled and mounted at /proc
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 26, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 25, 2015
-
-
Gregory Nutt authored
NSH no long calls losetup() and loteardown() directly. Now it uses /dev/loop and performs these operations using ioctl() calls
-
Gregory Nutt authored
If CONFIG_LIBC_LOCALTIME or CONFIG_TIME_EXTENDED are defined, then the NSH date command should also show the day ofo the week
-
Gregory Nutt authored
examples/serialrx: Don't print 'Received:\n' before printing bytes received
-
Paul A. Patience authored
-
Ken Pettit authored
-
- Nov 24, 2015
-
-
Gregory Nutt authored
examples/serialrx: Add configuration options to print the bytes received
-
Paul A. Patience authored
-
Gregory Nutt authored
-
- Nov 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ken Pettit authored
mksmartfs: Move into apps/fsutils from kernel, now uses only open and ioctl. Add configuration option to supported multiple root directories. From Ken Petit
-
- Nov 22, 2015
-
-
Ken Pettit authored
examples/smart-test: Adds a circular log type test for SMARTFS wear level code testing. From Ken Petit
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-