summaryrefslogtreecommitdiff
path: root/testsuites/libtests/syscall01 (follow)
AgeCommit message (Collapse)Author
2015-01-20libnetworking: Fix close of active socketsSebastian Huber
Send a special event to notify tasks waiting for a socket state change in case this socket gets closed. This prevents a use after free. Close #785.
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber
This define was superfluous, undocumented and used inconsistently.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-20tests/libtests: Use <rtems/test.h>Sebastian Huber
2014-03-06libnetworking: TypoSebastian Huber
2014-01-09libtests: Add contents to rbheap and stackchk documentation filesCynthia Rempel
2012-05-11libtmtests - Eliminate missing prototype warningsJoel Sherrill
2012-04-03networking: socket to/from file descriptorSebastian Huber
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.