summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-163-3/+4
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-1/+1
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-155-592/+610
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-242-0/+4
* Remove .context kludge from apps/ directorypatacongo2012-12-231-1/+0
* Rename namedapp as simply builtinpatacongo2012-12-234-12/+12
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-5/+6
* Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-291-4/+37
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-274-17/+82
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+4
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-122-4/+9
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-3/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-095-14/+91
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-044-41/+290
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-031-2/+2
* Documentation updatepatacongo2012-10-311-4/+6
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-316-34/+707
* DNS fixes from Darcy Gongpatacongo2012-10-282-3/+26
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+4