summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/kern/uipc_mbuf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-05-09Partial update from FreeBSD.Ralf Corsepius1-83/+56
2003-02-062003-02-06 Mike Siers <mikes@poliac.com>Joel Sherrill1-2/+2
PR 342/networking * kern/uipc_mbuf.c: The RTEMS version of the m_copyback is changing the m_len value of the mbuf. I looked into the source from another BSD system and the mbuf length is not changed inside this function. The m_copyback function is only being used in the net/rtsock.c file. So I think this problem is only visable under certain routing table conditions.
2002-11-022002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress warning.
2002-10-282002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+5
* Pass to eliminate warnings. * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__. Fix return statement without a value. * lib/ftpfs.c: read and write filesystem routines return ssize_t. * lib/syslog.c: Add include of <string.h> to eliminate warning. * lib/tftpDriver.c: read and write filesystem routines return ssize_t. * libc/gethostbydns.c: Prototype abort(). * libc/inet_ntoa.c: Prototype strcpy(). * libc/rcmd.c: Add include of <sys/select.h> * net/if_loop.c: Turn token at end of endif to comment. * net/rtsock.c, nfs/bootp_subr.c: Conditional SYSINIT() usage on __rtems__. * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>. * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and memset() since the BSD code tries to avoid using libc .h files since it is used to being in the kernel. * rtems/rtems_syscall.c: read and write filesystem routines return ssize_t.
2002-09-142002-09-14 Vyacheslav V. Burdjanadze <wr@zelax.ru>Joel Sherrill1-12/+38
* kern/uipc_mbuf.c, sys/mbuf.h, netinet/udp_usrreq.c: Add optional UDP broadcast forwarding support. * netinet/Makefile.am: Defined FORWARD_PROTOCOL to enabled UDP broadcast forwarding.
1999-05-27Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill1-105/+2
network stack runs out of mbufs.
1999-05-17Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove compilerJoel Sherrill1-1/+1
warnings.
1998-08-19Base filesJoel Sherrill1-0/+851