summaryrefslogtreecommitdiffstats
path: root/testsuite/syscalls01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syscalls01: Fix for IPSEC enabledSebastian Huber2018-08-281-0/+5
|
* Fix sporadic test failures via uma_timeout()Sebastian Huber2018-07-261-12/+5
|
* syscalls01: Fix sporadic test failuresSebastian Huber2018-07-021-0/+14
|
* tests/syscalls01: Fix shutdown() testSebastian Huber2017-11-101-1/+14
| | | | The socket must be connected for a shutdown().
* tests/syscall01: Update error valuesSebastian Huber2017-11-101-39/+39
| | | | FreeBSD changed the error values.
* testsuite/syscalls01: Split out program01 part.Christian Mauderer2016-08-021-194/+0
| | | | | | This allows to use normal functions for sockets and similar while allowing to test the upcoming rtems_bsd_program_opan/close/... for the program part.
* SOCKETPAIR(2): Port to RTEMSSebastian Huber2015-11-161-0/+48
|
* Support sethostname() and gethostname()Sebastian Huber2014-10-241-0/+20
|
* SYSLOG(3): Replace implementationSebastian Huber2014-10-091-0/+24
| | | | | Avoid potential buffer overflows on the stack. Expand the %m in the format string.
* Disable IPsecSebastian Huber2014-09-231-3/+3
| | | | | IPsec has a significant performance impact. Disable it for now since is only partially supported and untested.
* UNIX(4): Import from FreeBSDSebastian Huber2014-01-161-1/+3
|
* syscalls01: Include missing header fileSebastian Huber2013-12-201-0/+1
|
* Use floating-point tasks for testsSebastian Huber2013-12-201-1/+1
|
* testsuite: Simplify testsSebastian Huber2013-11-131-1/+0
|
* syscalls01: Update due to RTEMS changesSebastian Huber2013-11-041-1/+1
|
* Enable INET6Sebastian Huber2013-10-311-1/+1
|
* Use kqueue() and kevent() from FreeBSDSebastian Huber2013-10-311-0/+151
|
* Use poll() from FreeBSDSebastian Huber2013-10-311-0/+75
|
* Use select() from FreeBSDSebastian Huber2013-10-311-0/+75
|
* 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.