summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-1/+1
* network: Add missing forward declarationSebastian Huber2017-09-281-0/+1
* libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber2017-09-151-2/+1
* libio: Add rtems_libio_iop_is_writeable()Sebastian Huber2017-09-151-2/+2
* libio: Add rtems_libio_iop_is_readable()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags()Sebastian Huber2017-09-151-1/+1
* libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber2017-09-151-1/+1
* libio: Add iop set/clear flagsSebastian Huber2017-09-151-1/+1
* libio: Avoid direct use of rtems_libio_iopsSebastian Huber2017-09-141-1/+1
* network: Include missing header fileSebastian Huber2017-08-251-0/+1
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-143-0/+4
* network: Remove FreeBSD specific hackSebastian Huber2017-06-125-21/+8
* network: Fix DHCP client protocolStavros Passas2017-06-083-6/+36
* network: Header file compatiblitySebastian Huber2017-06-0711-21/+39
* network: Use inet_ntoa_r()Sebastian Huber2017-06-077-21/+29
* network: Update <arpa/inet.h>Sebastian Huber2017-06-076-102/+189
* network: Move header filesSebastian Huber2017-06-0714-24/+24
* network: Move RTEMS specificsSebastian Huber2017-06-073-7/+32
* network: Include <sys/uio.h> explicitlySebastian Huber2017-06-073-0/+3
* Include missing <sys/param.h>Sebastian Huber2017-06-071-0/+1
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-0714-14/+15
* Test for POSIX headers from Newlib 20170522Sebastian Huber2017-06-072-62/+66
* network: Do not use MSIZESebastian Huber2017-06-074-12/+13
* network: Include missing <inttypes.h>Sebastian Huber2017-06-072-0/+2
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-221-7/+8
* configure: Remove __RTEMS_HAVE_DECL_SIGALTSTACK__Sebastian Huber2017-01-131-7/+0
* Provide kernel space header filesSebastian Huber2016-11-083-0/+6
* score: Unify CORE mutex seize/surrenderSebastian Huber2016-09-271-0/+2
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-2/+2
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-1/+1
* net: Fix byte order issue for getnameinfo()Sebastian Huber2016-07-011-4/+2
* libnetworking: Import current <sys/socket.h>Christian Mauderer2016-06-281-73/+373
* libnetworking: Move RTEMS-specific socket wake-upSebastian Huber2016-06-283-15/+18
* libnetworking: Hide SO_PRIVSTATEChristian Mauderer2016-06-282-1/+7
* libnetworking: Add <machine/_align.h>Christian Mauderer2016-06-283-1/+29
* libnetworking: Import current <arpa/inet.h>Christian Mauderer2016-06-289-38/+73
* libnetworking: Import current <netinet/in.h>Christian Mauderer2016-06-2818-135/+443
* libnetworking: Import current <netinet6/in6.h>Christian Mauderer2016-06-283-0/+760
* libnetworking: Import <sys/_sockaddr_storage.h>Christian Mauderer2016-06-283-1/+60
* libnetworking: Add minimal getnameinfo()Christian Mauderer2016-06-282-1/+62
* libnetworking: Import current <netdb.h>Christian Mauderer2016-06-287-52/+212
* libnetworking: Add <rtems/rtems_netdb.h>Christian Mauderer2016-06-2813-22/+66
* ftpfs: Remove superfluous includeSebastian Huber2016-06-091-1/+0
* tftp: Use proper semaphore attr for mutexSebastian Huber2016-06-061-4/+2
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-301-9/+11
* score: Add CORE mutex variantsSebastian Huber2016-05-301-3/+3
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-301-2/+2
* network: Align with Newlib type definitionsSebastian Huber2016-05-301-4/+5
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-9/+7