Sebastian Huber
7ba9b7f24c
Add mDNS support for name service dispatcher
2014-11-04 13:02:56 +01:00
Sebastian Huber
54ed53794b
Support sethostname() and gethostname()
2014-10-24 09:47:58 +02:00
Sebastian Huber
573b4cd62f
ppp: Port to new stack
2014-10-08 15:03:29 +02:00
Sebastian Huber
6cfc98de31
nexus: Use a linker set for the devices
2014-10-08 14:59:52 +02:00
Sebastian Huber
a2a3a01bdf
Provide new rtems_bsdnet_rtrequest()
...
Delete superfluous code.
2014-10-08 14:51:20 +02:00
Sebastian Huber
74a133dbac
Makefile: Remove superfluous include path
2014-10-08 14:51:20 +02:00
Sebastian Huber
b8021fdcf6
critical_enter/exit(): Use inline function
2014-09-30 09:49:43 +02:00
Sebastian Huber
8176af1da7
rtems_bsd_mutex: Optimize
2014-09-24 16:26:57 +02:00
Sebastian Huber
be43b79fca
Replace RTEMS objects with custom implementation
...
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.
2014-09-23 10:03:10 +02:00
Sebastian Huber
9a937f4ddb
Disable IPsec
...
IPsec has a significant performance impact. Disable it for now since is
only partially supported and untested.
2014-09-23 10:03:10 +02:00
Sebastian Huber
dce8247e38
Import and use subr_lock.c
2014-09-22 16:50:44 +02:00
Sebastian Huber
71d8a2784a
Install missing header files
2014-09-22 16:50:44 +02:00
Sebastian Huber
6766ee91c5
Makefile: Add -fno-strict-aliasing
2014-09-18 13:02:36 +02:00
Sebastian Huber
15f19afcb4
telnetd01: New test
2014-09-18 09:52:00 +02:00
Sebastian Huber
a197a48f8f
telnetd: Import from RTEMS sources
2014-09-18 09:49:32 +02:00
Sebastian Huber
7e982cf603
Add file to ensure some C++ compatibility
2014-09-17 13:59:15 +02:00
Sebastian Huber
b7ea2dd81c
Install missing header files
2014-08-28 22:42:43 +02:00
Sebastian Huber
3d01336e88
Fix library creation
...
Delete library and create it from scratch to avoid problems with
non-unique file names.
2014-08-28 22:31:47 +02:00
Sebastian Huber
3951c9756a
mDNS: Add basic support
2014-01-30 16:23:04 +01:00
Sebastian Huber
917a78b209
DHCPCD(8): Add basic support
2014-01-30 16:23:03 +01:00
Sebastian Huber
9979989ee0
arphole: New test
2014-01-30 16:23:03 +01:00
Sebastian Huber
f8c3d6eacf
Add an ARP packet processor
2014-01-30 15:04:19 +01:00
Sebastian Huber
c50f1b42fe
Add rtems_bsd_get_ethernet_addr()
2014-01-30 15:04:19 +01:00
Sebastian Huber
164c5f5320
UNIX(4): Import from FreeBSD
2014-01-16 15:45:44 +01:00
Sebastian Huber
f8d99e9665
Fix install Makefile target
2013-12-20 15:35:59 +01:00
Sebastian Huber
e51bc974be
Delete rtems_bsd_initialize_with_interrupt_server
...
Move interrupt server initialization to nexus_probe().
2013-12-20 15:35:59 +01:00
Sebastian Huber
f5a38adb85
Simplify config.inc and use new reference BSP
...
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.
2013-12-20 11:22:26 +01:00
Sebastian Huber
5315d35d5e
Always enable IPv6
2013-12-20 11:22:26 +01:00
Sebastian Huber
25d028cd67
Add -Wno-format
2013-12-20 11:22:26 +01:00
Sebastian Huber
b49921ee97
Enable compiler warnings
2013-12-20 11:22:26 +01:00
Sebastian Huber
58710353b8
Define INET6 for relevant sources
2013-12-16 15:35:48 +01:00
Sebastian Huber
c56c1dbab1
Define __DBINTERFACE_PRIVATE for relevant sources
2013-12-16 15:34:47 +01:00
Sebastian Huber
9956d77cc7
Allow source file set specific compiler flags
2013-12-16 15:34:46 +01:00
Sebastian Huber
e48f60383e
Move __FreeBSD__ define to header files
2013-12-16 15:34:46 +01:00
Sebastian Huber
f574d27f8f
Script changes
...
Rename Module::addHeaderFiles() to Module::addKernelSpaceHeaderFiles()
and Module::addSourceFiles() to Module::addKernelSpaceSourceFiles().
Add new Module::addSourceFiles().
2013-12-16 15:34:46 +01:00
Sebastian Huber
5ae0a03e80
Add and use FreeBSDPathComposer()
2013-12-16 15:34:46 +01:00
Sebastian Huber
90916f12b7
Move <sys/_cpuset.h>
2013-12-16 15:34:46 +01:00
Sebastian Huber
6167dca36b
Add legacy MCF548X FEC interface driver
2013-12-16 15:34:46 +01:00
Sebastian Huber
410e3058fb
Add RTEMS legacy MII support
2013-12-16 15:34:46 +01:00
Sebastian Huber
d73edee71e
Add support for M68K
2013-12-16 15:34:46 +01:00
Sebastian Huber
57bfdf772b
ftpd01: New test
2013-12-16 15:34:46 +01:00
Sebastian Huber
2815cdbf4d
Changes due to <sys/cpuset.h> from latest Newlib
2013-12-04 13:44:04 +01:00
Sebastian Huber
d6172935b5
ping01: New test
2013-11-13 17:44:40 +01:00
Sebastian Huber
6ab78d66d4
Add network test support
2013-11-13 17:44:40 +01:00
Sebastian Huber
da450ab3dc
if_smc: Add Nexus device support
2013-11-13 14:10:35 +01:00
Sebastian Huber
70bb42ba19
if_tsec: Add from FreeBSD
2013-11-13 14:10:35 +01:00
Sebastian Huber
369e2c4473
nexus: Add table based Nexus device initialization
2013-11-13 14:10:35 +01:00
Sebastian Huber
66659ff1ad
Update to FreeBSD 9.2
2013-11-11 10:08:08 +01:00
Sebastian Huber
0a57e1db23
Reduce divergence from FreeBSD sources
2013-11-11 10:08:06 +01:00
Sebastian Huber
d48955b9e3
Add and use <machine/rtems-bsd-user-space.h>
2013-11-11 10:08:05 +01:00