summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/if_loop.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-07cpukit: Remove libnetworkingVijay Kumar Banerjee1-287/+0
Update #3850
2018-09-10network: Use kernel/user space header filesSebastian Huber1-0/+2
Add and use <machine/rtems-bsd-kernel-space.h> and <machine/rtems-bsd-user-space.h> similar to the libbsd to avoid command line defines and defines scattered throught the code base. Simplify cpukit/libnetworking/Makefile.am. Update #3375.
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-1/+1
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-12-082010-12-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-3/+1
* libnetworking/loop.h, libnetworking/net/if_loop.c, libnetworking/rtems/rtems_glue.c, libmisc/dummy/dummy-networking.c: Initialize loop back interface during normal initialization via rtems_bsdnet_initialize_network().
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2009-02-11Remove PSEUDO_SET (Unused).Ralf Corsepius1-2/+1
2008-12-22Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).Ralf Corsepius1-1/+1
2008-09-01Stop using old-style function definitions.Ralf Corsepius1-18/+5
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* libnetworking/net/if_loop.c: Remove warning.
2006-08-152006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* libnetworking/kern/kern_sysctl.c: Change int to int32_t. * libnetworking/net/if_loop.c: Add cast to long. These plus a patch to machine/param.h let the h8300 build multilib.
2005-04-182005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-8/+13
* libnetworking/net/if.h: Update from FreeBSD. * libnetworking/net/if_loop.c: Reflect updates. * libnetworking/net/if_ppp.c: Reflect updates. * libnetworking/net/if_types.h: Update from FreeBSD.
2004-10-222004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-25/+18
* libnetworking/opt_atalk.h, libnetworking/opt_bdg.h, libnetworking/opt_inet.h, libnetworking/opt_inet6.h, libnetworking/opt_ipx.h, libnetworking/opt_mac.h, libnetworking/opt_netgraph.h: New (Stubs). * libnetworking/net/if_loop.c: Cosmetical update from FreeBSD.
2002-10-282002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* 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.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-0/+1
1998-08-19Base filesJoel Sherrill1-0/+301