summaryrefslogtreecommitdiff
path: root/testsuite (follow)
AgeCommit message (Collapse)Author
2018-03-13mutex: Use panic() after ISR lock releaseSebastian Huber
Using panic() with interrupts disabled could lead to an additional error (INTERNAL_ERROR_BAD_THREAD_DISPATCH_ENVIRONMENT) due to a potentially blocking output.
2018-02-05tests: Fix configuration dependenciesSebastian Huber
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber
This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber
2017-11-10Add wpa_supplicant_fork command.Sichen Zhao
Add fork command for wpa supplicant to start a new task.
2017-11-10Add wpa_supplicant command in test suite.Sichen Zhao
Add wpa supplicant command in media01.
2017-11-10tests/syscalls01: Fix shutdown() testSebastian Huber
The socket must be connected for a shutdown().
2017-11-10Add rtems_bsd_ifconfig_lo0()Sebastian Huber
2017-11-10tests/syscall01: Update error valuesSebastian Huber
FreeBSD changed the error values.
2017-11-09tests/mutex01: Fix mtx_recursed() usageSebastian Huber
2017-11-09tests/program01: Fix test nameSebastian Huber
2017-10-23Import DPAA driver snapshotSebastian Huber
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-10-20Add CPUINFO command to default network initSebastian Huber
2017-10-20media01: Scale with processor countSebastian Huber
2017-10-20tests: Remove obsolete config definesSebastian Huber
2017-08-25Include missing <string.h> and <limits.h>Sebastian Huber
Fix warnings. Update #2132. Update #2133.
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber
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-05-19Add tests for USB keyboard and mouse as well as EVDEVKevin Kirspel
2017-05-12Adding USB Serial testKevin Kirspel
2017-05-11Adding test cases for FREEBSD termios support through ttyKevin Kirspel
2017-04-27rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns
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"
2017-04-04Enable bridging by defaultSebastian Huber
2017-03-08media01: Add cpuinfo commandSebastian Huber
2017-02-28Add poll() and select() support for TermiosSebastian Huber
2017-02-28netshell01: Add license, fix formatSebastian Huber
2017-02-21Update due to configuration API changesSebastian Huber
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel
2017-01-17testsuite/commands01: Add wlanstats call.Christian Mauderer
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer
2017-01-13Use thread name supportSebastian Huber
Update #2858.
2017-01-10pf: Some fixes after the updateSebastian Huber
2017-01-10ARP(8): Port to RTEMSSebastian Huber
2017-01-10VMSTAT(8): Port to RTEMSSebastian Huber
2017-01-10Enable multi-cast routing supportSebastian Huber
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-12-23PIPE(2): Port to RTEMSKevin Kirspel
2016-12-15Add BRIDGE(4) support to configurationSebastian Huber
2016-11-29Add a RTEMS Debugger TCP remote transport.Chris Johns
The patch also adds support to libbsd's build system making source conditional on a configure check. The debugger support is not available on all architectures and this feature lets us test if is avaliable.
2016-11-10Fix default network memory configurationSebastian Huber
2016-11-09Modify rtems_bsd_set_vprintf_handler()Sebastian Huber
Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
2016-10-07testsuite: Fix warningsSebastian Huber
2016-09-28usb01: Simplify test programSebastian Huber
2016-08-16devfs: Create path.Christian Mauderer
2016-08-08pf: Add configuration via rc.conf.Christian Mauderer
2016-08-08testsuite/pf01: Remove pflog-module from test.Christian Mauderer
This module is not tested inside the pf01 test. Therefore remove it. It is still build in the interactive pf02 test.
2016-08-08pf: Add RTEMS_BSD_CONFIG_FIREWALL_xxx options.Christian Mauderer
2016-08-03testsuite/pf02: Add interactive pf test.Christian Mauderer
2016-08-02testsuite/pf01: Test pfctl and pf.Christian Mauderer
2016-08-02rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer
Add the following rtems_bsd_program_... wrapper: * rtems_bsd_program_open * rtems_bsd_program_socket * rtems_bsd_program_close * rtems_bsd_program_fopen * rtems_bsd_program_fclose * rtems_bsd_program_malloc * rtems_bsd_program_calloc * rtems_bsd_program_realloc * rtems_bsd_program_free * rtems_bsd_program_strdup * rtems_bsd_program_vasprintf * rtems_bsd_program_asprintf