summaryrefslogtreecommitdiffstats
path: root/testsuite/rcconf02 (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-11rcconf02: Reduce maximum connection countsSebastian Huber1-2/+2
This avoids a file descriptor exhaustion.
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-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.
2017-04-27rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns1-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"
2017-01-13Use thread name supportSebastian Huber1-1/+0
Update #2858.
2016-10-07testsuite: Fix warningsSebastian Huber1-1/+1
2016-08-08pf: Add configuration via rc.conf.Christian Mauderer1-1/+42
2016-07-01Add a wait for key press to test rccof02.Chris Johns1-11/+32
2016-07-01Add telnetd as service to rc.conf.Chris Johns1-15/+7
2016-06-30Add DHCP support to rc.conf.Chris Johns1-19/+56
2016-06-28Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns1-14/+32
2016-06-27Add a services base test.Chris Johns1-0/+167