nuttx-apps/examples/ostest
anchao 220653f21c Squashed commit of the following:
Author: anchao <anchao@pinecone.net>

     apps/, most main() function: Correct CONFIG_BUILD_LOADABLE usage
     Loadable apps/: Correct loadable symbol table generate
     apps/system/ubloxmodem:  Fix build break
     apps/examples/ostest: start restart/waitpid/user test from main loop
     apps/nshlib:  Expand reboot and poweroff commands to include a second, optional mode argument

    Author: Gregory Nutt <gnutt@nuttx.org>

     An attempt to fix build issues.  Does not work.
     apps/examples/ostest:  Fix some inappropriate renaming of static functions introduced with recent patches.
     apps/builtin/exec_builtin.c:  Fix a error introduced by recent comments.  Found in build testing.

    Author: anchao <anchao@pinecone.net>

     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-23 11:06:15 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
aio.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
barrier.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
cancel.c Remove trailing spaces at the end of lines. 2018-08-13 07:47:26 -06:00
cond.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
dev_null.c apps/examples/ostest: Add a test of TLS 2016-03-11 14:02:00 -06:00
fpu.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
Kconfig examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
Make.defs apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
Makefile examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
mqueue.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:40:03 -06:00
mutex.c Fix some misplaced semicolons as found in build testing. 2017-08-12 14:27:48 -06:00
nsem.c examples/ostest: sem_open() now returns SEM_FAILED in the event of a failure. 2017-09-08 10:15:46 -06:00
ostest_main.c Squashed commit of the following: 2018-08-23 11:06:15 -06:00
ostest.h apps/exmples/ostest: Eliminate a warning. 2018-04-22 15:29:59 -06:00
posixtimer.c apps/examples/ostest: SIG_DFL is no long assignment compatible with the sa_sigaction functin pointer. 2016-06-08 18:02:37 -06:00
prioinherit.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
pthread_cleanup.c examples/ostest: clarify when pthread clean-up test mutex need to remain usable 2017-04-12 06:47:07 -06:00
pthread_rwlock_cancel.c examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
pthread_rwlock.c examples/ostest: additional test for rwlock and one for cancel cleanup handlers 2017-04-10 07:20:48 -06:00
restart.c Squashed commit of the following: 2018-08-23 11:06:15 -06:00
rmutex.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
robust.c examples/ostest: Fix an error in last commit. 2017-03-27 08:58:23 -06:00
roundrobin.c examples/ostest: pthread rwlock additional tests and bugfixes 2017-04-07 15:47:16 -06:00
sem.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
semtimed.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
setvbuf.c examples/ostest: Add a test of setvbuf(). 2017-02-09 10:58:51 -06:00
sigev_thread.c OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses 2015-12-30 16:29:21 -06:00
sighand.c apps/examples/ostest: Signal handling tests should use the same configurable stack size as used in other tests, not PTHREAD_STACK_DEFAULT. 2018-06-07 09:52:02 -06:00
signest.c apps/examples/ostest: Signal handling tests should use the same configurable stack size as used in other tests, not PTHREAD_STACK_DEFAULT. 2018-06-07 09:52:02 -06:00
sigprocmask.c Fix several cosmetic, C coding style issues 2015-10-03 11:03:42 -06:00
sporadic.c apps/: Make more globals static to avoid name clashes 2017-05-19 07:13:12 -06:00
timedmqueue.c Standardize some naming in code section comments 2016-02-21 18:15:00 -06:00
timedwait.c Standardize the width of all comment boxes in C file 2015-10-02 17:33:30 -06:00
tls.c Remove trailing spaces at the end of lines. 2018-08-13 07:47:26 -06:00
vfork.c examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y 2017-01-24 09:15:42 -06:00
waitpid.c Squashed commit of the following: 2018-08-23 11:06:15 -06:00