summaryrefslogtreecommitdiff
path: root/testsuite (follow)
AgeCommit message (Collapse)Author
2020-10-27mcast01: Fix write to read-only stringSebastian Huber
2020-09-10mcast01: Add test programSebastian Huber
2020-09-10ifmcstat: Port to RTEMSSebastian Huber
2020-08-06Fix linker errors with minimal build setSebastian Huber
2020-08-06telnet: Use rtems_shell_dup_current_env()Sebastian Huber
Update #3859.
2020-07-31testsuite: Use new name of test-info.h.Christian Mauderer
In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
2020-06-23mDNSResponder: Port to RTEMSSebastian Huber
Update #4010.
2020-06-23epoch01: Fix sporadic test failuresSebastian Huber
2020-04-09testsuite: A description for each test addedMoyano, Gabriel
2020-04-03testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber
2020-03-31testsuite: User input define addedMoyano, Gabriel
2020-03-31testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel
puts() was replaced with rtems_test_begin() and rtems_test_end()
2020-02-10epoch01: Update due to API changesSebastian Huber
Update #3815.
2020-02-10syscalls01: Fix sporadic test failuresSebastian Huber
2019-12-19SOCKATMARK(3): Import from FreeBSDSebastian Huber
Update #3798.
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
2019-11-13test/syscalls01: Fix sporadic test failuresSebastian Huber
2019-09-24Fix warningsSebastian Huber
2019-09-24Compatibility for next Newlib updateSebastian Huber
2019-09-23Add pselect()Sebastian Huber
2019-09-23test/syscalls01: Fix sporadic test failuresSebastian Huber
2019-09-23CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber
This enables adding drivers on demand which use this service after initialization.
2019-09-11Add wrapper for strndup()Sebastian Huber
2019-08-27media01: Reduce record item countSebastian Huber
2019-08-26media01: Enable event recordingSebastian Huber
2019-07-27Add mmapVijay Kumar Banerjee
2019-07-09EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber
2019-07-09test/epoch01: SimplifySebastian Huber
2019-06-26test/commands01: Fix sporadic test failuresSebastian Huber
2019-06-26test/program01: Fix sporadic test failuresSebastian Huber
2019-06-12config: Control the interface from the command line net config file.Chris Johns
2019-05-13Fix zero-copy mbuf supportSebastian Huber
In 2017 there was a change in the mbuf API.
2019-04-11Update due to API changesSebastian Huber
2019-03-29openssl02: Fix includesSebastian Huber
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer
2019-03-11rcconf02: Reduce maximum connection countsSebastian Huber
This avoids a file descriptor exhaustion.
2018-10-25openssl01: Call standard initialization functionsSebastian Huber
2018-10-25openssl01: New testSebastian Huber
2018-10-17ppp01: Use novj option on host sideSebastian Huber
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 Huber
Do not write '\0' characters to the file. This confuses the options parser.
2018-10-10Increase file descriptors in default network cfgSebastian Huber
Make sure we can start the Telnet server in the default configuration.
2018-09-25media01: Improve output messagesSebastian Huber
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 Huber
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
2018-08-28syscalls01: Fix for IPSEC enabledSebastian Huber
2018-08-20tests/termios: Fix warningsSebastian Huber
2018-08-02testsuite/ipsec01: Add.Christian Mauderer
2018-08-02ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
2018-07-26selectpollkqueue01: Invalidate file descriptorSebastian Huber
This is not a functional change or a fix.
2018-07-26Fix sporadic test failures via uma_timeout()Sebastian Huber