Gregory Nutt
2f982e9c77
Revert "Squashed commit of the following:"
...
This reverts commit 25b92edd9f
.
2018-08-22 12:06:32 -06:00
anchao
25b92edd9f
Squashed commit of the following:
...
apps/builtin/exec_builtin.c: Try posix_spawn if builtin apps do not have have an entry point.
apps/Application.mk: introduce MODULE config to simplify tristate(m)
apps/nsh: Change the nuttx shell module type to tristate
apps: Add loadable application support
script/mksymtab: Generate symbol table name by default
apps/builtin: Allow loadable applications can register with apps/builtin.
2018-08-22 09:30:38 -06:00
Gregory Nutt
a57610c2c4
Remove trailing spaces at the end of lines.
2018-08-13 07:47:26 -06:00
Gregory Nutt
b83baa43dc
examples/stat: Add test for fstatfs().
2017-02-17 10:53:24 -06:00
Gregory Nutt
58b521183d
apps/examples/stat: Fix a copy-paste error in an ERROR message.
2017-02-13 18:21:56 -06:00
Gregory Nutt
f5b169ee8e
apps/examples/stat: Add missing decoding of S_IXOTH bit.
2017-02-13 16:57:41 -06:00
Gregory Nutt
76269d7bad
apps/examples/stat: Fix a backward conditional test. Improve output.
2017-02-13 16:46:23 -06:00
Gregory Nutt
78f92746c4
apps/examples/stat: Improve decoding of file mode.
2017-02-13 16:19:55 -06:00
Gregory Nutt
1b297d057e
apps/examples/stat: Only should memory if a leak is detected.
2017-02-13 15:24:58 -06:00
Gregory Nutt
c3c8de6b70
apps/examples/stat: Add logic to monitor memory usage.
2017-02-13 14:57:36 -06:00
Gregory Nutt
740b528199
apps/examples/stat: Add a simple test for stat(), fstat(), and statfs().
2017-02-13 14:08:19 -06:00