Sebastian Huber
b88cfdd422
media01: Enable event recording
2019-08-26 08:23:35 +02:00
Sebastian Huber
312f705d4f
EPOCH(9): Add epoch_drain_callbacks()
2019-07-09 13:56:23 +02:00
Sebastian Huber
9ed693d723
test/epoch01: Simplify
2019-07-09 13:37:37 +02:00
Sebastian Huber
0659f7b126
test/commands01: Fix sporadic test failures
2019-06-26 13:44:21 +02:00
Sebastian Huber
608047af1c
test/program01: Fix sporadic test failures
2019-06-26 13:32:06 +02:00
Chris Johns
103d31c044
config: Control the interface from the command line net config file.
2019-06-13 08:57:39 +02:00
Sebastian Huber
6e5c632248
Fix zero-copy mbuf support
...
In 2017 there was a change in the mbuf API.
2019-05-13 09:34:00 +02:00
Sebastian Huber
647dd08ae2
Update due to API changes
2019-04-11 09:38:45 +02:00
Sebastian Huber
24c05c8ab0
openssl02: Fix includes
2019-03-29 07:06:22 +01:00
Christian Mauderer
9ed6c97139
bin/openssl: Port to RTEMS.
2019-03-28 07:17:24 +01:00
Sebastian Huber
5f28ab25ca
rcconf02: Reduce maximum connection counts
...
This avoids a file descriptor exhaustion.
2019-03-11 08:09:37 +01:00
Sebastian Huber
afc0c81a5f
openssl01: Call standard initialization functions
2018-10-25 09:40:18 +02:00
Sebastian Huber
a7079138c1
openssl01: New test
2018-10-25 08:40:53 +02:00
Sebastian Huber
b151e8ab7e
ppp01: Use novj option on host side
...
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-17 11:31:35 +02:00
Sebastian Huber
4a5f546d8d
Fix dhcpcd.conf content
...
Do not write '\0' characters to the file. This confuses the options
parser.
2018-10-11 07:26:57 +02:00
Sebastian Huber
175c1f8e0b
Increase file descriptors in default network cfg
...
Make sure we can start the Telnet server in the default configuration.
2018-10-10 14:20:42 +02:00
Sebastian Huber
6c51e62964
media01: Improve output messages
...
Use a single printf() call to avoid interference from other output. Do
not print the listener argument.
2018-09-25 09:59:59 +02:00
Sebastian Huber
3489e3b639
Update to FreeBSD head 2018-09-17
...
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319.
Update #3472 .
2018-09-21 10:29:41 +02:00
Sebastian Huber
bcdce02d9b
Update to FreeBSD head 2018-06-01
...
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9.
Update #3472 .
2018-09-21 10:29:41 +02:00
Sebastian Huber
43a39b7a5d
syscalls01: Fix for IPSEC enabled
2018-08-28 12:51:49 +02:00
Sebastian Huber
8e35aaa9df
tests/termios: Fix warnings
2018-08-20 15:20:51 +02:00
Christian Mauderer
baffbf3e64
testsuite/ipsec01: Add.
2018-08-02 10:32:24 +02:00
Christian Mauderer
b376ae131d
ipsec-tools: Port libipsec, setkey and racoon.
...
Note that this replaces the libipsec from FreeBSD with the one provided
by ipsec-tools.
2018-08-02 10:25:37 +02:00
Sebastian Huber
3df89c0ef9
selectpollkqueue01: Invalidate file descriptor
...
This is not a functional change or a fix.
2018-07-26 13:53:17 +02:00
Sebastian Huber
6fb003f588
Fix sporadic test failures via uma_timeout()
2018-07-26 12:03:45 +02:00
Sebastian Huber
a1e4757a30
syscalls01: Fix sporadic test failures
2018-07-02 09:16:40 +02:00
Sebastian Huber
b2eb48c23b
dhcpcd: Add hooks
2018-05-08 07:37:17 +02:00
Sebastian Huber
8bd38d645c
dhcpcd: Add rtems_dhcpcd_start()
...
Use it throughout to start the DHCP client (dhcpcd).
2018-05-08 06:50:17 +02:00
Christian Mauderer
338f3005fc
buildset: Add minimal and everything config.
...
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-05-03 07:09:46 +02:00
Sebastian Huber
b1404f2392
Add DHCP clientid to test default network init
2018-04-30 13:42:18 +02:00
Sebastian Huber
8189ea825a
CRYPTO(4): Port to RTEMS
2018-03-28 07:59:12 +02:00
Sebastian Huber
eae664ea8f
mutex: Use panic() after ISR lock release
...
Using panic() with interrupts disabled could lead to an additional error
(INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT) due to a potentially
blocking output.
2018-03-13 11:27:11 +01:00
Sebastian Huber
9906c4a5ee
tests: Fix configuration dependencies
2018-02-05 12:05:52 +01:00
Sebastian Huber
c360b1a2dc
Revert "RWLOCK(9): Add reader/writer lock implementation"
...
This was accidentally committed.
This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
2017-11-17 10:49:59 +01:00
Sebastian Huber
97a98f6cd7
RWLOCK(9): Add reader/writer lock implementation
2017-11-16 09:02:24 +01:00
Sichen Zhao
ce2262ee28
Add wpa_supplicant_fork command.
...
Add fork command for wpa supplicant to start a new task.
2017-11-10 13:33:03 +01:00
Sichen Zhao
0aa7e63205
Add wpa_supplicant command in test suite.
...
Add wpa supplicant command in media01.
2017-11-10 13:33:03 +01:00
Sebastian Huber
896f068b71
tests/syscalls01: Fix shutdown() test
...
The socket must be connected for a shutdown().
2017-11-10 11:53:07 +01:00
Sebastian Huber
23cd284af0
Add rtems_bsd_ifconfig_lo0()
2017-11-10 11:50:30 +01:00
Sebastian Huber
eeeda4b1b8
tests/syscall01: Update error values
...
FreeBSD changed the error values.
2017-11-10 11:17:13 +01:00
Sebastian Huber
c64806c472
tests/mutex01: Fix mtx_recursed() usage
2017-11-09 14:28:37 +01:00
Sebastian Huber
6fbcf2ec48
tests/program01: Fix test name
2017-11-09 14:28:17 +01:00
Sebastian Huber
28ee86a9b0
Import DPAA driver snapshot
...
Imported from Freescale Linux repository
git://git.freescale.com/ppc/upstream/linux.git
commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161.
Linux compatibility layer is partly from FreeBSD.
2017-10-23 08:46:43 +02:00
Sebastian Huber
5be4f06fa8
Add CPUINFO command to default network init
2017-10-20 14:59:55 +02:00
Sebastian Huber
1e554b8193
media01: Scale with processor count
2017-10-20 14:59:55 +02:00
Sebastian Huber
fd34b5202f
tests: Remove obsolete config defines
2017-10-20 14:59:54 +02:00
Sebastian Huber
666a56883a
Include missing <string.h> and <limits.h>
...
Fix warnings.
Update #2132 .
Update #2133 .
2017-08-25 14:23:50 +02:00
Sebastian Huber
3c967ca238
Use <sys/lock.h> provided by Newlib
2017-06-08 13:20:09 +02:00
Sebastian Huber
02373194fe
Update due to Newlib 2017-06-07 changes
...
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-06-08 13:19:54 +02:00
Kevin Kirspel
15a432108b
Add tests for USB keyboard and mouse as well as EVDEV
2017-05-19 07:24:30 +02:00