summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsysconf/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/psxtests/psx[n-z]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2021-06-09sysconf: Remove sysconf(515)Ryan Long1-8/+0
GCC originally needed this 20 years ago. No longer needed, so it is being removed. Closes #4391
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber1-1/+2
Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count(). Update #3732.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2015-03-09sysconf: Add _SC_NPROCESSORS_(CONF|ONLN)Sebastian Huber1-0/+9
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-2/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2009-11-30Whitespace removal.Ralf Corsepius1-2/+2
2009-10-29Comment out sysconf(LONG_MAX) check (not useful).Ralf Corsepius1-3/+9
Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.
2009-10-27Use %ld to print *.tv_nsec.Ralf Corsepius1-7/+7
2009-09-202009-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for getpagesize().
2009-05-152009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test case to improve coverage analysis.
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+68
* Makefile.am, configure.ac: Add test for sysconf(). * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c, psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.