summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2-8/+0
2013-07-26score: Merge tod implementation into one fileSebastian Huber2-5/+5
2013-07-22network: SMP support for network semaphoreSebastian Huber1-0/+6
2013-07-22network: Include missing header fileSebastian Huber1-0/+2
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-2/+5
2013-07-18score: Create mutex implementation headerSebastian Huber1-0/+1
2013-07-18rtems: Create semaphore implementation headerSebastian Huber1-0/+1
2013-06-20sparc in_cksum: Use __sparc__ which is available in -ansi modeJoel Sherrill2-2/+2
2013-06-19Added in_cksum_sparc.h to optimize IP checksum calculations for SPARC.Jiri Gaisler2-0/+312
2013-03-11nios2: Add optimized IP checksum supportJeffrey O. Hill3-0/+365
2013-01-28ftpfs: Fix SIZE command handlingSebastian Huber1-76/+98
2013-01-23Move <memory.h> and <sys/uio.h> to non-networking directoryJoel Sherrill3-106/+4
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill1-2/+1
2012-12-28Header File Doxygen Enhancement Task #1Alex Ivanov1-2/+2
2012-12-18libnetworking: Make functions publicSebastian Huber2-2/+4
2012-11-22ftpfs: Fix NULL pointer accessSebastian Huber1-7/+11
2012-11-21ftpfs: Use SIZE commandSebastian Huber1-1/+98
2012-11-21ftpfs: Open control connection during path evalSebastian Huber1-162/+151
2012-11-21ftpfs: FormatSebastian Huber1-29/+30
2012-11-21libnetworking: Use rtems_clock_get_uptime_secondsSebastian Huber2-16/+5
2012-11-21libnetworking: Use rtems_clock_get_uptime_timevalSebastian Huber2-14/+5
2012-11-05libnetworking: Disconnect after mbuf shortageSebastian Huber1-1/+4
2012-11-02libnetworking: Avoid deadlock during starvationSebastian Huber1-7/+36
2012-11-02libnetworking: Use system eventsSebastian Huber3-11/+19
2012-07-17libnetworking: Silence set but not used warningsSebastian Huber1-1/+1
2012-06-06network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq6-38/+51
2012-05-22network/dhcp: PR1841: Fix DNS processing in DHCPSebastien Bourdeauducq1-3/+45
2012-05-15Filesystem: Change pathconf_limits_and_optionsSebastian Huber1-4/+0
2012-05-15Filesystem: Move operations to mount table entrySebastian Huber3-3/+2
2012-05-15Filesystem: Use ioctl_command_tSebastian Huber1-6/+1
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill21-35/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill179-467/+0
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2012-04-03networking: socket to/from file descriptorSebastian Huber2-5/+58
2012-03-13Filesystem: Rename definesSebastian Huber1-2/+2
2012-03-13Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber3-8/+8
2012-03-13Filesystem: Reference counting for locationsSebastian Huber4-259/+183
2012-03-022012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius1-182/+188
2012-03-022012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius1-1/+4
2012-02-15Fixed incorrect error pathSebastian Huber1-2/+0
2012-02-14Avoid buffer overflow and misaligned memory accessSebastian Huber1-14/+24