summaryrefslogtreecommitdiffstats
path: root/testsuite (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-23Import DPAA driver snapshotSebastian Huber1-0/+6
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 Huber1-0/+1
2017-10-20media01: Scale with processor countSebastian Huber1-2/+6
2017-10-20tests: Remove obsolete config definesSebastian Huber4-12/+0
2017-08-25Include missing <string.h> and <limits.h>Sebastian Huber11-21/+29
Fix warnings. Update #2132. Update #2133.
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber6-14/+9
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber17-98/+19
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 Kirspel3-0/+1325
2017-05-12Adding USB Serial testKevin Kirspel1-0/+329
2017-05-11Adding test cases for FREEBSD termios support through ttyKevin Kirspel12-0/+2977
2017-04-27rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2-2/+60
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 Huber1-0/+1
2017-03-08media01: Add cpuinfo commandSebastian Huber1-0/+1
2017-02-28Add poll() and select() support for TermiosSebastian Huber1-2/+119
2017-02-28netshell01: Add license, fix formatSebastian Huber1-8/+32
2017-02-21Update due to configuration API changesSebastian Huber2-6/+2
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel1-0/+2
2017-01-17testsuite/commands01: Add wlanstats call.Christian Mauderer1-0/+17
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer1-1/+2
2017-01-13Use thread name supportSebastian Huber4-4/+1
Update #2858.
2017-01-10pf: Some fixes after the updateSebastian Huber1-1/+2
2017-01-10ARP(8): Port to RTEMSSebastian Huber3-0/+3
2017-01-10VMSTAT(8): Port to RTEMSSebastian Huber3-3/+6
2017-01-10Enable multi-cast routing supportSebastian Huber1-0/+2
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-0/+1
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-12-23PIPE(2): Port to RTEMSKevin Kirspel1-2/+181
2016-12-15Add BRIDGE(4) support to configurationSebastian Huber1-0/+1
2016-11-29Add a RTEMS Debugger TCP remote transport.Chris Johns1-0/+71
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 Huber2-4/+7
2016-11-09Modify rtems_bsd_set_vprintf_handler()Sebastian Huber1-1/+3
Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
2016-10-07testsuite: Fix warningsSebastian Huber5-5/+3
2016-09-28usb01: Simplify test programSebastian Huber8-1072/+124
2016-08-16devfs: Create path.Christian Mauderer1-4/+11
2016-08-08pf: Add configuration via rc.conf.Christian Mauderer1-1/+42
2016-08-08testsuite/pf01: Remove pflog-module from test.Christian Mauderer1-1/+0
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 Mauderer2-4/+4
2016-08-03testsuite/pf02: Add interactive pf test.Christian Mauderer1-0/+196
2016-08-02testsuite/pf01: Test pfctl and pf.Christian Mauderer1-0/+450
2016-08-02rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer1-0/+235
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
2016-08-02rtemsbsd: Add call to program with a data restoreChristian Mauderer1-0/+34
This adds the rtems_bsd_program_call_main_width_data_restore function.
2016-08-02testsuite/syscalls01: Split out program01 part.Christian Mauderer2-194/+318
This allows to use normal functions for sockets and similar while allowing to test the upcoming rtems_bsd_program_opan/close/... for the program part.
2016-08-01testsuite/pf01: Add test that links PF.Christian Mauderer1-0/+47
2016-08-01testsuite/cdev01: Add test for cdev functions.Christian Mauderer3-0/+352
2016-07-06Set syslog priority to 'debug' for all tests.Chris Johns2-0/+10
2016-07-01Add a wait for key press to test rccof02.Chris Johns1-11/+32
2016-07-01Add telnetd as service to rc.conf.Chris Johns1-15/+7
2016-06-30Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns3-17/+10
The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
2016-06-30Add DHCP support to rc.conf.Chris Johns1-19/+56
2016-06-28Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2-20/+43
2016-06-27Add a services base test.Chris Johns1-0/+167