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
/
kern
/
uipc_socket2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout part of my previous commit; I was wrong about vm_zone's handling of
jeff
2002-03-20
1
-0
/
+14
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-14
/
+0
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
1
-8
/
+5
*
Revert 1.81; 1.19 fixed this already in a different way.
silby
2002-01-09
1
-3
/
+1
*
Reorder a calculation in sbreserve so that it does not overflow
silby
2002-01-06
1
-1
/
+3
*
Make AIO a loadable module.
alfred
2001-12-29
1
-0
/
+2
*
Avoid an interaction between syncache and accept filters. The syncache
peter
2001-12-21
1
-0
/
+2
*
o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and
rwatson
2001-12-13
1
-14
/
+1
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
1
-1
/
+3
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-2
/
+4
*
Allow sbcreatecontrol to make cluster sized control messages.
dwmalone
2001-10-04
1
-3
/
+13
*
KSE Milestone 2
julian
2001-09-12
1
-13
/
+13
*
Fix up indentation.
jlemon
2001-06-29
1
-2
/
+2
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-1
/
+1
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-1
/
+1
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-2
/
+2
*
Revert the last bits of my bogus move of NMBCLUSTERS
jesper
2001-06-01
1
-0
/
+1
*
Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c
jesper
2001-05-31
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-1
/
+3
*
Make sbcompress use the new M_WRITABLE macro. Previously sbcompress
dwmalone
2000-11-19
1
-2
/
+4
*
Remove uidinfo hash table lookup and maintenance out of chgproccnt() and
truckman
2000-09-05
1
-2
/
+3
*
Fix hangs caused by overzealous code removal.
green
2000-08-31
1
-2
/
+2
*
Remove an extraneous setting of sb_hiwat.
green
2000-08-30
1
-1
/
+0
*
Remove any possibility of hiwat-related race conditions by changing
green
2000-08-29
1
-5
/
+3
*
Remove unnecessary call to splnet when setting an accept filter
ps
2000-07-31
1
-3
/
+0
*
fix races in the uidinfo subsystem, several problems existed:
alfred
2000-06-22
1
-4
/
+4
*
return of the accept filter part II
alfred
2000-06-20
1
-0
/
+11
*
backout accept optimizations.
alfred
2000-06-18
1
-145
/
+0
*
add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()
alfred
2000-06-15
1
-2
/
+147
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-0
/
+2
*
CMSG_XXX macros alignment fixes to follow RFC2292.
shin
2000-03-03
1
-4
/
+3
*
Add length check to sbcreatecontrol().
shin
2000-02-24
1
-0
/
+2
*
Add aio_waitcomplete(). Make aio work correctly for socket descriptors.
jasone
2000-01-14
1
-0
/
+3
*
Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf total
green
1999-10-09
1
-5
/
+21
*
In sbflush(), don't exit the while loop too early: this can cause
pb
1999-09-28
1
-1
/
+8
*
Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.
green
1999-09-19
1
-7
/
+16
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Move the initialisation/tuning of nmbclusters from param.c/machdep.c
msmith
1999-07-05
1
-3
/
+14
*
Reviewed by: the cast of thousands
green
1999-06-17
1
-3
/
+5
*
Update one set of comments.. s/so_q0/so_incomp/ and s/so_q/so_comp/ (that's
peter
1999-05-10
1
-6
/
+6
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-5
/
+8
*
Port NetBSD's 19990120-accept bug fix. This works around the race condition
fenner
1999-01-25
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
We can't call fsetown() from sonewconn() because sonewconn() is be called
truckman
1998-11-23
1
-2
/
+1
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-9
/
+5
*
Fix sbcheck() to check all packets on socket buffer.
fenner
1998-11-04
1
-9
/
+11
*
Fixed recently perpetrated printf format errors.
bde
1998-09-05
1
-3
/
+2
*
make sbflush panic messages more descriptive
ache
1998-09-04
1
-3
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Have the wakeup routine do the upcall if needed.
peter
1998-05-31
1
-1
/
+3
[next]