summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/syscall01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* tests/libtests: Use <rtems/test.h>Sebastian Huber2014-03-201-2/+6
|
* libnetworking: TypoSebastian Huber2014-03-061-1/+21
|
* libtests: Add contents to rbheap and stackchk documentation filesCynthia Rempel2014-01-091-5/+18
|
* libtmtests - Eliminate missing prototype warningsJoel Sherrill2012-05-111-0/+3
|
* networking: socket to/from file descriptorSebastian Huber2012-04-034-0/+147
o Move rtems_bsdnet_fdToSocket() and rtems_bsdnet_makeFdForSocket() to "cpukit/libnetworking/rtems/rtems_syscall.c". o The rtems_bsdnet_makeFdForSocket() function is now static. o Check in rtems_bsdnet_fdToSocket() function that the file descriptor uses the socket handlers, otherwise an error status will be returned and errno set to ENOTSOCK. o New test libtests/syscall01.