Files
rtems/testsuites/libtests
Sebastian Huber 58f665583e networking: socket to/from file descriptor
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.
2012-04-03 16:21:23 +02:00
..
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-03-13 12:24:18 +01:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00
2012-02-01 10:59:44 -06:00

#
#  $Id$
#

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.