summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-7/+8
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-1/+0
* rtems: Avoid Giant lock for semaphoresSebastian Huber2016-05-021-5/+2
* network: Fix warningsSebastian Huber2016-04-2215-15/+38
* network: Ensure matching syscall prototypesSebastian Huber2016-04-226-26/+117
* network: Delete unused in4_cksum()Sebastian Huber2016-04-223-125/+0
* score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber2016-04-211-1/+0
* score: Compatibility with latest NewlibSebastian Huber2016-04-081-2/+2
* network: Quirk for Newlib compatibilitySebastian Huber2016-04-071-0/+1
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-1/+1
* network: Special case for RTEMS_MULTIPROCESSINGSebastian Huber2016-03-291-0/+12
* libnetworking/sys/libkern.h: Disable non-POSIX prototype that is actually unusedJoel Sherrill2016-03-241-0/+2
* Chase Newlib sys/types.h / sys/select.h changesNick Withers2016-01-186-23/+13
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-2/+2
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation errorMartin Galvan2015-09-031-1/+1
* cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure for dhcp...Martin Galvan2015-09-031-5/+13
* tftpDriver: close() false errorMichael Davidsaver2015-07-291-1/+3
* libnetworking: Send the hostname if set in the network configuration.Chris Johns2015-07-141-2/+16
* timecounter: Use in RTEMSAlexander Krutwig2015-05-202-5/+2
* score: Fine grained locking for mutexesSebastian Huber2015-05-191-12/+7
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-3/+3
* network: Avoid clash with FreeBSD <sys/time.h>Sebastian Huber2015-03-092-4/+6
* Panic on RTEMS_FAST_MUTEX network semaphore claim/release.Chris Johns2015-02-241-1/+8
* networking: alignment exception in ioctl(SIOCGIFCONF)Till Straumann2015-02-231-11/+12
* sys/socket.h: Include <sys/types.h> for ssize_tJoel Sherrill2015-02-121-1/+1
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-092-2/+0