691 Commits

Author SHA1 Message Date
Sebastian Huber
f8d99e9665 Fix install Makefile target 2013-12-20 15:35:59 +01:00
Sebastian Huber
00735284b8 ROUTE(8): Fix memory leak 2013-12-20 15:35:59 +01:00
Sebastian Huber
aba4586df3 ROUTE(8): Initialize file descriptor 2013-12-20 15:35:59 +01:00
Sebastian Huber
5feec90475 syscalls01: Include missing header file 2013-12-20 15:35:59 +01:00
Sebastian Huber
f5f4cad2a1 Use integer-only printf for syslog() 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
4d642a0f0e ftpd01: Add network shell commands 2013-12-20 15:35:59 +01:00
Sebastian Huber
6c2c8d3b6c Fix task create argument 2013-12-20 11:22:27 +01:00
Sebastian Huber
4b8bc5cfd6 Use floating-point tasks for tests 2013-12-20 11:22:27 +01:00
Sebastian Huber
983e452e54 Use integer-only printf for ftpd 2013-12-20 11:22:26 +01:00
Sebastian Huber
8d4bab38ea Use integer-only printf in kernel space 2013-12-20 11:22:26 +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
06ad80cbda SOCKET(2): Add some FCNTL(2) support 2013-12-16 15:35:51 +01:00
Sebastian Huber
e10d1cdc45 BPF(4): Add support 2013-12-16 15:35:51 +01:00
Sebastian Huber
1fea8c46c1 Add support for boottimebin and getbinuptime() 2013-12-16 15:35:51 +01:00
Sebastian Huber
1d42ceb11e Delete unused file 2013-12-16 15:35:51 +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
63d8e59321 Update legacy MCF548X FEC interface driver 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
1153f0c228 rwlock01: Do not print in the worker task
The worker task must not block on the console device shared with the
master task.
2013-12-16 15:34:46 +01:00
Sebastian Huber
5084ad89e4 Simplify linker set handling 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
3e101be476 Update due to API changes 2013-12-04 13:44:04 +01:00
Sebastian Huber
24947b715d Delete unused file 2013-12-04 13:44:04 +01:00
Sebastian Huber
19704a044f selinfo.h: Delete unused fields 2013-12-04 13:44:04 +01:00
Sebastian Huber
f8afb9fed7 ehci_mpc83xx.c: Update due to API changes 2013-12-04 13:44:04 +01:00
Sebastian Huber
e2ab9844c3 machine/bus.h: Support for PowerPC 2013-12-04 13:44:03 +01:00
Sebastian Huber
b87143f739 usb01: Remove SDHC references 2013-12-04 13:44:03 +01:00
Sebastian Huber
162d615ff3 rtems-bsd-endian.h: Fix warning on PowerPC 2013-12-04 13:44:03 +01:00
Sebastian Huber
e33fe4acda NSDISPATCH(3): Fix for small-data area 2013-12-04 13:44:03 +01:00
Sebastian Huber
a531ba43ea DISPATCH(3): Assume static linking 2013-12-04 13:44:03 +01:00
Sebastian Huber
5cd6a535a8 Fix default network init header 2013-12-04 13:44:03 +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
fafa9e2716 testsuite: Simplify tests 2013-11-13 17:44:40 +01:00
Sebastian Huber
c2f6513a05 threads: Delay thread start during initialization
The FreeBSD initialization is supposed to be single-threaded.
2013-11-13 17:44:40 +01:00
Sebastian Huber
7f1836cfe6 TIMEOUT(9): Start callout timer later
This avoid race conditions during initialization.
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