index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
rtsock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-6
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Disable radix node locking for sysctl until we fix the sysctl infrastructure
hsu
2002-12-26
1
-5
/
+5
*
Range-check the address family parameter passed in to the sysctl handler.
hsu
2002-12-25
1
-0
/
+2
*
If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of
ru
2002-12-25
1
-2
/
+1
*
SMP locking for radix nodes.
hsu
2002-12-24
1
-7
/
+25
*
SMP locking for ifnet list.
hsu
2002-12-22
1
-2
/
+5
*
Swap the order of a free and a use of an ifaddr structure.
hsu
2002-12-20
1
-1
/
+1
*
Lock up ifaddr reference counts.
hsu
2002-12-18
1
-5
/
+7
*
Fix some harmless mis-indents.
phk
2002-10-01
1
-1
/
+1
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-2
/
+2
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-3
/
+1
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-2
/
+2
*
Remove so*_locked(), which were backed out by mistake.
tanimura
2002-06-18
1
-1
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-7
/
+2
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-2
/
+7
*
Redo the sigio locking.
alfred
2002-05-01
1
-4
/
+0
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-7
/
+10
*
Add a global sx sigio_lock to protect the pointer to the sigio object
tanimura
2002-04-27
1
-1
/
+3
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-8
/
+7
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Prevent the kernel from generating an unaligned sysctl data buffer on
gallatin
2002-01-27
1
-0
/
+1
*
Have sysctl() return the correct errno(2) as documented in the
cjc
2002-01-25
1
-1
/
+1
*
Introduce an interface announcement message for the routing
ru
2002-01-18
1
-0
/
+32
*
It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY
brian
2001-12-19
1
-10
/
+0
*
Only call rt_getifa() if we've either been passed a gateway or
brian
2001-12-19
1
-2
/
+8
*
Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.
ru
2001-10-17
1
-21
/
+14
*
Bring in latest CSRG revisions to this file:
ru
2001-10-17
1
-1
/
+9
*
Change sysctl_iflist() so it has a single point of return. This will
jlemon
2001-09-29
1
-3
/
+4
*
Use the current process's credentials rather than socket's cached.
ru
2001-09-20
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+7
*
Synch with NetBSD and OpenBSD.
ru
2001-08-31
1
-1
/
+9
*
fix memory leak when error during opening of routing socket
jon
2001-08-02
1
-0
/
+1
*
adjust mbuf length right in route_output().
ume
2001-07-04
1
-1
/
+7
*
Sync with recent KAME.
ume
2001-06-11
1
-4
/
+11
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-1
/
+3
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-7
/
+7
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Workaround to avoid panic during detach pccard nic.
ume
2000-07-25
1
-1
/
+4
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-6
/
+0
*
Count AF_INET6 attachement to routing socket.
shin
2000-01-28
1
-0
/
+6
*
Make cloning mask sockaddr (genmask) possible.
ru
1999-12-28
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Postpone route_init() until all domains are attached.
luoqi
1999-04-29
1
-2
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+3
[next]