Gregory Nutt
|
ad61a44791
|
apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelse
|
2015-04-09 15:53:59 -06:00 |
|
Gregory Nutt
|
5d36d57461
|
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
|
2014-10-05 15:44:43 -06:00 |
|
Gregory Nutt
|
dc9ad8cf61
|
Add AIO test case in OS test
|
2014-10-05 13:24:03 -06:00 |
|
Gregory Nutt
|
b98bcd01ad
|
Add a simple named semaphore test to the OS test
|
2014-09-28 13:02:36 -06:00 |
|
Gregory Nutt
|
4a6077b8d3
|
Add a trivial test of sem_timedwait() to the OS test
|
2014-09-26 07:04:34 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
dd8d40dabd
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
d764356359
|
Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
|
2014-08-07 18:00:38 -06:00 |
|
Gregory Nutt
|
b651f37ce7
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
Gregory Nutt
|
b14f1f48ec
|
apps/examples/ostest: Spelling fix from Richard Cochran
|
2014-01-23 07:00:02 -06:00 |
|
patacongo
|
2ad5349d4c
|
Fix some problems with the vfork() test on the STM32F3Discovery
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5628 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-08 22:53:14 +00:00 |
|
patacongo
|
a3b2882a10
|
Changed needed to fix issues with task_restart()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5615 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-06 15:43:28 +00:00 |
|
patacongo
|
1529b30bd1
|
Move pthread join and key creation data into the task group
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5602 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-03 16:43:58 +00:00 |
|
patacongo
|
00cde57256
|
Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5560 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-24 23:18:32 +00:00 |
|
patacongo
|
65c2f3e7ff
|
Use SIGCHLD with waitpid(); implemented wait() and waitid()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-13 18:53:00 +00:00 |
|
patacongo
|
ecaf2037fd
|
Add ostest vfork test (does not work yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5488 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-07 21:41:20 +00:00 |
|
patacongo
|
a23aa24d7f
|
Rename all apps/examples/-/main.c to something unique
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 12:36:32 +00:00 |
|