summaryrefslogtreecommitdiffstats
path: root/testsuite/include/rtems/bsd/test/default-init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Use new name of test-info.h.Christian Mauderer2020-07-311-1/+1
| | | | | In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
* testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2020-04-031-1/+1
|
* testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel2020-03-311-2/+3
| | | | puts() was replaced with rtems_test_begin() and rtems_test_end()
* tests: Remove obsolete config definesSebastian Huber2017-10-201-2/+0
|
* Add BRIDGE(4) support to configurationSebastian Huber2016-12-151-0/+1
|
* Set syslog priority to 'debug' for all tests.Chris Johns2016-07-061-0/+5
|
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-301-5/+0
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2016-06-281-6/+11
|
* Add DEFAULT_NETWORK_PAGE_MBUFS_SIZE to allow per BSP allocation domain sizes.Chris Johns2016-06-271-0/+5
|
* Update due to RTEMS printer API changesSebastian Huber2016-06-231-0/+1
|
* testsuite: Update due to API changesSebastian Huber2016-05-251-4/+4
|
* Add nexus devices for default-init.Chris Johns2016-04-281-0/+2
|
* testsuite: Add bdbuf configurationSebastian Huber2015-11-021-0/+4
|
* LAGG(4): Enable and testSebastian Huber2015-03-301-0/+1
|
* VLAN(4): Enable and testSebastian Huber2015-03-301-0/+1
|
* media01: New testSebastian Huber2015-03-261-0/+4
|
* testsuite: Make similar to default-network-init.hSebastian Huber2014-10-081-27/+8
|
* UNIX(4): Import from FreeBSDSebastian Huber2014-01-161-0/+2
|
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-201-1/+1
| | | | Move interrupt server initialization to nexus_probe().
* Use floating-point tasks for testsSebastian Huber2013-12-201-0/+1
|
* testsuite: Simplify testsSebastian Huber2013-11-131-2/+34
|
* testsuite: Increase object alloc sizeSebastian Huber2013-10-311-0/+1
|
* testsuite: Increase test init task stack sizeSebastian Huber2013-10-311-1/+1
|
* testsuite: Enable stack checkerSebastian Huber2013-10-311-0/+3
| | | | Increase init task stack size.
* Use extension to attach a struct thread to threadsSebastian Huber2013-10-101-1/+2
| | | | Add test thread01.
* Make default test initialization task preemptiveSebastian Huber2013-10-101-0/+2
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-0/+75
Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.