From owner-cvs-src-old@FreeBSD.ORG Fri Aug 27 18:50:30 2010 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 C098710656F7 for ; Fri, 27 Aug 2010 18:50:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE1F38FC18 for ; Fri, 27 Aug 2010 18:50:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7RIoUJ3035633 for ; Fri, 27 Aug 2010 18:50:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7RIoU3Y035632 for cvs-src-old@freebsd.org; Fri, 27 Aug 2010 18:50:30 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201008271850.o7RIoU3Y035632@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 27 Aug 2010 18:50:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_subr.c udp_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: Fri, 27 Aug 2010 18:50:30 -0000 jhb 2010-08-27 18:50:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet ip_divert.c raw_ip.c tcp_subr.c udp_usrreq.c Log: SVN rev 211889 on 2010-08-27 18:50:12Z by jhb MFC 211433: Ensure a minimum "slop" of 10 extra pcb structures when providing a memory size estimate to userland for pcb list sysctls. The previous behavior of a "slop" of n/8 does not work well for small values of n (e.g. no slop at all if you have less than 8 open UDP connections). Revision Changes Path 1.156.2.7 +2 -2 src/sys/netinet/ip_divert.c 1.220.2.10 +2 -2 src/sys/netinet/raw_ip.c 1.350.2.8 +3 -2 src/sys/netinet/tcp_subr.c 1.262.2.6 +2 -2 src/sys/netinet/udp_usrreq.c