Gregory Nutt
|
ac61c18fcc
|
Move apps/builtins/builtin_forindex.c to nuttx/libs/libc/builtin since it is required by kernel logic as well. Other changes account for movement of builtin.h from nuttx/include/nuttx/binfmt/built.h to nuttx/include/lib/builtin.h.
|
2019-08-23 09:12:45 -06:00 |
|
GregoryN
|
3bf4b6d245
|
Merged altconsole into master
|
2018-12-08 18:53:54 -06:00 |
|
Gregory Nutt
|
3e396d8e4e
|
apps/nshlib: Fix a copy paste error introduced in commit 9a42be5e9b
|
2018-09-02 15:33:22 -06:00 |
|
Gregory Nutt
|
9a42be5e9b
|
apps/nshlib: When using waitpid() to wait for a built-in application or a file application to exit. Add the WUNTRACED options to so the the waitpid() call will also be awakened if the waited-for task is stopped as well.
|
2018-09-02 14:19:30 -06:00 |
|
Gregory Nutt
|
bb4c5c49ef
|
Replace usage of SIGKILL with SIGINIT
|
2018-08-28 12:02:26 -06:00 |
|
ligd
|
d36e1c87fe
|
apps/nshlib: Add control-C support for terminating built-in and exec'ed file tasks.
|
2018-08-26 07:48:38 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
f48a813e0e
|
Move apps/include/builtin.h to apps/include/builtin/builtin.h
|
2016-07-01 07:08:03 -06:00 |
|
Gregory Nutt
|
691bd07f2e
|
NSH library: Costmetic change
|
2016-01-17 07:29:50 -06:00 |
|
Gregory Nutt
|
e9447c6058
|
Standardize nameing of the pre-processor definitiongs group header
|
2015-10-02 14:06:11 -06:00 |
|
Gregory Nutt
|
c4e46f5b62
|
Changes to NSH and readline to permit NSH to work on a platform with no file system
|
2013-09-30 11:34:04 -06:00 |
|
patacongo
|
cca7618daa
|
All argv types should be char * const * not const char **
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-02 19:32:46 +00:00 |
|
patacongo
|
6ab00f4a93
|
Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-18 01:52:42 +00:00 |
|
patacongo
|
40a93fdac9
|
Misc bug fixes related to NSH file execution
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5530 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 20:25:32 +00:00 |
|
patacongo
|
140d3e4374
|
NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 18:32:13 +00:00 |
|
patacongo
|
ce0a475c9f
|
Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 17:05:00 +00:00 |
|
patacongo
|
b81afc12fd
|
Implement redirection of output from NSH builtin commands to a file in a mounted volume
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-15 21:01:37 +00:00 |
|