Sebastian Huber
|
b112710b07
|
Update due to IMFS generic API changes
|
2015-01-27 14:23:15 +01:00 |
|
Sebastian Huber
|
5071600b21
|
Add Xilinx Zynq BSP support
|
2015-01-21 15:00:21 +01:00 |
|
Sebastian Huber
|
dae9f66600
|
zy7_slcr: Import from FreeBSD
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
946611a1af
|
e1000phy: Import from FreeBSD
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
6a73f64fe2
|
if_cgem: Use rtems_bsd_get_mac_address()
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
dec6b678bb
|
if_cgem: Enable hardware checksum assist
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
911f517d2d
|
if_cgem: Use explicit cache operations
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
cd179c472b
|
if_cgem: Add volatile to rx/tx desc rings
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
8c3823eed5
|
if_cgem: Silence warning
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
d65c5e51bc
|
if_cgem: Add nexus device support
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
4ff97c8858
|
if_cgem: Disable device sysctls
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
14ecf75d26
|
if_cgem: Workaround for missing FDT support
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
a09f00e7d6
|
if_cgem: Workaround for if_inc_counter()
|
2015-01-21 15:00:20 +01:00 |
|
Sebastian Huber
|
b8e0c66e5f
|
if_cgem: Import from FreeBSD
|
2015-01-21 15:00:19 +01:00 |
|
Sebastian Huber
|
8cdd1420c7
|
Add rtems_bsd_get_mac_address()
|
2015-01-21 15:00:19 +01:00 |
|
Sebastian Huber
|
eebe5762f4
|
ZONE(9): Honor cache alignment
|
2015-01-21 15:00:19 +01:00 |
|
Sebastian Huber
|
fb683f76b5
|
BUS_DMA(9): Support BUS_DMA_COHERENT
|
2015-01-21 15:00:19 +01:00 |
|
Sebastian Huber
|
33a15c304b
|
Add and use rtems_bsd_get_task_stack_size()
|
2015-01-20 09:19:04 +01:00 |
|
Sebastian Huber
|
91ea7ea614
|
Add and use rtems_bsd_get_task_priority()
|
2015-01-20 09:19:00 +01:00 |
|
Sebastian Huber
|
e6405ea0cb
|
HOSTNAME(1): Add -m flag
|
2014-11-20 08:33:08 +01:00 |
|
Sebastian Huber
|
026abfb7ae
|
Add rtems_mdns_gethostname()
|
2014-11-10 08:28:38 +01:00 |
|
Sebastian Huber
|
4153ebe419
|
Do not set mulitcast hostname in sethostname()
|
2014-11-10 08:28:38 +01:00 |
|
Sebastian Huber
|
0bed8d964c
|
Fix spelling
|
2014-11-06 08:59:37 +01:00 |
|
Sebastian Huber
|
7a3fe8ef43
|
Add rtems_mdns_sethostname()
Use it to set the multi-cast hostname of the default mDNS resolver
instance via sethostname().
|
2014-11-06 08:29:57 +01:00 |
|
Sebastian Huber
|
50e82a6d15
|
HOSTNAME(1): Import from FreeBSD
|
2014-11-05 14:28:11 +01:00 |
|
Sebastian Huber
|
c622a5e22a
|
foobarclient: Use rtems_mdns_initialize()
|
2014-11-04 13:03:00 +01:00 |
|
Sebastian Huber
|
7ba9b7f24c
|
Add mDNS support for name service dispatcher
|
2014-11-04 13:02:56 +01:00 |
|
Sebastian Huber
|
b94c5ecf82
|
NSDISPATCH(3): Add rtems_nss_register_module()
|
2014-11-04 13:02:55 +01:00 |
|
Sebastian Huber
|
f90fdf3b68
|
NSDISPATCH(3): Fix warning
|
2014-11-04 13:02:55 +01:00 |
|
Sebastian Huber
|
ffbee8a6c4
|
Add rtems_bsd_force_select_timeout()
|
2014-11-04 13:02:55 +01:00 |
|
Sebastian Huber
|
d496d66f63
|
mDNS: Avoid uninitialized memory
Use calloc() instead of malloc().
|
2014-11-04 13:02:55 +01:00 |
|
Sebastian Huber
|
a736dda8a8
|
nexus-devices: Only register fec0
This makes testing of IPv4LL a bit easier.
|
2014-10-31 10:41:50 +01:00 |
|
Sebastian Huber
|
94c31287e2
|
ffec: Accept all mulitcast frames
|
2014-10-31 10:41:50 +01:00 |
|
Sebastian Huber
|
7f4fb17b8a
|
foobarserver: Set hostname
|
2014-10-31 10:41:39 +01:00 |
|
Sebastian Huber
|
7f9f0df273
|
foobarclient: Set and advertise hostname
|
2014-10-31 10:41:17 +01:00 |
|
Sebastian Huber
|
54ed53794b
|
Support sethostname() and gethostname()
|
2014-10-24 09:47:58 +02:00 |
|
Sebastian Huber
|
feffbc2894
|
Fix mount table location chain corruption
Do not add a location twice to the location chain of
rtems_filesystem_null_mt_entry (add it in falloc() only).
|
2014-10-16 15:12:19 +02:00 |
|
Sebastian Huber
|
43dc972cbc
|
doc: Add network interface link up/down hint
|
2014-10-16 07:29:37 +02:00 |
|
Sebastian Huber
|
d5eac12255
|
SYSLOG(3): Replace implementation
Avoid potential buffer overflows on the stack. Expand the %m in the
format string.
|
2014-10-09 14:56:29 +02:00 |
|
Sebastian Huber
|
403d0b886a
|
testsuite: Fix lo0 ifconfig error
Avoid "ifa_del_loopback_route: deletion failed".
|
2014-10-09 08:19:50 +02:00 |
|
Sebastian Huber
|
573b4cd62f
|
ppp: Port to new stack
|
2014-10-08 15:03:29 +02:00 |
|
Sebastian Huber
|
70fa95a2e8
|
ppp: Import from RTEMS sources
|
2014-10-08 14:59:54 +02:00 |
|
Sebastian Huber
|
04a64b17d8
|
testsuite: Add DEFAULT_NETWORK_NO_INTERFACE_0
|
2014-10-08 14:59:54 +02:00 |
|
Sebastian Huber
|
263c947a2f
|
testsuite: Make similar to default-network-init.h
|
2014-10-08 14:59:54 +02:00 |
|
Sebastian Huber
|
6cfc98de31
|
nexus: Use a linker set for the devices
|
2014-10-08 14:59:52 +02:00 |
|
Sebastian Huber
|
d43544ef12
|
nexus: Fix resouce allocation
|
2014-10-08 14:51:21 +02:00 |
|
Sebastian Huber
|
9cea6da780
|
Generalize linker sets
Add ability to create linker sets for items with an arbitrary type.
|
2014-10-08 14:51:21 +02:00 |
|
Sebastian Huber
|
454d6825c0
|
Delete obsolete _bsd_nexus_devices
|
2014-10-08 14:51:21 +02:00 |
|
Sebastian Huber
|
a2a3a01bdf
|
Provide new rtems_bsdnet_rtrequest()
Delete superfluous code.
|
2014-10-08 14:51:20 +02:00 |
|
Sebastian Huber
|
5a2f2806e4
|
arpa/nameser_compat.h: Use proper endian defines
|
2014-10-08 14:51:20 +02:00 |
|