summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-307-7/+7
|
* testsuite/rcconf01: Add missing includeSebastian Huber2016-05-301-0/+1
|
* testsuite: Update due to API changesSebastian Huber2016-05-252-6/+9
|
* Add support for rc.conf(5) initialisation.Chris Johns2016-05-181-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | Provide user support for rc.conf(5) so a user can create a suitable /etc/rc.conf file to initialise libbsd. This patch by default adds basic networking support: cloned_interfaces ifconfig_'interface' defaultrouter hostname Refer to FreeBSD documentation for examples. Users can make a single call to have /etc/rc.conf processed, or pass a file name to a specific configuration file or a text string with line feeds can be passed to the scripting version of the interface. The rc.conf support is implemented in terms of directive handlers that are called based on a regular expression. The design allows new handlers to be added as needed. Line concatenation is still to be implemented.
* media01: Add sysctl commandSebastian Huber2016-05-061-0/+1
|
* kvprintf: Add support for %mSebastian Huber2016-05-061-0/+6
|
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-061-0/+144
|
* Partially revert 27aedffc1bd8e41f4e06a3326a5b95c54ca38b79Sebastian Huber2016-05-061-1/+1
|
* Add sbin/sysctlChris Johns2016-05-061-1/+2
|
* default-network-init.h: Fix warningsSebastian Huber2016-05-041-2/+7
|
* Add tcpdump to the test shell commands.Chris Johns2016-05-041-1/+2
|
* Add nexus devices for default-init.Chris Johns2016-04-281-0/+2
|
* media01: Add telnetdSebastian Huber2016-04-261-1/+33
|
* swi01: Move include to avoid type conflictSebastian Huber2016-04-181-2/+2
|
* SOCKETPAIR(2): Port to RTEMSSebastian Huber2015-11-161-0/+48
|
* testsuite/ppp01: Avoid build error on SMPSebastian Huber2015-11-121-0/+13
|
* testsuite: Add bdbuf configurationSebastian Huber2015-11-022-0/+8
|
* media01: Add mount etc. commandsSebastian Huber2015-11-021-0/+3
|
* tests: Increase stack size for dhcpcdSebastian Huber2015-09-301-1/+1
| | | | | On i386 with optimization disabled the minimum stack size was not enough.
* media01: Add network and SMP supportSebastian Huber2015-09-111-3/+44
|
* Update due to header guard changesSebastian Huber2015-07-231-1/+1
|
* condvar01: Initialize mutexSebastian Huber2015-06-231-0/+1
|
* if_dwc: Add Altera Cyclone V supportSebastian Huber2015-04-011-1/+3
|
* tests: Support DEFAULT_EARLY_INITIALIZATIONSebastian Huber2015-04-011-0/+4
|
* LAGG(4): Enable and testSebastian Huber2015-03-303-0/+100
|
* VLAN(4): Enable and testSebastian Huber2015-03-303-0/+119
|
* tests: Fix define usageSebastian Huber2015-03-301-4/+4
|
* media01: New testSebastian Huber2015-03-262-0/+164
|
* mmc: Import MMC/SDCard support from libusbSebastian Huber2015-03-261-0/+1
|
* smp01: New testSebastian Huber2015-03-241-0/+289
|
* tests: Add PROFREPORT shell commandSebastian Huber2015-03-061-0/+1
|
* Add zerocopy sendtoSebastian Huber2015-02-131-0/+243
|
* Add Xilinx Zynq BSP supportSebastian Huber2015-01-211-0/+2
|
* Add and use rtems_bsd_get_task_stack_size()Sebastian Huber2015-01-201-1/+3
|
* HOSTNAME(1): Import from FreeBSDSebastian Huber2014-11-052-0/+2
|
* foobarclient: Use rtems_mdns_initialize()Sebastian Huber2014-11-041-22/+10
|
* foobarserver: Set hostnameSebastian Huber2014-10-311-0/+5
|
* foobarclient: Set and advertise hostnameSebastian Huber2014-10-311-1/+6
|
* Support sethostname() and gethostname()Sebastian Huber2014-10-241-0/+20
|
* SYSLOG(3): Replace implementationSebastian Huber2014-10-091-0/+24
| | | | | Avoid potential buffer overflows on the stack. Expand the %m in the format string.
* testsuite: Fix lo0 ifconfig errorSebastian Huber2014-10-091-0/+1
| | | | Avoid "ifa_del_loopback_route: deletion failed".