aboutsummaryrefslogtreecommitdiff
path: root/sys/net/rtsock.c
Commit message (Expand)AuthorAgeFilesLines
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-1/+3
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-7/+7
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Workaround to avoid panic during detach pccard nic.Hajimu UMEMOTO2000-07-251-1/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-6/+0
* Count AF_INET6 attachement to routing socket.Yoshinobu Inoue2000-01-281-0/+6
* Make cloning mask sockaddr (genmask) possible.Ruslan Ermilov1999-12-281-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Postpone route_init() until all domains are attached.Luoqi Chen1999-04-291-2/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,David Greenman1997-10-311-1/+4
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+3
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-6/+6
* An actual fix for the routing default crashes thatJulian Elischer1997-07-181-15/+25
* Fix Julian's fixed fix. Routing is weird.Mike Smith1997-07-171-3/+6
* Bungled cut/paste leaves kernel with page faults..Julian Elischer1997-07-161-2/+3
* Finally track down the reason for some of my occasional kernel crashes.Julian Elischer1997-07-151-2/+20
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-49/+178
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make sure we have arguments to pass before calling ifaof_ifpforaddrBill Fenner1997-02-041-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-1/+40
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-5/+5
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-2/+2
* Disallow host routes that point to themselves. These routes serve noBill Fenner1996-07-101-3/+3
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-2/+2
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* All net.* sysctl converted now.Poul-Henning Kamp1995-11-161-54/+42
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-2/+5
* Protect against routing socket messages with way-too-big address families.Garrett Wollman1995-10-131-2/+3
* Fix types of sysctl functions. Add prototypes. Cosmetic.Bruce Evans1995-10-091-7/+12
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fixed route reference count bug that squirmed in during the theDavid Greenman1995-05-151-2/+2
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-0/+2
* Updated routing-socket code from BerkeleyGarrett Wollman1995-05-101-23/+20
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Add support for two separate cloning flags, one set by the lower layers,Garrett Wollman1994-12-131-2/+2
* Fix a bug which caused panics when attempting to change just the flags ofGarrett Wollman1994-10-111-1/+12
* Cosmetics: to silence gcc -wall.Poul-Henning Kamp1994-10-081-10/+17
* A number of bug-fixes inspired by Mark Treacy:Garrett Wollman1994-10-051-3/+3
* Moved m_copyback into uipc_mbuf.cPoul-Henning Kamp1994-10-041-54/+1
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+2