summaryrefslogtreecommitdiffstats
path: root/sys/net/rtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent the kernel from generating an unaligned sysctl data buffer ongallatin2002-01-271-0/+1
* Have sysctl() return the correct errno(2) as documented in thecjc2002-01-251-1/+1
* Introduce an interface announcement message for the routingru2002-01-181-0/+32
* It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYbrian2001-12-191-10/+0
* Only call rt_getifa() if we've either been passed a gateway orbrian2001-12-191-2/+8
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-21/+14
* Bring in latest CSRG revisions to this file:ru2001-10-171-1/+9
* Change sysctl_iflist() so it has a single point of return. This willjlemon2001-09-291-3/+4
* Use the current process's credentials rather than socket's cached.ru2001-09-201-2/+2
* KSE Milestone 2julian2001-09-121-7/+7
* Synch with NetBSD and OpenBSD.ru2001-08-311-1/+9
* fix memory leak when error during opening of routing socketjon2001-08-021-0/+1
* adjust mbuf length right in route_output().ume2001-07-041-1/+7
* Sync with recent KAME.ume2001-06-111-4/+11
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+3
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-7/+7
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Workaround to avoid panic during detach pccard nic.ume2000-07-251-1/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-6/+0
* Count AF_INET6 attachement to routing socket.shin2000-01-281-0/+6
* Make cloning mask sockaddr (genmask) possible.ru1999-12-281-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Postpone route_init() until all domains are attached.luoqi1999-04-291-2/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,dg1997-10-311-1/+4
* Removed unused #includes.bde1997-10-281-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Update network code to use poll support.peter1997-09-141-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-6/+6
* An actual fix for the routing default crashes thatjulian1997-07-181-15/+25
* Fix Julian's fixed fix. Routing is weird.msmith1997-07-171-3/+6
* Bungled cut/paste leaves kernel with page faults..julian1997-07-161-2/+3
* Finally track down the reason for some of my occasional kernel crashes.julian1997-07-151-2/+20
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-49/+178
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make sure we have arguments to pass before calling ifaof_ifpforaddrfenner1997-02-041-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-1/+40
* Convert the interface address and IP interface address structureswollman1996-12-131-5/+5
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-2/+2
* Disallow host routes that point to themselves. These routes serve nofenner1996-07-101-3/+3
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* All net.* sysctl converted now.phk1995-11-161-54/+42
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-2/+5
OpenPOWER on IntegriCloud