summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use C11 and C++11Sebastian Huber2015-03-061-1/+2
| | | | This is necessary to use <stdatomic.h> and <atomic>.
* Add zerocopy sendtoSebastian Huber2015-02-131-0/+12
|
* if_tsec: Add Nexus supportSebastian Huber2015-02-131-0/+1
|
* Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber2015-02-131-0/+1
|
* Add a simple page allocatorSebastian Huber2015-01-291-0/+1
|
* zy7_slcr: Import from FreeBSDSebastian Huber2015-01-211-0/+1
|
* e1000phy: Import from FreeBSDSebastian Huber2015-01-211-0/+1
|
* if_cgem: Import from FreeBSDSebastian Huber2015-01-211-0/+1
|
* Add rtems_bsd_get_mac_address()Sebastian Huber2015-01-211-0/+1
|
* Add and use rtems_bsd_get_task_stack_size()Sebastian Huber2015-01-201-0/+1
|
* Add and use rtems_bsd_get_task_priority()Sebastian Huber2015-01-201-0/+1
|
* Add rtems_mdns_gethostname()Sebastian Huber2014-11-101-1/+1
|
* Add rtems_mdns_sethostname()Sebastian Huber2014-11-061-0/+1
| | | | | Use it to set the multi-cast hostname of the default mDNS resolver instance via sethostname().
* HOSTNAME(1): Import from FreeBSDSebastian Huber2014-11-051-0/+3
|
* Add mDNS support for name service dispatcherSebastian Huber2014-11-041-0/+1
|
* Support sethostname() and gethostname()Sebastian Huber2014-10-241-0/+3
|
* ppp: Port to new stackSebastian Huber2014-10-081-0/+30
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-1/+0
|
* Provide new rtems_bsdnet_rtrequest()Sebastian Huber2014-10-081-1/+1
| | | | Delete superfluous code.
* Makefile: Remove superfluous include pathSebastian Huber2014-10-081-1/+0
|
* critical_enter/exit(): Use inline functionSebastian Huber2014-09-301-1/+0
|
* rtems_bsd_mutex: OptimizeSebastian Huber2014-09-241-0/+1
|
* Replace RTEMS objects with custom implementationSebastian Huber2014-09-231-0/+24
| | | | | | | | 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-52/+0
| | | | | IPsec has a significant performance impact. Disable it for now since is only partially supported and untested.
* Import and use subr_lock.cSebastian Huber2014-09-221-1/+1
|
* Install missing header filesSebastian Huber2014-09-221-0/+3
|
* Makefile: Add -fno-strict-aliasingSebastian Huber2014-09-181-0/+1
|
* telnetd01: New testSebastian Huber2014-09-181-0/+11
|
* telnetd: Import from RTEMS sourcesSebastian Huber2014-09-181-0/+4
|
* Add file to ensure some C++ compatibilitySebastian Huber2014-09-171-26/+30
|
* Install missing header filesSebastian Huber2014-08-281-1/+4
|
* Fix library creationSebastian Huber2014-08-281-0/+1
| | | | | Delete library and create it from scratch to avoid problems with non-unique file names.
* mDNS: Add basic supportSebastian Huber2014-01-301-0/+41
|
* DHCPCD(8): Add basic supportSebastian Huber2014-01-301-0/+89
|
* arphole: New testSebastian Huber2014-01-301-0/+11
|
* Add an ARP packet processorSebastian Huber2014-01-301-0/+1
|
* Add rtems_bsd_get_ethernet_addr()Sebastian Huber2014-01-301-0/+1
|
* UNIX(4): Import from FreeBSDSebastian Huber2014-01-161-0/+13
|
* Fix install Makefile targetSebastian Huber2013-12-201-17/+14
|
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-201-1/+0
| | | | Move interrupt server initialization to nexus_probe().
* Simplify config.inc and use new reference BSPSebastian Huber2013-12-201-0/+1
| | | | | | | Use arm/realview_pbx_a9_qemu as the new reference BSP. This BSP offeres NULL pointer read/write protection and runs on the Qemu simulator. With this BSP it is possible to run network tests which use a virtual network based on TAP devices.
* Always enable IPv6Sebastian Huber2013-12-201-12/+1
|
* Add -Wno-formatSebastian Huber2013-12-201-0/+1
|
* Enable compiler warningsSebastian Huber2013-12-201-1/+1
|
* Define INET6 for relevant sourcesSebastian Huber2013-12-161-25/+296
|
* Define __DBINTERFACE_PRIVATE for relevant sourcesSebastian Huber2013-12-161-1/+48
|
* Move __FreeBSD__ define to header filesSebastian Huber2013-12-161-1/+0
|
* Add legacy MCF548X FEC interface driverSebastian Huber2013-12-161-0/+1
|
* Add RTEMS legacy MII supportSebastian Huber2013-12-161-0/+1
|
* Add support for M68KSebastian Huber2013-12-161-0/+2
|