summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest_main.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-1/+1
* Add AIO test case in OS testGregory Nutt2014-10-051-1/+10
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-281-0/+6
* Add a trivial test of sem_timedwait() to the OS testGregory Nutt2014-09-261-0/+5
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+8
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-5/+0
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-3/+3
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* apps/examples/ostest: Spelling fix from Richard CochranGregory Nutt2014-01-231-1/+1
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-081-1/+2
* Changed needed to fix issues with task_restart()patacongo2013-02-061-0/+6
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-0/+8
* Add ostest vfork test (does not work yet)patacongo2013-01-071-0/+6
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-131-0/+522