summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-01net: Fix byte order issue for getnameinfo()Sebastian Huber1-4/+2
2016-06-28libnetworking: Import current <sys/socket.h>Christian Mauderer1-73/+373
2016-06-28libnetworking: Move RTEMS-specific socket wake-upSebastian Huber3-15/+18
2016-06-28libnetworking: Hide SO_PRIVSTATEChristian Mauderer2-1/+7
2016-06-28libnetworking: Add <machine/_align.h>Christian Mauderer3-1/+29
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer9-38/+73
2016-06-28libnetworking: Import current <netinet/in.h>Christian Mauderer18-135/+443
2016-06-28libnetworking: Import current <netinet6/in6.h>Christian Mauderer3-0/+760
2016-06-28libnetworking: Import <sys/_sockaddr_storage.h>Christian Mauderer3-1/+60
2016-06-28libnetworking: Add minimal getnameinfo()Christian Mauderer2-1/+62
2016-06-28libnetworking: Import current <netdb.h>Christian Mauderer7-52/+212
2016-06-28libnetworking: Add <rtems/rtems_netdb.h>Christian Mauderer13-22/+66
2016-06-09ftpfs: Remove superfluous includeSebastian Huber1-1/+0
2016-06-06tftp: Use proper semaphore attr for mutexSebastian Huber1-4/+2
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber1-9/+11
2016-05-30score: Add CORE mutex variantsSebastian Huber1-3/+3
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-2/+2
2016-05-30network: Align with Newlib type definitionsSebastian Huber1-4/+5
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-9/+7
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-7/+8
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+0
2016-05-02rtems: Avoid Giant lock for semaphoresSebastian Huber1-5/+2
2016-04-22network: Fix warningsSebastian Huber15-15/+38
2016-04-22network: Ensure matching syscall prototypesSebastian Huber6-26/+117
2016-04-22network: Delete unused in4_cksum()Sebastian Huber3-125/+0
2016-04-21score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber1-1/+0
2016-04-08score: Compatibility with latest NewlibSebastian Huber1-2/+2
2016-04-07network: Quirk for Newlib compatibilitySebastian Huber1-0/+1
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-1/+1
2016-03-29network: Special case for RTEMS_MULTIPROCESSINGSebastian Huber1-0/+12
2016-03-24libnetworking/sys/libkern.h: Disable non-POSIX prototype that is actually unusedJoel Sherrill1-0/+2
2016-01-18Chase Newlib sys/types.h / sys/select.h changesNick Withers6-23/+13
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-2/+2
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan1-1/+1
2015-09-03cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan1-5/+13
2015-07-29tftpDriver: close() false errorMichael Davidsaver1-1/+3
2015-07-14libnetworking: Send the hostname if set in the network configuration.Chris Johns1-2/+16
2015-05-20timecounter: Use in RTEMSAlexander Krutwig2-5/+2
2015-05-19score: Fine grained locking for mutexesSebastian Huber1-12/+7
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-3/+3
2015-03-09network: Avoid clash with FreeBSD <sys/time.h>Sebastian Huber2-4/+6
2015-02-24Panic on RTEMS_FAST_MUTEX network semaphore claim/release.Chris Johns1-1/+8
2015-02-23networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann1-11/+12
2015-02-12sys/socket.h: Include <sys/types.h> for ssize_tJoel Sherrill1-1/+1
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber2-2/+0
2015-02-04Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber1-1/+1
2015-01-23sys/socket.h: Add include of <sys/_types.h> for ssize_tJoel Sherrill1-0/+1
2015-01-23libnetworking: Fix memset() callSebastian Huber1-1/+1
2015-01-22Filesystem: Delete node type operationSebastian Huber2-15/+8
2015-01-20libnetworking: Fix close of active socketsSebastian Huber5-66/+94