summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/+2
| | | | | | | | 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.
* 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/+1
|
* telnetd: Import from RTEMS sourcesSebastian Huber2014-09-181-0/+4
|
* Add file to ensure some C++ compatibilitySebastian Huber2014-09-171-27/+31
|
* 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/+28
|
* DHCPCD(8): Add basic supportSebastian Huber2014-01-301-0/+37
|
* arphole: New testSebastian Huber2014-01-301-0/+1
|
* 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/+2
|
* 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-13/+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-3/+3
|
* Define __DBINTERFACE_PRIVATE for relevant sourcesSebastian Huber2013-12-161-1/+5
|
* Allow source file set specific compiler flagsSebastian Huber2013-12-161-13/+20
|
* Move __FreeBSD__ define to header filesSebastian Huber2013-12-161-1/+0
|
* Script changesSebastian Huber2013-12-161-72/+75
| | | | | | Rename Module::addHeaderFiles() to Module::addKernelSpaceHeaderFiles() and Module::addSourceFiles() to Module::addKernelSpaceSourceFiles(). Add new Module::addSourceFiles().
* Add and use FreeBSDPathComposer()Sebastian Huber2013-12-161-11/+19
|
* Move <sys/_cpuset.h>Sebastian Huber2013-12-161-2/+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-1/+1
|
* ftpd01: New testSebastian Huber2013-12-161-0/+2
|
* Changes due to <sys/cpuset.h> from latest NewlibSebastian Huber2013-12-041-0/+1
|
* ping01: New testSebastian Huber2013-11-131-0/+1
|
* Add network test supportSebastian Huber2013-11-131-6/+28
|
* if_smc: Add Nexus device supportSebastian Huber2013-11-131-0/+1
|
* if_tsec: Add from FreeBSDSebastian Huber2013-11-131-0/+4
|
* nexus: Add table based Nexus device initializationSebastian Huber2013-11-131-0/+1
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-111-36/+59
|
* Reduce divergence from FreeBSD sourcesSebastian Huber2013-11-111-1/+6
|
* Add and use <machine/rtems-bsd-user-space.h>Sebastian Huber2013-11-111-0/+2
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-111-5/+5
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* sys/dev/mii/mii_bitbang.c: Add from FreeBSDSebastian Huber2013-11-111-0/+1
|
* Use <sys/queue.h> from NewlibSebastian Huber2013-11-041-1/+0
|
* Update to FreeBSD 8.4Sebastian Huber2013-11-041-13/+28
|
* Use <sys/poll.h> and <sys/event.h> from RTEMSSebastian Huber2013-11-041-2/+0
|
* Enable INET6Sebastian Huber2013-10-311-1/+1
|