summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
...
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-292-35/+41
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-121-3/+6
* Modified NSH 'df -h' command to do some saner conversions. From Ken PettitGregory Nutt2013-12-121-3/+3
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-102-2/+2
* SAMA5 NAND: bugfixesGregory Nutt2013-12-061-2/+2
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-053-10/+86
* NSH mount count updated from Ken PettitGregory Nutt2013-11-171-2/+17
* fs/procfs: Add a tiny, primitive procfs file system. Might get more interes...Gregory Nutt2013-11-131-1/+6
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-061-33/+34
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-013-27/+109
* Another case where we should use the routing table: There may be multiple rou...Gregory Nutt2013-10-051-1/+9
* Fix some delroute errorsGregory Nutt2013-10-051-1/+1
* Add NSH addroute and delroute commandsGregory Nutt2013-10-056-38/+410
* Remove some warningsGregory Nutt2013-10-013-4/+7
* More improvements to the minimal NSH when there is no file system and when pr...Gregory Nutt2013-10-013-4/+33
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-308-30/+261
* Fix NSH default IP addressGregory Nutt2013-09-171-2/+2
* Eliminate a warning when DHCP is not enabledGregory Nutt2013-09-171-2/+6
* NSH: Fix 'ls' output for a single file. Provided by Lorenz MeierGregory Nutt2013-09-131-19/+55
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-192-7/+9
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-185-2/+129
* Add missing NSH configuration settings. Correct some conditional logic for S...Gregory Nutt2013-06-021-0/+17
* Updates to README filesGregory Nutt2013-06-011-14/+13
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+4
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The NSH...Gregory Nutt2013-05-211-1/+1
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+4
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-305-33/+213
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-241-6/+0
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-6/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+9
* More kernel build fixespatacongo2013-03-071-1/+1
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-1/+20
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-0/+2
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-102-7/+6
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-9/+28
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-031-4/+14
* Correct a memory leak in NSHpatacongo2013-02-021-0/+14
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-299-201/+668
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-294-49/+86
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-2/+3
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-182-18/+29
* Misc bug fixes related to NSH file executionpatacongo2013-01-172-41/+66
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-176-8/+374
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-163-23/+53