summaryrefslogtreecommitdiffstats
path: root/testsuite/rcconf02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rcconf02: Reduce maximum connection countsSebastian Huber2019-03-111-2/+2
| | | | This avoids a file descriptor exhaustion.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2017-04-271-1/+16
| | | | | | | | | | The interface alias allows extra IP addresses to be set on and interface and it also allows the MAC address to be set. Examples: ifconfig_em0="inet 10.10.5.33 netmask 255.255.255.0" ifconfig_em0_alias0="ether 10:22:33:44:55:66" ifconfig_em0_alias1="inet 10.1.1.111 netmask 0xffffffff"
* Use thread name supportSebastian Huber2017-01-131-1/+0
| | | | Update #2858.
* testsuite: Fix warningsSebastian Huber2016-10-071-1/+1
|
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-081-1/+42
|
* Add a wait for key press to test rccof02.Chris Johns2016-07-011-11/+32
|
* Add telnetd as service to rc.conf.Chris Johns2016-07-011-15/+7
|
* Add DHCP support to rc.conf.Chris Johns2016-06-301-19/+56
|
* Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2016-06-281-14/+32
|
* Add a services base test.Chris Johns2016-06-271-0/+167