- Dec 11, 2015
-
-
Gregory Nutt authored
apps/netutils/ping: This is an unfinished implementation of ping/ping6 using raw packets. Not yet even hooked into the build and configuration systems
-
- Dec 07, 2015
-
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 28, 2015
-
-
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
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.
-
- Nov 27, 2015
-
-
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
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
-
- Nov 26, 2015
-
-
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
-
Ken Pettit authored
-
- Nov 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 22, 2015
-
-
- Nov 21, 2015
-
-
Gregory Nutt authored
nshlib: Now that NuttX automatically converts block to character devices, the implemention of the DD command no longer has to muck with block to character conversion
-
- Nov 09, 2015
-
-
Gregory Nutt authored
-
- Oct 13, 2015
-
-
Alan Carvalho de Assis authored
-
- Oct 10, 2015
-
-
Gregory Nutt authored
-
- Oct 01, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Sep 30, 2015
-
-
Gregory Nutt authored
-
- Sep 29, 2015
-
-
Gregory Nutt authored
-
- Sep 24, 2015
-
-
Stefan Kolb authored
-
- Sep 03, 2015
-
-
Stefan Kolb authored
Macros PR_BEGIN_EXTERN_C and PR_END_EXTERN_C were not defined in all contexts. Remove definition and replace with explicit expansion. From Stefan Kolb
-
Gregory Nutt authored
-
- Aug 31, 2015
-
-
Bruno Herrera authored
apps/nshlib: Fix error handling in 'mv' command. On a failure to expand the second path, the memory allocated for the expansion of the first path was not being freed. From Bruno Herrera.
-
Bruno Herrera authored
apps/nshlib: Fix error handling in 'cat' command. On a failure to allocate memory, a file was not being closed. From Bruno Herrera.
-
- Aug 26, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 23, 2015
-
-
Gregory Nutt authored
-
- Aug 21, 2015
-
-
Gregory Nutt authored
apps/system/netdb would not build unless CONFIG_NETDB_HOSTFILE was defined because it needed gethostbyname. Noted by OrbitalFox
-
- Aug 20, 2015
-
-
Gregory Nutt authored
apps/examples/usbserial: Can now be run as an NSH builtin-function. Now uses a configurable IO buffer size
-
- Aug 17, 2015
-
-
Gregory Nutt authored
-
- Aug 13, 2015
-
-
Gregory Nutt authored
-
- Aug 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-