summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-01-20libnetworking: Delete dead codeSebastian Huber4-10/+0
2015-01-20libnetworking: Avoid spurious event deliverySebastian Huber1-1/+0
2015-01-15libnetworking: Simplify sbwait()Sebastian Huber1-11/+1
2014-12-23libnetworking: Make rtems_dhcp_failsafe() run time configurablePeter Dufault2-44/+91
2014-12-02net: Add network task affinity configDaniel Cederman3-0/+55
2014-10-31libnetworking: Fix the sethostname decl to match newlib.Chris Johns3-3/+3
2014-10-08ppp: PR1943: Avoid NULL pointer accessSebastian Huber1-8/+2
2014-10-08ppp: Add ppp_unit()Sebastian Huber1-15/+21
2014-10-07ppp: Nothing to transmit hint for Termios driverSebastian Huber1-1/+10
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber2-3/+4
2014-09-30pppd: Fix warningsSebastian Huber1-1/+11
2014-09-30libnetworking: Update due to Termios changesSebastian Huber2-3/+3
2014-08-20Add configuration to detect toolset has sigaltstack() prototypeJoel Sherrill1-4/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns7-7/+7
2014-03-06libnetworking: TypoSebastian Huber1-1/+1
2014-01-20Don't use unsafe buffer operationsNick Withers1-18/+12
2014-01-09NTP: Sync time correctly when receiving broadcast updatesJim Panetta1-3/+4
2013-12-20Filesystem: Use default kqfilter and poll handlerSebastian Huber3-0/+8
2013-12-20Filesystem: Add readv/writev handlersSebastian Huber3-14/+22
2013-12-10PR2161: Set the source port to SYSLOG in the syslog socket.Chris Johns1-1/+1
2013-11-20select.h, rtems_select.c, nds select: Add restrict keywordDaniel Ramirez2-5/+6