summaryrefslogtreecommitdiffstats
path: root/testsuite (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-26test/commands01: Fix sporadic test failuresSebastian Huber1-1/+29
2019-06-26test/program01: Fix sporadic test failuresSebastian Huber1-0/+8
2019-06-12config: Control the interface from the command line net config file.Chris Johns1-1/+1
2019-05-13Fix zero-copy mbuf supportSebastian Huber1-3/+3
In 2017 there was a change in the mbuf API.
2019-04-11Update due to API changesSebastian Huber2-2/+2
2019-03-29openssl02: Fix includesSebastian Huber1-7/+3
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer1-0/+135
2019-03-11rcconf02: Reduce maximum connection countsSebastian Huber1-2/+2
This avoids a file descriptor exhaustion.
2018-10-25openssl01: Call standard initialization functionsSebastian Huber1-0/+5
2018-10-25openssl01: New testSebastian Huber1-0/+139
2018-10-17ppp01: Use novj option on host sideSebastian Huber1-2/+3
The VJ compression seems to be not supported by libbsd. Without this option the following errors show up on the host side: rcvd [LCP ProtRej id=0x75 00 2f 45 00 00 34 6b 9a 40 00 40 01 85 87 c0 a8 64 0b c0 a8 64 46 89 3c 00 15 2c 27 95 c2 0a 88 ...] Protocol-Reject for unsupported protocol 'VJ uncompressed TCP/IP' (0x2f)
2018-10-11Fix dhcpcd.conf contentSebastian Huber1-4/+4
Do not write '\0' characters to the file. This confuses the options parser.
2018-10-10Increase file descriptors in default network cfgSebastian Huber1-1/+1
Make sure we can start the Telnet server in the default configuration.
2018-09-25media01: Improve output messagesSebastian Huber1-12/+7
Use a single printf() call to avoid interference from other output. Do not print the listener argument.
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber1-6/+11
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber3-0/+3017
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
2018-08-28syscalls01: Fix for IPSEC enabledSebastian Huber1-0/+5
2018-08-20tests/termios: Fix warningsSebastian Huber1-3/+11
2018-08-02testsuite/ipsec01: Add.Christian Mauderer4-0/+347
2018-08-02ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer1-0/+9
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
2018-07-26selectpollkqueue01: Invalidate file descriptorSebastian Huber1-0/+6
This is not a functional change or a fix.
2018-07-26Fix sporadic test failures via uma_timeout()Sebastian Huber2-13/+15
2018-07-02syscalls01: Fix sporadic test failuresSebastian Huber1-0/+14
2018-05-08dhcpcd: Add hooksSebastian Huber1-1/+23
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber1-32/+5
Use it throughout to start the DHCP client (dhcpcd).
2018-05-03buildset: Add minimal and everything config.Christian Mauderer3-6/+41
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.
2018-04-30Add DHCP clientid to test default network initSebastian Huber1-8/+12
2018-03-28CRYPTO(4): Port to RTEMSSebastian Huber1-0/+198
2018-03-13mutex: Use panic() after ISR lock releaseSebastian Huber1-1/+99
Using panic() with interrupts disabled could lead to an additional error (INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT) due to a potentially blocking output.
2018-02-05tests: Fix configuration dependenciesSebastian Huber2-0/+6
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber1-275/+33
This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber1-33/+275
2017-11-10Add wpa_supplicant_fork command.Sichen Zhao1-1/+2
Add fork command for wpa supplicant to start a new task.
2017-11-10Add wpa_supplicant command in test suite.Sichen Zhao2-2/+4
Add wpa supplicant command in media01.
2017-11-10tests/syscalls01: Fix shutdown() testSebastian Huber1-1/+14
The socket must be connected for a shutdown().
2017-11-10Add rtems_bsd_ifconfig_lo0()Sebastian Huber1-32/+1
2017-11-10tests/syscall01: Update error valuesSebastian Huber1-39/+39
FreeBSD changed the error values.
2017-11-09tests/mutex01: Fix mtx_recursed() usageSebastian Huber1-32/+32
2017-11-09tests/program01: Fix test nameSebastian Huber1-1/+1
2017-10-23Import DPAA driver snapshotSebastian Huber1-0/+6
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-10-20Add CPUINFO command to default network initSebastian Huber1-0/+1
2017-10-20media01: Scale with processor countSebastian Huber1-2/+6
2017-10-20tests: Remove obsolete config definesSebastian Huber4-12/+0
2017-08-25Include missing <string.h> and <limits.h>Sebastian Huber11-21/+29
Fix warnings. Update #2132. Update #2133.
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber6-14/+9
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber17-98/+19
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-05-19Add tests for USB keyboard and mouse as well as EVDEVKevin Kirspel3-0/+1325
2017-05-12Adding USB Serial testKevin Kirspel1-0/+329
2017-05-11Adding test cases for FREEBSD termios support through ttyKevin Kirspel12-0/+2977
2017-04-27rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2-2/+60
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"