summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee33-6869/+0
2020-04-16Canonicalize config.h includeSebastian Huber18-18/+18
2020-03-13libio: Robust file descriptor reference countingSebastian Huber1-3/+7
2019-02-28Remove explicit file names from @fileSebastian Huber3-3/+3
2018-10-02Use rtems_task_exit()Sebastian Huber2-2/+2
2018-09-10network: Use kernel/user space header filesSebastian Huber22-36/+43
2018-05-02ftpfs: Always build FTP clientSebastian Huber1-159/+0
2018-05-02tftpfs: Always build TFTP clientSebastian Huber1-44/+0
2018-02-07network: Fix integer typesSebastian Huber1-1/+1
2018-02-02network: Use self-contained recursive mutexSebastian Huber1-96/+14
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+1
2017-09-15libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS()Sebastian Huber1-2/+1
2017-09-15libio: Add rtems_libio_iop_is_no_delay()Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags()Sebastian Huber1-1/+1
2017-09-15libio: Add rtems_libio_iop_flags_initialize()Sebastian Huber1-1/+1
2017-09-15libio: Add iop set/clear flagsSebastian Huber1-1/+1
2017-09-14libio: Avoid direct use of rtems_libio_iopsSebastian Huber1-1/+1
2017-08-25network: Include missing header fileSebastian Huber1-0/+1
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel1-0/+1
2017-06-08network: Fix DHCP client protocolStavros Passas2-4/+29
2017-06-07network: Header file compatiblitySebastian Huber3-0/+31
2017-06-07network: Use inet_ntoa_r()Sebastian Huber2-2/+5
2017-06-07network: Move RTEMS specificsSebastian Huber1-3/+25
2017-06-07Include missing <sys/param.h>Sebastian Huber1-0/+1
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber5-5/+5
2017-06-07network: Do not use MSIZESebastian Huber1-5/+5
2017-01-13configure: Remove __RTEMS_HAVE_DECL_SIGALTSTACK__Sebastian Huber1-7/+0
2016-09-27score: Unify CORE mutex seize/surrenderSebastian Huber1-0/+2
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-2/+2
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-1/+1
2016-06-28libnetworking: Move RTEMS-specific socket wake-upSebastian Huber1-0/+16
2016-06-28libnetworking: Import current <arpa/inet.h>Christian Mauderer7-9/+29
2016-06-28libnetworking: Import current <netinet/in.h>Christian Mauderer1-0/+80
2016-06-28libnetworking: Add <rtems/rtems_netdb.h>Christian Mauderer1-0/+52
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 Huber12-13/+31
2016-04-22network: Ensure matching syscall prototypesSebastian Huber3-17/+103
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-01-18Chase Newlib sys/types.h / sys/select.h changesNick Withers1-0/+1