summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/commands01: Fix sporadic test failuresSebastian Huber2019-06-261-1/+29
|
* test/program01: Fix sporadic test failuresSebastian Huber2019-06-261-0/+8
|
* config: Control the interface from the command line net config file.Chris Johns2019-06-121-1/+1
|
* Fix zero-copy mbuf supportSebastian Huber2019-05-131-3/+3
| | | | In 2017 there was a change in the mbuf API.
* Update due to API changesSebastian Huber2019-04-112-2/+2
|
* openssl02: Fix includesSebastian Huber2019-03-291-7/+3
|
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+135
|
* rcconf02: Reduce maximum connection countsSebastian Huber2019-03-111-2/+2
| | | | This avoids a file descriptor exhaustion.
* openssl01: Call standard initialization functionsSebastian Huber2018-10-251-0/+5
|
* openssl01: New testSebastian Huber2018-10-251-0/+139
|
* ppp01: Use novj option on host sideSebastian Huber2018-10-171-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)
* 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.
* media01: Improve output messagesSebastian Huber2018-09-251-12/+7
| | | | | Use a single printf() call to avoid interference from other output. Do not print the listener argument.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-211-6/+11
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-213-0/+3017
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* syscalls01: Fix for IPSEC enabledSebastian Huber2018-08-281-0/+5
|
* tests/termios: Fix warningsSebastian Huber2018-08-201-3/+11
|
* testsuite/ipsec01: Add.Christian Mauderer2018-08-024-0/+347
|
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-021-0/+9
| | | | | Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
* selectpollkqueue01: Invalidate file descriptorSebastian Huber2018-07-261-0/+6
| | | | This is not a functional change or a fix.
* Fix sporadic test failures via uma_timeout()Sebastian Huber2018-07-262-13/+15
|
* syscalls01: Fix sporadic test failuresSebastian Huber2018-07-021-0/+14
|
* dhcpcd: Add hooksSebastian Huber2018-05-081-1/+23
|
* 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-033-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.
* Add DHCP clientid to test default network initSebastian Huber2018-04-301-8/+12
|
* CRYPTO(4): Port to RTEMSSebastian Huber2018-03-281-0/+198
|
* mutex: Use panic() after ISR lock releaseSebastian Huber2018-03-131-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.
* tests: Fix configuration dependenciesSebastian Huber2018-02-052-0/+6
|
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-171-275/+33
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-161-33/+275
|
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-1/+2
| | | | Add fork command for wpa supplicant to start a new task.
* Add wpa_supplicant command in test suite.Sichen Zhao2017-11-102-2/+4
| | | | Add wpa supplicant command in media01.
* tests/syscalls01: Fix shutdown() testSebastian Huber2017-11-101-1/+14
| | | | The socket must be connected for a shutdown().
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-32/+1
|
* tests/syscall01: Update error valuesSebastian Huber2017-11-101-39/+39
| | | | FreeBSD changed the error values.
* tests/mutex01: Fix mtx_recursed() usageSebastian Huber2017-11-091-32/+32
|
* tests/program01: Fix test nameSebastian Huber2017-11-091-1/+1
|
* Import DPAA driver snapshotSebastian Huber2017-10-231-0/+6
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* Add CPUINFO command to default network initSebastian Huber2017-10-201-0/+1
|
* media01: Scale with processor countSebastian Huber2017-10-201-2/+6
|
* tests: Remove obsolete config definesSebastian Huber2017-10-204-12/+0
|
* Include missing <string.h> and <limits.h>Sebastian Huber2017-08-2511-21/+29
| | | | | | | Fix warnings. Update #2132. Update #2133.
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-086-14/+9
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0817-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.
* Add tests for USB keyboard and mouse as well as EVDEVKevin Kirspel2017-05-193-0/+1325
|
* Adding USB Serial testKevin Kirspel2017-05-121-0/+329
|
* Adding test cases for FREEBSD termios support through ttyKevin Kirspel2017-05-1112-0/+2977
|
* rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2017-04-272-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"