aboutsummaryrefslogtreecommitdiff
path: root/sys/net/rtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Disable radix node locking for sysctl until we fix the sysctl infrastructureJeffrey Hsu2002-12-261-5/+5
* Range-check the address family parameter passed in to the sysctl handler.Jeffrey Hsu2002-12-251-0/+2
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofRuslan Ermilov2002-12-251-2/+1
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-7/+25
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-2/+5
* Swap the order of a free and a use of an ifaddr structure.Jeffrey Hsu2002-12-201-1/+1
* Lock up ifaddr reference counts.Jeffrey Hsu2002-12-181-5/+7
* Fix some harmless mis-indents.Poul-Henning Kamp2002-10-011-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-3/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-2/+2
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-7/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+7
* Redo the sigio locking.Alfred Perlstein2002-05-011-4/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-7/+10
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-1/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-191-8/+7
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Prevent the kernel from generating an unaligned sysctl data buffer onAndrew Gallatin2002-01-271-0/+1
* Have sysctl() return the correct errno(2) as documented in theCrist J. Clark2002-01-251-1/+1
* Introduce an interface announcement message for the routingRuslan Ermilov2002-01-181-0/+32
* It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYBrian Somers2001-12-191-10/+0
* Only call rt_getifa() if we've either been passed a gateway orBrian Somers2001-12-191-2/+8
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-21/+14
* Bring in latest CSRG revisions to this file:Ruslan Ermilov2001-10-171-1/+9
* Change sysctl_iflist() so it has a single point of return. This willJonathan Lemon2001-09-291-3/+4
* Use the current process's credentials rather than socket's cached.Ruslan Ermilov2001-09-201-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-7/+7
* Synch with NetBSD and OpenBSD.Ruslan Ermilov2001-08-311-1/+9
* fix memory leak when error during opening of routing socketJonathan Chen2001-08-021-0/+1
* adjust mbuf length right in route_output().Hajimu UMEMOTO2001-07-041-1/+7
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-4/+11
* 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