summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/mbuf.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-438/+0
Update #3850
2017-06-07network: Do not use MSIZESebastian Huber1-3/+4
Do not use the MSIZE for the legacy network stack. Instead use _SYS_MBUF_LEGACY_MSIZE. Update #2833.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-04-142010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* libnetworking/sys/mbuf.h: Use uintptr_t instead of u_long for 16bit target compliance.
2007-03-14Remove __P().Ralf Corsepius1-2/+2
2006-09-01*** empty log message ***Joel Sherrill1-1/+1
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* libcsupport/src/malloc.c, libnetworking/rtems/rtems_glue.c, libnetworking/sys/mbuf.h: Remove warnings -- use uintptr_t or properly sized integers.
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits.
2005-05-21Partial update from FreeBSD.Ralf Corsepius1-50/+41
2005-05-09Ansification.Ralf Corsepius1-29/+28
2005-04-18Cosmetics from FreeBSD.Ralf Corsepius1-11/+21
2004-04-20Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.Ralf Corsepius1-1/+1
2002-09-142002-09-14 Vyacheslav V. Burdjanadze <wr@zelax.ru>Joel Sherrill1-2/+2
* 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-0/+1
network stack runs out of mbufs.
1999-05-20Removed all post 4.0 changes.Joel Sherrill1-81/+78
1999-02-04Added printf()'s that can be uncommented to trace MBUF operations. ThisJoel Sherrill1-0/+3
is very useful when debugging a device driver.
1999-01-31Prepended macro variables with "_" to avoid name conflicts in expansions.Joel Sherrill1-78/+78
1998-08-19Base filesJoel Sherrill1-0/+439