267 Commits

Author SHA1 Message Date
Sebastian Huber
15f19afcb4 telnetd01: New test 2014-09-18 09:52:00 +02:00
Sebastian Huber
710010861c Update due to workspace allocation changes 2014-05-14 09:11:37 +02:00
Sebastian Huber
9219a29a90 Update due to shell API changes 2014-04-17 11:27:45 +02:00
Sebastian Huber
e21bf0dbcf ftpd01: Use DHCP 2014-01-30 16:39:10 +01: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
f702955031 ftpd01: Update due to API changes 2014-01-30 16:23:03 +01:00
Sebastian Huber
31ab470469 Add DEFAULT_NETWORK_SHELL 2014-01-30 16:23:03 +01:00
Sebastian Huber
defe035ee7 Add DEFAULT_NETWORK_NO_STATIC_IFCONFIG 2014-01-30 16:23:01 +01:00
Sebastian Huber
7831313a17 Add and use RTEMS_BSD_ARGC() 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
5feec90475 syscalls01: Include missing header file 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
4b8bc5cfd6 Use floating-point tasks for tests 2013-12-20 11:22:27 +01:00
Sebastian Huber
63d8e59321 Update legacy MCF548X FEC interface driver 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
57bfdf772b ftpd01: New test 2013-12-16 15:34:46 +01:00
Sebastian Huber
b87143f739 usb01: Remove SDHC references 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
f128e7cf1f timeout01: Avoid Nexus devices 2013-11-13 14:10:35 +01:00
Sebastian Huber
bb39e92140 swi01: Avoid Nexus devices 2013-11-13 14:10:35 +01:00
Sebastian Huber
0d48d6ede4 swi01: Fix warning 2013-11-13 14:10:35 +01:00
Sebastian Huber
9ca3fafac9 usb01: Fix warning 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
f244de9638 Rename rtems-bsd-config.h
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-11-11 10:08:04 +01:00
Sebastian Huber
dc9429ca3e syscalls01: Update due to RTEMS changes 2013-11-04 15:28:20 +01:00
Sebastian Huber
3d8f9799c4 commands01: Add INET6 test cases 2013-10-31 13:20:14 +01:00
Sebastian Huber
44de29b285 Enable INET6 2013-10-31 13:20:11 +01:00
Sebastian Huber
86711191c0 netshell01: Avoid multiple definitions 2013-10-31 13:18:54 +01:00
Sebastian Huber
510946e699 selectpollkqueue01: New test 2013-10-31 13:18:52 +01:00
Sebastian Huber
a9e26f5d5b TIMEOUT(9): Use timer server for callout_tick() 2013-10-31 13:18:52 +01:00
Sebastian Huber
0c9f27ba24 Use kqueue() and kevent() from FreeBSD 2013-10-31 13:18:52 +01:00
Sebastian Huber
795c5e6610 testsuite: Increase object alloc size 2013-10-31 13:18:52 +01:00
Sebastian Huber
08264c8b21 Use poll() from FreeBSD 2013-10-31 13:18:52 +01:00
Sebastian Huber
c33de69546 testsuite: Increase test init task stack size 2013-10-31 13:18:52 +01:00
Sebastian Huber
4adeb59b18 rwlock01: New test 2013-10-31 13:18:52 +01:00
Sebastian Huber
facf9dcea6 Use select() from FreeBSD 2013-10-31 13:18:50 +01:00
Sebastian Huber
0967858024 sleep01: New test 2013-10-31 13:18:50 +01:00
Sebastian Huber
37b0ab6ee4 loopback01: Wait for client termination 2013-10-31 13:18:50 +01:00
Sebastian Huber
5ddce1f196 loopback01: Initialize via IFCONFIG(8) 2013-10-31 13:18:50 +01:00
Sebastian Huber
1f6caf381c commands01: New test 2013-10-31 13:18:49 +01:00
Sebastian Huber
ffcd542fe2 Move TIMEOUT(9) and ZONE(9) initialization
Delete most of virtual memory support.
2013-10-31 13:18:48 +01:00
Sebastian Huber
d01564c473 Move program control to thread structure 2013-10-31 13:18:48 +01:00
Sebastian Huber
9d9bfaff8d Use send/recv functions from FreeBSD
Use recvfrom(), recvmsg(), sendto() and sendmsg() from FreeBSD.
2013-10-31 13:18:48 +01:00
Sebastian Huber
ec702abace Use socket read() and write() from FreeBSD 2013-10-31 13:18:48 +01:00