summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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".
* ppp: Port to new stackSebastian Huber2014-10-081-0/+281
|
* testsuite: Add DEFAULT_NETWORK_NO_INTERFACE_0Sebastian Huber2014-10-081-0/+8
|
* testsuite: Make similar to default-network-init.hSebastian Huber2014-10-081-27/+8
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-083-10/+2
|
* Delete obsolete _bsd_nexus_devicesSebastian Huber2014-10-082-18/+0
|
* usb01: Update due to API changesSebastian Huber2014-09-301-2/+0
|
* Delete rtems_bsd_thread_chainSebastian Huber2014-09-251-0/+1
| | | | Rely on RTEMS object registration for threads.
* Replace RTEMS objects with custom implementationSebastian Huber2014-09-233-6/+916
| | | | | | | | Performance analysis revealed that the standard RTEMS objects are a major bottleneck. The object get mechanism and attribute checks at runtime have a significant overhead. Use a custom implementation for synchronization primitives. This drops also the size of the synchronization primitives considerably.
* Disable IPsecSebastian Huber2014-09-231-3/+3
| | | | | IPsec has a significant performance impact. Disable it for now since is only partially supported and untested.
* ftpd01: Start shell only onceSebastian Huber2014-09-181-11/+2
|
* telnetd01: New testSebastian Huber2014-09-181-0/+78
|
* Update due to workspace allocation changesSebastian Huber2014-05-141-39/+38
|
* Update due to shell API changesSebastian Huber2014-04-171-1/+2
|
* ftpd01: Use DHCPSebastian Huber2014-01-301-0/+1
|
* mDNS: Add basic supportSebastian Huber2014-01-302-0/+488
|
* DHCPCD(8): Add basic supportSebastian Huber2014-01-303-0/+160
|
* arphole: New testSebastian Huber2014-01-301-0/+114
|
* ftpd01: Update due to API changesSebastian Huber2014-01-301-34/+1
|
* Add DEFAULT_NETWORK_SHELLSebastian Huber2014-01-301-0/+55
|
* Add DEFAULT_NETWORK_NO_STATIC_IFCONFIGSebastian Huber2014-01-301-9/+34
|
* Add and use RTEMS_BSD_ARGC()Sebastian Huber2014-01-303-14/+10
|
* UNIX(4): Import from FreeBSDSebastian Huber2014-01-164-1/+260
|
* syscalls01: Include missing header fileSebastian Huber2013-12-201-0/+1
|
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-203-3/+3
| | | | Move interrupt server initialization to nexus_probe().
* ftpd01: Add network shell commandsSebastian Huber2013-12-201-2/+8
|
* Use floating-point tasks for testsSebastian Huber2013-12-2010-6/+14
|
* Update legacy MCF548X FEC interface driverSebastian Huber2013-12-161-0/+2
|
* rwlock01: Do not print in the worker taskSebastian Huber2013-12-161-14/+0
| | | | | The worker task must not block on the console device shared with the master task.