summaryrefslogtreecommitdiffstats
path: root/testsuite (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-27mcast01: Fix write to read-only stringSebastian Huber1-2/+3
2020-09-10mcast01: Add test programSebastian Huber1-0/+285
2020-09-07ifmcstat: Port to RTEMSSebastian Huber1-0/+1
2020-08-06telnet: Use rtems_shell_dup_current_env()Sebastian Huber6-6/+6
Update #3859.
2020-07-31testsuite: Use new name of test-info.h.Christian Mauderer12-13/+13
In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
2020-07-08Fix linker errors with minimal build setSebastian Huber1-0/+4
2020-06-23mDNSResponder: Port to RTEMSSebastian Huber1-1/+1
Update #4010.
2020-06-23epoch01: Fix sporadic test failuresSebastian Huber1-0/+4
2020-04-09testsuite: A description for each test addedMoyano, Gabriel55-55/+413
2020-04-03testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber10-10/+10
2020-03-31testsuite: User input define addedMoyano, Gabriel19-5/+24
2020-03-31testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel11-17/+39
puts() was replaced with rtems_test_begin() and rtems_test_end()
2020-02-10epoch01: Update due to API changesSebastian Huber1-16/+16
Update #3815.
2020-02-10syscalls01: Fix sporadic test failuresSebastian Huber1-0/+6
2019-12-19SOCKATMARK(3): Import from FreeBSDSebastian Huber1-0/+30
Close #3798.
2019-09-25Fix warningsSebastian Huber6-11/+15
2019-09-25Compatibility for next Newlib updateSebastian Huber1-0/+5
2019-09-23Add pselect()Sebastian Huber2-1/+137
2019-09-23test/syscalls01: Fix sporadic test failuresSebastian Huber1-0/+32
2019-09-23CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber1-4/+30
This enables adding drivers on demand which use this service after initialization.
2019-09-11Add wrapper for strndup()Sebastian Huber1-6/+24
2019-08-27media01: Reduce record item countSebastian Huber1-1/+1
2019-08-26media01: Enable event recordingSebastian Huber1-0/+8
2019-07-09EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber1-0/+50
2019-07-09test/epoch01: SimplifySebastian Huber1-48/+36
2019-06-26test/commands01: Fix sporadic test failuresSebastian Huber1-1/+29
2019-06-26test/program01: Fix sporadic test failuresSebastian Huber1-0/+8
2019-06-13config: 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-28bin/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).