summaryrefslogtreecommitdiffstats
path: root/testsuite/include/rtems/bsd/test/default-network-init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix linker errors with minimal build setSebastian Huber2020-08-061-0/+4
|
* 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()
* Fix dhcpcd.conf contentSebastian Huber2018-10-111-4/+4
| | | | | Do not write '\0' characters to the file. This confuses the options parser.
* Increase file descriptors in default network cfgSebastian Huber2018-10-101-1/+1
| | | | Make sure we can start the Telnet server in the default configuration.
* dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber2018-05-081-32/+5
| | | | Use it throughout to start the DHCP client (dhcpcd).
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-3/+16
| | | | | | | | | | | | This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
* Add DHCP clientid to test default network initSebastian Huber2018-04-301-8/+12
|
* Add wpa_supplicant command in test suite.Sichen Zhao2017-11-101-1/+2
| | | | Add wpa supplicant command in media01.
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-32/+1
|
* Add CPUINFO command to default network initSebastian Huber2017-10-201-0/+1
|
* tests: Remove obsolete config definesSebastian Huber2017-10-201-2/+0
|
* Enable bridging by defaultSebastian Huber2017-04-041-0/+1
|
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-1/+2
|
* Use thread name supportSebastian Huber2017-01-131-1/+0
| | | | Update #2858.
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+1
|
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-1/+2
|
* Enable multi-cast routing supportSebastian Huber2017-01-101-0/+2
|
* Fix default network memory configurationSebastian Huber2016-11-101-0/+7
|
* 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-11/+9
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Add DEFAULT_NETWORK_PAGE_MBUFS_SIZE to allow per BSP allocation domain sizes.Chris Johns2016-06-271-0/+6
|
* Update due to RTEMS printer API changesSebastian Huber2016-06-231-0/+1
|
* testsuite: Update due to API changesSebastian Huber2016-05-251-2/+5
|
* Partially revert 27aedffc1bd8e41f4e06a3326a5b95c54ca38b79Sebastian Huber2016-05-061-1/+1
|
* Add sbin/sysctlChris Johns2016-05-061-1/+2
|
* default-network-init.h: Fix warningsSebastian Huber2016-05-041-2/+7
|
* Add tcpdump to the test shell commands.Chris Johns2016-05-041-1/+2
|
* testsuite: Add bdbuf configurationSebastian Huber2015-11-021-0/+4
|
* tests: Increase stack size for dhcpcdSebastian Huber2015-09-301-1/+1
| | | | | On i386 with optimization disabled the minimum stack size was not enough.
* tests: Support DEFAULT_EARLY_INITIALIZATIONSebastian Huber2015-04-011-0/+4
|
* LAGG(4): Enable and testSebastian Huber2015-03-301-0/+1
|
* VLAN(4): Enable and testSebastian Huber2015-03-301-0/+1
|
* tests: Fix define usageSebastian Huber2015-03-301-4/+4
|
* mmc: Import MMC/SDCard support from libusbSebastian Huber2015-03-261-0/+1
|
* tests: Add PROFREPORT shell commandSebastian Huber2015-03-061-0/+1
|
* HOSTNAME(1): Import from FreeBSDSebastian Huber2014-11-051-0/+1
|
* testsuite: Fix lo0 ifconfig errorSebastian Huber2014-10-091-0/+1
| | | | Avoid "ifa_del_loopback_route: deletion failed".
* testsuite: Add DEFAULT_NETWORK_NO_INTERFACE_0Sebastian Huber2014-10-081-0/+8
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-0/+2
|
* Delete rtems_bsd_thread_chainSebastian Huber2014-09-251-0/+1
| | | | Rely on RTEMS object registration for threads.
* DHCPCD(8): Add basic supportSebastian Huber2014-01-301-0/+63
|
* Add DEFAULT_NETWORK_SHELLSebastian Huber2014-01-301-0/+55
|
* Add DEFAULT_NETWORK_NO_STATIC_IFCONFIGSebastian Huber2014-01-301-9/+34
|
* Add and use RTEMS_BSD_ARGC()Sebastian Huber2014-01-301-8/+6
|
* UNIX(4): Import from FreeBSDSebastian Huber2014-01-161-0/+4
|
* 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
|
* Fix default network init headerSebastian Huber2013-12-041-2/+3
|