summaryrefslogtreecommitdiffstats
path: root/posix_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsSebastian Huber2019-01-072-2/+2
| | | | Close #3670.
* Add some Livermore pthread examples (GCI 2013/2018)Marçal Comajoan Cara2018-12-098-0/+141
| | | | | | | | | | 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.
* Add various programs to report default attributes for various POSIX objectsJoel Sherrill2018-09-2630-35/+1051
| | | | Closes #3531.
* psx_sched_report: Add RTEMS configuration to address build issue.Joel Sherrill2017-10-122-1/+40
| | | | Closes #3158.
* Fix configuration warningsSebastian Huber2017-10-123-6/+0
| | | | Update #3158.
* posix_api/psx_sched_report/test.c: Uses default configuration now.Joel Sherrill2016-08-071-29/+6
|
* posix_api: Pass needed argument to posix checkChirayu Desai2013-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* posix_api: Turn posix check into function call.Gedare Bloom2013-12-121-1/+1
|
* posix_api: Add support to build with wafChirayu Desai2013-12-125-0/+75
| | | | Add wscript(s) for building with waf
* examples-v2: Remove ChangeLog filesJoel Sherrill2013-03-121-22/+0
|
* examples-v2: Remove .cvsignore filesJoel Sherrill2013-03-124-4/+0
|
* examples-v2 - Remove CVS Ids (scripted)Joel Sherrill2012-05-154-15/+0
|
* 2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-04-012-1/+5
| | | | * Makefile: Update to account for movement of .cfg files.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-065-0/+9
| | | | | * psx_example_1/.cvsignore, psx_example_2/.cvsignore, psx_example_3/.cvsignore, psx_sched_report/.cvsignore: New files.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-0611-0/+416
* 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.