summaryrefslogtreecommitdiff
path: root/posix_api (follow)
AgeCommit message (Collapse)Author
2018-12-09Add some Livermore pthread examples (GCI 2013/2018)Marçal Comajoan Cara
The initial conversion was done by Christopher Kerl as part of GCI 2013. Finally merged as part of GCI 2018. This is part of the Livermore pthread examples from https://computing.llnl.gov/tutorials/pthreads/ Closes #2087.
2018-09-26Add various programs to report default attributes for various POSIX objectsJoel Sherrill
Closes #3531.
2017-10-12psx_sched_report: Add RTEMS configuration to address build issue.Joel Sherrill
Closes #3158.
2017-10-12Fix configuration warningsSebastian Huber
Update #3158.
2016-08-07posix_api/psx_sched_report/test.c: Uses default configuration now.Joel Sherrill
2013-12-12posix_api: Pass needed argument to posix checkChirayu Desai
Fixes commit 579cc3c468c0dc923e37474e38c778bc2d085382 Traceback (most recent call last): File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 97, in waf_entry_point run_commands() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 153, in run_commands ctx=run_command(cmd_name) File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 146, in run_command ctx.execute() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Scripting.py", line 351, in execute return execute_method(self) File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Build.py", line 106, in execute self.execute_build() File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Build.py", line 109, in execute_build self.recurse([self.run_dir]) File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Context.py", line 128, in recurse user_function(self) File "/home/cdesai/rtems/examples-v2/wscript", line 45, in build bld.recurse('posix_api') File "/home/cdesai/bin/.waf-1.7.13-8c328f55ac27cdb03b8c949f189bbac3/waflib/Context.py", line 128, in recurse user_function(self) File "/home/cdesai/rtems/examples-v2/posix_api/wscript", line 9, in build if rtems.check_posix(): TypeError: check_posix() takes exactly 1 argument (0 given)
2013-12-12posix_api: Turn posix check into function call.Gedare Bloom
2013-12-12posix_api: Add support to build with wafChirayu Desai
Add wscript(s) for building with waf
2013-03-12examples-v2: Remove ChangeLog filesJoel Sherrill
2013-03-12examples-v2: Remove .cvsignore filesJoel Sherrill
2012-05-15examples-v2 - Remove CVS Ids (scripted)Joel Sherrill
2011-04-012011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Update to account for movement of .cfg files.
2009-08-062009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psx_example_1/.cvsignore, psx_example_2/.cvsignore, psx_example_3/.cvsignore, psx_sched_report/.cvsignore: New files.
2009-08-062009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog, Makefile, psx_example_1/Makefile, psx_example_1/test1.c, psx_example_2/Makefile, psx_example_2/test2.c, psx_example_3/Makefile, psx_example_3/test3.c, psx_sched_report/Makefile, psx_sched_report/README, psx_sched_report/test.c: New files.