summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* swi01: Fix warningSebastian Huber2013-11-131-0/+1
|
* usb01: Fix warningSebastian Huber2013-11-131-1/+0
|
* Update to FreeBSD 9.2Sebastian Huber2013-11-111-1/+1
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-115-5/+5
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* syscalls01: Update due to RTEMS changesSebastian Huber2013-11-041-1/+1
|
* commands01: Add INET6 test casesSebastian Huber2013-10-311-0/+51
|
* Enable INET6Sebastian Huber2013-10-311-1/+1
|
* netshell01: Avoid multiple definitionsSebastian Huber2013-10-311-5/+0
|
* selectpollkqueue01: New testSebastian Huber2013-10-311-0/+997
|
* TIMEOUT(9): Use timer server for callout_tick()Sebastian Huber2013-10-313-166/+0
|
* Use kqueue() and kevent() from FreeBSDSebastian Huber2013-10-311-0/+151
|
* testsuite: Increase object alloc sizeSebastian Huber2013-10-311-0/+1
|
* Use poll() from FreeBSDSebastian Huber2013-10-311-0/+75
|
* testsuite: Increase test init task stack sizeSebastian Huber2013-10-311-1/+1
|
* rwlock01: New testSebastian Huber2013-10-311-0/+558
|
* Use select() from FreeBSDSebastian Huber2013-10-311-0/+75
|
* sleep01: New testSebastian Huber2013-10-311-0/+244
|
* loopback01: Wait for client terminationSebastian Huber2013-10-311-7/+49
|
* loopback01: Initialize via IFCONFIG(8)Sebastian Huber2013-10-311-23/+18
|
* commands01: New testSebastian Huber2013-10-311-0/+242
|
* Move TIMEOUT(9) and ZONE(9) initializationSebastian Huber2013-10-313-26/+0
| | | | Delete most of virtual memory support.
* Move program control to thread structureSebastian Huber2013-10-311-0/+196
|
* Use send/recv functions from FreeBSDSebastian Huber2013-10-311-0/+207
| | | | Use recvfrom(), recvmsg(), sendto() and sendmsg() from FreeBSD.
* Use socket read() and write() from FreeBSDSebastian Huber2013-10-311-0/+66
|
* Use getsockname() from FreeBSDSebastian Huber2013-10-311-0/+55
|
* Use getpeername() from FreeBSDSebastian Huber2013-10-311-0/+51
|
* Use getsockopt() and setsockopt() from FreeBSDSebastian Huber2013-10-311-0/+101
|
* Use accept() from FreeBSDSebastian Huber2013-10-311-0/+52
|
* Use listen() from FreeBSDSebastian Huber2013-10-311-0/+55
|
* Use connect() from FreeBSDSebastian Huber2013-10-311-0/+58
|
* Use socket ioctl() from FreeBSDSebastian Huber2013-10-311-0/+52
|
* Use bind() from FreeBSDSebastian Huber2013-10-311-0/+71
|
* Use shutdown() from FreeBSDSebastian Huber2013-10-311-3/+49
|
* Add socket fstat() supportSebastian Huber2013-10-311-0/+104
|
* Import socket() implementation from FreeBSDSebastian Huber2013-10-311-0/+310
| | | | Add new test syscalls01.
* testsuite: Enable stack checkerSebastian Huber2013-10-311-0/+3
| | | | Increase init task stack size.
* Use extension to attach a struct thread to threadsSebastian Huber2013-10-105-1/+312
| | | | Add test thread01.
* Make default test initialization task preemptiveSebastian Huber2013-10-101-0/+2
|
* Move core system initialization referencesSebastian Huber2013-10-102-4/+0
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-1024-320/+53
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-101-0/+0
|
* netshell01: Add netstat commandJoel Sherrill2012-10-231-0/+1
|
* Add ifconfig command as RTEMS Shell commandJoel Sherrill2012-10-111-1/+3
| | | | | | | | This is enough to be able to invoke the ifconfig command but it calls exit() which is inappropriate. The "struct option" in the ifconfig code conflicts with a structure of the same name in newlib's and glibc's getopt.h.
* netshell01: Add ns parser globals needed for ping.Jennifer Averett2012-10-112-1/+6
|
* netshell01/.gitignore: UpdateJoel Sherrill2012-09-111-1/+1
|
* netshell01/.gitignore: New fileJoel Sherrill2012-09-111-0/+1
|
* freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are ↵Joel Sherrill2012-09-071-1/+1
| | | | both here
* netshell01: Link against ping commandJoel Sherrill2012-09-071-3/+5
|
* testsuite/Makefile: Add netshell01Joel Sherrill2012-09-011-0/+1
|
* loopback01/init.c: Remove junk fileJoel Sherrill2012-09-011-82/+0
|