From owner-cvs-src-old@FreeBSD.ORG Tue Sep 15 22:24:41 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4D77106568B for ; Tue, 15 Sep 2009 22:24:41 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B220C8FC13 for ; Tue, 15 Sep 2009 22:24:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8FMOfmG077457 for ; Tue, 15 Sep 2009 22:24:41 GMT (envelope-from andre@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8FMOf5Y077456 for cvs-src-old@freebsd.org; Tue, 15 Sep 2009 22:24:41 GMT (envelope-from andre@repoman.freebsd.org) Message-Id: <200909152224.n8FMOf5Y077456@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to andre@repoman.freebsd.org using -f From: Andre Oppermann Date: Tue, 15 Sep 2009 22:23:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/kern uipc_socket.c src/sys/netinet tcp_subr.c tcp_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 22:24:41 -0000 andre 2009-09-15 22:23:45 UTC FreeBSD src repository Modified files: sys/conf options sys/kern uipc_socket.c sys/netinet tcp_subr.c tcp_usrreq.c Log: SVN rev 197236 on 2009-09-15 22:23:45Z by andre -Put the optimized soreceive_stream() under a compile time option called TCP_SORECEIVE_STREAM for the time being. Requested by: brooks Once compiled in make it easily switchable for testers by using a tuneable net.inet.tcp.soreceive_stream and a corresponding read-only sysctl to report the current state. Suggested by: rwatson MFC after: 2 days -This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M sys/conf/options M sys/kern/uipc_socket.c M sys/netinet/tcp_subr.c M sys/netinet/tcp_usrreq.c Revision Changes Path 1.691 +1 -0 src/sys/conf/options 1.344 +2 -0 src/sys/kern/uipc_socket.c 1.351 +14 -0 src/sys/netinet/tcp_subr.c 1.193 +0 -6 src/sys/netinet/tcp_usrreq.c