summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding USB Serial testKevin Kirspel2017-05-121-0/+329
|
* Adding test cases for FREEBSD termios support through ttyKevin Kirspel2017-05-1112-0/+2977
|
* rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2017-04-272-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"
* Enable bridging by defaultSebastian Huber2017-04-041-0/+1
|
* media01: Add cpuinfo commandSebastian Huber2017-03-081-0/+1
|
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-2/+119
|
* netshell01: Add license, fix formatSebastian Huber2017-02-281-8/+32
|
* Update due to configuration API changesSebastian Huber2017-02-212-6/+2
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+2
|
* testsuite/commands01: Add wlanstats call.Christian Mauderer2017-01-171-0/+17
|
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-1/+2
|
* Use thread name supportSebastian Huber2017-01-134-4/+1
| | | | Update #2858.
* pf: Some fixes after the updateSebastian Huber2017-01-101-1/+2
|
* ARP(8): Port to RTEMSSebastian Huber2017-01-103-0/+3
|
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-103-3/+6
|
* Enable multi-cast routing supportSebastian Huber2017-01-101-0/+2
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-101-0/+1
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* PIPE(2): Port to RTEMSKevin Kirspel2016-12-231-2/+181
|
* Add BRIDGE(4) support to configurationSebastian Huber2016-12-151-0/+1
|
* Add a RTEMS Debugger TCP remote transport.Chris Johns2016-11-291-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.
* Fix default network memory configurationSebastian Huber2016-11-102-4/+7
|
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-091-1/+3
| | | | Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
* testsuite: Fix warningsSebastian Huber2016-10-075-5/+3
|
* usb01: Simplify test programSebastian Huber2016-09-288-1072/+124
|
* devfs: Create path.Christian Mauderer2016-08-161-4/+11
|
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-081-1/+42
|
* testsuite/pf01: Remove pflog-module from test.Christian Mauderer2016-08-081-1/+0
| | | | | This module is not tested inside the pf01 test. Therefore remove it. It is still build in the interactive pf02 test.
* pf: Add RTEMS_BSD_CONFIG_FIREWALL_xxx options.Christian Mauderer2016-08-082-4/+4
|
* testsuite/pf02: Add interactive pf test.Christian Mauderer2016-08-031-0/+196
|
* testsuite/pf01: Test pfctl and pf.Christian Mauderer2016-08-021-0/+450
|
* rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer2016-08-021-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
* rtemsbsd: Add call to program with a data restoreChristian Mauderer2016-08-021-0/+34
| | | | This adds the rtems_bsd_program_call_main_width_data_restore function.
* testsuite/syscalls01: Split out program01 part.Christian Mauderer2016-08-022-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.
* testsuite/pf01: Add test that links PF.Christian Mauderer2016-08-011-0/+47
|
* testsuite/cdev01: Add test for cdev functions.Christian Mauderer2016-08-013-0/+352
|
* Set syslog priority to 'debug' for all tests.Chris Johns2016-07-062-0/+10
|
* Add a wait for key press to test rccof02.Chris Johns2016-07-011-11/+32
|
* Add telnetd as service to rc.conf.Chris Johns2016-07-011-15/+7
|
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-303-17/+10
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Add DHCP support to rc.conf.Chris Johns2016-06-301-19/+56
|
* Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2016-06-282-20/+43
|
* Add a services base test.Chris Johns2016-06-271-0/+167
|
* Refactor rc.conf processing to be services based.Chris Johns2016-06-271-30/+128
|
* Add DEFAULT_NETWORK_PAGE_MBUFS_SIZE to allow per BSP allocation domain sizes.Chris Johns2016-06-273-0/+15
|
* Update due to RTEMS printer API changesSebastian Huber2016-06-231-0/+1
|
* Update due to RTEMS printer API changesSebastian Huber2016-06-232-0/+2
|
* nfsclient: Port to LibBSDSebastian Huber2016-06-101-0/+69
|
* ftpfs: Import from RTEMSSebastian Huber2016-06-101-0/+265
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* selectpollkqueue01: Add EVFILT_USER test caseSebastian Huber2016-06-101-0/+49
|
* tests: Fix compile errors after tools upgrade.Chris Johns2016-05-312-0/+2
|