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
*
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
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
dg
1997-10-31
1
-1
/
+4
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+3
*
Update network code to use poll support.
peter
1997-09-14
1
-2
/
+2
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-6
/
+6
*
An actual fix for the routing default crashes that
julian
1997-07-18
1
-15
/
+25
*
Fix Julian's fixed fix. Routing is weird.
msmith
1997-07-17
1
-3
/
+6
*
Bungled cut/paste leaves kernel with page faults..
julian
1997-07-16
1
-2
/
+3
*
Finally track down the reason for some of my occasional kernel crashes.
julian
1997-07-15
1
-2
/
+20
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-49
/
+178
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make sure we have arguments to pass before calling ifaof_ifpforaddr
fenner
1997-02-04
1
-3
/
+3
[next]