summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemsbsd/syscalls: Remove pipe()Chris Johns2021-09-231-155/+0
| | | | | | - This call is provided by RTEMS and that is preferred Closes #4518
* rtemsbsd/open: Correctly open a mount directoryChris Johns2021-09-231-0/+5
| | | | | - If the open is for a directory and it is the root of the mounted file system open from the pseudo's root node.
* rtemsbsd/nfs: Add support to mount NFSv2Chris Johns2021-09-021-1/+4
| | | | | | | | | - NFSv2 requires userland RPC calls to determine the version of NFS and the FH. This is passed to the kernel. - Port more libc/rpc. Update #4475
* kern/sys: Add NFSv4 clientChris Johns2021-08-312-7/+336
| | | | Update #4475
* sys/kern: Add VFS supportChris Johns2021-08-285-13/+32
| | | | | | | | | | - Refactor the libio interface - Move syscalls into an rtemsbsd location - Provide a root directory mount point Update #4475
* testsuite: Optionally allow all command in a shellChris Johns2021-08-281-0/+2
| | | | Update #4475
* testsuite: Wait for the link to be UPChris Johns2021-08-274-0/+59
| | | | | | | | - Wait for a slow PHY to bring the link UP. If the IP address is static the test can start before the link is up and the test fails. - Make 2 tests wait. Others will need to be added.
* rtemsbsd: Present all ZynqMP interfaces by defaultKinsey Moore2021-07-151-8/+0
| | | | | Now that the issue with false PHY detection on unterminated MII busses has been resolved, present all hardware interfaces for use on ZynqMP.
* rtemsbsd: Use config.inc to control ZynqMP ethernetKinsey Moore2021-07-011-0/+8
| | | | | | | This alters the selection of the 4 Cadence GEM interfaces on the Zynq Ultrascale+ MPSoC BSP to be provided by config.inc instead of being provided by options in the RTEMS BSP itself since those options appear to be dead code when not used in conjunction with LibBSD.
* rtemsbsd: Added a test for the TTCP command.Stephen Clark2021-06-292-0/+62
| | | | | | Added a new test for the TTCP command. Modified default-network-init.h to conditionally build the shell with TTCP. Modified libbsd.py to build the new TTCP test.
* testsuite/media01: Add pattern testChristian Mauderer2021-04-013-1/+385
| | | | Update #4372
* testsuite/media01: Enable md5 commandChristian Mauderer2021-04-011-0/+1
| | | | Update #4372
* mcast01: Fix write to read-only stringSebastian Huber2020-10-271-2/+3
|
* mcast01: Add test programSebastian Huber2020-09-101-0/+285
|
* ifmcstat: Port to RTEMSSebastian Huber2020-09-071-0/+1
|
* telnet: Use rtems_shell_dup_current_env()Sebastian Huber2020-08-066-6/+6
| | | | Update #3859.
* testsuite: Use new name of test-info.h.Christian Mauderer2020-07-3112-13/+13
| | | | | In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
* Fix linker errors with minimal build setSebastian Huber2020-07-081-0/+4
|
* mDNSResponder: Port to RTEMSSebastian Huber2020-06-231-1/+1
| | | | Update #4010.
* epoch01: Fix sporadic test failuresSebastian Huber2020-06-231-0/+4
|
* testsuite: A description for each test addedMoyano, Gabriel2020-04-0955-55/+413
|
* testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2020-04-0310-10/+10
|
* testsuite: User input define addedMoyano, Gabriel2020-03-3119-5/+24
|
* testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel2020-03-3111-17/+39
| | | | puts() was replaced with rtems_test_begin() and rtems_test_end()
* epoch01: Update due to API changesSebastian Huber2020-02-101-16/+16
| | | | Update #3815.
* syscalls01: Fix sporadic test failuresSebastian Huber2020-02-101-0/+6
|
* SOCKATMARK(3): Import from FreeBSDSebastian Huber2019-12-191-0/+30
| | | | Close #3798.
* Fix warningsSebastian Huber2019-09-256-11/+15
|
* Compatibility for next Newlib updateSebastian Huber2019-09-251-0/+5
|
* Add pselect()Sebastian Huber2019-09-232-1/+137
|
* test/syscalls01: Fix sporadic test failuresSebastian Huber2019-09-231-0/+32
|
* CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber2019-09-231-4/+30
| | | | | This enables adding drivers on demand which use this service after initialization.
* Add wrapper for strndup()Sebastian Huber2019-09-111-6/+24
|
* media01: Reduce record item countSebastian Huber2019-08-271-1/+1
|
* media01: Enable event recordingSebastian Huber2019-08-261-0/+8
|
* EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber2019-07-091-0/+50
|
* test/epoch01: SimplifySebastian Huber2019-07-091-48/+36
|
* 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-131-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-281-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.