From owner-cvs-src@FreeBSD.ORG Sun Sep 3 00:07:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2902016A4DF; Sun, 3 Sep 2006 00:07:39 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F22B43D6B; Sun, 3 Sep 2006 00:07:37 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8307bji099628; Sun, 3 Sep 2006 00:07:37 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8307blb099627; Sun, 3 Sep 2006 00:07:37 GMT (envelope-from davidxu) Message-Id: <200609030007.k8307blb099627@repoman.freebsd.org> From: David Xu Date: Sun, 3 Sep 2006 00:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 00:07:39 -0000 davidxu 2006-09-03 00:07:37 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Check if it is root user in do_unlock_pp. Revision Changes Path 1.44 +4 -2 src/sys/kern/kern_umtx.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 00:26:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8111216A4E2; Sun, 3 Sep 2006 00:26:21 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B5C43D66; Sun, 3 Sep 2006 00:26:17 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k830QHlx002315; Sun, 3 Sep 2006 00:26:17 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k830QHXm002313; Sun, 3 Sep 2006 00:26:17 GMT (envelope-from jmg) Message-Id: <200609030026.k830QHXm002313@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 3 Sep 2006 00:26:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys _bus_dma.h bus_dma.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 00:26:21 -0000 jmg 2006-09-03 00:26:17 UTC FreeBSD src repository Modified files: sys/sys bus_dma.h Added files: sys/sys _bus_dma.h Log: Break out typedefs from bus_dma.h to _bus_dma.h so that we can get the typedef for bus_dma_tag_t in sys/bus.h w/o poluting the namespace... This is in preperation for adding bus_get_dma_tag to sys/bus.h... Revision Changes Path 1.1 +63 -0 src/sys/sys/_bus_dma.h (new) 1.30 +2 -29 src/sys/sys/bus_dma.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 00:27:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E7F416A4E2; Sun, 3 Sep 2006 00:27:43 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA2443D73; Sun, 3 Sep 2006 00:27:42 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k830Rg2h002667; Sun, 3 Sep 2006 00:27:42 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k830RgwU002666; Sun, 3 Sep 2006 00:27:42 GMT (envelope-from jmg) Message-Id: <200609030027.k830RgwU002666@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 3 Sep 2006 00:27:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_isa.c ahc_pci.c ahd_pci.c src/sys/dev/ata ata-dma.c src/sys/dev/bge if_bge.c src/sys/dev/em if_em.c src/sys/dev/gem if_gem.c src/sys/dev/isp isp_pci.c src/sys/dev/usb ohci_pci.c src/sys/kern bus_if.m ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 00:27:43 -0000 jmg 2006-09-03 00:27:42 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_isa.c ahc_pci.c ahd_pci.c sys/dev/ata ata-dma.c sys/dev/bge if_bge.c sys/dev/em if_em.c sys/dev/gem if_gem.c sys/dev/isp isp_pci.c sys/dev/usb ohci_pci.c sys/kern bus_if.m subr_bus.c sys/sys bus.h Log: add a newbus method for obtaining the bus's bus_dma_tag_t... This is required by arches like sparc64 (not yet implemented) and sun4v where there are seperate IOMMU's for each PCI bus... For all other arches, it will end up returning NULL, which makes it a no-op... Convert a few drivers (the ones we've been working w/ on sun4v) to the new convection... Eventually all drivers will need to replace the parent tag of NULL, w/ bus_get_dma_tag(dev), though dev is usually different for each driver, and will require hand inspection... Reviewed by: scottl (earlier version) Revision Changes Path 1.36 +2 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.7 +2 -2 src/sys/dev/aic7xxx/ahc_isa.c 1.65 +2 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.20 +2 -2 src/sys/dev/aic7xxx/ahd_pci.c 1.142 +1 -1 src/sys/dev/ata/ata-dma.c 1.143 +1 -1 src/sys/dev/bge/if_bge.c 1.139 +3 -3 src/sys/dev/em/if_em.c 1.39 +4 -3 src/sys/dev/gem/if_gem.c 1.122 +3 -2 src/sys/dev/isp/isp_pci.c 1.48 +4 -4 src/sys/dev/usb/ohci_pci.c 1.31 +11 -0 src/sys/kern/bus_if.m 1.196 +33 -0 src/sys/kern/subr_bus.c 1.76 +5 -0 src/sys/sys/bus.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 00:31:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD0416A4DA; Sun, 3 Sep 2006 00:31:22 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 399DA43D46; Sun, 3 Sep 2006 00:31:22 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k830VMfc003024; Sun, 3 Sep 2006 00:31:22 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k830VMuX003023; Sun, 3 Sep 2006 00:31:22 GMT (envelope-from jmg) Message-Id: <200609030031.k830VMuX003023@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 3 Sep 2006 00:31:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 00:31:22 -0000 jmg 2006-09-03 00:31:22 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: now that we have bus_get_dma_tag, document it's requirement in bus_dma_tag_create Revision Changes Path 1.37 +2 -1 src/share/man/man9/bus_dma.9 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 00:33:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 737EA16A4DE; Sun, 3 Sep 2006 00:33:20 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D0943D49; Sun, 3 Sep 2006 00:33:19 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k830XJjB003252; Sun, 3 Sep 2006 00:33:19 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k830XJYk003251; Sun, 3 Sep 2006 00:33:19 GMT (envelope-from jmg) Message-Id: <200609030033.k830XJYk003251@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 3 Sep 2006 00:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys msgbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 00:33:20 -0000 jmg 2006-09-03 00:33:19 UTC FreeBSD src repository Modified files: sys/sys msgbuf.h Log: up the default msgbuf limit to 64k.. a verbose boot on i386 on modern hardware returns almost 48k of data... to change the default per platform, it should be done in DEFAULTS, not here... Discussed on: -arch Revision Changes Path 1.28 +0 -4 src/sys/sys/msgbuf.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 01:12:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92CA16A4DA; Sun, 3 Sep 2006 01:12:34 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FBD43D45; Sun, 3 Sep 2006 01:12:34 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k831CYdZ014660; Sun, 3 Sep 2006 01:12:34 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k831CYVJ014659; Sun, 3 Sep 2006 01:12:34 GMT (envelope-from mjacob) Message-Id: <200609030112.k831CYVJ014659@repoman.freebsd.org> From: Matt Jacob Date: Sun, 3 Sep 2006 01:12:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 01:12:35 -0000 mjacob 2006-09-03 01:12:34 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version by one due to newbus changes. Revision Changes Path 1.272 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 01:26:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3C916A4DF; Sun, 3 Sep 2006 01:26:56 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE78043D4C; Sun, 3 Sep 2006 01:26:55 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k831QtVb015630; Sun, 3 Sep 2006 01:26:55 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k831QtMx015629; Sun, 3 Sep 2006 01:26:55 GMT (envelope-from mjacob) Message-Id: <200609030126.k831QtMx015629@repoman.freebsd.org> From: Matt Jacob Date: Sun, 3 Sep 2006 01:26:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 01:26:56 -0000 mjacob 2006-09-03 01:26:55 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Restore multi-version cleanliness. Revision Changes Path 1.123 +11 -3 src/sys/dev/isp/isp_pci.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 02:24:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8407616A4DF; Sun, 3 Sep 2006 02:24:48 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCB243D4C; Sun, 3 Sep 2006 02:24:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k832OmvV020414; Sun, 3 Sep 2006 02:24:48 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k832Om9d020413; Sun, 3 Sep 2006 02:24:48 GMT (envelope-from csjp) Message-Id: <200609030224.k832Om9d020413@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sun, 3 Sep 2006 02:24:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 02:24:48 -0000 csjp 2006-09-03 02:24:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_biba mac_biba.c Log: MFC revision 1.92 This should take care of kernel panics that are a result on non initialized labels associated with the NFC credential. Revision Changes Path 1.87.2.5 +12 -0 src/sys/security/mac_biba/mac_biba.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 02:26:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D264C16A4E1; Sun, 3 Sep 2006 02:26:48 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0F043D46; Sun, 3 Sep 2006 02:26:48 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k832QmKW020545; Sun, 3 Sep 2006 02:26:48 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k832QmqS020544; Sun, 3 Sep 2006 02:26:48 GMT (envelope-from csjp) Message-Id: <200609030226.k832QmqS020544@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sun, 3 Sep 2006 02:26:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 02:26:48 -0000 csjp 2006-09-03 02:26:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/mac_mls mac_mls.c Log: MFC revision 1.76 Axe kernel panic associated with un-initialized NFS credentials while the MLS mac policy is loaded. Revision Changes Path 1.72.2.4 +12 -0 src/sys/security/mac_mls/mac_mls.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 05:15:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D00ED16A4DD; Sun, 3 Sep 2006 05:15:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB9443D55; Sun, 3 Sep 2006 05:15:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k835F1Nv044448; Sun, 3 Sep 2006 05:15:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k835F1oA044447; Sun, 3 Sep 2006 05:15:01 GMT (envelope-from marcel) Message-Id: <200609030515.k835F1oA044447@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 3 Sep 2006 05:15:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/rtld-elf/alpha rtld_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 05:15:02 -0000 marcel 2006-09-03 05:15:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/rtld-elf/alpha rtld_machdep.h Log: Define TLS_TCB_SIZE, needed by allocate_tls() and free_tls(). Revision Changes Path 1.10.8.1 +3 -1 src/libexec/rtld-elf/alpha/rtld_machdep.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 07:34:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A8616A4DD; Sun, 3 Sep 2006 07:34:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419B543D49; Sun, 3 Sep 2006 07:34:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k837Y13u053683; Sun, 3 Sep 2006 07:34:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k837Y1bw053682; Sun, 3 Sep 2006 07:34:01 GMT (envelope-from rwatson) Message-Id: <200609030734.k837Y1bw053682@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 07:34:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 07:34:01 -0000 rwatson 2006-09-03 07:34:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_syscalls.c Log: In kern_fhstatfs(), drop Giant if the prison visibility check fails. This corrects the same bug found by Todd Miller and corrected as part of a larger set of Giant changes in vfs_syscalls.c:1.412 in HEAD by jeff. Pointed out by: Alex Lyashkov Revision Changes Path 1.392.2.9 +1 -0 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 07:53:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A973A16A4DA; Sun, 3 Sep 2006 07:53:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF2A43D45; Sun, 3 Sep 2006 07:53:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k837rfNn054845; Sun, 3 Sep 2006 07:53:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k837rfcl054844; Sun, 3 Sep 2006 07:53:41 GMT (envelope-from rwatson) Message-Id: <200609030753.k837rfcl054844@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 07:53:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 07:53:41 -0000 rwatson 2006-09-03 07:53:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_syscalls.c Log: Merge vfs_syscalls.c:1.408, 1.415, 1.416: Add pathname and/or vnode argument auditing for the following system calls: quotactl, statfs, fstatfs, fchdir, chdir, chroot, open, mknod, mkfifo, link, symlink, undelete, unlink, access, eaccess, stat, lstat, pathconf, readlink, chflags, lchflags, fchflags, chmod, lchmod, fchmod, chown, lchown, fchown, utimes, lutimes, futimes, truncate, ftruncate, fsync, rename, mkdir, rmdir, getdirentries, revoke, lgetfh, getfh, extattrctl, extattr_set_file, extattr_set_link, extattr_get_file, extattr_get_link, extattr_delete_file, extattr_delete_link, extattr_list_file, extattr_list_link. In many cases the pathname and vnode auditing is done within namei lookup instead of directly in the system call. Audit the remaining arguments to these system calls: fstatfs, fchdir, open, mknod, chflags, lchflags, fchflags, chmod, lchmod, fchmod, chown, lchown, fchown, futimes, ftruncate, fsync, mkdir, getdirentries. Audit the remaining parameters to the extattr system calls. Generate the audit records for those calls. Audit command, uid arguments for quotactl(). Audit the mode argument to mkfifo(). Audit the target path passed to symlink(). Obtained from: TrustedBSD Project Revision Changes Path 1.392.2.10 +160 -51 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 08:04:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D387216A4DD; Sun, 3 Sep 2006 08:04:13 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8539C43D45; Sun, 3 Sep 2006 08:04:13 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8384D9t056600; Sun, 3 Sep 2006 08:04:13 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8384DLk056599; Sun, 3 Sep 2006 08:04:13 GMT (envelope-from gnn) Message-Id: <200609030804.k8384DLk056599@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 3 Sep 2006 08:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 08:04:13 -0000 gnn 2006-09-03 08:04:13 UTC FreeBSD src repository Modified files: . access Log: Add Randall Stewart (rrs) who will be working on SCTP to the ranks of src committers. Mentor: gnn Approved by: core Revision Changes Path 1.788 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sun Sep 3 08:07:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C86D16A4DE; Sun, 3 Sep 2006 08:07:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C4943D49; Sun, 3 Sep 2006 08:07:00 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83870hF056846; Sun, 3 Sep 2006 08:07:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k838701e056845; Sun, 3 Sep 2006 08:07:00 GMT (envelope-from rwatson) Message-Id: <200609030807.k838701e056845@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 08:06:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sig.c sys_process.c vfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 08:07:00 -0000 rwatson 2006-09-03 08:06:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sig.c sys_process.c vfs_vnops.c Log: Merge kern_sig.c:1.322, sys_process.c:1.136, vfs_vnops.c:1.238 from HEAD to RELENG_6: Audit the arguments to the kill(2) and killpg(2) system calls. Audit the arguments to the ptrace(2) system call. Make sure that we are adding a path token to the audit record in open(2). Do this by making sure we are using the AUDITVNODE1 mask in the namei flags. Obtained from: TrustedBSD Project Revision Changes Path 1.306.2.6 +7 -0 src/sys/kern/kern_sig.c 1.131.2.6 +7 -0 src/sys/kern/sys_process.c 1.233.2.4 +3 -2 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 08:09:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF5416A53F; Sun, 3 Sep 2006 08:09:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0C843D49; Sun, 3 Sep 2006 08:09:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8389xMd057008; Sun, 3 Sep 2006 08:09:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8389xbD057006; Sun, 3 Sep 2006 08:09:59 GMT (envelope-from rwatson) Message-Id: <200609030809.k8389xbD057006@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 08:09:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 08:09:59 -0000 rwatson 2006-09-03 08:09:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/mtree BSD.include.dist include Makefile Log: Merge BSD.include.dist:1.106, include/Makefile:1.258 from HEAD to RELENG_6: Do install sys/security/audit include files. It would be nice just to install audit_ioctl.h, but we seem only to support installing directories, so we get them all. The two not intended for extra- kernel use have !_KERNEL #error's, which should help. Obtained from: TrustedBSD Project Revision Changes Path 1.100.2.3 +2 -0 src/etc/mtree/BSD.include.dist 1.244.2.5 +1 -0 src/include/Makefile From owner-cvs-src@FreeBSD.ORG Sun Sep 3 08:29:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC4E16A4DA; Sun, 3 Sep 2006 08:29:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806F043D45; Sun, 3 Sep 2006 08:29:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k838TKKc062580; Sun, 3 Sep 2006 08:29:20 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k838TKZl062579; Sun, 3 Sep 2006 08:29:20 GMT (envelope-from rwatson) Message-Id: <200609030829.k838TKZl062579@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 08:29:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/kdump mkioctls X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 08:29:20 -0000 rwatson 2006-09-03 08:29:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/kdump mkioctls Log: Merge mkioctls:1.38 from HEAD to RELENG_6: Add audit.h to mkioctls inclusion list: audit pipe ioctls need access to the audit types. Obtained from: TrustedBSD Project Revision Changes Path 1.37.8.1 +1 -0 src/usr.bin/kdump/mkioctls From owner-cvs-src@FreeBSD.ORG Sun Sep 3 09:22:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDD116A4DA; Sun, 3 Sep 2006 09:22:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE91F43D58; Sun, 3 Sep 2006 09:22:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k839M02d074200; Sun, 3 Sep 2006 09:22:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k839M0T6074199; Sun, 3 Sep 2006 09:22:00 GMT (envelope-from rwatson) Message-Id: <200609030922.k839M0T6074199@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 09:22:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_acct.c kern_exec.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 09:22:14 -0000 rwatson 2006-09-03 09:21:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_acct.c kern_exec.c vfs_mount.c Log: Merge kern_exec.c:1.293,1.295, kern_acct.c:1.82, vfs_mount.c:1.227 from HEAD to RELENG_6: In execve(), audit the path name being executed. In the future, it would also be good to audit the interpreter pathname, if any. Audit the argv and env vectors passed in on exec: Add the argument auditing functions for argv and env. Add kernel-specific versions of the tokenizer functions for the arg and env represented as a char array. Implement the AUDIT_ARGV and AUDIT_ARGE audit policy commands to enable/disable argv/env auditing. Call the argument auditing from the exec system calls. Audit path passed to the acct() system call. Audit some arguments to nmount(), mount(), umount(). Obtained from: TrustedBSD Project Revision Changes Path 1.74.2.4 +2 -1 src/sys/kern/kern_acct.c 1.275.2.6 +11 -2 src/sys/kern/kern_exec.c 1.196.2.12 +10 -1 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 11:25:05 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B93A516A4DD; Sun, 3 Sep 2006 11:25:05 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C2043D45; Sun, 3 Sep 2006 11:25:05 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 323785E4F; Sun, 3 Sep 2006 15:25:04 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 102815E48; Sun, 3 Sep 2006 15:25:04 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k83BPZku001850; Sun, 3 Sep 2006 15:25:35 +0400 (MSD) (envelope-from ru) Date: Sun, 3 Sep 2006 15:25:35 +0400 From: Ruslan Ermilov To: =?koi8-r?Q?S=F8ren?= Schmidt Message-ID: <20060903112535.GD1470@rambler-co.ru> References: <200609021701.k82H1XBe045406@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pQhZXvAqiZgbeUkD" Content-Disposition: inline In-Reply-To: <200609021701.k82H1XBe045406@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.h ata-queue.c ata-raid.c atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 11:25:06 -0000 --pQhZXvAqiZgbeUkD Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 02, 2006 at 05:01:33PM +0000, S=F8ren Schmidt wrote: > sos 2006-09-02 17:01:33 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > sys/dev/ata ata-all.c ata-all.h ata-chipset.c=20 > ata-lowlevel.c ata-pci.h ata-queue.c=20 > ata-raid.c atapi-cd.c=20 > Log: > MFC: Sync with -current. > =20 > Dont poll for ATA_IDLE on a detached channel in suspend. > Add support for the Serverworks HT1000 chip. > Finally fix support for the newer MCP51/MCP55 nVidia chipsets. > Add support for the ICH8 and ESB2 chips, also add a few other missing I= CH7 partsUpdate JMicron support to also work with chips where the PATA and = SATA > parts are on individual PCI functions. > Add support for VIA 8237A. > Add support for AHCI on the VIA VT8251. > Dont call free on non-alloc'd items. > =20 > Revision Changes Path > 1.252.2.10 +2 -2 src/sys/dev/ata/ata-all.c > 1.103.2.9 +2 -0 src/sys/dev/ata/ata-all.h > 1.126.2.13 +312 -158 src/sys/dev/ata/ata-chipset.c > 1.69.2.4 +1 -1 src/sys/dev/ata/ata-lowlevel.c > 1.49.2.9 +37 -17 src/sys/dev/ata/ata-pci.h > 1.50.2.6 +3 -1 src/sys/dev/ata/ata-queue.c > 1.98.2.9 +4 -1 src/sys/dev/ata/ata-raid.c > 1.179.2.7 +4 -2 src/sys/dev/ata/atapi-cd.c >=20 Thanks! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --pQhZXvAqiZgbeUkD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE+ruvqRfpzJluFF4RAlVjAJ9FO9ZIZ+abeT0vqTfMdjinK2SnAwCeLHNE DdXNbg+n4N/h77mDwrncRGE= =IybW -----END PGP SIGNATURE----- --pQhZXvAqiZgbeUkD-- From owner-cvs-src@FreeBSD.ORG Sun Sep 3 11:33:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3127316A4DA; Sun, 3 Sep 2006 11:33:53 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A9943D46; Sun, 3 Sep 2006 11:33:52 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83BXqDZ082622; Sun, 3 Sep 2006 11:33:52 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83BXqcR082621; Sun, 3 Sep 2006 11:33:52 GMT (envelope-from brueffer) Message-Id: <200609031133.k83BXqcR082621@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 3 Sep 2006 11:33:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 11:33:53 -0000 brueffer 2006-09-03 11:33:52 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: Document VIA 8237A support. Revision Changes Path 1.67 +2 -2 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 11:39:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B9416A4DF; Sun, 3 Sep 2006 11:39:11 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DD943D4C; Sun, 3 Sep 2006 11:39:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83BdAEl082834; Sun, 3 Sep 2006 11:39:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83BdAwG082833; Sun, 3 Sep 2006 11:39:10 GMT (envelope-from brueffer) Message-Id: <200609031139.k83BdAwG082833@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 3 Sep 2006 11:39:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 11:39:11 -0000 brueffer 2006-09-03 11:39:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 ata.4 Log: MFC: rev. 1.65 - 1.67 Document ServerWorks HT1000, Intel ICH8 and ESB2 and VIA 8237A support. Revision Changes Path 1.52.2.8 +4 -4 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 11:42:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4503116A4DA; Sun, 3 Sep 2006 11:42:56 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F37A743D45; Sun, 3 Sep 2006 11:42:55 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83Bgtmc083080; Sun, 3 Sep 2006 11:42:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83BgtX3083079; Sun, 3 Sep 2006 11:42:55 GMT (envelope-from brueffer) Message-Id: <200609031142.k83BgtX3083079@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 3 Sep 2006 11:42:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 11:42:56 -0000 brueffer 2006-09-03 11:42:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 uscanner.4 Log: MFC: rev. 1.27 Add Epson Stylus CX3650. Revision Changes Path 1.18.2.4 +3 -1 src/share/man/man4/uscanner.4 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 11:53:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69FE516A4DE; Sun, 3 Sep 2006 11:53:40 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B2943D5E; Sun, 3 Sep 2006 11:53:39 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83BrcGh084089; Sun, 3 Sep 2006 11:53:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83Brcuh084088; Sun, 3 Sep 2006 11:53:38 GMT (envelope-from ru) Message-Id: <200609031153.k83Brcuh084088@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 3 Sep 2006 11:53:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 11:53:40 -0000 ru 2006-09-03 11:53:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/groff/tmac mdoc.local Log: MFC: 1.53: Add entry for libbsm. Revision Changes Path 1.48.2.7 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sun Sep 3 13:44:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D0016A4DD; Sun, 3 Sep 2006 13:44:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA15D43D46; Sun, 3 Sep 2006 13:44:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83DiLGC001172; Sun, 3 Sep 2006 13:44:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83DiLZb001171; Sun, 3 Sep 2006 13:44:21 GMT (envelope-from rwatson) Message-Id: <200609031344.k83DiLZb001171@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 13:44:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 13:44:22 -0000 rwatson 2006-09-03 13:44:21 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME. Obtained from: TrustedBSD Project Revision Changes Path 1.225 +1 -1 src/sys/kern/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Sep 3 13:46:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B249F16A4DD; Sun, 3 Sep 2006 13:46:16 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603F143D4C; Sun, 3 Sep 2006 13:46:16 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83DkGGQ001310; Sun, 3 Sep 2006 13:46:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83DkGs8001309; Sun, 3 Sep 2006 13:46:16 GMT (envelope-from rwatson) Message-Id: <200609031346.k83DkGs8001309@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 13:46:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 13:46:16 -0000 rwatson 2006-09-03 13:46:15 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c systrace_args.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Revision Changes Path 1.220 +2 -2 src/sys/kern/init_sysent.c 1.204 +1 -1 src/sys/kern/syscalls.c 1.4 +0 -0 src/sys/kern/systrace_args.c 1.201 +1 -1 src/sys/sys/syscall.h 1.156 +1 -1 src/sys/sys/syscall.mk 1.204 +2 -2 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 13:47:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D0D16A4DA; Sun, 3 Sep 2006 13:47:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E3B43D46; Sun, 3 Sep 2006 13:47:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83DlObh001376; Sun, 3 Sep 2006 13:47:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83DlO5j001375; Sun, 3 Sep 2006 13:47:24 GMT (envelope-from rwatson) Message-Id: <200609031347.k83DlO5j001375@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 13:47:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 13:47:24 -0000 rwatson 2006-09-03 13:47:24 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Use AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjtime(). Obtained from: TrustedBSD Project Revision Changes Path 1.72 +1 -1 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Sep 3 13:47:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC3016A504; Sun, 3 Sep 2006 13:47:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F7743D46; Sun, 3 Sep 2006 13:47:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83DlqrD001469; Sun, 3 Sep 2006 13:47:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83DlqgL001468; Sun, 3 Sep 2006 13:47:52 GMT (envelope-from rwatson) Message-Id: <200609031347.k83DlqgL001468@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 13:47:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 13:47:53 -0000 rwatson 2006-09-03 13:47:52 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regenerate. Looks like someone missed doing this previously as more than just the audit event change appears in the diff. Revision Changes Path 1.59 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.57 +2 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.48 +3 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.58 +4 -2 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 13:48:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 662E816A4DA; Sun, 3 Sep 2006 13:48:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2694E43D4C; Sun, 3 Sep 2006 13:48:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83DmQSj001513; Sun, 3 Sep 2006 13:48:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83DmQnA001512; Sun, 3 Sep 2006 13:48:26 GMT (envelope-from rwatson) Message-Id: <200609031348.k83DmQnA001512@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 13:48:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 13:48:27 -0000 rwatson 2006-09-03 13:48:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern syscalls.master Log: Assign audit event identifiers to many common system calls. Obtained from: TrustedBSD Project Revision Changes Path 1.198.2.3 +257 -253 src/sys/kern/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Sep 3 13:48:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 940D516A500; Sun, 3 Sep 2006 13:48:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503CE43D46; Sun, 3 Sep 2006 13:48:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83Dmn81001592; Sun, 3 Sep 2006 13:48:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83DmnVE001591; Sun, 3 Sep 2006 13:48:49 GMT (envelope-from rwatson) Message-Id: <200609031348.k83DmnVE001591@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 13:48:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 13:48:49 -0000 rwatson 2006-09-03 13:48:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Revision Changes Path 1.195.2.3 +229 -229 src/sys/kern/init_sysent.c 1.181.2.3 +1 -1 src/sys/kern/syscalls.c 1.178.2.3 +1 -1 src/sys/sys/syscall.h 1.133.2.3 +1 -1 src/sys/sys/syscall.mk 1.177.2.3 +1 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 14:11:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815DE16A4E1; Sun, 3 Sep 2006 14:11:24 +0000 (UTC) (envelope-from babkin@verizon.net) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113BC43D49; Sun, 3 Sep 2006 14:11:24 +0000 (GMT) (envelope-from babkin@verizon.net) Received: from verizon.net ([138.89.160.75]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J5000F1HSQ8UJP5@vms048.mailsrvcs.net>; Sun, 03 Sep 2006 09:11:00 -0500 (CDT) Date: Sun, 03 Sep 2006 10:10:56 -0400 From: Sergey Babkin Sender: root To: Garance A Drosehn Message-id: <44FAE270.D01D1F98@verizon.net> MIME-version: 1.0 X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.7-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en, ru References: <200608311258.OAA23536@galaxy.hbg.de.ao-srv.com> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: "Chatty" config files in /etc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: babkin@users.sf.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 14:11:24 -0000 Garance A Drosehn wrote: > > I think you misunderstand the goal. This is meant to benefit every > single user who *updates* FreeBSD. That is a much larger audience > than committers. This split has nothing to do with merging changes > into the FreeBSD source repository. > > The merge we are talking about is the step where every FreeBSD user > runs 'mergemaster' (or something equivalent) to bring in important > changes to files under /etc, without losing all the important > localizations that every sysadmin has to do. It effects every user > who ever does a 'cd /usr/src ; make installworld'. Well, the _real_ fix for it would be to have a specific script for each file in /etc that would convert the settings between the old and new format. If there were no format change between the FreeBSD versions then it would just do nothing. If the format has changed in a compatible way (say, just new optional settings were added) then it might just add comments about that. The critical part to it would be having the version number information in the file. Or if that is missing then do the assumption from the FreeBSD version being upgraded. -SB From owner-cvs-src@FreeBSD.ORG Sun Sep 3 15:10:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C154616A4DA; Sun, 3 Sep 2006 15:10:05 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C9E43D70; Sun, 3 Sep 2006 15:10:04 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83FA4IK011075; Sun, 3 Sep 2006 15:10:04 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83FA48q011074; Sun, 3 Sep 2006 15:10:04 GMT (envelope-from ume) Message-Id: <200609031510.k83FA48q011074@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 3 Sep 2006 15:10:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/sysctl sysctl.c src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 15:10:06 -0000 ume 2006-09-03 15:10:04 UTC FreeBSD src repository Modified files: sbin/sysctl sysctl.c sys/dev/acpica acpi_thermal.c Log: Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to specify temperature. Reviewed by: njl MFC after: 3 days Revision Changes Path 1.74 +39 -4 src/sbin/sysctl/sysctl.c 1.63 +0 -1 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 15:10:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D4C16A534; Sun, 3 Sep 2006 15:10:42 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E11243D60; Sun, 3 Sep 2006 15:10:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83FAeP0011186; Sun, 3 Sep 2006 15:10:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83FAeIK011185; Sun, 3 Sep 2006 15:10:40 GMT (envelope-from rwatson) Message-Id: <200609031510.k83FAeIK011185@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 15:10:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 15:10:42 -0000 rwatson 2006-09-03 15:10:40 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: Assign proper audit event identifiers to a number of system calls not covered in previous passes: - sysarch, rtprio - clock_settime - preadv/pwritev - __getcwd - kqueue - fhstatfs - kldunloadf Obtained from: TrustedBSD Project Revision Changes Path 1.226 +10 -9 src/sys/kern/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Sep 3 15:11:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E87216A4F5; Sun, 3 Sep 2006 15:11:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F01D43D4C; Sun, 3 Sep 2006 15:11:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83FBEYW011317; Sun, 3 Sep 2006 15:11:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83FBExY011316; Sun, 3 Sep 2006 15:11:14 GMT (envelope-from rwatson) Message-Id: <200609031511.k83FBExY011316@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 15:11:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 15:11:14 -0000 rwatson 2006-09-03 15:11:14 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c systrace_args.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate for updated audit event identifiers. Revision Changes Path 1.221 +10 -10 src/sys/kern/init_sysent.c 1.205 +1 -1 src/sys/kern/syscalls.c 1.5 +0 -0 src/sys/kern/systrace_args.c 1.202 +1 -1 src/sys/sys/syscall.h 1.157 +1 -1 src/sys/sys/syscall.mk 1.205 +10 -10 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:02:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE3B16A4E0; Sun, 3 Sep 2006 16:02:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B47C343D93; Sun, 3 Sep 2006 16:02:37 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83G2bPN014439; Sun, 3 Sep 2006 16:02:37 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83G2bgJ014438; Sun, 3 Sep 2006 16:02:37 GMT (envelope-from pjd) Message-Id: <200609031602.k83G2bgJ014438@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 3 Sep 2006 16:02:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/crypto ubsecstats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:02:49 -0000 pjd 2006-09-03 16:02:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/crypto ubsecstats.c Log: MFC: tools/tools/crypto/ubsecstats.c 1.4 Add missing stats.hst_nodesc statistics. Revision Changes Path 1.3.14.1 +4 -2 src/tools/tools/crypto/ubsecstats.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:09:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE5B16A4E0; Sun, 3 Sep 2006 16:09:50 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8746243D45; Sun, 3 Sep 2006 16:09:50 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83G9oAA016371; Sun, 3 Sep 2006 16:09:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83G9oEg016370; Sun, 3 Sep 2006 16:09:50 GMT (envelope-from delphij) Message-Id: <200609031609.k83G9oEg016370@repoman.freebsd.org> From: Xin LI Date: Sun, 3 Sep 2006 16:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/less lesspipe.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:09:50 -0000 delphij 2006-09-03 16:09:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/less lesspipe.sh Log: MFC 1.3: In rev. 1.2 we have introduced a fallback handler for files with unknown extensions. This seems to be unnecessary and prevents less(1) from being able to detect file changes, so remove the part. Submitted by: Eric Huss PR: bin/102624 Discussed with: des Revision Changes Path 1.2.2.1 +0 -3 src/usr.bin/less/lesspipe.sh From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:10:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13FE516A51C; Sun, 3 Sep 2006 16:10:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE7743D45; Sun, 3 Sep 2006 16:10:31 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GAVk9016459; Sun, 3 Sep 2006 16:10:31 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GAVDx016458; Sun, 3 Sep 2006 16:10:31 GMT (envelope-from delphij) Message-Id: <200609031610.k83GAVDx016458@repoman.freebsd.org> From: Xin LI Date: Sun, 3 Sep 2006 16:10:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/less lesspipe.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:10:32 -0000 delphij 2006-09-03 16:10:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/less lesspipe.sh Log: MFC 1.3: In rev. 1.2 we have introduced a fallback handler for files with unknown extensions. This seems to be unnecessary and prevents less(1) from being able to detect file changes, so remove the part. Submitted by: Eric Huss PR: bin/102624 Discussed with: des Revision Changes Path 1.1.8.2 +0 -3 src/usr.bin/less/lesspipe.sh From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:13:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E3016A55B; Sun, 3 Sep 2006 16:13:08 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA6543D5D; Sun, 3 Sep 2006 16:13:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GD4Al016643; Sun, 3 Sep 2006 16:13:04 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GD43p016642; Sun, 3 Sep 2006 16:13:04 GMT (envelope-from pjd) Message-Id: <200609031613.k83GD43p016642@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 3 Sep 2006 16:13:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys sx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:13:08 -0000 pjd 2006-09-03 16:13:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys sx.h Log: MFC: sys/sys/sx.h 1.24 Add a sx_xlocked() macro which returns true if the current thread holds an exclusive lock on the specified sx lock. Commit to HEAD by: jhb Revision Changes Path 1.21.2.4 +7 -7 src/sys/sys/sx.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:15:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73CC16A4FC; Sun, 3 Sep 2006 16:15:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915A443D49; Sun, 3 Sep 2006 16:15:57 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GFvJI016776; Sun, 3 Sep 2006 16:15:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GFvKq016773; Sun, 3 Sep 2006 16:15:57 GMT (envelope-from pjd) Message-Id: <200609031615.k83GFvKq016773@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 3 Sep 2006 16:15:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:15:57 -0000 pjd 2006-09-03 16:15:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom.h Log: MFC: sys/geom/geom.h 1.95 Only check if we're freeing a valid object if we hold the topology lock. This prevents panic under heavy load with DIAGNOSTIC compiled in. Revision Changes Path 1.90.2.1 +7 -4 src/sys/geom/geom.h From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:17:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1175D16A4EE; Sun, 3 Sep 2006 16:17:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4661743D60; Sun, 3 Sep 2006 16:17:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GHnMB016898; Sun, 3 Sep 2006 16:17:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GHnex016897; Sun, 3 Sep 2006 16:17:49 GMT (envelope-from rwatson) Message-Id: <200609031617.k83GHnex016897@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 16:17:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:17:55 -0000 rwatson 2006-09-03 16:17:49 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Set freebsd32 system call event identifiers for: - old truncate, ftruncate - old getpeername, gethostid, sethostid, getrlimit, setrlimit, killpg. - old quota, getsockname, getdirentries. - lgetfh - old getdomainname, setdomainname - sysarch, rtprio, __getcwd, jail, sigtimedwait - extattrctl, extattr_{get,set,delete,list}_{file,fd,link} - getresgid, getresuid, kqueue, eaccess, nmount, sendfile - fhstatfs, kldunloadf Right identifiers for: - nfssvc Remove incorrect identifier for: - __acl_get_file Compile tested with help of: sam Obtained from: TrustedBSD Project Revision Changes Path 1.73 +49 -47 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:21:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7AB16A4DA; Sun, 3 Sep 2006 16:21:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E4D43D4C; Sun, 3 Sep 2006 16:21:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GLQUk017194; Sun, 3 Sep 2006 16:21:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GLPQ1017193; Sun, 3 Sep 2006 16:21:26 GMT (envelope-from pjd) Message-Id: <200609031621.k83GLPQ1017193@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 3 Sep 2006 16:21:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 Makefile sx.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:21:26 -0000 pjd 2006-09-03 16:21:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 Makefile sx.9 Log: MFC: share/man/man9/Makefile 1.276 share/man/man9/sx.9 1.34 Document sx_xlocked(9). Submitted by: ssouhlal Revision Changes Path 1.260.2.8 +1 -0 src/share/man/man9/Makefile 1.31.2.1 +7 -0 src/share/man/man9/sx.9 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:27:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07D4C16A4E2; Sun, 3 Sep 2006 16:27:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9DF943E1F; Sun, 3 Sep 2006 16:24:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GOaNP017337; Sun, 3 Sep 2006 16:24:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GOaTP017336; Sun, 3 Sep 2006 16:24:36 GMT (envelope-from rwatson) Message-Id: <200609031624.k83GOaTP017336@repoman.freebsd.org> From: Robert Watson Date: Sun, 3 Sep 2006 16:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:27:04 -0000 rwatson 2006-09-03 16:24:36 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regenerate. Revision Changes Path 1.60 +2 -2 src/sys/compat/freebsd32/freebsd32_proto.h 1.58 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.49 +2 -2 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.59 +24 -24 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 16:33:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AF516A4FE; Sun, 3 Sep 2006 16:33:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7BCD43DC4; Sun, 3 Sep 2006 16:28:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83GSe3Z017562; Sun, 3 Sep 2006 16:28:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83GSeAh017561; Sun, 3 Sep 2006 16:28:40 GMT (envelope-from pjd) Message-Id: <200609031628.k83GSeAh017561@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 3 Sep 2006 16:28:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom.h geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:33:04 -0000 pjd 2006-09-03 16:28:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom.h geom_io.c Log: MFC: sys/geom/geom.h 1.94 sys/geom/geom_io.c 1.70 Add g_duplicate_bio() function which does the same thing what g_clone_bio() is doing, but g_duplicate_bio() allocates new bio with M_WAITOK flag. Revision Changes Path 1.90.2.2 +1 -0 src/sys/geom/geom.h 1.64.2.3 +16 -0 src/sys/geom/geom_io.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 17:11:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D406216A4DE; Sun, 3 Sep 2006 17:11:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED8343D70; Sun, 3 Sep 2006 17:11:27 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83HBRtF029863; Sun, 3 Sep 2006 17:11:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83HBRIv029862; Sun, 3 Sep 2006 17:11:27 GMT (envelope-from marius) Message-Id: <200609031711.k83HBRIv029862@repoman.freebsd.org> From: Marius Strobl Date: Sun, 3 Sep 2006 17:11:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4/man4.i386 lnc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 17:11:27 -0000 marius 2006-09-03 17:11:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4/man4.i386 lnc.4 Log: - Add a deprecation note since this driver was replaced by le(4) in HEAD. [1] - Remove Digital DEPCA from the list of supported hardware; DEPCA cards use shared memory for the buffers and descriptors but the current ISA front-end of lnc(4) only knows about adapters that use DMA instead (lnc(4) did support DEPCA in the past though). Reviewed by: ru [1] Revision Changes Path 1.25.2.3 +8 -3 src/share/man/man4/man4.i386/lnc.4 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 17:32:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EC716A50C; Sun, 3 Sep 2006 17:32:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E4543D49; Sun, 3 Sep 2006 17:32:32 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83HWWuQ031334; Sun, 3 Sep 2006 17:32:32 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83HWW3x031333; Sun, 3 Sep 2006 17:32:32 GMT (envelope-from brooks) Message-Id: <200609031732.k83HWW3x031333@repoman.freebsd.org> From: Brooks Davis Date: Sun, 3 Sep 2006 17:32:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/cron/crontab crontab.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 17:32:33 -0000 brooks 2006-09-03 17:32:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/cron/crontab crontab.c Log: MFC: 1.23 /etc/crontab is similar enough to parse as correct if you run "crontab /etc/crontab", but not the same format due to the who field. Add some limited anti-foot-shooting support and refuse to load /etc/crontab as someone's crontab. Users wishing shoot their foot in this manner may copy /etc/crontab elsewhere. :) Revision Changes Path 1.22.2.1 +4 -0 src/usr.sbin/cron/crontab/crontab.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 17:52:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE64316A4DF; Sun, 3 Sep 2006 17:52:20 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D39743D49; Sun, 3 Sep 2006 17:52:20 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83HqKBO032811; Sun, 3 Sep 2006 17:52:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83HqKVx032810; Sun, 3 Sep 2006 17:52:20 GMT (envelope-from ru) Message-Id: <200609031752.k83HqKVx032810@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 3 Sep 2006 17:52:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/cron/crontab crontab.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 17:52:20 -0000 ru 2006-09-03 17:52:20 UTC FreeBSD src repository Modified files: usr.sbin/cron/crontab crontab.c Log: Use a #define to refer to /etc/crontab. Revision Changes Path 1.24 +2 -2 src/usr.sbin/cron/crontab/crontab.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 18:16:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCAC16A4DD; Sun, 3 Sep 2006 18:16:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D55343D62; Sun, 3 Sep 2006 18:16:46 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83IGjh8035195; Sun, 3 Sep 2006 18:16:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83IGjS8035194; Sun, 3 Sep 2006 18:16:45 GMT (envelope-from marius) Message-Id: <200609031816.k83IGjS8035194@repoman.freebsd.org> From: Marius Strobl Date: Sun, 3 Sep 2006 18:16:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/lnc if_lnc_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 18:16:51 -0000 marius 2006-09-03 18:16:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/lnc if_lnc_pci.c Log: Restore the expected and documented pre rev. 1.36 behavior of giving preference to pcn(4). Take precedence over le(4) though, as le(4) isn't meant to supersede lnc(4) in this branch (yet). Revision Changes Path 1.37.2.1 +5 -2 src/sys/dev/lnc/if_lnc_pci.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 18:42:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8944616A4DA; Sun, 3 Sep 2006 18:42:33 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [194.58.105.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3293C43D53; Sun, 3 Sep 2006 18:42:33 +0000 (GMT) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.44 (FreeBSD)) id 1GJwvL-000Ijh-Hn; Sun, 03 Sep 2006 22:42:27 +0400 Date: Sun, 3 Sep 2006 22:42:27 +0400 From: Slawa Olhovchenkov To: Brian Somers Message-ID: <20060903184227.GA6453%slw@zxy.spb.ru> References: <200601030917.k039H4pC060911@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601030917.k039H4pC060911@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su su.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 18:42:33 -0000 On Tue, Jan 03, 2006 at 09:17:04AM +0000, Brian Somers wrote: > brian 2006-01-03 09:17:04 UTC > > FreeBSD src repository > > Modified files: > usr.bin/su su.c > Log: > Fix the other su bug reintroduced two commits ago, namely > > $ su > % kill -STOP $$ > > where su is executing (t)csh. csh's job handling is a little more > special than that of (a)sh, bash and even zsh and blows up a little > more spectacularly. This modification restores the original mucking > about with the tty pgrp, but is careful to only do it when su (or > su's child) is the foreground process. > > While I'm here, fix a STDERR_FILENO spelling as suggested by bde. This is break 'make config' in ports tree: > make config ===> Switching to root credentials to create /var/db/ports/glib20 ===> Returning to user credentials Suspended (tty output) For sh, tcsh and other shell. > Revision Changes Path > 1.79 +14 -1 src/usr.bin/su/su.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sun Sep 3 20:40:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865EE16A4E2; Sun, 3 Sep 2006 20:40:58 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from storm.uk.FreeBSD.org (storm.uk.FreeBSD.org [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB49A43D49; Sun, 3 Sep 2006 20:40:57 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from gw.Awfulhak.org (root@gw.lan.Awfulhak.org [172.16.0.1]) by storm.uk.FreeBSD.org (8.13.8/8.13.8) with ESMTP id k83KesmA049110; Sun, 3 Sep 2006 21:40:55 +0100 (BST) (envelope-from brian@FreeBSD.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.6/8.13.6) with ESMTP id k83KeqN3048610; Sun, 3 Sep 2006 13:40:52 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Sun, 3 Sep 2006 13:40:51 -0700 From: Brian Somers To: Slawa Olhovchenkov Message-ID: <20060903134051.7c5ece70@dev.lan.Awfulhak.org> In-Reply-To: <20060903184227.GA6453%slw@zxy.spb.ru> References: <200601030917.k039H4pC060911@repoman.freebsd.org> <20060903184227.GA6453%slw@zxy.spb.ru> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=ALL_TRUSTED,SPF_SOFTFAIL autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/su su.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 20:40:58 -0000 On Sun, 3 Sep 2006 22:42:27 +0400 Slawa Olhovchenkov wrote: > On Tue, Jan 03, 2006 at 09:17:04AM +0000, Brian Somers wrote: > > > brian 2006-01-03 09:17:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/su su.c > > Log: > > Fix the other su bug reintroduced two commits ago, namely > > > > $ su > > % kill -STOP $$ > > > > where su is executing (t)csh. csh's job handling is a little more > > special than that of (a)sh, bash and even zsh and blows up a little > > more spectacularly. This modification restores the original mucking > > about with the tty pgrp, but is careful to only do it when su (or > > su's child) is the foreground process. > > > > While I'm here, fix a STDERR_FILENO spelling as suggested by bde. > > This is break 'make config' in ports tree: > > > make config > ===> Switching to root credentials to create /var/db/ports/glib20 > ===> Returning to user credentials > > Suspended (tty output) > > For sh, tcsh and other shell. > > > Revision Changes Path > > 1.79 +14 -1 src/usr.bin/su/su.c Interesting... If I "make -dl config" in devel/glib20, I see it's running this: (/usr/bin/su root -c "/bin/sh -c \"/bin/mkdir -p `/usr/bin/dirname /var/db/ports/glib20/options` 2> /dev/null\"") || (echo "===> Cannot create `/usr/bin/dirname /var/db/ports/glib20/options`, check permissions"; exit 1) If I run that on the command line, it works ok. Perhaps this is make(1) breakage. I'll look into it a bit later when I have some time. -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:20:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57E1316A4DD; Sun, 3 Sep 2006 21:20:22 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181A443D45; Sun, 3 Sep 2006 21:20:22 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83LKLri063536; Sun, 3 Sep 2006 21:20:21 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83LKLGK063535; Sun, 3 Sep 2006 21:20:21 GMT (envelope-from marius) Message-Id: <200609032120.k83LKLGK063535@repoman.freebsd.org> From: Marius Strobl Date: Sun, 3 Sep 2006 21:20:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/sparc64 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:20:22 -0000 marius 2006-09-03 21:20:21 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 mp_machdep.c Log: Do as the USII CPU manual suggests and leave interrupts enabled for a bit before retrying to resend an IPI in order to avoid deadlocks if the other CPU is also trying to send one. OpenSolaris uses a delay of 1 microsecond here but waiting 2 microseconds with interrupts enabled like Linux does shouldn't hurt but is a bit safer. MFC after: 1 day Revision Changes Path 1.33 +6 -0 src/sys/sparc64/sparc64/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:31:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1192416A4DE; Sun, 3 Sep 2006 21:31:21 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115D043D6D; Sun, 3 Sep 2006 21:31:21 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83LVKnF064212; Sun, 3 Sep 2006 21:31:20 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83LVKF1064211; Sun, 3 Sep 2006 21:31:20 GMT (envelope-from trhodes) Message-Id: <200609032131.k83LVKF1064211@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 3 Sep 2006 21:31:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:31:22 -0000 trhodes 2006-09-03 21:31:20 UTC FreeBSD src repository Modified files: share/man/man5 periodic.conf.5 Log: Belated update for login.conf checks. Bump doc date. Revision Changes Path 1.63 +11 -1 src/share/man/man5/periodic.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:34:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7AE16A4DD; Sun, 3 Sep 2006 21:34:17 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13F143D53; Sun, 3 Sep 2006 21:34:16 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GJzba-000C5M-T1; Sun, 03 Sep 2006 22:34:14 +0100 Date: Sun, 3 Sep 2006 22:34:14 +0100 From: Ceri Davies To: Tom Rhodes Message-ID: <20060903213414.GH22150@submonkey.net> Mail-Followup-To: Ceri Davies , Tom Rhodes , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200609032131.k83LVKF1064211@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SO98HVl1bnMOfKZd" Content-Disposition: inline In-Reply-To: <200609032131.k83LVKF1064211@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:34:17 -0000 --SO98HVl1bnMOfKZd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 03, 2006 at 09:31:20PM +0000, Tom Rhodes wrote: > trhodes 2006-09-03 21:31:20 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man5 periodic.conf.5=20 > Log: > Belated update for login.conf checks. > | +.It Va daily_status_security_logincheck_enable > | +.Pq Vt bool > | +Set to > | +.Dq Li YES > | +to check > | +.Pa /etc/login.conf > | +ownership, ensuring user class information will > | +not be ignored if modifications and a new database > | +is built. The new text doesn't seem to make any sense. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --SO98HVl1bnMOfKZd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE+0pWocfcwTS3JF8RAu6HAJ9ddj3sNPe8dIi/xV8lgTy0rUJzLQCeMxuR m/09i7c1XFpw1bPruOdK8BQ= =rXFI -----END PGP SIGNATURE----- --SO98HVl1bnMOfKZd-- From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:41:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A4216A4DA; Sun, 3 Sep 2006 21:41:00 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC48E43D72; Sun, 3 Sep 2006 21:40:59 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id k83LeuOn086111 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 3 Sep 2006 17:40:58 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sun, 3 Sep 2006 17:40:53 -0400 From: Tom Rhodes To: Ceri Davies Message-Id: <20060903174053.025e6873.trhodes@FreeBSD.org> In-Reply-To: <20060903213414.GH22150@submonkey.net> References: <200609032131.k83LVKF1064211@repoman.freebsd.org> <20060903213414.GH22150@submonkey.net> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:41:00 -0000 On Sun, 3 Sep 2006 22:34:14 +0100 Ceri Davies wrote: > On Sun, Sep 03, 2006 at 09:31:20PM +0000, Tom Rhodes wrote: > > trhodes 2006-09-03 21:31:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man5 periodic.conf.5 > > Log: > > Belated update for login.conf checks. > > > | +.It Va daily_status_security_logincheck_enable > > | +.Pq Vt bool > > | +Set to > > | +.Dq Li YES > > | +to check > > | +.Pa /etc/login.conf > > | +ownership, ensuring user class information will > > | +not be ignored if modifications and a new database > > | +is built. > > The new text doesn't seem to make any sense. > I was trying to keep it from being wordy, what does not make sense to you father? ;) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:51:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BED16A4DA; Sun, 3 Sep 2006 21:51:03 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E7D43D68; Sun, 3 Sep 2006 21:51:03 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GJzrp-0000oi-Sn; Sun, 03 Sep 2006 22:51:01 +0100 Date: Sun, 3 Sep 2006 22:51:01 +0100 From: Ceri Davies To: Tom Rhodes Message-ID: <20060903215101.GI22150@submonkey.net> Mail-Followup-To: Ceri Davies , Tom Rhodes , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200609032131.k83LVKF1064211@repoman.freebsd.org> <20060903213414.GH22150@submonkey.net> <20060903174053.025e6873.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BZaMRJmqxGScZ8Mx" Content-Disposition: inline In-Reply-To: <20060903174053.025e6873.trhodes@FreeBSD.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:51:03 -0000 --BZaMRJmqxGScZ8Mx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 03, 2006 at 05:40:53PM -0400, Tom Rhodes wrote: > On Sun, 3 Sep 2006 22:34:14 +0100 > Ceri Davies wrote: >=20 > > On Sun, Sep 03, 2006 at 09:31:20PM +0000, Tom Rhodes wrote: > > > trhodes 2006-09-03 21:31:20 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > share/man/man5 periodic.conf.5=20 > > > Log: > > > Belated update for login.conf checks. > >=20 > > > | +.It Va daily_status_security_logincheck_enable > > > | +.Pq Vt bool > > > | +Set to > > > | +.Dq Li YES > > > | +to check > > > | +.Pa /etc/login.conf > > > | +ownership, ensuring user class information will > > > | +not be ignored if modifications and a new database > > > | +is built. > >=20 > > The new text doesn't seem to make any sense. >=20 > I was trying to keep it from being wordy, what does not > make sense to you father? ;) Everything after the word ownership, I'm afraid :) Is it really common for this file to be owned by anyone other than root though? Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --BZaMRJmqxGScZ8Mx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE+05FocfcwTS3JF8RAmcZAJ9EdafmQO53kgLGWS6VDbigOlIY/ACcDkKk eB+zaJDDiumW5QIeSF1c+gY= =BhWO -----END PGP SIGNATURE----- --BZaMRJmqxGScZ8Mx-- From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:52:08 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFBA416A4E5; Sun, 3 Sep 2006 21:52:08 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353F743D6D; Sun, 3 Sep 2006 21:52:08 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id k83LpnIN017833; Sun, 3 Sep 2006 14:51:49 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id k83LpnM2017832; Sun, 3 Sep 2006 14:51:49 -0700 (PDT) (envelope-from sgk) Date: Sun, 3 Sep 2006 14:51:49 -0700 From: Steve Kargl To: Tom Rhodes Message-ID: <20060903215149.GA17794@troutmask.apl.washington.edu> References: <200609032131.k83LVKF1064211@repoman.freebsd.org> <20060903213414.GH22150@submonkey.net> <20060903174053.025e6873.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060903174053.025e6873.trhodes@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:52:08 -0000 On Sun, Sep 03, 2006 at 05:40:53PM -0400, Tom Rhodes wrote: > > > > > | +.It Va daily_status_security_logincheck_enable > > > | +.Pq Vt bool > > > | +Set to > > > | +.Dq Li YES > > > | +to check > > > | +.Pa /etc/login.conf > > > | +ownership, ensuring user class information will > > > | +not be ignored if modifications and a new database > > > | +is built. > > > > The new text doesn't seem to make any sense. > > > > I was trying to keep it from being wordy, what does not > make sense to you father? ;) > Well, to begin with "if modifications and a new database is builts." is a horrible constuct because as written it reads as "if oranges and a banana is built". ownership. This ensures that user class information will not be ignored if it is modified, and a new databases is built. -- Steve From owner-cvs-src@FreeBSD.ORG Sun Sep 3 21:58:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1325D16A4DA; Sun, 3 Sep 2006 21:58:30 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9800843D49; Sun, 3 Sep 2006 21:58:29 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id k83LwR9F086204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 3 Sep 2006 17:58:28 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sun, 3 Sep 2006 17:58:25 -0400 From: Tom Rhodes To: Ceri Davies Message-Id: <20060903175825.5e8e64ce.trhodes@FreeBSD.org> In-Reply-To: <20060903215101.GI22150@submonkey.net> References: <200609032131.k83LVKF1064211@repoman.freebsd.org> <20060903213414.GH22150@submonkey.net> <20060903174053.025e6873.trhodes@FreeBSD.org> <20060903215101.GI22150@submonkey.net> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 21:58:30 -0000 On Sun, 3 Sep 2006 22:51:01 +0100 Ceri Davies wrote: > On Sun, Sep 03, 2006 at 05:40:53PM -0400, Tom Rhodes wrote: > > On Sun, 3 Sep 2006 22:34:14 +0100 > > Ceri Davies wrote: > > > > > On Sun, Sep 03, 2006 at 09:31:20PM +0000, Tom Rhodes wrote: > > > > trhodes 2006-09-03 21:31:20 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > share/man/man5 periodic.conf.5 > > > > Log: > > > > Belated update for login.conf checks. > > > > > > > | +.It Va daily_status_security_logincheck_enable > > > > | +.Pq Vt bool > > > > | +Set to > > > > | +.Dq Li YES > > > > | +to check > > > > | +.Pa /etc/login.conf > > > > | +ownership, ensuring user class information will > > > > | +not be ignored if modifications and a new database > > > > | +is built. > > > > > > The new text doesn't seem to make any sense. > > > > I was trying to keep it from being wordy, what does not > > make sense to you father? ;) > > Everything after the word ownership, I'm afraid :) "ownership. See .Xr login.conf 5 for more information." ? > > Is it really common for this file to be owned by anyone other than root > though? Telecommunte, configure a system exactly like another and use scp as a non root user after a non root copy. There are times I'm doing so many things at once I do stupid things. Surely someone else has done this as well. ;) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun Sep 3 22:24:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C999516A4E0; Sun, 3 Sep 2006 22:24:09 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B49143D55; Sun, 3 Sep 2006 22:24:09 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83MO9sB067956; Sun, 3 Sep 2006 22:24:09 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83MO9BR067955; Sun, 3 Sep 2006 22:24:09 GMT (envelope-from alc) Message-Id: <200609032224.k83MO9BR067955@repoman.freebsd.org> From: Alan Cox Date: Sun, 3 Sep 2006 22:24:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_contig.c vm_page.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 22:24:09 -0000 alc 2006-09-03 22:24:09 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c vm_page.h Log: Make vm_page_release_contig() static. Revision Changes Path 1.53 +1 -1 src/sys/vm/vm_contig.c 1.144 +0 -1 src/sys/vm/vm_page.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 00:19:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2976A16A4DD; Mon, 4 Sep 2006 00:19:32 +0000 (UTC) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3F243D46; Mon, 4 Sep 2006 00:19:31 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k840JVTM075418; Mon, 4 Sep 2006 00:19:31 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k840JV9g075417; Mon, 4 Sep 2006 00:19:31 GMT (envelope-from dwhite) Message-Id: <200609040019.k840JV9g075417@repoman.freebsd.org> From: Doug White Date: Mon, 4 Sep 2006 00:19:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/atkbdc atkbdc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 00:19:32 -0000 dwhite 2006-09-04 00:19:31 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbdc.c Log: Avoid an infinite loop in empty_both_buffers() by adding a timeout. This helps systems that don't actually have atkbd controllers, such as the Intel SBX82 blade, boot without device.hints hacks. Hardware for this fix provided by iXsystems. PR: 94822 Submitted by: Devon H. O'Dell MFC After: 3 days Revision Changes Path 1.25 +11 -0 src/sys/dev/atkbdc/atkbdc.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 02:48:16 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC38F16A4DE; Mon, 4 Sep 2006 02:48:15 +0000 (UTC) (envelope-from ocnusscd@flying.to) Received: from flying.to (59-114-244-178.dynamic.hinet.net [59.114.244.178]) by mx1.FreeBSD.org (Postfix) with SMTP id CAC8C43D58; Mon, 4 Sep 2006 02:48:14 +0000 (GMT) (envelope-from ocnusscd@flying.to) Date: Mon, 04 Sep 2006 10:48:10 +0800 From: "ubtdjg cmfgrgywk" X-Sender: ocnusscd@flying.to To: , Message-Id: <5983578835.Nzttqh-61758629-9646@flying.to> MIME-Version: 1.0 Content-Type: text/plain Cc: Subject: The Next Grand Slam Stock? SBNS . pk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 02:48:16 -0000 This is the best kept secret in entertainment Watch this one like a HAWK come tuesday SHALLBETTER INDUSTRIES INC (SBNS. PK) Company: SHALLBETTER INDUSTRIES INC Symbol: SBNS. PK Current Price: .98 Expected: Steady Climb for the TOP This quick rising stock is a good long term winner. This stock is going high due to superb business solutions and creative partnerships in thebusiness world. Below is the companys most recent headline. Shallbetter Industries, Inc. Announces New President HONOLULU--(BUSINESS WIRE)--Aug. 28, 2006--Shallbetter Industries Inc. is pleased to announce the appointment of a new President and Corporate Finance Group. Mr. Bruce Pridmore B.Sc. M.B.A has been retained as Shallbetter's new President and Chief Financial Officer. Mr. Pridmore is the founding Partner of London Asia Capital Canada and past Executive Director of Pacific Asia for the National Research Council of Canada. Mr. Pridmore brings extensive knowledge of Asian business practices as well as comprehensive understanding of capital markets both in North America and throughout the European Economic Community. Mr. Pridmore will assume the day to day operation of the company and the organization of a new drilling program once additional capital has been raised. It is anticipated the additional capital will be raised by way of debt, equity or a combination thereof. Dont miss the boat, this is a new issue, is thinly traded and could move up quickly. We anticipate that shares of SBNS will be much higher in the short-term. ACT ON IT! About SHALLBETTER INDUSTRIES INC Shallbetter Industries Inc is an international mining company with operations focused in Mongolia. Shallbetter has been granted exclusive government mining rights to many highly sought after mining locations. Having exclusive rights to land rich with gold in regions of the world that are fairly inexpensive in labor makes the profit outlook of many Shallbetter projects very alluring to investors. Shallbetter seeks to carry out highly profitable projects with the utmost in environmental and social responsibility in mind. All projects are given due diligence in research before conclusions are made as to accurate projections of profitability and feasibility. Any of the above statements with respect to the future predications or goals and events may be seen as only Foward speculation and nothing else. All information inside this email pertaining to any sort of financial advice need to be understood as just information and not any real advice. None of the information above can be constructed as any sort of financial advice. Confidentiality Statemen Once you see you'll know why you cannot afford to be left out of this one ----------------------- You reap what you sow. Stone cold sober. Your name is mud. Season of mists and mellow fruitfulness. You can lead a horse to water but you can't make him drink. Run to seed. Play a harp before a cow. Survival of the fittest. The scythe ran into a stone. You never miss the water till the well runs dry. There is always next year. To live from hand to mouth. Spaceship earth. Slow as molasses in January. They're like two peas in a pod. What goes up must come down. She's the apple of my eye. Sour as a green apple. She's the apple of my eye. Sow much, reap much; sow little, reap little. Raking it in. Wrinkled as a prune. What goes down usually comes up. Spaceship earth. Stand your ground. Pull it up by the roots. The sharper is the berry, the sweeter is the wine. Sitting on the fence. Put off the scent. Rare as walking on water. From owner-cvs-src@FreeBSD.ORG Mon Sep 4 06:06:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D172316A4DD; Mon, 4 Sep 2006 06:06:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACE643D45; Mon, 4 Sep 2006 06:06:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8466Ove023224; Mon, 4 Sep 2006 06:06:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8466Oow023223; Mon, 4 Sep 2006 06:06:24 GMT (envelope-from rwatson) Message-Id: <200609040606.k8466Oow023223@repoman.freebsd.org> From: Robert Watson Date: Mon, 4 Sep 2006 06:06:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 06:06:24 -0000 rwatson 2006-09-04 06:06:24 UTC FreeBSD src repository Modified files: sys/security/audit audit.h Log: White space cleanup, no functional change. Revision Changes Path 1.9 +53 -53 src/sys/security/audit/audit.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 06:07:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1CE416A4E9; Mon, 4 Sep 2006 06:07:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6464F43D94; Mon, 4 Sep 2006 06:07:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8467pGR023324; Mon, 4 Sep 2006 06:07:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8467pAA023323; Mon, 4 Sep 2006 06:07:51 GMT (envelope-from rwatson) Message-Id: <200609040607.k8467pAA023323@repoman.freebsd.org> From: Robert Watson Date: Mon, 4 Sep 2006 06:07:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/security/audit audit.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 06:07:59 -0000 rwatson 2006-09-04 06:07:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/security/audit audit.h Log: Merge audit.h:1.9 from HEAD to RELENG_6: White space cleanup. Revision Changes Path 1.8.2.2 +53 -53 src/sys/security/audit/audit.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 06:15:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDE116A4E0; Mon, 4 Sep 2006 06:15:16 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F0C43D83; Mon, 4 Sep 2006 06:14:58 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k846Ewaj023697; Mon, 4 Sep 2006 06:14:58 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k846EwbH023696; Mon, 4 Sep 2006 06:14:58 GMT (envelope-from brueffer) Message-Id: <200609040614.k846EwbH023696@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 4 Sep 2006 06:14:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 06:15:17 -0000 brueffer 2006-09-04 06:14:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules Makefile Log: MFC: rev. 1.508 Don't build iwi(4) on amd64, there are problems with the firmware modules. Approved by: rwatson (mentor) Revision Changes Path 1.450.2.25 +0 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 4 07:40:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0B416A4E6; Mon, 4 Sep 2006 07:40:59 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA94C43D5E; Mon, 4 Sep 2006 07:40:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k847esFF030469; Mon, 4 Sep 2006 07:40:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k847esS3030468; Mon, 4 Sep 2006 07:40:54 GMT (envelope-from ru) Message-Id: <200609040740.k847esS3030468@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 4 Sep 2006 07:40:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/sound/sound Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 07:40:59 -0000 ru 2006-09-04 07:40:54 UTC FreeBSD src repository Modified files: sys/modules/sound/sound Makefile Log: If building the module as part of the kernel build, determine the "device isa" presence out of the opt_isa.h in the kernel build directory, rather than always assuming its presence. sparc64 is still special cased and is not affected by this change. Noticed by: bde Revision Changes Path 1.20 +7 -0 src/sys/modules/sound/sound/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 4 08:15:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1933816A4F6; Mon, 4 Sep 2006 08:15:47 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 612BE43D49; Mon, 4 Sep 2006 08:15:37 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GK9cG-0000vu-3D; Mon, 04 Sep 2006 09:15:36 +0100 Date: Mon, 4 Sep 2006 09:15:35 +0100 From: Ceri Davies To: Tom Rhodes Message-ID: <20060904081535.GM22150@submonkey.net> Mail-Followup-To: Ceri Davies , Tom Rhodes , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200609032131.k83LVKF1064211@repoman.freebsd.org> <20060903213414.GH22150@submonkey.net> <20060903174053.025e6873.trhodes@FreeBSD.org> <20060903215101.GI22150@submonkey.net> <20060903175825.5e8e64ce.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E69HUUNAyIJqGpVn" Content-Disposition: inline In-Reply-To: <20060903175825.5e8e64ce.trhodes@FreeBSD.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 08:15:47 -0000 --E69HUUNAyIJqGpVn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 03, 2006 at 05:58:25PM -0400, Tom Rhodes wrote: > On Sun, 3 Sep 2006 22:51:01 +0100 > Ceri Davies wrote: >=20 > > On Sun, Sep 03, 2006 at 05:40:53PM -0400, Tom Rhodes wrote: > > > On Sun, 3 Sep 2006 22:34:14 +0100 > > > Ceri Davies wrote: > > >=20 > > > > On Sun, Sep 03, 2006 at 09:31:20PM +0000, Tom Rhodes wrote: > > > > > trhodes 2006-09-03 21:31:20 UTC > > > > >=20 > > > > > FreeBSD src repository > > > > >=20 > > > > > Modified files: > > > > > share/man/man5 periodic.conf.5=20 > > > > > Log: > > > > > Belated update for login.conf checks. > > > >=20 > > > > > | +.It Va daily_status_security_logincheck_enable > > > > > | +.Pq Vt bool > > > > > | +Set to > > > > > | +.Dq Li YES > > > > > | +to check > > > > > | +.Pa /etc/login.conf > > > > > | +ownership, ensuring user class information will > > > > > | +not be ignored if modifications and a new database > > > > > | +is built. > > > >=20 > > > > The new text doesn't seem to make any sense. > > >=20 > > > I was trying to keep it from being wordy, what does not > > > make sense to you father? ;) > >=20 > > Everything after the word ownership, I'm afraid :) >=20 > "ownership. > See > .Xr login.conf 5 > for more information." >=20 > ? Cool. > > Is it really common for this file to be owned by anyone other than root > > though? >=20 > Telecommunte, configure a system exactly like another and use > scp as a non root user after a non root copy. There are times > I'm doing so many things at once I do stupid things. Surely > someone else has done this as well. ;) Overwritten a root owned file as a non-root user? Not me, guvnah :) Anyway, that bit doesn't concern me; I just wanted to check that I understood what it was supposed to be doing. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --E69HUUNAyIJqGpVn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE++CnocfcwTS3JF8RAm6cAKCOcFXpxl3Bc+yfBKhdxWh+6n/ltQCgjwjq 1el28cZYrzyLafWxkmRkjTY= =nKzJ -----END PGP SIGNATURE----- --E69HUUNAyIJqGpVn-- From owner-cvs-src@FreeBSD.ORG Mon Sep 4 08:32:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3511D16A4DD; Mon, 4 Sep 2006 08:32:22 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCA743D7B; Mon, 4 Sep 2006 08:32:17 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k848WHYZ039115; Mon, 4 Sep 2006 08:32:17 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k848WHNo039114; Mon, 4 Sep 2006 08:32:17 GMT (envelope-from thomas) Message-Id: <200609040832.k848WHNo039114@repoman.freebsd.org> From: Thomas Quinot Date: Mon, 4 Sep 2006 08:32:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 08:32:22 -0000 thomas 2006-09-04 08:32:17 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Fix typo in comment. Revision Changes Path 1.193 +1 -1 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 09:53:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A47916A4DD; Mon, 4 Sep 2006 09:53:30 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD91843D46; Mon, 4 Sep 2006 09:53:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k849rTZX053041; Mon, 4 Sep 2006 09:53:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k849rTpv053040; Mon, 4 Sep 2006 09:53:29 GMT (envelope-from pjd) Message-Id: <200609040953.k849rTpv053040@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 09:53:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 09:53:30 -0000 pjd 2006-09-04 09:53:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_event.c Log: MFC: sys/kern/kern_event.c 1.100-1.102 - Use SLIST_FOREACH_SAFE() macro, because knote_drop() can free an element which can be then used to find next element in the list. - Remove confusing done_noglobal label. The KQ_GLOBAL_UNLOCK() macro know how to handle both situations - when kq_global lock is and is not held. - Don't forget to unlock kq lock in low memory situations. OK'ed by: jmg Revision Changes Path 1.93.2.5 +4 -4 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 09:58:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A596D16A4DD; Mon, 4 Sep 2006 09:58:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 403E143D46; Mon, 4 Sep 2006 09:58:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k849wQkY053261; Mon, 4 Sep 2006 09:58:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k849wQoH053260; Mon, 4 Sep 2006 09:58:26 GMT (envelope-from pjd) Message-Id: <200609040958.k849wQoH053260@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 09:58:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 09:58:26 -0000 pjd 2006-09-04 09:58:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC: sys/kern/vfs_subr.c 1.680,1.681 Add a bandaid to avoid a deadlock in a situation, when we are trying to suspend a file system, but need to obtain a vnode. We may not be able to do it, because all vnodes could be already in use and other processes cannot release them, because they are waiting in "suspfs" state. In such situation, we allow to allocate a vnode anyway. This is a temporary fix - there is no backpressure to free vnodes allocated in those circumstances. Reviewed by: tegge Revision Changes Path 1.635.2.20 +10 -0 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:01:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DDD16A4EB; Mon, 4 Sep 2006 10:01:36 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF1D743D46; Mon, 4 Sep 2006 10:01:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84A1ZDJ053494; Mon, 4 Sep 2006 10:01:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84A1ZCn053493; Mon, 4 Sep 2006 10:01:35 GMT (envelope-from pjd) Message-Id: <200609041001.k84A1ZCn053493@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:01:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:01:36 -0000 pjd 2006-09-04 10:01:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_vnops.c Log: MFC: sys/kern/vfs_vnops.c 1.242 vn_start_write() is called only when v_type != VCHR, so corresponding vn_finished_write() should also be called only then. Revision Changes Path 1.233.2.5 +3 -2 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:05:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FFDB16A526; Mon, 4 Sep 2006 10:05:27 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F8D043D6D; Mon, 4 Sep 2006 10:05:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84A5Q72054844; Mon, 4 Sep 2006 10:05:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84A5QwD054843; Mon, 4 Sep 2006 10:05:26 GMT (envelope-from pjd) Message-Id: <200609041005.k84A5QwD054843@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:05:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:05:27 -0000 pjd 2006-09-04 10:05:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c Log: MFC: sys/ufs/ffs/ffs_snapshot.c 1.121 - Set bio_done directly to NULL to indicate that we want to wait for the bio. - Use biowait() instead of copying the code. Revision Changes Path 1.103.2.16 +2 -5 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:20:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B1B116A4DF; Mon, 4 Sep 2006 10:20:54 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3AD43D4C; Mon, 4 Sep 2006 10:20:53 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AKrl7055559; Mon, 4 Sep 2006 10:20:53 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AKrHl055558; Mon, 4 Sep 2006 10:20:53 GMT (envelope-from trhodes) Message-Id: <200609041020.k84AKrHl055558@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 4 Sep 2006 10:20:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:20:54 -0000 trhodes 2006-09-04 10:20:53 UTC FreeBSD src repository Modified files: share/man/man5 periodic.conf.5 Log: Reword previous commit, now supporting better English. Discussed with: ceri Revision Changes Path 1.64 +3 -3 src/share/man/man5/periodic.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:26:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E43516A4E6; Mon, 4 Sep 2006 10:26:18 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E6043D46; Mon, 4 Sep 2006 10:26:17 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AQHOr055821; Mon, 4 Sep 2006 10:26:17 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AQHoK055820; Mon, 4 Sep 2006 10:26:17 GMT (envelope-from pjd) Message-Id: <200609041026.k84AQHoK055820@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:26:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:26:18 -0000 pjd 2006-09-04 10:26:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_fork.c Log: MFC: sys/kern/kern_fork.c 1.259 - Use suser_cred(9) instead of checking cr_ruid directly. - For privileged processes safe two mutex operations. We may want to consider if this is good idea to use SUSER_ALLOWJAIL here, but for now I didn't wanted to change the original behaviour. Reviewed by: rwatson Revision Changes Path 1.252.2.4 +10 -7 src/sys/kern/kern_fork.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:28:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B659816A4DD; Mon, 4 Sep 2006 10:28:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F6243D45; Mon, 4 Sep 2006 10:28:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84ASQnF055930; Mon, 4 Sep 2006 10:28:26 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84ASQ3S055929; Mon, 4 Sep 2006 10:28:26 GMT (envelope-from pjd) Message-Id: <200609041028.k84ASQ3S055929@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:28:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_ktrace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:28:26 -0000 pjd 2006-09-04 10:28:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_ktrace.c Log: MFC: sys/kern/kern_ktrace.c 1.109 Use suser_cred(9) instead of checking cr_uid directly. Reviewed by: rwatson Revision Changes Path 1.101.2.4 +1 -1 src/sys/kern/kern_ktrace.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:30:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3E016A4DA; Mon, 4 Sep 2006 10:30:11 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6D743D49; Mon, 4 Sep 2006 10:30:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AUAHB055995; Mon, 4 Sep 2006 10:30:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AUAUa055994; Mon, 4 Sep 2006 10:30:10 GMT (envelope-from pjd) Message-Id: <200609041030.k84AUAUa055994@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:30:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:30:11 -0000 pjd 2006-09-04 10:30:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_descrip.c Log: MFC: sys/kern/kern_descrip.c 1.295 Compress direct cr_ruid comparsion and jailed() call to suser_cred(9). Reviewed by: rwatson Revision Changes Path 1.279.2.8 +4 -2 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:31:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D51216A4DD; Mon, 4 Sep 2006 10:31:54 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7B043D46; Mon, 4 Sep 2006 10:31:54 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AVsQn056157; Mon, 4 Sep 2006 10:31:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AVrGc056156; Mon, 4 Sep 2006 10:31:53 GMT (envelope-from pjd) Message-Id: <200609041031.k84AVrGc056156@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:31:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:31:54 -0000 pjd 2006-09-04 10:31:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet in_pcb.c Log: MFC: sys/netinet/in_pcb.c 1.178 - Use suser_cred(9) instead of directly checking cr_uid. - Change the order of conditions to first verify that we actually need to check for privileges and then eventually check them. Reviewed by: rwatson Revision Changes Path 1.165.2.4 +2 -2 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:33:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F9F16A4DA; Mon, 4 Sep 2006 10:33:45 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A9043D49; Mon, 4 Sep 2006 10:33:44 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AXiL7056282; Mon, 4 Sep 2006 10:33:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AXiad056281; Mon, 4 Sep 2006 10:33:44 GMT (envelope-from pjd) Message-Id: <200609041033.k84AXiad056281@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:33:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:33:45 -0000 pjd 2006-09-04 10:33:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6_pcb.c Log: MFC: sys/netinet6/in6_pcb.c 1.71 - Use suser_cred(9) instead of directly checking cr_uid. - Change the order of conditions to first verify that we actually need to check for privileges and then eventually check them. Reviewed by: rwatson Revision Changes Path 1.62.2.4 +2 -2 src/sys/netinet6/in6_pcb.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:35:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5C716A4DD; Mon, 4 Sep 2006 10:35:08 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A1343D5A; Mon, 4 Sep 2006 10:35:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AZ8cO056344; Mon, 4 Sep 2006 10:35:08 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AZ83S056343; Mon, 4 Sep 2006 10:35:08 GMT (envelope-from pjd) Message-Id: <200609041035.k84AZ83S056343@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:35:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 ipsec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:35:09 -0000 pjd 2006-09-04 10:35:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 ipsec.c Log: MFC: sys/netinet6/ipsec.c 1.45 - Use suser_cred(9) instead of directly comparing cr_uid. - Compare pointer with NULL, instead of 0. Reviewed by: rwatson Revision Changes Path 1.42.2.3 +2 -1 src/sys/netinet6/ipsec.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:36:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A236016A4DE; Mon, 4 Sep 2006 10:36:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6204643D5A; Mon, 4 Sep 2006 10:36:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84Aam5o056437; Mon, 4 Sep 2006 10:36:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84Aam1X056436; Mon, 4 Sep 2006 10:36:48 GMT (envelope-from pjd) Message-Id: <200609041036.k84Aam1X056436@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:36:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netipsec ipsec_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:36:48 -0000 pjd 2006-09-04 10:36:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipsec ipsec_osdep.h Log: MFC: sys/netipsec/ipsec_osdep.h 1.3 - Use suser_cred(9) instead of directly comparing cr_uid. - Compare pointer with NULL. Reviewed by: rwatson Revision Changes Path 1.2.2.1 +3 -2 src/sys/netipsec/ipsec_osdep.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:39:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E48F16A4DA; Mon, 4 Sep 2006 10:39:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E70D43D49; Mon, 4 Sep 2006 10:39:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84Adm61056612; Mon, 4 Sep 2006 10:39:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84Adlfx056611; Mon, 4 Sep 2006 10:39:47 GMT (envelope-from pjd) Message-Id: <200609041039.k84Adlfx056611@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:39:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:39:48 -0000 pjd 2006-09-04 10:39:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_input.c Log: MFC: sys/netinet/ip_input.c 1.317,1.318 Set 'fp' variable to NULL after freeing it, so it won't be dereferenced later. Found by: Coverity Prevent analysis tool CID: 993 Revision Changes Path 1.301.2.10 +1 -0 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:43:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7370316A4E6; Mon, 4 Sep 2006 10:43:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322E043D49; Mon, 4 Sep 2006 10:43:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84AhfvS056921; Mon, 4 Sep 2006 10:43:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84Ahf2H056920; Mon, 4 Sep 2006 10:43:41 GMT (envelope-from pjd) Message-Id: <200609041043.k84Ahf2H056920@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:43:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/libkern strstr.c src/sys/sys libkern.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:43:41 -0000 pjd 2006-09-04 10:43:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/sys libkern.h Added files: (Branch: RELENG_6) sys/libkern strstr.c Log: MFC: sys/conf/files 1.1138 sys/libkern/strstr.c 1.1 sys/sys/libkern.h 1.54 Add strstr() function to the libkern. Revision Changes Path 1.1031.2.40 +1 -0 src/sys/conf/files 1.1.2.1 +63 -0 src/sys/libkern/strstr.c (new) 1.49.2.2 +1 -0 src/sys/sys/libkern.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 10:44:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EAB216A4DD; Mon, 4 Sep 2006 10:44:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA7C43D45; Mon, 4 Sep 2006 10:44:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84Aif30056977; Mon, 4 Sep 2006 10:44:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84AifNu056976; Mon, 4 Sep 2006 10:44:41 GMT (envelope-from pjd) Message-Id: <200609041044.k84AifNu056976@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 10:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/dev/acpica acfreebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 10:44:41 -0000 pjd 2006-09-04 10:44:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/dev/acpica acfreebsd.h Log: MFC: sys/contrib/dev/acpica/acfreebsd.h 1.31 The strstr() function is in the libkern now. Revision Changes Path 1.28.8.2 +0 -22 src/sys/contrib/dev/acpica/acfreebsd.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 12:47:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8FA16A4DD; Mon, 4 Sep 2006 12:47:22 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A460443D6A; Mon, 4 Sep 2006 12:47:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84ClJD7073230; Mon, 4 Sep 2006 12:47:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84ClJ72073229; Mon, 4 Sep 2006 12:47:19 GMT (envelope-from pjd) Message-Id: <200609041247.k84ClJ72073229@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 12:47:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 12:47:22 -0000 pjd 2006-09-04 12:47:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/label g_label.c Log: MFC: sys/geom/label/g_label.c 1.21 Verify if a label doesn't point to the parent directory. Revision Changes Path 1.13.2.5 +24 -0 src/sys/geom/label/g_label.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 12:55:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B991016A4E0; Mon, 4 Sep 2006 12:55:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9160043D4C; Mon, 4 Sep 2006 12:55:44 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84CtiZm073693; Mon, 4 Sep 2006 12:55:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84CtiJK073692; Mon, 4 Sep 2006 12:55:44 GMT (envelope-from pjd) Message-Id: <200609041255.k84CtiJK073692@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 12:55:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 12:55:44 -0000 pjd 2006-09-04 12:55:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: MFC: sys/geom/mirror/g_mirror.c 1.86-1.88 sys/geom/raid3/g_raid3.c 1.70-1.72 - Don't use f-word in comments. We are gentlemans. Pointed out by: Maciej Sobczak - Commit the results of the typo hunt by Darren Pilgrim. This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim Tested by: md5(1) Commit to HEAD by: yar - Not only a request from us can be passed to g_{mirror,raid3}_worker() function, but also a request to us, in which case checking bio_cflags is wrong, because the class above us is controling it, not we. Revision Changes Path 1.66.2.8 +14 -7 src/sys/geom/mirror/g_mirror.c 1.40.2.13 +13 -7 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 12:59:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A574616A4DA; Mon, 4 Sep 2006 12:59:36 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6F143D53; Mon, 4 Sep 2006 12:59:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84CxaE0073947; Mon, 4 Sep 2006 12:59:36 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84CxaeH073946; Mon, 4 Sep 2006 12:59:36 GMT (envelope-from pjd) Message-Id: <200609041259.k84CxaeH073946@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 12:59:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 12:59:36 -0000 pjd 2006-09-04 12:59:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vfsops.c Log: MFC: sys/ufs/ffs/ffs_vfsops.c 1.318 Declare UFS module version. Revision Changes Path 1.290.2.14 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 13:01:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D0B616A4DE; Mon, 4 Sep 2006 13:01:53 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C49A43D60; Mon, 4 Sep 2006 13:01:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84D1q6h074139; Mon, 4 Sep 2006 13:01:52 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84D1qsq074138; Mon, 4 Sep 2006 13:01:52 GMT (envelope-from pjd) Message-Id: <200609041301.k84D1qsq074138@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 13:01:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/geom/geom_bde Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 13:01:53 -0000 pjd 2006-09-04 13:01:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/geom/geom_bde Makefile Log: MFC: sys/modules/geom/geom_bde/Makefile 1.2 Don't expect that 'device random' will compile in those files into the kernel for us. If random is compiled as kernel module, geom_bde.ko cannot be loaded. Reported by: Michal Suszko Revision Changes Path 1.1.10.1 +3 -0 src/sys/modules/geom/geom_bde/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 4 13:08:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30ADE16A4E0; Mon, 4 Sep 2006 13:08:00 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA83E43D72; Mon, 4 Sep 2006 13:07:59 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84D7xcr075583; Mon, 4 Sep 2006 13:07:59 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84D7x2A075582; Mon, 4 Sep 2006 13:07:59 GMT (envelope-from pjd) Message-Id: <200609041307.k84D7x2A075582@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 13:07:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/regression/ipsec ipsec.t X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 13:08:00 -0000 pjd 2006-09-04 13:07:59 UTC FreeBSD src repository Added files: (Branch: RELENG_6) tools/regression/ipsec ipsec.t Log: MFC: tools/regression/ipsec/ipsec.t 1.1 Add regression tests for IPsec. Revision Changes Path 1.1.2.1 +89 -0 src/tools/regression/ipsec/ipsec.t (new) From owner-cvs-src@FreeBSD.ORG Mon Sep 4 13:14:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2699F16A4DE; Mon, 4 Sep 2006 13:14:47 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED7D43D68; Mon, 4 Sep 2006 13:14:44 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84DEifo075958; Mon, 4 Sep 2006 13:14:44 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84DEi5Y075957; Mon, 4 Sep 2006 13:14:44 GMT (envelope-from mr) Message-Id: <200609041314.k84DEi5Y075957@repoman.freebsd.org> From: Michael Reifenberger Date: Mon, 4 Sep 2006 13:14:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 13:14:47 -0000 mr 2006-09-04 13:14:44 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: Add locking to vge_ifmedia_upd(). With this WD-timeouts for vge(4) got reduced signifficantly. Testet on -stable. Submitted by: Oleg Bulyzhin MFC after: 1 day Revision Changes Path 1.25 +2 -0 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 13:55:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CB516A4DD; Mon, 4 Sep 2006 13:55:38 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7D843D53; Mon, 4 Sep 2006 13:55:33 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84DtX8x078044; Mon, 4 Sep 2006 13:55:33 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84DtX7n078043; Mon, 4 Sep 2006 13:55:33 GMT (envelope-from kib) Message-Id: <200609041355.k84DtX7n078043@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 4 Sep 2006 13:55:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 13:55:38 -0000 kib 2006-09-04 13:55:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c Log: While checking for update of snapshot file in the ffs_copyonwrite, first filter out metadata update. Otherwise, devfs vnode could be erronously interpreted as ufs one, causing further check of i_flags to use random memory. PR: kern/100365 Debugged and fix described by: tegge Approved by: pjd (mentor) Revision Changes Path 1.103.2.17 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:09:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C94816A4DF; Mon, 4 Sep 2006 15:09:22 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B0343D45; Mon, 4 Sep 2006 15:09:22 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84F9LpR084099; Mon, 4 Sep 2006 15:09:21 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84F9Lka084098; Mon, 4 Sep 2006 15:09:21 GMT (envelope-from thomas) Message-Id: <200609041509.k84F9Lka084098@repoman.freebsd.org> From: Thomas Quinot Date: Mon, 4 Sep 2006 15:09:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pw_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:09:22 -0000 thomas 2006-09-04 15:09:21 UTC FreeBSD src repository Modified files: lib/libutil pw_util.c Log: (pw_copy): Handle the case of a malformed line in master.passwd (copy it silently, do not dereference NULL pointer). PR: bin/102848 Reviewed by: security-officer (cperciva) MFC after: 1 week Revision Changes Path 1.36 +11 -2 src/lib/libutil/pw_util.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:17:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF1E616A4DF; Mon, 4 Sep 2006 15:17:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2E443D5A; Mon, 4 Sep 2006 15:16:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FGEap084534; Mon, 4 Sep 2006 15:16:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FGEpj084533; Mon, 4 Sep 2006 15:16:14 GMT (envelope-from pjd) Message-Id: <200609041516.k84FGEpj084533@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:16:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/opencrypto criov.c crypto.c cryptodev.c cryptodev.h cryptosoft.c cryptosoft.h xform.c xform.h src/tools/tools/crypto cryptotest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:17:50 -0000 pjd 2006-09-04 15:16:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/opencrypto criov.c crypto.c cryptodev.c cryptodev.h cryptosoft.c cryptosoft.h xform.c xform.h tools/tools/crypto cryptotest.c Log: MFC: Synchronize opencrypto framework with HEAD version. Revision Changes Path 1.3.2.1 +89 -30 src/sys/opencrypto/criov.c 1.16.2.2 +240 -202 src/sys/opencrypto/crypto.c 1.25.2.3 +37 -48 src/sys/opencrypto/cryptodev.c 1.10.2.1 +58 -22 src/sys/opencrypto/cryptodev.h 1.9.2.1 +182 -189 src/sys/opencrypto/cryptosoft.c 1.2.2.1 +5 -3 src/sys/opencrypto/cryptosoft.h 1.5.2.2 +22 -22 src/sys/opencrypto/xform.c 1.2.2.1 +4 -4 src/sys/opencrypto/xform.h 1.7.2.1 +3 -3 src/tools/tools/crypto/cryptotest.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:20:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 223D316A4E0; Mon, 4 Sep 2006 15:20:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2B343D5A; Mon, 4 Sep 2006 15:17:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FHp7d084626; Mon, 4 Sep 2006 15:17:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FHpuw084623; Mon, 4 Sep 2006 15:17:51 GMT (envelope-from pjd) Message-Id: <200609041517.k84FHpuw084623@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:17:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netipsec key.c xform_ah.c xform_esp.c xform_ipcomp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:20:20 -0000 pjd 2006-09-04 15:17:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipsec key.c xform_ah.c xform_esp.c xform_ipcomp.c Log: MFC: sys/netipsec/key.c sys/netipsec/xform_ah.c sys/netipsec/xform_esp.c sys/netipsec/xform_ipcomp.c - Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled systems. Without the change it will panic on assertions. - Update the code after opencrypto changes. Revision Changes Path 1.20.2.1 +33 -20 src/sys/netipsec/key.c 1.7.2.2 +23 -11 src/sys/netipsec/xform_ah.c 1.10.2.3 +19 -8 src/sys/netipsec/xform_esp.c 1.8.2.2 +14 -3 src/sys/netipsec/xform_ipcomp.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:22:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DD216A4DD; Mon, 4 Sep 2006 15:22:01 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B85043EE4; Mon, 4 Sep 2006 15:19:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FIo4Y084793; Mon, 4 Sep 2006 15:18:50 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FIoiW084792; Mon, 4 Sep 2006 15:18:50 GMT (envelope-from pjd) Message-Id: <200609041518.k84FIoiW084792@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:18:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h src/sys/dev/safe safe.c safevar.h src/sys/dev/ubsec ubsec.c ubsecvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:22:01 -0000 pjd 2006-09-04 15:18:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/hifn hifn7751.c hifn7751var.h sys/dev/safe safe.c safevar.h sys/dev/ubsec ubsec.c ubsecvar.h Log: MFC: Synchronize crypto drivers with the code from the HEAD branch. Revision Changes Path 1.34.2.1 +83 -76 src/sys/dev/hifn/hifn7751.c 1.7.2.1 +4 -0 src/sys/dev/hifn/hifn7751var.h 1.8.2.1 +165 -122 src/sys/dev/safe/safe.c 1.1.12.1 +4 -0 src/sys/dev/safe/safevar.h 1.31.2.1 +197 -164 src/sys/dev/ubsec/ubsec.c 1.8.2.1 +4 -0 src/sys/dev/ubsec/ubsecvar.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:23:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA07716A4FB; Mon, 4 Sep 2006 15:23:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B9BF43DFF; Mon, 4 Sep 2006 15:21:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FLBi2085086; Mon, 4 Sep 2006 15:21:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FLBSV085085; Mon, 4 Sep 2006 15:21:11 GMT (envelope-from pjd) Message-Id: <200609041521.k84FLBSV085085@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:21:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/crypto/via padlock.c padlock.h padlock_cipher.c padlock_hash.c src/share/man/man4/man4.i386 padlock.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:23:49 -0000 pjd 2006-09-04 15:21:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/crypto/via padlock.c share/man/man4/man4.i386 padlock.4 Added files: (Branch: RELENG_6) sys/crypto/via padlock.h padlock_cipher.c padlock_hash.c Log: MFC: Synchronize padlock(4) driver with HEAD version. Revision Changes Path 1.1.2.3 +8 -7 src/share/man/man4/man4.i386/padlock.4 1.1.2.3 +160 -253 src/sys/crypto/via/padlock.c 1.4.2.1 +87 -0 src/sys/crypto/via/padlock.h (new) 1.4.2.1 +269 -0 src/sys/crypto/via/padlock_cipher.c (new) 1.2.2.1 +389 -0 src/sys/crypto/via/padlock_hash.c (new) From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:24:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E652E16A4FE; Mon, 4 Sep 2006 15:24:37 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7396843DA6; Mon, 4 Sep 2006 15:24:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FOJo7085275; Mon, 4 Sep 2006 15:24:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FOJg2085274; Mon, 4 Sep 2006 15:24:19 GMT (envelope-from pjd) Message-Id: <200609041524.k84FOJg2085274@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:24:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files.i386 src/sys/modules/padlock Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:24:38 -0000 pjd 2006-09-04 15:24:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files.i386 sys/modules/padlock Makefile Log: MFC: Connect new padlock(3) files to the build. Revision Changes Path 1.538.2.11 +2 -0 src/sys/conf/files.i386 1.1.2.2 +1 -1 src/sys/modules/padlock/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:26:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 306E316A4DD; Mon, 4 Sep 2006 15:26:06 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A275943D46; Mon, 4 Sep 2006 15:26:05 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FQ54X085474; Mon, 4 Sep 2006 15:26:05 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FQ5rg085473; Mon, 4 Sep 2006 15:26:05 GMT (envelope-from pjd) Message-Id: <200609041526.k84FQ5rg085473@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:26:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/tools/regression/geom_eli init-a.t init-i-P.t init.t integrity-copy.t integrity-data.t integrity-hmac.t nokey.t onetime-a.t onetime.t src/sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:26:06 -0000 pjd 2006-09-04 15:26:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/eli geli.8 geom_eli.c tools/regression/geom_eli init.t onetime.t sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c g_eli_key.c sys/modules/geom/geom_eli Makefile Added files: (Branch: RELENG_6) tools/regression/geom_eli init-a.t init-i-P.t integrity-copy.t integrity-data.t integrity-hmac.t nokey.t onetime-a.t sys/geom/eli g_eli_integrity.c g_eli_privacy.c Log: MFC: Synchronize geli(8) with HEAD version. Revision Changes Path 1.2.2.6 +87 -15 src/sbin/geom/class/eli/geli.8 1.1.2.9 +54 -21 src/sbin/geom/class/eli/geom_eli.c 1.3.2.12 +146 -258 src/sys/geom/eli/g_eli.c 1.1.2.6 +141 -19 src/sys/geom/eli/g_eli.h 1.1.2.5 +90 -30 src/sys/geom/eli/g_eli_ctl.c 1.4.2.1 +531 -0 src/sys/geom/eli/g_eli_integrity.c (new) 1.1.2.3 +32 -2 src/sys/geom/eli/g_eli_key.c 1.1.2.1 +270 -0 src/sys/geom/eli/g_eli_privacy.c (new) 1.1.2.3 +8 -1 src/sys/modules/geom/geom_eli/Makefile 1.1.2.1 +51 -0 src/tools/regression/geom_eli/init-a.t (new) 1.1.2.1 +22 -0 src/tools/regression/geom_eli/init-i-P.t (new) 1.1.2.2 +38 -33 src/tools/regression/geom_eli/init.t 1.1.2.1 +90 -0 src/tools/regression/geom_eli/integrity-copy.t (new) 1.1.2.1 +60 -0 src/tools/regression/geom_eli/integrity-data.t (new) 1.1.2.1 +60 -0 src/tools/regression/geom_eli/integrity-hmac.t (new) 1.2.2.1 +65 -0 src/tools/regression/geom_eli/nokey.t (new) 1.1.2.1 +45 -0 src/tools/regression/geom_eli/onetime-a.t (new) 1.1.2.2 +34 -32 src/tools/regression/geom_eli/onetime.t From owner-cvs-src@FreeBSD.ORG Mon Sep 4 15:39:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9BB16A503; Mon, 4 Sep 2006 15:39:17 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C379D43D70; Mon, 4 Sep 2006 15:39:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84FdArv086247; Mon, 4 Sep 2006 15:39:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84FdAXV086246; Mon, 4 Sep 2006 15:39:10 GMT (envelope-from pjd) Message-Id: <200609041539.k84FdAXV086246@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 15:39:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 15:39:17 -0000 pjd 2006-09-04 15:39:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files Log: MFC: Connect new geli(8) files to the build. Revision Changes Path 1.1031.2.41 +2 -0 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Mon Sep 4 16:45:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36ED16A4DA; Mon, 4 Sep 2006 16:45:09 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F93543D53; Mon, 4 Sep 2006 16:45:09 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84Gj9kY091038; Mon, 4 Sep 2006 16:45:09 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84Gj92n091037; Mon, 4 Sep 2006 16:45:09 GMT (envelope-from marius) Message-Id: <200609041645.k84Gj92n091037@repoman.freebsd.org> From: Marius Strobl Date: Mon, 4 Sep 2006 16:45:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 le.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 16:45:10 -0000 marius 2006-09-04 16:45:08 UTC FreeBSD src repository Modified files: share/man/man4 le.4 Log: - Talk about chips rather than chip sets as AMD LANCE and PCnet are single-chip. - Add some more rationale about le(4). - Add/un-comment hardware notes for C-Bus and ISA adapters. Revision Changes Path 1.3 +99 -28 src/share/man/man4/le.4 From owner-cvs-src@FreeBSD.ORG Mon Sep 4 17:17:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F157416A4E1; Mon, 4 Sep 2006 17:17:39 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25E243D97; Mon, 4 Sep 2006 17:17:26 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84HHQd6001811; Mon, 4 Sep 2006 17:17:26 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84HHQDv001810; Mon, 4 Sep 2006 17:17:26 GMT (envelope-from jmg) Message-Id: <200609041717.k84HHQDv001810@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 4 Sep 2006 17:17:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 17:17:40 -0000 jmg 2006-09-04 17:17:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_event.c Log: MFC: v1.98 spell unlock correctly, this is relatively minor as it's rare someone would provide a lock method, and want the default unlock, but it is a bug... Revision Changes Path 1.93.2.6 +1 -1 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 18:27:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0815216A4E1; Mon, 4 Sep 2006 18:27:15 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E2843D5D; Mon, 4 Sep 2006 18:27:14 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84IRETQ006476; Mon, 4 Sep 2006 18:27:14 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84IRErR006475; Mon, 4 Sep 2006 18:27:14 GMT (envelope-from marcel) Message-Id: <200609041827.k84IRErR006475@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 4 Sep 2006 18:27:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 18:27:15 -0000 marcel 2006-09-04 18:27:14 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add SIIG 4 port serial card based on the Oxford OX16PCI954. Revision Changes Path 1.58 +6 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 18:28:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B6D16A4DE; Mon, 4 Sep 2006 18:28:33 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C5443D49; Mon, 4 Sep 2006 18:28:33 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84ISWB6006545; Mon, 4 Sep 2006 18:28:32 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84ISW29006544; Mon, 4 Sep 2006 18:28:32 GMT (envelope-from marius) Message-Id: <200609041828.k84ISW29006544@repoman.freebsd.org> From: Marius Strobl Date: Mon, 4 Sep 2006 18:28:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/sparc64 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 18:28:33 -0000 marius 2006-09-04 18:28:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/sparc64 mp_machdep.c Log: MFC: 1.33 Do as the USII CPU manual suggests and leave interrupts enabled for a bit before retrying to resend an IPI in order to avoid deadlocks if the other CPU is also trying to send one. Revision Changes Path 1.29.2.2 +6 -0 src/sys/sparc64/sparc64/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 18:52:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B341716A4DE; Mon, 4 Sep 2006 18:52:16 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A926C43D88; Mon, 4 Sep 2006 18:52:10 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84Iq9o7007977; Mon, 4 Sep 2006 18:52:09 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84Iq9Fo007976; Mon, 4 Sep 2006 18:52:09 GMT (envelope-from marcel) Message-Id: <200609041852.k84Iq9Fo007976@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 4 Sep 2006 18:52:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 18:52:16 -0000 marcel 2006-09-04 18:52:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/puc pucdata.c Log: Pseudo-MFC rev 1.58: Add SIIG 4 port serial card based on the Oxford OX16PCI954. Revision Changes Path 1.51.2.2 +11 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:00:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C1B16A5A6; Mon, 4 Sep 2006 19:00:43 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id B652043D5D; Mon, 4 Sep 2006 19:00:34 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 23EB0170C5; Mon, 4 Sep 2006 19:00:32 +0000 (UTC) To: Marcel Moolenaar From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 04 Sep 2006 18:52:09 GMT." <200609041852.k84Iq9Fo007976@repoman.freebsd.org> Date: Mon, 04 Sep 2006 19:00:31 +0000 Message-ID: <8835.1157396431@critter.freebsd.dk> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:00:43 -0000 In message <200609041852.k84Iq9Fo007976@repoman.freebsd.org>, Marcel Moolenaar writes: >marcel 2006-09-04 18:52:09 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/puc pucdata.c > Log: > Pseudo-MFC rev 1.58: > Add SIIG 4 port serial card based on the Oxford OX16PCI954. Stupid idea (or maybe not): Write a small c-program, compile it with the pucdata.c from current have it output a RELENG_6 format pucdata.c based on that. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:21:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A40FB16A4DA; Mon, 4 Sep 2006 19:21:34 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07B443D5C; Mon, 4 Sep 2006 19:21:33 +0000 (GMT) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k84JLX3g020203; Mon, 4 Sep 2006 12:21:33 -0700 (PDT) Received: from [192.168.1.6] (c-67-164-11-148.hsd1.ca.comcast.net [67.164.11.148]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k84JLUqb010409 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 4 Sep 2006 12:21:31 -0700 (PDT) In-Reply-To: <8835.1157396431@critter.freebsd.dk> References: <8835.1157396431@critter.freebsd.dk> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <622E179A-877C-4553-84DA-55FBBE8FCCB0@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 4 Sep 2006 12:20:51 -0700 To: Poul-Henning Kamp X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAgNsLY8DbC8F X-SpamScan: Suspected Spam Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:21:34 -0000 On Sep 4, 2006, at 12:00 PM, Poul-Henning Kamp wrote: > In message <200609041852.k84Iq9Fo007976@repoman.freebsd.org>, > Marcel Moolenaar > writes: >> marcel 2006-09-04 18:52:09 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/dev/puc pucdata.c >> Log: >> Pseudo-MFC rev 1.58: >> Add SIIG 4 port serial card based on the Oxford OX16PCI954. > > Stupid idea (or maybe not): > > Write a small c-program, compile it with the pucdata.c from current > have it output a RELENG_6 format pucdata.c based on that. I fear that will not be possible in general: in -CURRENT the design is based on a procedural interface, whereby code can probe and configure the hardware as part of returning the requested parameters. This can not (in general) be translated into tables. I think the effort might as well be put in MFC'ing the configuration mechanism and/or the entire driver. Once the differences are minimized, regular MFC's are possible again. -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:24:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1BB16A5B5; Mon, 4 Sep 2006 19:24:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3890F43D66; Mon, 4 Sep 2006 19:24:35 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84JOZvb010850; Mon, 4 Sep 2006 19:24:35 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84JOZZC010849; Mon, 4 Sep 2006 19:24:35 GMT (envelope-from sam) Message-Id: <200609041924.k84JOZZC010849@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 19:24:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:24:38 -0000 sam 2006-09-04 19:24:34 UTC FreeBSD src repository Modified files: sys/net bpf.h Log: more juniper dlt's MFC after: 1 month Revision Changes Path 1.46 +12 -0 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:30:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3650E16A4DE; Mon, 4 Sep 2006 19:30:46 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F062F43D53; Mon, 4 Sep 2006 19:30:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84JUjc6011292; Mon, 4 Sep 2006 19:30:45 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84JUjjU011289; Mon, 4 Sep 2006 19:30:45 GMT (envelope-from sam) Message-Id: <200609041930.k84JUjjU011289@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 19:30:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ipfwpcap ipfwpcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:30:46 -0000 sam 2006-09-04 19:30:45 UTC FreeBSD src repository Modified files: usr.sbin/ipfwpcap ipfwpcap.c Log: add define's from config.h for pcap-int.h; this is a noop now but will be required for libpcap 0.9.4 Revision Changes Path 1.2 +4 -0 src/usr.sbin/ipfwpcap/ipfwpcap.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:43:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4192016A4E0; Mon, 4 Sep 2006 19:43:33 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C5843D70; Mon, 4 Sep 2006 19:43:28 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84JhRsP011952; Mon, 4 Sep 2006 19:43:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84JhRx2011951; Mon, 4 Sep 2006 19:43:27 GMT (envelope-from sam) Message-Id: <200609041943.k84JhRx2011951@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 19:43:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: TCPDUMP_ORG Cc: Subject: cvs commit: src/contrib/libpcap - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:43:33 -0000 sam 2006-09-04 19:43:27 UTC FreeBSD src repository src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory repoman.freebsd.org:/tmp/cvs-serv11919 Log Message: Import of libpcap v0.9.4 Status: Vendor Tag: TCPDUMP_ORG Release Tags: v0_9_4 U src/contrib/libpcap/.cvsignore U src/contrib/libpcap/CHANGES U src/contrib/libpcap/CREDITS U src/contrib/libpcap/FILES U src/contrib/libpcap/INSTALL.txt U src/contrib/libpcap/LICENSE U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README U src/contrib/libpcap/README.Win32 U src/contrib/libpcap/README.aix U src/contrib/libpcap/README.dag U src/contrib/libpcap/README.hpux U src/contrib/libpcap/README.linux U src/contrib/libpcap/README.macosx U src/contrib/libpcap/README.septel U src/contrib/libpcap/README.tru64 U src/contrib/libpcap/TODO U src/contrib/libpcap/VERSION U src/contrib/libpcap/acconfig.h U src/contrib/libpcap/aclocal.m4 U src/contrib/libpcap/arcnet.h U src/contrib/libpcap/atmuni31.h U src/contrib/libpcap/bpf_dump.c U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess U src/contrib/libpcap/config.h.in U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h U src/contrib/libpcap/fad-getad.c U src/contrib/libpcap/fad-gifc.c U src/contrib/libpcap/fad-glifc.c U src/contrib/libpcap/fad-null.c U src/contrib/libpcap/fad-win32.c C src/contrib/libpcap/gencode.c C src/contrib/libpcap/gencode.h C src/contrib/libpcap/grammar.y U src/contrib/libpcap/inet.c U src/contrib/libpcap/install-sh U src/contrib/libpcap/llc.h U src/contrib/libpcap/mkdep U src/contrib/libpcap/nametoaddr.c U src/contrib/libpcap/nlpid.h U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c U src/contrib/libpcap/pcap-bpf.h C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap-dag.c U src/contrib/libpcap/pcap-dag.h U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-dos.c U src/contrib/libpcap/pcap-dos.h U src/contrib/libpcap/pcap-enet.c C src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c U src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h U src/contrib/libpcap/pcap-septel.c U src/contrib/libpcap/pcap-septel.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c U src/contrib/libpcap/pcap-stdinc.h U src/contrib/libpcap/pcap-win32.c U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h U src/contrib/libpcap/pcap1.h U src/contrib/libpcap/pf.h U src/contrib/libpcap/ppp.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l U src/contrib/libpcap/sll.h U src/contrib/libpcap/sunatmpos.h U src/contrib/libpcap/bpf/net/bpf_filter.c N src/contrib/libpcap/doc/pcap.html N src/contrib/libpcap/doc/pcap.txt N src/contrib/libpcap/doc/pcap.xml U src/contrib/libpcap/lbl/os-aix4.h U src/contrib/libpcap/lbl/os-hpux11.h U src/contrib/libpcap/lbl/os-osf4.h U src/contrib/libpcap/lbl/os-osf5.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/libpcap From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:54:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DEB16A4DE; Mon, 4 Sep 2006 19:54:22 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465B043D45; Mon, 4 Sep 2006 19:54:22 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84JsMZV012495; Mon, 4 Sep 2006 19:54:22 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84JsMOd012494; Mon, 4 Sep 2006 19:54:22 GMT (envelope-from sam) Message-Id: <200609041954.k84JsMOd012494@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 19:54:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/libpcap gencode.c gencode.h grammar.y pcap-int.h pcap.3 pcap.h scanner.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:54:22 -0000 sam 2006-09-04 19:54:21 UTC FreeBSD src repository Modified files: contrib/libpcap gencode.c gencode.h grammar.y pcap-int.h pcap.3 pcap.h scanner.l Log: resolve merge conflicts MFC after: 1 month Revision Changes Path 1.16 +215 -59 src/contrib/libpcap/gencode.c 1.9 +4 -1 src/contrib/libpcap/gencode.h 1.11 +4 -1 src/contrib/libpcap/grammar.y 1.12 +15 -6 src/contrib/libpcap/pcap-int.h 1.15 +16 -12 src/contrib/libpcap/pcap.3 1.12 +6 -6 src/contrib/libpcap/pcap.h 1.13 +3 -1 src/contrib/libpcap/scanner.l From owner-cvs-src@FreeBSD.ORG Mon Sep 4 19:54:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC3616A4E7; Mon, 4 Sep 2006 19:54:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C7643D45; Mon, 4 Sep 2006 19:54:50 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84JsnbU012527; Mon, 4 Sep 2006 19:54:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84Jsn5D012526; Mon, 4 Sep 2006 19:54:49 GMT (envelope-from sam) Message-Id: <200609041954.k84Jsn5D012526@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 19:54:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/libpcap FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 19:54:50 -0000 sam 2006-09-04 19:54:49 UTC FreeBSD src repository Modified files: contrib/libpcap FREEBSD-upgrade Log: update instructions Revision Changes Path 1.6 +13 -14 src/contrib/libpcap/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Mon Sep 4 20:04:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E8AC16A4DF; Mon, 4 Sep 2006 20:04:46 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD5443D45; Mon, 4 Sep 2006 20:04:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84K4jhI014212; Mon, 4 Sep 2006 20:04:45 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84K4jGN014211; Mon, 4 Sep 2006 20:04:45 GMT (envelope-from sam) Message-Id: <200609042004.k84K4jGN014211@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 20:04:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: TCPDUMP_ORG Cc: Subject: cvs commit: src/contrib/tcpdump - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 20:04:46 -0000 sam 2006-09-04 20:04:45 UTC FreeBSD src repository src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory repoman.freebsd.org:/tmp/cvs-serv14178 Log Message: Import of tcpdump v3.9.4 Status: Vendor Tag: TCPDUMP_ORG Release Tags: v3_9_4 U src/contrib/tcpdump/.cvsignore U src/contrib/tcpdump/CHANGES U src/contrib/tcpdump/CREDITS U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL U src/contrib/tcpdump/LICENSE U src/contrib/tcpdump/Makefile-devel-adds U src/contrib/tcpdump/Makefile.in U src/contrib/tcpdump/PLATFORMS U src/contrib/tcpdump/README U src/contrib/tcpdump/Readme.Win32 U src/contrib/tcpdump/TODO U src/contrib/tcpdump/VERSION U src/contrib/tcpdump/acconfig.h U src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h U src/contrib/tcpdump/ah.h U src/contrib/tcpdump/aodv.h U src/contrib/tcpdump/appletalk.h U src/contrib/tcpdump/arcnet.h U src/contrib/tcpdump/atime.awk U src/contrib/tcpdump/atm.h U src/contrib/tcpdump/atmuni31.h U src/contrib/tcpdump/bgp.h U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c U src/contrib/tcpdump/chdlc.h U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/config.h.in U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/cpack.c U src/contrib/tcpdump/cpack.h N src/contrib/tcpdump/dccp.h U src/contrib/tcpdump/decnet.h U src/contrib/tcpdump/decode_prefix.h U src/contrib/tcpdump/enc.h U src/contrib/tcpdump/esp.h U src/contrib/tcpdump/ether.h C src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h U src/contrib/tcpdump/gmpls.c U src/contrib/tcpdump/gmpls.h U src/contrib/tcpdump/gmt2local.c U src/contrib/tcpdump/gmt2local.h U src/contrib/tcpdump/icmp6.h U src/contrib/tcpdump/ieee802_11.h U src/contrib/tcpdump/ieee802_11_radio.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/install-sh C src/contrib/tcpdump/interface.h U src/contrib/tcpdump/ip.h U src/contrib/tcpdump/ip6.h U src/contrib/tcpdump/ipfc.h U src/contrib/tcpdump/ipproto.c U src/contrib/tcpdump/ipproto.h U src/contrib/tcpdump/ipsec_doi.h U src/contrib/tcpdump/ipx.h U src/contrib/tcpdump/isakmp.h U src/contrib/tcpdump/l2tp.h U src/contrib/tcpdump/l2vpn.c U src/contrib/tcpdump/l2vpn.h U src/contrib/tcpdump/lane.h U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep U src/contrib/tcpdump/mpls.h U src/contrib/tcpdump/nameser.h U src/contrib/tcpdump/netbios.h U src/contrib/tcpdump/netdissect.h U src/contrib/tcpdump/nfs.h U src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/nlpid.c U src/contrib/tcpdump/nlpid.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/oakley.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/ospf6.h U src/contrib/tcpdump/oui.c U src/contrib/tcpdump/oui.h U src/contrib/tcpdump/packetdat.awk U src/contrib/tcpdump/parsenfsfh.c U src/contrib/tcpdump/pcap-missing.h U src/contrib/tcpdump/pcap_dump_ftell.c U src/contrib/tcpdump/pf.h U src/contrib/tcpdump/pmap_prot.h U src/contrib/tcpdump/ppp.h U src/contrib/tcpdump/print-802_11.c U src/contrib/tcpdump/print-ah.c U src/contrib/tcpdump/print-aodv.c U src/contrib/tcpdump/print-ap1394.c U src/contrib/tcpdump/print-arcnet.c U src/contrib/tcpdump/print-arp.c U src/contrib/tcpdump/print-ascii.c U src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c U src/contrib/tcpdump/print-beep.c U src/contrib/tcpdump/print-bfd.c U src/contrib/tcpdump/print-bgp.c U src/contrib/tcpdump/print-bootp.c U src/contrib/tcpdump/print-cdp.c U src/contrib/tcpdump/print-chdlc.c U src/contrib/tcpdump/print-cip.c U src/contrib/tcpdump/print-cnfp.c N src/contrib/tcpdump/print-dccp.c U src/contrib/tcpdump/print-decnet.c U src/contrib/tcpdump/print-dhcp6.c U src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-eap.c U src/contrib/tcpdump/print-egp.c U src/contrib/tcpdump/print-eigrp.c U src/contrib/tcpdump/print-enc.c U src/contrib/tcpdump/print-esp.c C src/contrib/tcpdump/print-ether.c C src/contrib/tcpdump/print-fddi.c C src/contrib/tcpdump/print-fr.c U src/contrib/tcpdump/print-frag6.c U src/contrib/tcpdump/print-gre.c U src/contrib/tcpdump/print-hsrp.c C src/contrib/tcpdump/print-ip.c C src/contrib/tcpdump/print-ip6.c U src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-icmp6.c U src/contrib/tcpdump/print-igmp.c U src/contrib/tcpdump/print-igrp.c U src/contrib/tcpdump/print-ip6opts.c U src/contrib/tcpdump/print-ipcomp.c U src/contrib/tcpdump/print-ipfc.c U src/contrib/tcpdump/print-ipx.c U src/contrib/tcpdump/print-isakmp.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-juniper.c U src/contrib/tcpdump/print-krb.c U src/contrib/tcpdump/print-l2tp.c U src/contrib/tcpdump/print-lane.c U src/contrib/tcpdump/print-ldp.c C src/contrib/tcpdump/print-llc.c U src/contrib/tcpdump/print-lmp.c U src/contrib/tcpdump/print-lspping.c U src/contrib/tcpdump/print-lwres.c U src/contrib/tcpdump/print-mobile.c U src/contrib/tcpdump/print-mobility.c U src/contrib/tcpdump/print-mpls.c U src/contrib/tcpdump/print-msdp.c U src/contrib/tcpdump/print-netbios.c U src/contrib/tcpdump/print-nfs.c U src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-ospf6.c U src/contrib/tcpdump/print-pflog.c U src/contrib/tcpdump/print-pgm.c C src/contrib/tcpdump/print-pim.c U src/contrib/tcpdump/print-ppp.c U src/contrib/tcpdump/print-pppoe.c U src/contrib/tcpdump/print-pptp.c U src/contrib/tcpdump/print-radius.c U src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c U src/contrib/tcpdump/print-ripng.c U src/contrib/tcpdump/print-rsvp.c U src/contrib/tcpdump/print-rt6.c U src/contrib/tcpdump/print-rx.c U src/contrib/tcpdump/print-sctp.c U src/contrib/tcpdump/print-sip.c U src/contrib/tcpdump/print-sl.c U src/contrib/tcpdump/print-sll.c N src/contrib/tcpdump/print-slow.c U src/contrib/tcpdump/print-smb.c U src/contrib/tcpdump/print-snmp.c U src/contrib/tcpdump/print-stp.c U src/contrib/tcpdump/print-sunatm.c U src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-symantec.c U src/contrib/tcpdump/print-syslog.c U src/contrib/tcpdump/print-tcp.c U src/contrib/tcpdump/print-telnet.c U src/contrib/tcpdump/print-tftp.c U src/contrib/tcpdump/print-timed.c C src/contrib/tcpdump/print-token.c U src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-vjc.c U src/contrib/tcpdump/print-vrrp.c U src/contrib/tcpdump/print-wb.c U src/contrib/tcpdump/print-zephyr.c U src/contrib/tcpdump/route6d.h U src/contrib/tcpdump/rpc_auth.h U src/contrib/tcpdump/rpc_msg.h U src/contrib/tcpdump/rx.h U src/contrib/tcpdump/sctpConstants.h U src/contrib/tcpdump/sctpHeader.h U src/contrib/tcpdump/send-ack.awk U src/contrib/tcpdump/setsignal.c U src/contrib/tcpdump/setsignal.h U src/contrib/tcpdump/slcompress.h U src/contrib/tcpdump/slip.h U src/contrib/tcpdump/sll.h U src/contrib/tcpdump/smb.h U src/contrib/tcpdump/smbutil.c U src/contrib/tcpdump/stime.awk U src/contrib/tcpdump/strcasecmp.c U src/contrib/tcpdump/tcp.h C src/contrib/tcpdump/tcpdump-stdinc.h C src/contrib/tcpdump/tcpdump.1 C src/contrib/tcpdump/tcpdump.c U src/contrib/tcpdump/telnet.h U src/contrib/tcpdump/timed.h U src/contrib/tcpdump/token.h U src/contrib/tcpdump/udp.h U src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c U src/contrib/tcpdump/lbl/os-osf4.h U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h U src/contrib/tcpdump/missing/addrinfo.h U src/contrib/tcpdump/missing/addrsize.h U src/contrib/tcpdump/missing/bittypes.h U src/contrib/tcpdump/missing/datalinks.c U src/contrib/tcpdump/missing/dlnames.c U src/contrib/tcpdump/missing/getaddrinfo.c U src/contrib/tcpdump/missing/getnameinfo.c U src/contrib/tcpdump/missing/inet_aton.c U src/contrib/tcpdump/missing/inet_ntop.c U src/contrib/tcpdump/missing/inet_pton.c U src/contrib/tcpdump/missing/resolv6.h U src/contrib/tcpdump/missing/resolv_ext.h U src/contrib/tcpdump/missing/snprintf.c U src/contrib/tcpdump/missing/sockstorage.h U src/contrib/tcpdump/missing/strdup.c U src/contrib/tcpdump/missing/strlcat.c U src/contrib/tcpdump/missing/strlcpy.c U src/contrib/tcpdump/missing/strsep.c N src/contrib/tcpdump/tests/.cvsignore N src/contrib/tcpdump/tests/02-sunrise-sunset-esp.puu N src/contrib/tcpdump/tests/08-sunrise-sunset-aes.puu N src/contrib/tcpdump/tests/08-sunrise-sunset-esp2.puu N src/contrib/tcpdump/tests/alltests.sh N src/contrib/tcpdump/tests/bgp_vpn_attrset.out N src/contrib/tcpdump/tests/bgp_vpn_attrset.sh N src/contrib/tcpdump/tests/eapon1.gdbinit N src/contrib/tcpdump/tests/eapon1.out N src/contrib/tcpdump/tests/eapon1.puu N src/contrib/tcpdump/tests/eapon1.sh N src/contrib/tcpdump/tests/eapon2.puu N src/contrib/tcpdump/tests/esp-secrets.txt N src/contrib/tcpdump/tests/esp0.out N src/contrib/tcpdump/tests/esp0.sh N src/contrib/tcpdump/tests/esp1.gdbinit N src/contrib/tcpdump/tests/esp1.out N src/contrib/tcpdump/tests/esp1.sh N src/contrib/tcpdump/tests/esp2.gdbinit N src/contrib/tcpdump/tests/esp2.out N src/contrib/tcpdump/tests/esp2.sh N src/contrib/tcpdump/tests/esp3.gdbinit N src/contrib/tcpdump/tests/esp3.sh N src/contrib/tcpdump/tests/esp4.gdbinit N src/contrib/tcpdump/tests/esp4.sh N src/contrib/tcpdump/tests/esp5.gdbinit N src/contrib/tcpdump/tests/esp5.out N src/contrib/tcpdump/tests/esp5.sh N src/contrib/tcpdump/tests/espudp1.out N src/contrib/tcpdump/tests/espudp1.puu N src/contrib/tcpdump/tests/espudp1.sh N src/contrib/tcpdump/tests/isakmp-delete-segfault.puu N src/contrib/tcpdump/tests/isakmp-identification-segfault.puu N src/contrib/tcpdump/tests/isakmp-pointer-loop.puu N src/contrib/tcpdump/tests/isakmp1.out N src/contrib/tcpdump/tests/isakmp1.sh N src/contrib/tcpdump/tests/isakmp2.out N src/contrib/tcpdump/tests/isakmp2.sh N src/contrib/tcpdump/tests/isakmp3.out N src/contrib/tcpdump/tests/isakmp3.sh N src/contrib/tcpdump/tests/isakmp4.out N src/contrib/tcpdump/tests/isakmp4.sh N src/contrib/tcpdump/tests/isakmp4500.puu N src/contrib/tcpdump/tests/lmp.out N src/contrib/tcpdump/tests/lmp.puu N src/contrib/tcpdump/tests/lmp.sh N src/contrib/tcpdump/tests/mpls-ldp-hello.out N src/contrib/tcpdump/tests/mpls-ldp-hello.puu N src/contrib/tcpdump/tests/mpls-ldp-hello.sh N src/contrib/tcpdump/tests/ospf-gmpls.out N src/contrib/tcpdump/tests/ospf-gmpls.puu N src/contrib/tcpdump/tests/ospf-gmpls.sh N src/contrib/tcpdump/tests/print-A.out N src/contrib/tcpdump/tests/print-AA.out N src/contrib/tcpdump/tests/print-X.out N src/contrib/tcpdump/tests/print-XX.out N src/contrib/tcpdump/tests/print-capX.out N src/contrib/tcpdump/tests/print-capXX.out N src/contrib/tcpdump/tests/print-flags.puu N src/contrib/tcpdump/tests/print-flags.sh N src/contrib/tcpdump/tests/print-x.out N src/contrib/tcpdump/tests/print-xx.out 17 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTCPDUMP_ORG:yesterday -jTCPDUMP_ORG src/contrib/tcpdump From owner-cvs-src@FreeBSD.ORG Mon Sep 4 20:12:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F4F16A4DA; Mon, 4 Sep 2006 20:12:47 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1EE043D49; Mon, 4 Sep 2006 20:12:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84KCjCt014785; Mon, 4 Sep 2006 20:12:45 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84KCjNC014784; Mon, 4 Sep 2006 20:12:45 GMT (envelope-from sam) Message-Id: <200609042012.k84KCjNC014784@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 20:12:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/libpcap pcap-bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 20:12:47 -0000 sam 2006-09-04 20:12:45 UTC FreeBSD src repository Modified files: contrib/libpcap pcap-bpf.c Log: sigh, put back buffer overflow fix of 1.1.11 that seems to have not gone into the 0.9.4 release; don't put it on the vendor branch so we won't lose it on the next import if they continue to lose it Revision Changes Path 1.2 +935 -41 src/contrib/libpcap/pcap-bpf.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 20:25:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6497816A4F2; Mon, 4 Sep 2006 20:25:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C3443D53; Mon, 4 Sep 2006 20:25:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84KP5HT015931; Mon, 4 Sep 2006 20:25:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84KP5VQ015930; Mon, 4 Sep 2006 20:25:05 GMT (envelope-from sam) Message-Id: <200609042025.k84KP5VQ015930@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 20:25:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/tcpdump addrtoname.c ethertype.h interface.h ppp.h print-atm.c print-ether.c print-fddi.c print-fr.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-null.c print-pim.c print-token.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 20:25:18 -0000 sam 2006-09-04 20:25:04 UTC FreeBSD src repository Modified files: contrib/tcpdump addrtoname.c ethertype.h interface.h ppp.h print-atm.c print-ether.c print-fddi.c print-fr.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-null.c print-pim.c print-token.c tcpdump-stdinc.h tcpdump.1 tcpdump.c Log: resolve merge conflicts MFC after: 1 month Revision Changes Path 1.15 +18 -72 src/contrib/tcpdump/addrtoname.c 1.10 +4 -1 src/contrib/tcpdump/ethertype.h 1.12 +15 -5 src/contrib/tcpdump/interface.h 1.8 +0 -6 src/contrib/tcpdump/ppp.h 1.12 +2 -2 src/contrib/tcpdump/print-atm.c 1.17 +10 -5 src/contrib/tcpdump/print-ether.c 1.11 +3 -3 src/contrib/tcpdump/print-fddi.c 1.7 +233 -43 src/contrib/tcpdump/print-fr.c 1.14 +6 -2 src/contrib/tcpdump/print-ip.c 1.8 +5 -2 src/contrib/tcpdump/print-ip6.c 1.10 +2 -2 src/contrib/tcpdump/print-ipx.c 1.16 +82 -57 src/contrib/tcpdump/print-isoclns.c 1.12 +55 -54 src/contrib/tcpdump/print-llc.c 1.12 +2 -2 src/contrib/tcpdump/print-null.c 1.9 +10 -10 src/contrib/tcpdump/print-pim.c 1.8 +3 -3 src/contrib/tcpdump/print-token.c 1.4 +2 -2 src/contrib/tcpdump/tcpdump-stdinc.h 1.17 +61 -9 src/contrib/tcpdump/tcpdump.1 1.11 +44 -13 src/contrib/tcpdump/tcpdump.c From owner-cvs-src@FreeBSD.ORG Mon Sep 4 20:27:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F5C316A4DE; Mon, 4 Sep 2006 20:27:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9394E43D60; Mon, 4 Sep 2006 20:27:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84KR6A4016140; Mon, 4 Sep 2006 20:27:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84KR6e0016139; Mon, 4 Sep 2006 20:27:06 GMT (envelope-from sam) Message-Id: <200609042027.k84KR6e0016139@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 20:27:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 20:27:18 -0000 sam 2006-09-04 20:27:06 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile Log: update for v3.9.4 MFC after: 1 month Revision Changes Path 1.45 +4 -4 src/usr.sbin/tcpdump/tcpdump/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 4 21:49:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF4016A4DA; Mon, 4 Sep 2006 21:49:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEC443D45; Mon, 4 Sep 2006 21:49:31 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84LnV2b032046; Mon, 4 Sep 2006 21:49:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84LnVup032045; Mon, 4 Sep 2006 21:49:31 GMT (envelope-from sam) Message-Id: <200609042149.k84LnVup032045@repoman.freebsd.org> From: Sam Leffler Date: Mon, 4 Sep 2006 21:49:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 21:49:32 -0000 sam 2006-09-04 21:49:31 UTC FreeBSD src repository Modified files: sys/sys param.h . UPDATING Log: bump version for libpcap+tcpdump imports Revision Changes Path 1.455 +3 -0 src/UPDATING 1.273 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Mon Sep 4 22:15:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C403616A4DA; Mon, 4 Sep 2006 22:15:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3B743D46; Mon, 4 Sep 2006 22:15:44 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84MFilI034969; Mon, 4 Sep 2006 22:15:44 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84MFiIr034968; Mon, 4 Sep 2006 22:15:44 GMT (envelope-from pjd) Message-Id: <200609042215.k84MFiIr034968@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 4 Sep 2006 22:15:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 22:15:44 -0000 pjd 2006-09-04 22:15:44 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Add 'show vnode ' DDB command. Revision Changes Path 1.682 +18 -2 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 01:17:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEEFA16A4DA; Tue, 5 Sep 2006 01:17:59 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129E943D78; Tue, 5 Sep 2006 01:17:52 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k851Hp5P063974; Tue, 5 Sep 2006 01:17:51 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k851HpIj063973; Tue, 5 Sep 2006 01:17:51 GMT (envelope-from matusita) Message-Id: <200609050117.k851HpIj063973@repoman.freebsd.org> From: Makoto Matsushita Date: Tue, 5 Sep 2006 01:17:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 01:17:59 -0000 matusita 2006-09-05 01:17:51 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add lines to remove pccardd(8) stuff (binary and manuals). Found by: "make delete-old" on my 7-current box Reviewed by: imp MFC after: 1 week Revision Changes Path 1.50 +4 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Tue Sep 5 03:23:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 714C116A4DA; Tue, 5 Sep 2006 03:23:04 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD2A43D46; Tue, 5 Sep 2006 03:23:03 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k853N33C082693; Tue, 5 Sep 2006 03:23:03 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k853N3v5082692; Tue, 5 Sep 2006 03:23:03 GMT (envelope-from csjp) Message-Id: <200609050323.k853N3v5082692@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 5 Sep 2006 03:23:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 03:23:04 -0000 csjp 2006-09-05 03:23:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_cache.c Log: MFC vfs_cache.c revision 1.106 Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should be filesystem agnostic. We are not touching any file system specific functions in this code path. Since we have a cache lock, there is really no need to keep Giant around here. This eliminates Giant acquisitions for any syscall which is auditing pathnames. Revision Changes Path 1.103.2.2 +0 -4 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 05:23:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A821E16A4DE; Tue, 5 Sep 2006 05:23:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6833C43D45; Tue, 5 Sep 2006 05:23:52 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k855Nq9o001266; Tue, 5 Sep 2006 05:23:52 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k855Nqo6001265; Tue, 5 Sep 2006 05:23:52 GMT (envelope-from kientzle) Message-Id: <200609050523.k855Nqo6001265@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 5 Sep 2006 05:23:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libarchive archive.h.in archive_private.h archive_read.c archive_read_open_fd.c archive_read_open_file.c archive_read_support_compression_bzip2.c archive_read_support_compression_compress.c archive_read_support_compression_gzip.c archive_read_support_compression_none.c archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 05:23:52 -0000 kientzle 2006-09-05 05:23:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive.h.in archive_private.h archive_read.c archive_read_open_fd.c archive_read_open_file.c archive_read_support_compression_bzip2.c archive_read_support_compression_compress.c archive_read_support_compression_gzip.c archive_read_support_compression_none.c archive_read_support_format_tar.c Log: MFC performance improvements when skipping entry bodies. In particular, this speeds up listing contents or extracting single files from uncompressed archives read from slow, seekable media (e.g., slow disk drives). Thanks to: Benjamin Lutz for doing the heavy lifting, critical bugfix from Chris Spiegel Revision Changes Path 1.23.2.2 +10 -3 src/lib/libarchive/archive.h.in 1.18.2.2 +2 -0 src/lib/libarchive/archive_private.h 1.15.2.2 +15 -0 src/lib/libarchive/archive_read.c 1.3.8.2 +45 -3 src/lib/libarchive/archive_read_open_fd.c 1.8.2.2 +47 -2 src/lib/libarchive/archive_read_open_file.c 1.7.2.2 +1 -0 src/lib/libarchive/archive_read_support_compression_bzip2.c 1.3.2.2 +1 -0 src/lib/libarchive/archive_read_support_compression_compress.c 1.9.2.1 +1 -0 src/lib/libarchive/archive_read_support_compression_gzip.c 1.6.2.1 +73 -0 src/lib/libarchive/archive_read_support_compression_none.c 1.32.2.2 +46 -1 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 05:59:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE85016A4DE; Tue, 5 Sep 2006 05:59:47 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984F543D4C; Tue, 5 Sep 2006 05:59:47 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k855xlPe003099; Tue, 5 Sep 2006 05:59:47 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k855xlR0003098; Tue, 5 Sep 2006 05:59:47 GMT (envelope-from kientzle) Message-Id: <200609050559.k855xlR0003098@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 5 Sep 2006 05:59:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive.h.in archive_private.h archive_read.3 archive_read.c archive_read_extract.c archive_read_open_file.c archive_read_support_format_tar.c archive_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 05:59:47 -0000 kientzle 2006-09-05 05:59:46 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in archive_private.h archive_read.3 archive_read.c archive_read_extract.c archive_read_open_file.c archive_read_support_format_tar.c archive_write.c Log: Some minor corrections: * Expose functions for setting the "skip file" dev/ino information * Expose functions for setting/querying the block size on reads * Correctly propagate errors out of archive_read_close/archive_write_close * Update manpage with information about new functions Revision Changes Path 1.50 +4 -0 src/lib/libarchive/Makefile 1.31 +12 -1 src/lib/libarchive/archive.h.in 1.23 +1 -1 src/lib/libarchive/archive_private.h 1.24 +39 -12 src/lib/libarchive/archive_read.3 1.22 +17 -14 src/lib/libarchive/archive_read.c 1.47 +3 -2 src/lib/libarchive/archive_read_extract.c 1.11 +1 -1 src/lib/libarchive/archive_read_open_file.c 1.43 +2 -2 src/lib/libarchive/archive_read_support_format_tar.c 1.18 +47 -7 src/lib/libarchive/archive_write.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 07:06:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CAE416A4DD; Tue, 5 Sep 2006 07:06:16 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1F143D70; Tue, 5 Sep 2006 07:06:16 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8576FX6008870; Tue, 5 Sep 2006 07:06:15 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8576Far008857; Tue, 5 Sep 2006 07:06:15 GMT (envelope-from mr) Message-Id: <200609050706.k8576Far008857@repoman.freebsd.org> From: Michael Reifenberger Date: Tue, 5 Sep 2006 07:06:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 07:06:16 -0000 mr 2006-09-05 07:06:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/vge if_vge.c Log: MFC rev. 1.25 from if_vge.c Submitted by: Oleg Bulyzhin Revision Changes Path 1.14.2.8 +2 -0 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 12:01:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267AF16A6B7; Tue, 5 Sep 2006 12:01:10 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D160243D70; Tue, 5 Sep 2006 12:01:09 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85C19t3037201; Tue, 5 Sep 2006 12:01:09 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85C193M037200; Tue, 5 Sep 2006 12:01:09 GMT (envelope-from davidxu) Message-Id: <200609051201.k85C193M037200@repoman.freebsd.org> From: David Xu Date: Tue, 5 Sep 2006 12:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 12:01:10 -0000 davidxu 2006-09-05 12:01:09 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Merge all code of do_lock_normal, do_lock_pi and do_lock_pp into function do_lock_umutex. Revision Changes Path 1.45 +52 -120 src/sys/kern/kern_umtx.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 12:04:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6315516A4DD; Tue, 5 Sep 2006 12:04:03 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B92C43D82; Tue, 5 Sep 2006 12:03:54 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 9D3695C77; Tue, 5 Sep 2006 16:03:53 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 79FE85C53; Tue, 5 Sep 2006 16:03:53 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k85C3tKH055390; Tue, 5 Sep 2006 16:03:55 +0400 (MSD) (envelope-from ru) Date: Tue, 5 Sep 2006 16:03:55 +0400 From: Ruslan Ermilov To: Pawel Jakub Dawidek Message-ID: <20060905120355.GB55242@rambler-co.ru> References: <200609042215.k84MFiIr034968@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline In-Reply-To: <200609042215.k84MFiIr034968@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 12:04:03 -0000 --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 04, 2006 at 10:15:44PM +0000, Pawel Jakub Dawidek wrote: > pjd 2006-09-04 22:15:44 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern vfs_subr.c=20 > Log: > Add 'show vnode ' DDB command. > =20 > Revision Changes Path > 1.682 +18 -2 src/sys/kern/vfs_subr.c >=20 We really need to start documenting DDB commands in ddb(4) manpage. I've also talked to John about this, and he'll probably add the descriptions of all these nice commands he has added in the past; I ask that you also do it. PLEASE! The more exposure we get to these tools, the more users of them we'll have, the more quality bug reports we may obtain. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE/WerqRfpzJluFF4RAiPCAKCdwbIggP0TZ1k+FpW5Gu7HuwLFqQCfW4an FLfHL4w0fRLwmgRoDhKczx4= =+PqC -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN-- From owner-cvs-src@FreeBSD.ORG Tue Sep 5 12:08:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0284916A4DE; Tue, 5 Sep 2006 12:08:48 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B297343D45; Tue, 5 Sep 2006 12:08:47 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85C8lZ7038741; Tue, 5 Sep 2006 12:08:47 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85C8l4X038740; Tue, 5 Sep 2006 12:08:47 GMT (envelope-from glebius) Message-Id: <200609051208.k85C8l4X038740@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 5 Sep 2006 12:08:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 12:08:48 -0000 glebius 2006-09-05 12:08:47 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: - Make net.inet.tcp.maxtcptw modifiable at run time. - If net.inet.tcp.maxtcptw was ever set explicitly, do not change it if kern.ipc.maxsockets is changed. Revision Changes Path 1.256 +28 -7 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 12:17:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B20B16A4E8; Tue, 5 Sep 2006 12:17:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636CF43D7C; Tue, 5 Sep 2006 12:17:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85CHtI9039349; Tue, 5 Sep 2006 12:17:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85CHt88039348; Tue, 5 Sep 2006 12:17:55 GMT (envelope-from pjd) Message-Id: <200609051217.k85CHt88039348@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 5 Sep 2006 12:17:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 12:17:57 -0000 pjd 2006-09-05 12:17:55 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: Document 'show vnode'. Reminded by: ru Revision Changes Path 1.31 +5 -0 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Tue Sep 5 12:22:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F16C616A4E0; Tue, 5 Sep 2006 12:22:54 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC7143D6D; Tue, 5 Sep 2006 12:22:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85CMsiS039731; Tue, 5 Sep 2006 12:22:54 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85CMshO039730; Tue, 5 Sep 2006 12:22:54 GMT (envelope-from glebius) Message-Id: <200609051222.k85CMshO039730@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 5 Sep 2006 12:22:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 12:22:55 -0000 glebius 2006-09-05 12:22:54 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Remove extra parenthesis in last commit. Nitpicked by: ru Revision Changes Path 1.257 +2 -2 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 12:25:04 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118F716A4E0; Tue, 5 Sep 2006 12:25:04 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFCC43D58; Tue, 5 Sep 2006 12:25:02 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.181.15] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1GKZzB17bV-0003nR; Tue, 05 Sep 2006 14:25:01 +0200 From: Max Laier Organization: FreeBSD To: Sam Leffler Date: Tue, 5 Sep 2006 14:24:52 +0200 User-Agent: KMail/1.9.3 References: <200609042149.k84LnVup032045@repoman.freebsd.org> In-Reply-To: <200609042149.k84LnVup032045@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2198622.Bet7JW3QDB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200609051425.00446.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys param.h src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 12:25:04 -0000 --nextPart2198622.Bet7JW3QDB Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 04 September 2006 23:49, Sam Leffler wrote: > sam 2006-09-04 21:49:31 UTC > > FreeBSD src repository > > Modified files: > sys/sys param.h > . UPDATING > Log: > bump version=20 Thank you ... > for libpcap+tcpdump imports=20 =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart2198622.Bet7JW3QDB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE/WycXyyEoT62BG0RAhVSAJ45wUoXzJ7nMCgIBD6WWix8NCEx8wCfTeAR X7yFb5A47jsYNjGaHMUED0o= =/ioA -----END PGP SIGNATURE----- --nextPart2198622.Bet7JW3QDB-- From owner-cvs-src@FreeBSD.ORG Tue Sep 5 13:20:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B9416A4E6; Tue, 5 Sep 2006 13:20:42 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9609843D58; Tue, 5 Sep 2006 13:20:41 +0000 (GMT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85DKfeg051415; Tue, 5 Sep 2006 13:20:41 GMT (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85DKf8t051414; Tue, 5 Sep 2006 13:20:41 GMT (envelope-from daichi) Message-Id: <200609051320.k85DKf8t051414@repoman.freebsd.org> From: Daichi GOTO Date: Tue, 5 Sep 2006 13:20:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 13:20:42 -0000 daichi 2006-09-05 13:20:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_lookup.c Log: MFC: ufs_lookup.c 1.81 - fixes around whiteout processing bug Revision Changes Path 1.77.2.3 +10 -2 src/sys/ufs/ufs/ufs_lookup.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 14:01:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C46C16A4E1; Tue, 5 Sep 2006 14:01:00 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BC243D70; Tue, 5 Sep 2006 14:01:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85E0xsW053369; Tue, 5 Sep 2006 14:00:59 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85E0xWR053368; Tue, 5 Sep 2006 14:00:59 GMT (envelope-from glebius) Message-Id: <200609051400.k85E0xWR053368@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 5 Sep 2006 14:00:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 14:01:00 -0000 glebius 2006-09-05 14:00:59 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Finally fix rev. 1.256 Pointy hat to: glebius Revision Changes Path 1.258 +4 -3 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 14:37:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29CCD16A4DD; Tue, 5 Sep 2006 14:37:24 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164DE43D4C; Tue, 5 Sep 2006 14:37:23 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85EbMBG056212; Tue, 5 Sep 2006 14:37:22 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85EbMDn056211; Tue, 5 Sep 2006 14:37:22 GMT (envelope-from davidxu) Message-Id: <200609051437.k85EbMDn056211@repoman.freebsd.org> From: David Xu Date: Tue, 5 Sep 2006 14:37:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_setschedparam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 14:37:24 -0000 davidxu 2006-09-05 14:37:22 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_setschedparam.c Log: Pass correct parameter size. Revision Changes Path 1.16 +2 -2 src/lib/libthr/thread/thr_setschedparam.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 14:39:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DB1816A4DF; Tue, 5 Sep 2006 14:39:08 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C30A43D53; Tue, 5 Sep 2006 14:39:06 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85Ed6ct056317; Tue, 5 Sep 2006 14:39:06 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85Ed6B1056316; Tue, 5 Sep 2006 14:39:06 GMT (envelope-from davidxu) Message-Id: <200609051439.k85Ed6B1056316@repoman.freebsd.org> From: David Xu Date: Tue, 5 Sep 2006 14:39:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_setprio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 14:39:08 -0000 davidxu 2006-09-05 14:39:06 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_setprio.c Log: Same as pthread_setschedparam, use sizeof(struct sched_param) instead. Revision Changes Path 1.6 +2 -2 src/lib/libthr/thread/thr_setprio.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 14:55:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B80E16A60F; Tue, 5 Sep 2006 14:55:32 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53043D46; Tue, 5 Sep 2006 14:55:32 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85EtWat057403; Tue, 5 Sep 2006 14:55:32 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85EtWD8057402; Tue, 5 Sep 2006 14:55:32 GMT (envelope-from bmah) Message-Id: <200609051455.k85EtWD8057402@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 5 Sep 2006 14:55:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 14:55:32 -0000 bmah 2006-09-05 14:55:32 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: libpcap 0.9.4, tcpdump 3.9.4. Revision Changes Path 1.971 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Sep 5 16:21:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4254D16A4E7; Tue, 5 Sep 2006 16:21:30 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EA743D7F; Tue, 5 Sep 2006 16:21:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85GLSkY066903; Tue, 5 Sep 2006 16:21:28 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85GLRoN066898; Tue, 5 Sep 2006 16:21:27 GMT (envelope-from ru) Message-Id: <200609051621.k85GLRoN066898@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Sep 2006 16:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/i386/gen Makefile.inc alloca.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 16:21:30 -0000 ru 2006-09-05 16:21:27 UTC FreeBSD src repository Modified files: lib/libc/i386/gen Makefile.inc Removed files: lib/libc/i386/gen alloca.S Log: GC dead code. If we want to stay polite to the foreign compilers, we can find another way to issue an #error, but using a preprocessed assembler for that purpose and clobbering libc.a with an empty .o just for the sake of #error reporting is way too much of a burden. Revision Changes Path 1.23 +1 -1 src/lib/libc/i386/gen/Makefile.inc 1.13 +0 -62 src/lib/libc/i386/gen/alloca.S (dead) From owner-cvs-src@FreeBSD.ORG Tue Sep 5 16:30:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033AA16A4E1; Tue, 5 Sep 2006 16:30:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AA843D7F; Tue, 5 Sep 2006 16:30:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85GUBOH067303; Tue, 5 Sep 2006 16:30:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85GUBmp067302; Tue, 5 Sep 2006 16:30:11 GMT (envelope-from ru) Message-Id: <200609051630.k85GUBmp067302@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Sep 2006 16:30:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib alloca.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 16:30:14 -0000 ru 2006-09-05 16:30:11 UTC FreeBSD src repository Modified files: lib/libc/stdlib alloca.3 Log: alloca() cannot check if the allocation is valid; mention the consequences. Obtained from: OpenBSD Revision Changes Path 1.12 +13 -4 src/lib/libc/stdlib/alloca.3 From owner-cvs-src@FreeBSD.ORG Tue Sep 5 16:55:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D75F16A4DF; Tue, 5 Sep 2006 16:55:14 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D599B43D7F; Tue, 5 Sep 2006 16:55:13 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85GtDXb076579; Tue, 5 Sep 2006 16:55:13 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85GtDmL076578; Tue, 5 Sep 2006 16:55:13 GMT (envelope-from anholt) Message-Id: <200609051655.k85GtDmL076578@repoman.freebsd.org> From: Eric Anholt Date: Tue, 5 Sep 2006 16:55:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.amd64 src/sys/modules/agp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 16:55:15 -0000 anholt 2006-09-05 16:55:13 UTC FreeBSD src repository Modified files: sys/conf files.amd64 sys/modules/agp Makefile Log: Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express chipsets. PR: kern/93676 Submitted by: Jan Blaha MFC after: 1 week Revision Changes Path 1.93 +1 -0 src/sys/conf/files.amd64 1.18 +1 -1 src/sys/modules/agp/Makefile From owner-cvs-src@FreeBSD.ORG Tue Sep 5 16:57:51 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D07016A4DF; Tue, 5 Sep 2006 16:57:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D0C43D5F; Tue, 5 Sep 2006 16:57:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k85GvdVe068693; Tue, 5 Sep 2006 12:57:40 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Slawa Olhovchenkov Date: Tue, 5 Sep 2006 12:25:35 -0400 User-Agent: KMail/1.9.1 References: <200601030917.k039H4pC060911@repoman.freebsd.org> <20060903184227.GA6453%slw@zxy.spb.ru> In-Reply-To: <20060903184227.GA6453%slw@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609051225.36053.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 05 Sep 2006 12:57:40 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1806/Tue Sep 5 11:00:48 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Brian Somers , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/su su.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 16:57:51 -0000 On Sunday 03 September 2006 14:42, Slawa Olhovchenkov wrote: > On Tue, Jan 03, 2006 at 09:17:04AM +0000, Brian Somers wrote: > > > brian 2006-01-03 09:17:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/su su.c > > Log: > > Fix the other su bug reintroduced two commits ago, namely > > > > $ su > > % kill -STOP $$ > > > > where su is executing (t)csh. csh's job handling is a little more > > special than that of (a)sh, bash and even zsh and blows up a little > > more spectacularly. This modification restores the original mucking > > about with the tty pgrp, but is careful to only do it when su (or > > su's child) is the foreground process. > > > > While I'm here, fix a STDERR_FILENO spelling as suggested by bde. > > This is break 'make config' in ports tree: > > > make config > ===> Switching to root credentials to create /var/db/ports/glib20 > ===> Returning to user credentials > > Suspended (tty output) I've noticed weirdness where the tty seems to get into a funk where every su goes into suspended mode, such that I have to 'fg' and then enter the root password. Then it will keep chugging along until the next su. This seems to imply that the tty state is hosed somehow. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Sep 5 17:09:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7395616A4E1; Tue, 5 Sep 2006 17:09:42 +0000 (UTC) Date: Tue, 5 Sep 2006 17:09:42 +0000 From: Alexey Dokuchaev To: John Baldwin Message-ID: <20060905170942.GA71920@FreeBSD.org> References: <200601030917.k039H4pC060911@repoman.freebsd.org> <20060903184227.GA6453%slw@zxy.spb.ru> <200609051225.36053.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200609051225.36053.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Brian Somers , cvs-all@freebsd.org, Slawa Olhovchenkov Subject: Re: cvs commit: src/usr.bin/su su.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 17:09:42 -0000 On Tue, Sep 05, 2006 at 12:25:35PM -0400, John Baldwin wrote: > On Sunday 03 September 2006 14:42, Slawa Olhovchenkov wrote: > > On Tue, Jan 03, 2006 at 09:17:04AM +0000, Brian Somers wrote: > > > > > brian 2006-01-03 09:17:04 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > usr.bin/su su.c > > > Log: > > > Fix the other su bug reintroduced two commits ago, namely > > > > > > $ su > > > % kill -STOP $$ > > > > > > where su is executing (t)csh. csh's job handling is a little more > > > special than that of (a)sh, bash and even zsh and blows up a little > > > more spectacularly. This modification restores the original mucking > > > about with the tty pgrp, but is careful to only do it when su (or > > > su's child) is the foreground process. > > > > > > While I'm here, fix a STDERR_FILENO spelling as suggested by bde. > > > > This is break 'make config' in ports tree: > > > > > make config > > ===> Switching to root credentials to create /var/db/ports/glib20 > > ===> Returning to user credentials > > > > Suspended (tty output) > > I've noticed weirdness where the tty seems to get into a funk where every su > goes into suspended mode, such that I have to 'fg' and then enter the root > password. Then it will keep chugging along until the next su. This seems > to imply that the tty state is hosed somehow. I can say that this "Suspended (tty output)" and requirement to do "fg" annoys me for several months already (I'm using tcsh(1)). I've also noticed that I have to press Enter after every command in ispell(1), but this fact might not be related (though I'm kinda under impression that these two situations started to occur after one make kernel/world). ./danfe From owner-cvs-src@FreeBSD.ORG Tue Sep 5 17:15:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C34816A4DF; Tue, 5 Sep 2006 17:15:35 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB87943D5F; Tue, 5 Sep 2006 17:15:26 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85HFQuG078970; Tue, 5 Sep 2006 17:15:26 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85HFPtF078969; Tue, 5 Sep 2006 17:15:25 GMT (envelope-from sobomax) Message-Id: <200609051715.k85HFPtF078969@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 5 Sep 2006 17:15:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 17:15:35 -0000 sobomax 2006-09-05 17:15:25 UTC FreeBSD src repository Modified files: sys/i386/i386 local_apic.c sys/amd64/amd64 local_apic.c Log: The FreeBSD by default "disables" hyper-threading cores, by not scheduling any threads to them. However, it still counts those cores as "active but permanently idle" when calculating system-wide CPUs statistics. It is incorrect, since it skews statistics quite a bit and creates real problems for certain types of applications (monitoring applications for example), by making them believe that the system does have enough idle CPU resources, while in fact it does not. Correct the problem by not calling performance counting routines on "disabled" cores. The cleaner solution would be to just disable APIC timer interrupts on those cores completely, but ENOTIME here and it is not clear if the additional complexity really worth minor performance gain. Reviewed by: ssouhlal Sponsored by: Sippy Software, Inc. MFC after: 2 weeks Revision Changes Path 1.27 +10 -0 src/sys/amd64/amd64/local_apic.c 1.29 +10 -0 src/sys/i386/i386/local_apic.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 17:28:03 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B7016A4DF; Tue, 5 Sep 2006 17:28:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F28043D4C; Tue, 5 Sep 2006 17:27:54 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k85HRljG068893; Tue, 5 Sep 2006 13:27:48 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Maxim Sobolev Date: Tue, 5 Sep 2006 13:27:49 -0400 User-Agent: KMail/1.9.1 References: <200609051715.k85HFPtF078969@repoman.freebsd.org> In-Reply-To: <200609051715.k85HFPtF078969@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609051327.50788.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 05 Sep 2006 13:27:48 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1806/Tue Sep 5 11:00:48 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 17:28:03 -0000 On Tuesday 05 September 2006 13:15, Maxim Sobolev wrote: > sobomax 2006-09-05 17:15:25 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 local_apic.c > sys/amd64/amd64 local_apic.c > Log: > The FreeBSD by default "disables" hyper-threading cores, by not scheduling > any threads to them. However, it still counts those cores as "active but > permanently idle" when calculating system-wide CPUs statistics. It is > incorrect, since it skews statistics quite a bit and creates real problems > for certain types of applications (monitoring applications for example), > by making them believe that the system does have enough idle CPU resources, > while in fact it does not. > > Correct the problem by not calling performance counting routines on "disabled" > cores. The cleaner solution would be to just disable APIC timer interrupts on > those cores completely, but ENOTIME here and it is not clear if the > additional complexity really worth minor performance gain. Is this going to break various places dividing stats by hw.ncpu (in userland) or mp_ncpus (in kernel)? (That is, are there any such places. If so, you just broke them.) -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Sep 5 18:18:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8E716A4DD; Tue, 5 Sep 2006 18:18:26 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1802643D4C; Tue, 5 Sep 2006 18:18:25 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.49] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k85IIMxK031025 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Sep 2006 11:18:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44FDBF5F.3010107@FreeBSD.org> Date: Tue, 05 Sep 2006 11:18:07 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: John Baldwin References: <200609051715.k85HFPtF078969@repoman.freebsd.org> <200609051327.50788.jhb@freebsd.org> In-Reply-To: <200609051327.50788.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 18:18:27 -0000 John Baldwin wrote: > On Tuesday 05 September 2006 13:15, Maxim Sobolev wrote: >> sobomax 2006-09-05 17:15:25 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/i386 local_apic.c >> sys/amd64/amd64 local_apic.c >> Log: >> The FreeBSD by default "disables" hyper-threading cores, by not scheduling >> any threads to them. However, it still counts those cores as "active but >> permanently idle" when calculating system-wide CPUs statistics. It is >> incorrect, since it skews statistics quite a bit and creates real problems >> for certain types of applications (monitoring applications for example), >> by making them believe that the system does have enough idle CPU > resources, >> while in fact it does not. >> >> Correct the problem by not calling performance counting routines > on "disabled" >> cores. The cleaner solution would be to just disable APIC timer interrupts > on >> those cores completely, but ENOTIME here and it is not clear if the >> additional complexity really worth minor performance gain. > > Is this going to break various places dividing stats by hw.ncpu (in userland) > or mp_ncpus (in kernel)? Well, I don't think so, since all those statistics tells is how many times system is found in particular state (idle, system, userland, interrupt), it doesn't tell how exactly those states are distributed across available CPUs, so that dividing it by number of CPUs doesn't change the whole picture - you can only say that each CPU say is loaded by XX% when the whole system is loaded by XX%. Therefore, I can't imagine any situation when this change would create a problem. > (That is, are there any such places. If so, you > just broke them.) No, I believe that I did not, unless you can provide example of the contrary. -Maxim From owner-cvs-src@FreeBSD.ORG Tue Sep 5 18:49:14 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DD016A4DD; Tue, 5 Sep 2006 18:49:14 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD2743D67; Tue, 5 Sep 2006 18:49:03 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k85ImtIg069407; Tue, 5 Sep 2006 14:48:55 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Maxim Sobolev Date: Tue, 5 Sep 2006 14:35:36 -0400 User-Agent: KMail/1.9.1 References: <200609051715.k85HFPtF078969@repoman.freebsd.org> <200609051327.50788.jhb@freebsd.org> <44FDBF5F.3010107@FreeBSD.org> In-Reply-To: <44FDBF5F.3010107@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609051435.37443.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 05 Sep 2006 14:48:55 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1806/Tue Sep 5 11:00:48 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 18:49:14 -0000 On Tuesday 05 September 2006 14:18, Maxim Sobolev wrote: > John Baldwin wrote: > > On Tuesday 05 September 2006 13:15, Maxim Sobolev wrote: > >> sobomax 2006-09-05 17:15:25 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/i386/i386 local_apic.c > >> sys/amd64/amd64 local_apic.c > >> Log: > >> The FreeBSD by default "disables" hyper-threading cores, by not scheduling > >> any threads to them. However, it still counts those cores as "active but > >> permanently idle" when calculating system-wide CPUs statistics. It is > >> incorrect, since it skews statistics quite a bit and creates real problems > >> for certain types of applications (monitoring applications for example), > >> by making them believe that the system does have enough idle CPU > > resources, > >> while in fact it does not. > >> > >> Correct the problem by not calling performance counting routines > > on "disabled" > >> cores. The cleaner solution would be to just disable APIC timer interrupts > > on > >> those cores completely, but ENOTIME here and it is not clear if the > >> additional complexity really worth minor performance gain. > > > > Is this going to break various places dividing stats by hw.ncpu (in userland) > > or mp_ncpus (in kernel)? > > Well, I don't think so, since all those statistics tells is how many > times system is found in particular state (idle, system, userland, > interrupt), it doesn't tell how exactly those states are distributed > across available CPUs, so that dividing it by number of CPUs doesn't > change the whole picture - you can only say that each CPU say is loaded > by XX% when the whole system is loaded by XX%. Therefore, I can't > imagine any situation when this change would create a problem. I actually have a patch to make cp_time[] per-cpu which at least clears up the confusion for that case. > > (That is, are there any such places. If so, you > > just broke them.) > > No, I believe that I did not, unless you can provide example of the > contrary. linprocfs, but it lies anyway. I've engaged in hacks like this in 4.x, but I think they are just that: hacks. I think a real fix is to support turning off CPUs in the MI code and allow userland to query via a non-hackish interface how many CPUs are actually enabled and get appropriate load stats, etc. based on that. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:16:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1E016A4DE; Tue, 5 Sep 2006 19:16:11 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF0143D45; Tue, 5 Sep 2006 19:16:11 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JGBGB096251; Tue, 5 Sep 2006 19:16:11 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85JGBcD096250; Tue, 5 Sep 2006 19:16:11 GMT (envelope-from mohans) Message-Id: <200609051916.k85JGBcD096250@repoman.freebsd.org> From: Mohan Srinivasan Date: Tue, 5 Sep 2006 19:16:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:16:11 -0000 mohans 2006-09-05 19:16:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h Log: MFC: Fixes an edge case bug in timewait handling where ticks rolling over causing the timewait expiry to be exactly 0 corrupts the timewait queues (and that entry). Revision Changes Path 1.281.2.9 +1 -1 src/sys/netinet/tcp_input.c 1.228.2.8 +1 -1 src/sys/netinet/tcp_subr.c 1.74.2.4 +3 -4 src/sys/netinet/tcp_timer.c 1.27.2.2 +1 -1 src/sys/netinet/tcp_timer.h From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:18:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F0C16A4DD; Tue, 5 Sep 2006 19:18:42 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A11AC43D46; Tue, 5 Sep 2006 19:18:42 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JIgo3096377; Tue, 5 Sep 2006 19:18:42 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85JIgJT096376; Tue, 5 Sep 2006 19:18:42 GMT (envelope-from mohans) Message-Id: <200609051918.k85JIgJT096376@repoman.freebsd.org> From: Mohan Srinivasan Date: Tue, 5 Sep 2006 19:18:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:18:43 -0000 mohans 2006-09-05 19:18:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_subr.c Log: MFC: Fix for a bug that causes the computation of "len" in tcp_output() to get messed up, resulting in an inconsistency between the TCP state and so_snd. Revision Changes Path 1.228.2.9 +4 -0 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:20:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 054E716A4DE; Tue, 5 Sep 2006 19:20:48 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E1343D62; Tue, 5 Sep 2006 19:20:42 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JKgbW096552; Tue, 5 Sep 2006 19:20:42 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85JKgcb096551; Tue, 5 Sep 2006 19:20:42 GMT (envelope-from jhay) Message-Id: <200609051920.k85JKgcb096551@repoman.freebsd.org> From: John Hay Date: Tue, 5 Sep 2006 19:20:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 ip6_forward.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:20:48 -0000 jhay 2006-09-05 19:20:42 UTC FreeBSD src repository Modified files: sys/netinet6 ip6_forward.c Log: Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision to generate icmp6 redirects. Now it is possible to switch redirects off. MFC after: 1 week Revision Changes Path 1.35 +1 -1 src/sys/netinet6/ip6_forward.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:28:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF2516A4DA; Tue, 5 Sep 2006 19:28:04 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4F743D4C; Tue, 5 Sep 2006 19:28:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JS35b098204; Tue, 5 Sep 2006 19:28:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85JS3ef098203; Tue, 5 Sep 2006 19:28:03 GMT (envelope-from ru) Message-Id: <200609051928.k85JS3ef098203@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Sep 2006 19:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/i386/pxeldr pxeldr.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:28:04 -0000 ru 2006-09-05 19:28:03 UTC FreeBSD src repository Modified files: sys/boot/i386/pxeldr pxeldr.S Log: - Include to get the RB_* defines. - Make the PROBE_KEYBOARD option better resemble the -P option in boot2, i.e., if keyboard isn't present then boot with both RB_SERIAL and RB_MULTIPLE set. Reviewed by: jhb Revision Changes Path 1.15 +4 -6 src/sys/boot/i386/pxeldr/pxeldr.S From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:29:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE63E16A4E2; Tue, 5 Sep 2006 19:29:38 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2C943D45; Tue, 5 Sep 2006 19:29:38 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JTcv6098255; Tue, 5 Sep 2006 19:29:38 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85JTcKC098254; Tue, 5 Sep 2006 19:29:38 GMT (envelope-from obrien) Message-Id: <200609051929.k85JTcKC098254@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Sep 2006 19:29:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/lib/libsupc++ Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:29:38 -0000 obrien 2006-09-05 19:29:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/lib/libsupc++ Makefile Log: MFC: rev 1.8: update libsupc++ to include missing files Revision Changes Path 1.6.8.2 +6 -5 src/gnu/lib/libsupc++/Makefile From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:42:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E99D216A4DA; Tue, 5 Sep 2006 19:42:55 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A201B43D49; Tue, 5 Sep 2006 19:42:55 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JgtuH098973; Tue, 5 Sep 2006 19:42:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85Jgt4H098972; Tue, 5 Sep 2006 19:42:55 GMT (envelope-from obrien) Message-Id: <200609051942.k85Jgt4H098972@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Sep 2006 19:42:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/libstdc++/include/ext demangle.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:42:56 -0000 obrien 2006-09-05 19:42:55 UTC FreeBSD src repository Removed files: (Branch: RELENG_6) contrib/libstdc++/include/ext demangle.h Log: Remove header that disappeared between 3.4.2 and 3.4.4. Revision Changes Path 1.1.1.1.8.1 +0 -2789 src/contrib/libstdc++/include/ext/demangle.h (dead) From owner-cvs-src@FreeBSD.ORG Tue Sep 5 19:52:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA40616A516; Tue, 5 Sep 2006 19:52:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC8D43E48; Tue, 5 Sep 2006 19:48:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85JmARi099270; Tue, 5 Sep 2006 19:48:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85JmAv3099269; Tue, 5 Sep 2006 19:48:10 GMT (envelope-from jhb) Message-Id: <200609051948.k85JmAv3099269@repoman.freebsd.org> From: John Baldwin Date: Tue, 5 Sep 2006 19:48:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:52:46 -0000 jhb 2006-09-05 19:48:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: Sync up with most of the changes to RELENG_6 including using bus_dma, new PCI IDs, lots of style changes, suspend/resume methods. Things not included include the INTR_FAST + taskqueue changes, link flapping workarounds in em_ioctl(), and jumbo frame fixups for architectures that require strict alignment. Revision Changes Path 1.1.2.3 +3 -1 src/sys/dev/em/LICENSE 1.1.2.10 +65 -23 src/sys/dev/em/README 1.2.2.24 +1867 -1498 src/sys/dev/em/if_em.c 1.1.2.19 +165 -185 src/sys/dev/em/if_em.h 1.1.2.14 +3236 -756 src/sys/dev/em/if_em_hw.c 1.1.2.14 +807 -56 src/sys/dev/em/if_em_hw.h 1.1.2.16 +63 -32 src/sys/dev/em/if_em_osdep.h From owner-cvs-src@FreeBSD.ORG Tue Sep 5 20:00:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DACE16A4DD; Tue, 5 Sep 2006 20:00:41 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FCB43DC8; Tue, 5 Sep 2006 20:00:08 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85K08Va000929; Tue, 5 Sep 2006 20:00:08 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85K07Pc000928; Tue, 5 Sep 2006 20:00:07 GMT (envelope-from ru) Message-Id: <200609052000.k85K07Pc000928@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 5 Sep 2006 20:00:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:00:41 -0000 ru 2006-09-05 20:00:07 UTC FreeBSD src repository Modified files: share/man/man5 make.conf.5 Log: - Move descriptions of BOOT_COMCONSOLE_PORT, BOOT_COMCONSOLE_SPEED, and LOADER_TFTP_SUPPORT options into the world section since boot blocks are built as part of the world. - Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD options of pxeboot(8). MFC after: 3 days Revision Changes Path 1.137 +44 -24 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Sep 5 20:03:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5FC16A4E0; Tue, 5 Sep 2006 20:03:28 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8C243D8F; Tue, 5 Sep 2006 20:03:03 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.49] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k85K2x90033671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Sep 2006 13:03:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44FDD7E5.1000803@FreeBSD.org> Date: Tue, 05 Sep 2006 13:02:45 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: John Baldwin References: <200609051715.k85HFPtF078969@repoman.freebsd.org> <200609051327.50788.jhb@freebsd.org> <44FDBF5F.3010107@FreeBSD.org> <200609051435.37443.jhb@freebsd.org> In-Reply-To: <200609051435.37443.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:03:28 -0000 John Baldwin wrote: >>> (That is, are there any such places. If so, you >>> just broke them.) >> No, I believe that I did not, unless you can provide example of the >> contrary. > > linprocfs, but it lies anyway. I've engaged in hacks like this in 4.x, That's what I mean - I can't imagine how can you get any useful statistics out of CPU times by combining it with number of processors. > but I think they are just that: hacks. I think a real fix is to support > turning off CPUs in the MI code and allow userland to query via a non-hackish > interface how many CPUs are actually enabled and get appropriate load stats, > etc. based on that. Yes, that's would be nice. But in the meantime my goal is to resolve obvious regression we have in the 6.x release in the presence of the HTT CPU. -Maxim From owner-cvs-src@FreeBSD.ORG Tue Sep 5 20:28:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1851116A4DA; Tue, 5 Sep 2006 20:28:33 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8617043D76; Tue, 5 Sep 2006 20:28:29 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85KSTTJ003578; Tue, 5 Sep 2006 20:28:29 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85KSTnS003577; Tue, 5 Sep 2006 20:28:29 GMT (envelope-from mjacob) Message-Id: <200609052028.k85KSTnS003577@repoman.freebsd.org> From: Matt Jacob Date: Tue, 5 Sep 2006 20:28:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_osm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:28:33 -0000 mjacob 2006-09-05 20:28:29 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic7xxx_osm.c Log: Coverity: initialize some variables before potential use. Revision Changes Path 1.45 +2 -0 src/sys/dev/aic7xxx/aic7xxx_osm.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 20:35:14 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F02FC16A4DD; Tue, 5 Sep 2006 20:35:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A9543D49; Tue, 5 Sep 2006 20:35:13 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k85KZBwO070121; Tue, 5 Sep 2006 16:35:11 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Maxim Sobolev Date: Tue, 5 Sep 2006 16:33:45 -0400 User-Agent: KMail/1.9.1 References: <200609051715.k85HFPtF078969@repoman.freebsd.org> <200609051435.37443.jhb@freebsd.org> <44FDD7E5.1000803@FreeBSD.org> In-Reply-To: <44FDD7E5.1000803@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609051633.46888.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 05 Sep 2006 16:35:11 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1806/Tue Sep 5 11:00:48 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:35:14 -0000 On Tuesday 05 September 2006 16:02, Maxim Sobolev wrote: > John Baldwin wrote: > >>> (That is, are there any such places. If so, you > >>> just broke them.) > >> No, I believe that I did not, unless you can provide example of the > >> contrary. > > > > linprocfs, but it lies anyway. I've engaged in hacks like this in 4.x, > > That's what I mean - I can't imagine how can you get any useful > statistics out of CPU times by combining it with number of processors. > > > but I think they are just that: hacks. I think a real fix is to support > > turning off CPUs in the MI code and allow userland to query via a non-hackish > > interface how many CPUs are actually enabled and get appropriate load stats, > > etc. based on that. > > Yes, that's would be nice. But in the meantime my goal is to resolve > obvious regression we have in the 6.x release in the presence of the HTT > CPU. It's not a regression I think as 4.x and 5.x both do the same as before this commit (IIRC), but that's ok. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Sep 5 20:40:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A234E16A518; Tue, 5 Sep 2006 20:40:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605D443D45; Tue, 5 Sep 2006 20:40:49 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85Kenub004475; Tue, 5 Sep 2006 20:40:49 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85KenML004474; Tue, 5 Sep 2006 20:40:49 GMT (envelope-from obrien) Message-Id: <200609052040.k85KenML004474@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Sep 2006 20:40:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/lib/libstdc++ Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:40:49 -0000 obrien 2006-09-05 20:40:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/lib/libstdc++ Makefile Log: demangle.h was removed in vendor sources sometime between 3.4.2 and 3.4.4. Revision Changes Path 1.55.2.2 +1 -1 src/gnu/lib/libstdc++/Makefile From owner-cvs-src@FreeBSD.ORG Tue Sep 5 20:41:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2EB16A68F; Tue, 5 Sep 2006 20:41:08 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 812E343D4C; Tue, 5 Sep 2006 20:41:08 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85Kf8Q0004596; Tue, 5 Sep 2006 20:41:08 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85Kf8Tq004595; Tue, 5 Sep 2006 20:41:08 GMT (envelope-from obrien) Message-Id: <200609052041.k85Kf8Tq004595@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Sep 2006 20:41:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/libstdc++ ChangeLog src/contrib/libstdc++/include/bits c++config fstream.tcc src/contrib/libstdc++/include/c_std std_cmath.h src/contrib/libstdc++/include/ext hashtable.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:41:08 -0000 obrien 2006-09-05 20:41:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/libstdc++ ChangeLog contrib/libstdc++/include/bits c++config fstream.tcc contrib/libstdc++/include/c_std std_cmath.h contrib/libstdc++/include/ext hashtable.h Log: MFC: GCC 3.4.6 C++ support bits (as of 2006/08/25 #116475). Revision Changes Path 1.1.1.19.2.1 +48 -0 src/contrib/libstdc++/ChangeLog 1.1.1.11.2.1 +1 -1 src/contrib/libstdc++/include/bits/c++config 1.1.1.7.2.1 +22 -7 src/contrib/libstdc++/include/bits/fstream.tcc 1.1.1.4.8.1 +33 -33 src/contrib/libstdc++/include/c_std/std_cmath.h 1.1.1.1.8.1 +2 -2 src/contrib/libstdc++/include/ext/hashtable.h From owner-cvs-src@FreeBSD.ORG Tue Sep 5 21:00:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7079016A4DE; Tue, 5 Sep 2006 21:00:58 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E6F543D76; Tue, 5 Sep 2006 21:00:58 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85L0w4J013460; Tue, 5 Sep 2006 21:00:58 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85L0wrv013459; Tue, 5 Sep 2006 21:00:58 GMT (envelope-from obrien) Message-Id: <200609052100.k85L0wrv013459@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Sep 2006 21:00:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/libf2c ChangeLog X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 21:00:58 -0000 obrien 2006-09-05 21:00:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/libf2c ChangeLog Log: MFC: GCC 3.4.6 F77 runtime support bits (as of 2006/08/25 #116475). Revision Changes Path 1.1.1.17.2.1 +8 -0 src/contrib/libf2c/ChangeLog From owner-cvs-src@FreeBSD.ORG Tue Sep 5 21:10:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E698616A4ED; Tue, 5 Sep 2006 21:10:17 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F87243D66; Tue, 5 Sep 2006 21:10:05 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85LA5GQ014985; Tue, 5 Sep 2006 21:10:05 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85LA5Qa014984; Tue, 5 Sep 2006 21:10:05 GMT (envelope-from obrien) Message-Id: <200609052110.k85LA5Qa014984@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 5 Sep 2006 21:10:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/libobjc ChangeLog README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 21:10:18 -0000 obrien 2006-09-05 21:10:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/libobjc ChangeLog README Log: MFC: GCC 3.4.6 Objective C support bits (as of 2006/08/25 #116475). Revision Changes Path 1.1.1.15.2.1 +14 -0 src/contrib/libobjc/ChangeLog 1.1.1.1.16.1 +16 -9 src/contrib/libobjc/README From owner-cvs-src@FreeBSD.ORG Tue Sep 5 21:56:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA1116A4DD; Tue, 5 Sep 2006 21:56:01 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09AB43D60; Tue, 5 Sep 2006 21:56:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85Lu0BN017388; Tue, 5 Sep 2006 21:56:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85Lu0Hj017387; Tue, 5 Sep 2006 21:56:00 GMT (envelope-from pjd) Message-Id: <200609052156.k85Lu0Hj017387@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 5 Sep 2006 21:56:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/gate g_gate.c g_gate.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 21:56:02 -0000 pjd 2006-09-05 21:56:00 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c g_gate.h Log: Fix problems with destroy and forcible destroy functionality: - hold/release device in start/done routines, this will probably slow down things a bit, but previous code was racy; - only release device if g_gate_destroy() failed - if it succeeded device is dead and there is nothing to release; - various other changes which makes forcible destruction reliable. MFC after: 3 days Revision Changes Path 1.24 +45 -73 src/sys/geom/gate/g_gate.c 1.9 +2 -2 src/sys/geom/gate/g_gate.h From owner-cvs-src@FreeBSD.ORG Tue Sep 5 22:33:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADFE16A4DE; Tue, 5 Sep 2006 22:33:59 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B27243D5A; Tue, 5 Sep 2006 22:33:56 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.49] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k85MXs3G037492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Sep 2006 15:33:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44FDFB43.90203@FreeBSD.org> Date: Tue, 05 Sep 2006 15:33:39 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: John Baldwin References: <200609051715.k85HFPtF078969@repoman.freebsd.org> <200609051435.37443.jhb@freebsd.org> <44FDD7E5.1000803@FreeBSD.org> <200609051633.46888.jhb@freebsd.org> In-Reply-To: <200609051633.46888.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 22:34:00 -0000 John Baldwin wrote: > On Tuesday 05 September 2006 16:02, Maxim Sobolev wrote: >> John Baldwin wrote: >>>>> (That is, are there any such places. If so, you >>>>> just broke them.) >>>> No, I believe that I did not, unless you can provide example of the >>>> contrary. >>> linprocfs, but it lies anyway. I've engaged in hacks like this in 4.x, >> That's what I mean - I can't imagine how can you get any useful >> statistics out of CPU times by combining it with number of processors. >> >>> but I think they are just that: hacks. I think a real fix is to support >>> turning off CPUs in the MI code and allow userland to query via a > non-hackish >>> interface how many CPUs are actually enabled and get appropriate load > stats, >>> etc. based on that. >> Yes, that's would be nice. But in the meantime my goal is to resolve >> obvious regression we have in the 6.x release in the presence of the HTT >> CPU. > > It's not a regression I think as 4.x and 5.x both do the same as before this > commit (IIRC), but that's ok. Yes, this problem was introduced by the fix to the famous "HTT vulnerability". -Maxim From owner-cvs-src@FreeBSD.ORG Tue Sep 5 23:10:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD51D16A4DD; Tue, 5 Sep 2006 23:10:59 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4BB43D45; Tue, 5 Sep 2006 23:10:59 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85NAx7u023103; Tue, 5 Sep 2006 23:10:59 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85NAxte023101; Tue, 5 Sep 2006 23:10:59 GMT (envelope-from alc) Message-Id: <200609052310.k85NAxte023101@repoman.freebsd.org> From: Alan Cox Date: Tue, 5 Sep 2006 23:10:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 23:10:59 -0000 alc 2006-09-05 23:10:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_contig.c Log: MFC revision 1.52 Prevent a call to contigmalloc() that asks for more physical memory than the machine has from causing a panic. Revision Changes Path 1.43.2.5 +1 -1 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 23:51:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 231CF16A4E6; Tue, 5 Sep 2006 23:51:35 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECC143D4C; Tue, 5 Sep 2006 23:51:32 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85NpW6F024969; Tue, 5 Sep 2006 23:51:32 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85NpW5I024968; Tue, 5 Sep 2006 23:51:32 GMT (envelope-from csjp) Message-Id: <200609052351.k85NpW5I024968@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 5 Sep 2006 23:51:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/secure/usr.sbin/sshd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 23:51:35 -0000 csjp 2006-09-05 23:51:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) secure/usr.sbin/sshd Makefile Log: Hook audit into the OpenSSH build, this results in audit records being submitted for successful/failed logins, as well as having OpenSSH set the audit context for a user when they login. Reviewed by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.44.2.2 +6 -0 src/secure/usr.sbin/sshd/Makefile From owner-cvs-src@FreeBSD.ORG Tue Sep 5 23:53:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1143A16A4DE; Tue, 5 Sep 2006 23:53:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21E143D60; Tue, 5 Sep 2006 23:53:07 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85Nr7PO025036; Tue, 5 Sep 2006 23:53:07 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85Nr7VL025035; Tue, 5 Sep 2006 23:53:07 GMT (envelope-from mjacob) Message-Id: <200609052353.k85Nr7VL025035@repoman.freebsd.org> From: Matt Jacob Date: Tue, 5 Sep 2006 23:53:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 23:53:09 -0000 mjacob 2006-09-05 23:53:07 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: The poison pill of death: adding a target mode reply handler and target resources to a non-FC card killed us dead. Sorry for the breakage since last July 12. Revision Changes Path 1.32 +5 -5 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Tue Sep 5 23:53:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B9AA16A517; Tue, 5 Sep 2006 23:53:22 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B22543D45; Tue, 5 Sep 2006 23:53:21 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k85NrLam025075; Tue, 5 Sep 2006 23:53:21 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k85NrLjp025074; Tue, 5 Sep 2006 23:53:21 GMT (envelope-from csjp) Message-Id: <200609052353.k85NrLjp025074@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 5 Sep 2006 23:53:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/login Makefile login.1 login.c login.h login_audit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 23:53:22 -0000 csjp 2006-09-05 23:53:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/login Makefile login.1 login.c login.h Added files: (Branch: RELENG_6) usr.bin/login login_audit.c Log: MFC the audit modifications to login so audit context is properly set and the correct audit records are submitted. Reviewed by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.48.2.2 +2 -2 src/usr.bin/login/Makefile 1.28.2.2 +11 -0 src/usr.bin/login/login.1 1.99.2.1 +16 -0 src/usr.bin/login/login.c 1.4.14.1 +5 -1 src/usr.bin/login/login.h 1.1.2.1 +204 -0 src/usr.bin/login/login_audit.c (new) From owner-cvs-src@FreeBSD.ORG Wed Sep 6 04:04:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7552A16A4DA; Wed, 6 Sep 2006 04:04:11 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C2C43D49; Wed, 6 Sep 2006 04:04:11 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8644AWu050931; Wed, 6 Sep 2006 04:04:10 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8644Axv050930; Wed, 6 Sep 2006 04:04:10 GMT (envelope-from davidxu) Message-Id: <200609060404.k8644Axv050930@repoman.freebsd.org> From: David Xu Date: Wed, 6 Sep 2006 04:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_atfork.c thr_barrier.c thr_cond.c thr_event.c thr_fork.c thr_init.c thr_list.c thr_private.h thr_pspinlock.c thr_sem.c thr_sig.c thr_spinlock.c thr_umtx.c thr_umtx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 04:04:11 -0000 davidxu 2006-09-06 04:04:10 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_atfork.c thr_barrier.c thr_cond.c thr_event.c thr_fork.c thr_init.c thr_list.c thr_private.h thr_pspinlock.c thr_sem.c thr_sig.c thr_spinlock.c thr_umtx.c thr_umtx.h Log: Replace internal usage of struct umtx with umutex which can supports real-time if we want, no functionality is changed. Revision Changes Path 1.3 +2 -2 src/lib/libthr/thread/thr_atfork.c 1.6 +4 -4 src/lib/libthr/thread/thr_barrier.c 1.19 +1 -1 src/lib/libthr/thread/thr_cond.c 1.2 +4 -4 src/lib/libthr/thread/thr_event.c 1.5 +6 -6 src/lib/libthr/thread/thr_fork.c 1.40 +13 -13 src/lib/libthr/thread/thr_init.c 1.10 +5 -5 src/lib/libthr/thread/thr_list.c 1.70 +21 -21 src/lib/libthr/thread/thr_private.h 1.4 +5 -5 src/lib/libthr/thread/thr_pspinlock.c 1.8 +1 -1 src/lib/libthr/thread/thr_sem.c 1.20 +4 -4 src/lib/libthr/thread/thr_sig.c 1.14 +18 -11 src/lib/libthr/thread/thr_spinlock.c 1.4 +0 -31 src/lib/libthr/thread/thr_umtx.c 1.5 +10 -50 src/lib/libthr/thread/thr_umtx.h From owner-cvs-src@FreeBSD.ORG Wed Sep 6 06:23:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 542CD16A4DA; Wed, 6 Sep 2006 06:23:56 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1095443D49; Wed, 6 Sep 2006 06:23:56 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k866Nt6S067573; Wed, 6 Sep 2006 06:23:55 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k866Ntfo067572; Wed, 6 Sep 2006 06:23:55 GMT (envelope-from brian) Message-Id: <200609060623.k866Ntfo067572@repoman.freebsd.org> From: Brian Somers Date: Wed, 6 Sep 2006 06:23:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ppp lcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 06:23:56 -0000 brian 2006-09-06 06:23:55 UTC FreeBSD src repository Modified files: usr.sbin/ppp lcp.c Log: If the peer REJects our MRU request and that request is for a value less than the current MTU, set our mtu to the value requested. Revision Changes Path 1.110 +3 -0 src/usr.sbin/ppp/lcp.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 06:33:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D5816A4DF; Wed, 6 Sep 2006 06:33:41 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB24D43D67; Wed, 6 Sep 2006 06:33:39 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k866Xd04068128; Wed, 6 Sep 2006 06:33:39 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k866XdL0068127; Wed, 6 Sep 2006 06:33:39 GMT (envelope-from brian) Message-Id: <200609060633.k866XdL0068127@repoman.freebsd.org> From: Brian Somers Date: Wed, 6 Sep 2006 06:33:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 06:33:41 -0000 brian 2006-09-06 06:33:39 UTC FreeBSD src repository Modified files: usr.sbin/ppp command.c ppp.8.m4 Log: Remove __DATE__ so that compiling the same source produces the same binary (for non-static binaries at least). Revision Changes Path 1.306 +1 -2 src/usr.sbin/ppp/command.c 1.324 +4 -2 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Wed Sep 6 13:56:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16F016A4DD; Wed, 6 Sep 2006 13:56:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E57A43D45; Wed, 6 Sep 2006 13:56:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86DuZYm016070; Wed, 6 Sep 2006 13:56:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86DuZ0w016069; Wed, 6 Sep 2006 13:56:35 GMT (envelope-from glebius) Message-Id: <200609061356.k86DuZ0w016069@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 6 Sep 2006 13:56:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 13:56:35 -0000 glebius 2006-09-06 13:56:35 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h Log: o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely bad under high load. For example with 40k sockets and 25k tcptw entries, connect() syscall can run for seconds. Debugging showed that it iterates the cycle millions times and purges thousands of tcptw entries at a time. Besides practical unusability this change is architecturally wrong. First, in_pcblookup_local() is used in connect() and bind() syscalls. No stale entries purging shouldn't be done here. Second, it is a layering violation. o Return back the tcptw purging cycle to tcp_timer_2msl_tw(), that was removed in rev. 1.78 by rwatson. The commit log of this revision tells nothing about the reason cycle was removed. Now we need this cycle, since major cleaner of stale tcptw structures is removed. o Disable probably necessary, but now unused tcp_twrecycleable() function. Reviewed by: ru Revision Changes Path 1.181 +0 -16 src/sys/netinet/in_pcb.c 1.259 +3 -4 src/sys/netinet/tcp_subr.c 1.83 +12 -7 src/sys/netinet/tcp_timer.c 1.134 +2 -0 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Wed Sep 6 14:15:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 203CE16A4E2 for ; Wed, 6 Sep 2006 14:15:32 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id ED0B843D4C for ; Wed, 6 Sep 2006 14:15:30 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 16494 invoked from network); 6 Sep 2006 14:15:29 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 6 Sep 2006 14:15:29 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 6 Sep 2006 09:16:03 -0500 (CDT) From: Mike Silbersack To: Gleb Smirnoff In-Reply-To: <200609061356.k86DuZ0w016069@repoman.freebsd.org> Message-ID: <20060906091204.B6691@odysseus.silby.com> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 14:15:32 -0000 On Wed, 6 Sep 2006, Gleb Smirnoff wrote: > glebius 2006-09-06 13:56:35 UTC > > FreeBSD src repository > > Modified files: > sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h > Log: > o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely > bad under high load. For example with 40k sockets and 25k tcptw > entries, connect() syscall can run for seconds. Debugging showed > that it iterates the cycle millions times and purges thousands of > tcptw entries at a time. > Besides practical unusability this change is architecturally > wrong. First, in_pcblookup_local() is used in connect() and bind() > syscalls. No stale entries purging shouldn't be done here. Second, > it is a layering violation. So you're returning to the behavior where the system chokes and stops all outbound TCP connections because everything is in the timewait state? There has to be a way to fix the problem without removing this heuristic entirely. How did you run your tests? > o Return back the tcptw purging cycle to tcp_timer_2msl_tw(), > that was removed in rev. 1.78 by rwatson. The commit log of this > revision tells nothing about the reason cycle was removed. Now > we need this cycle, since major cleaner of stale tcptw structures > is removed. Looks good, this is probably the reason for the code in in_pcb behaving so poorly. Did you test just this change alone to see if it solved the problem that you were seeing? Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Wed Sep 6 14:23:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B87C16A4DA; Wed, 6 Sep 2006 14:23:41 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27A543D45; Wed, 6 Sep 2006 14:23:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86ENedP018777; Wed, 6 Sep 2006 14:23:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86ENere018772; Wed, 6 Sep 2006 14:23:40 GMT (envelope-from ru) Message-Id: <200609061423.k86ENere018772@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Sep 2006 14:23:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/acpica Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 14:23:41 -0000 ru 2006-09-06 14:23:40 UTC FreeBSD src repository Modified files: sys/i386/acpica Makefile Log: Refine previous revision to allow acpi_wakecode.h to be safely built from both the acpi module build directory and a kernel build directory. The latter didn't work when one attempted to build a kernel which had "device acpi" with the "make kernel-toolchain buildkernel" command because a cross-compiler couldn't find anything in the standard system include path (it's empty in the kernel-toolchain case). Fix this by passing a better root path to kernel headers (src/sys) which works for both cases, kernel and module (-I@ only worked for module). Also, while here, pass -nostdinc (and a different spelling for icc) -- it's a feature that the kernel source tree is self-contained, and this change enforces this. Reported by: glebius Revision Changes Path 1.7 +7 -1 src/sys/i386/acpica/Makefile From owner-cvs-src@FreeBSD.ORG Wed Sep 6 14:32:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0568616A4DD; Wed, 6 Sep 2006 14:32:15 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794BC43D46; Wed, 6 Sep 2006 14:32:14 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k86EW4xp007220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Sep 2006 18:32:05 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k86EW4ie007219; Wed, 6 Sep 2006 18:32:04 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 6 Sep 2006 18:32:04 +0400 From: Gleb Smirnoff To: Mike Silbersack Message-ID: <20060906143204.GQ40020@FreeBSD.org> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060906091204.B6691@odysseus.silby.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 14:32:15 -0000 Mike, On Wed, Sep 06, 2006 at 09:16:03AM -0500, Mike Silbersack wrote: M> > Modified files: M> > sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h M> > Log: M> > o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremely M> > bad under high load. For example with 40k sockets and 25k tcptw M> > entries, connect() syscall can run for seconds. Debugging showed M> > that it iterates the cycle millions times and purges thousands of M> > tcptw entries at a time. M> > Besides practical unusability this change is architecturally M> > wrong. First, in_pcblookup_local() is used in connect() and bind() M> > syscalls. No stale entries purging shouldn't be done here. Second, M> > it is a layering violation. M> M> So you're returning to the behavior where the system chokes and stops all M> outbound TCP connections because everything is in the timewait state? M> There has to be a way to fix the problem without removing this heuristic M> entirely. M> M> How did you run your tests? Since we upgraded our web frontends from RELENG_4 to RELENG_6 half a year ago, we were noticing a small packet loss rate that was definitely a function from the server load. If we removed half of the frontends from the farm thus doubling the load, the lags could be measured in seconds, while having idle CPU time between lags. And our reference RELENG_4 box stand that load easily. First we suspected that this is some driver or lower network stack issue, we tried different hardware and different network settings - polling, no polling, direct ISR dispatch. Then we found the CPU hog in the in_pcblookup_local(). I've added counters and gathered stats via ktr(4). When a lag occured, the following data was gathered: 112350 return 0x0, iterations 0, expired 0 112349 return 0xc5154888, iterations 19998, expired 745 112348 return 0xc5154930, iterations 569, expired 20 112347 return 0xc51549d8, iterations 2084890, expired 9836 112346 return 0xc5154a80, iterations 9382, expired 524 112345 return 0xc5154bd0, iterations 64984631, expired 5501 The "iterations" counter counts number of iterations in this cycle: LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) The "expire" counts number of tcp_twclose() calls. So, for one connect() syscall the in_pcblookup_local() was called 5 times, each time doing a enormous amount of "work" inside. On the sixth time it succeded finding unused port. M> > o Return back the tcptw purging cycle to tcp_timer_2msl_tw(), M> > that was removed in rev. 1.78 by rwatson. The commit log of this M> > revision tells nothing about the reason cycle was removed. Now M> > we need this cycle, since major cleaner of stale tcptw structures M> > is removed. M> M> Looks good, this is probably the reason for the code in in_pcb behaving so M> poorly. Did you test just this change alone to see if it solved the M> problem that you were seeing? 1.78 hasn't yet been merged to RELENG_6, and we faced the problem on RELENG_6 boxes where the periodic merging cycle is present. So the problem is not in 1.78 of tcp_timer.c. We have a lot of tcptw entries because we have a very big connection rate, not because they are leaked or not purged. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Sep 6 14:32:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D2216A4E0; Wed, 6 Sep 2006 14:32:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1283043D66; Wed, 6 Sep 2006 14:32:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k86EWhdj007242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Sep 2006 18:32:44 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k86EWhi6007241; Wed, 6 Sep 2006 18:32:43 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 6 Sep 2006 18:32:43 +0400 From: Gleb Smirnoff To: Ruslan Ermilov Message-ID: <20060906143243.GR40020@FreeBSD.org> References: <200609061423.k86ENere018772@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200609061423.k86ENere018772@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 14:32:53 -0000 On Wed, Sep 06, 2006 at 02:23:40PM +0000, Ruslan Ermilov wrote: R> ru 2006-09-06 14:23:40 UTC R> R> FreeBSD src repository R> R> Modified files: R> sys/i386/acpica Makefile R> Log: R> Refine previous revision to allow acpi_wakecode.h to be safely built R> from both the acpi module build directory and a kernel build directory. R> The latter didn't work when one attempted to build a kernel which had R> "device acpi" with the "make kernel-toolchain buildkernel" command R> because a cross-compiler couldn't find anything in the standard system R> include path (it's empty in the kernel-toolchain case). R> R> Fix this by passing a better root path to kernel headers (src/sys) R> which works for both cases, kernel and module (-I@ only worked for R> module). R> R> Also, while here, pass -nostdinc (and a different spelling for icc) -- R> it's a feature that the kernel source tree is self-contained, and this R> change enforces this. R> R> Reported by: glebius Thanks! -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Sep 6 14:48:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A0A16A519 for ; Wed, 6 Sep 2006 14:48:43 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 6995F43D53 for ; Wed, 6 Sep 2006 14:48:42 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 55115 invoked from network); 6 Sep 2006 14:48:41 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 6 Sep 2006 14:48:41 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 6 Sep 2006 09:49:15 -0500 (CDT) From: Mike Silbersack To: Gleb Smirnoff In-Reply-To: <20060906143204.GQ40020@FreeBSD.org> Message-ID: <20060906093553.L6691@odysseus.silby.com> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 14:48:43 -0000 On Wed, 6 Sep 2006, Gleb Smirnoff wrote: > Then we found the CPU hog in the in_pcblookup_local(). I've added > counters and gathered stats via ktr(4). When a lag occured, the > following data was gathered: > > 112350 return 0x0, iterations 0, expired 0 > 112349 return 0xc5154888, iterations 19998, expired 745 Ah, I think I see what's happening. It's probably spinning because the heuristic isn't triggering on each entry, that doesn't surprise me. What does surprise me is that it's expiring more than one entry - my original intent with that code was for it to free just one entry, which it would then use... meaning that I goofed up the implementation. I had been thinking of rewriting that heuristic anyway, I'm sure that I can go back and find something far more efficient if you give me a few days. (Or a week.) > 1.78 hasn't yet been merged to RELENG_6, and we faced the problem on > RELENG_6 boxes where the periodic merging cycle is present. So the > problem is not in 1.78 of tcp_timer.c. We have a lot of tcptw entries > because we have a very big connection rate, not because they are > leaked or not purged. Ok, just checking. With this code removed, are you not seeing the web frontends delaying new connections when they can't find a free port to use? Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Wed Sep 6 15:01:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7ED716A71C; Wed, 6 Sep 2006 15:01:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADAC43D8F; Wed, 6 Sep 2006 15:01:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k86F1UBR007491 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Sep 2006 19:01:30 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k86F1UQW007490; Wed, 6 Sep 2006 19:01:30 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 6 Sep 2006 19:01:30 +0400 From: Gleb Smirnoff To: Mike Silbersack Message-ID: <20060906150129.GT40020@FreeBSD.org> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060906093553.L6691@odysseus.silby.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 15:01:53 -0000 Mike, On Wed, Sep 06, 2006 at 09:49:15AM -0500, Mike Silbersack wrote: M> >Then we found the CPU hog in the in_pcblookup_local(). I've added M> >counters and gathered stats via ktr(4). When a lag occured, the M> >following data was gathered: M> > M> >112350 return 0x0, iterations 0, expired 0 M> >112349 return 0xc5154888, iterations 19998, expired 745 M> M> Ah, I think I see what's happening. It's probably spinning because the M> heuristic isn't triggering on each entry, that doesn't surprise me. What M> does surprise me is that it's expiring more than one entry - my original M> intent with that code was for it to free just one entry, which it would M> then use... meaning that I goofed up the implementation. M> M> I had been thinking of rewriting that heuristic anyway, I'm sure that I M> can go back and find something far more efficient if you give me a few M> days. (Or a week.) I think we should free the oldmost tcptw entry in a case if we can't find the local endpoint. We can tell definitely that we can't find one only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" cycle, where EADDRNOTAVAIL is returned. We can't definitely tell this in in_pcblookup_local() since we don't know whether tried port is the last one. The oldmost tcptw entry can be taken simply from the ordered list, like tcp_timer_2msl_tw() does this. However, I don't like the idea of "finding" the free port at all. This makes connect()/bind() performance depending on number of busy endpoints. Shouldn't we make an algorythm, where free endpoints are stored, and we don't need to _find_ one, we could just _take_ one? M> >1.78 hasn't yet been merged to RELENG_6, and we faced the problem on M> >RELENG_6 boxes where the periodic merging cycle is present. So the M> >problem is not in 1.78 of tcp_timer.c. We have a lot of tcptw entries M> >because we have a very big connection rate, not because they are M> >leaked or not purged. M> M> Ok, just checking. M> M> With this code removed, are you not seeing the web frontends delaying new M> connections when they can't find a free port to use? No. We monitor the amount of entries in tcptw zone. It is the same as before. So the periodic cycle purges tcptw states at the same rate as in_pcblookup_local() was, except that it does this consuming less CPU time. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Sep 6 15:05:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D3416A4E1; Wed, 6 Sep 2006 15:05:10 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D09D43D55; Wed, 6 Sep 2006 15:05:07 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 723105D90; Wed, 6 Sep 2006 19:05:02 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 393CE5D92; Wed, 6 Sep 2006 19:05:02 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k86F561u007247; Wed, 6 Sep 2006 19:05:06 +0400 (MSD) (envelope-from ru) Date: Wed, 6 Sep 2006 19:05:06 +0400 From: Ruslan Ermilov To: Mike Silbersack Message-ID: <20060906150506.GA7069@rambler-co.ru> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <20060906093553.L6691@odysseus.silby.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 15:05:10 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 06, 2006 at 09:49:15AM -0500, Mike Silbersack wrote: >=20 > On Wed, 6 Sep 2006, Gleb Smirnoff wrote: >=20 > >Then we found the CPU hog in the in_pcblookup_local(). I've added > >counters and gathered stats via ktr(4). When a lag occured, the > >following data was gathered: > > > >112350 return 0x0, iterations 0, expired 0 > >112349 return 0xc5154888, iterations 19998, expired 745 >=20 > Ah, I think I see what's happening. It's probably spinning because the= =20 > heuristic isn't triggering on each entry, that doesn't surprise me. What= =20 > does surprise me is that it's expiring more than one entry - my original= =20 > intent with that code was for it to free just one entry, which it would= =20 > then use... meaning that I goofed up the implementation. >=20 "it would then use"? What do you mean? > I had been thinking of rewriting that heuristic anyway, I'm sure that I= =20 > can go back and find something far more efficient if you give me a few=20 > days. (Or a week.) >=20 I don't see much point in doing it here. TCP's slow timeout routing does its job pretty well. Besides, doing it here is IMO a layering violation. > >1.78 hasn't yet been merged to RELENG_6, and we faced the problem on > >RELENG_6 boxes where the periodic merging cycle is present. So the > >problem is not in 1.78 of tcp_timer.c. We have a lot of tcptw entries > >because we have a very big connection rate, not because they are > >leaked or not purged. >=20 > Ok, just checking. >=20 > With this code removed, are you not seeing the web frontends delaying new= =20 > connections when they can't find a free port to use? >=20 The TCP's slow timeout routine that runs twice a second takes care of garbage collecting expired time-wait entries. When we (just for the sake of experiment) disabled the slowtimo code that removes the expired entries, it would still work normally -- the tcptw zone would be full (or with at most one entry free), and reusing one LRU entry each time it's needed. There wasn't any noticeable delay in processing (in our case anyway). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE/uOiqRfpzJluFF4RAmzJAKCDfsCnIGaWjEsZv/ymtHk+dej3IgCbBJNw Tryg0EXfPGkgVns65PWAQto= =1Y2b -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-cvs-src@FreeBSD.ORG Wed Sep 6 15:11:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEC916A4DE; Wed, 6 Sep 2006 15:11:21 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8AF43D46; Wed, 6 Sep 2006 15:11:21 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86FBLIr022296; Wed, 6 Sep 2006 15:11:21 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86FBLmJ022295; Wed, 6 Sep 2006 15:11:21 GMT (envelope-from mp) Message-Id: <200609061511.k86FBLmJ022295@repoman.freebsd.org> From: Mark Peek Date: Wed, 6 Sep 2006 15:11:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 15:11:21 -0000 mp 2006-09-06 15:11:20 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Remove call to fdfree() for the AIO daemons to prevent kernel panics with linprocfs. This call is not needed since file descriptor sharing was removed in v1.125. Reviewed by: alc, davidxu, ambrisko MFC after: 3 days Revision Changes Path 1.226 +0 -6 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 15:12:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B8D116A4DA; Wed, 6 Sep 2006 15:12:55 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B0C43D53; Wed, 6 Sep 2006 15:12:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k86FCkLF007600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Sep 2006 19:12:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k86FCk45007599; Wed, 6 Sep 2006 19:12:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 6 Sep 2006 19:12:46 +0400 From: Gleb Smirnoff To: Mike Silbersack Message-ID: <20060906151246.GU40020@FreeBSD.org> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060906150129.GT40020@FreeBSD.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 15:12:55 -0000 followup on my last email: T> I think we should free the oldmost tcptw entry in a case if we can't T> find the local endpoint. We can tell definitely that we can't find one T> only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" cycle, T> where EADDRNOTAVAIL is returned. We can't definitely tell this in T> in_pcblookup_local() since we don't know whether tried port is the T> last one. Another simple enough solution would be to msleep() with tcbinfo mutex temporarily dropped if we fail to find a port. Then the tcp_timer_2msl_tw() on the next run will free tcptw entries and wake up us. Anyway, I'm strongly against doing the purge cycling in the syscalls. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Sep 6 15:59:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D12116A50A; Wed, 6 Sep 2006 15:59:00 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152A143D68; Wed, 6 Sep 2006 15:59:00 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Fwxcr024547; Wed, 6 Sep 2006 15:58:59 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Fwx2w024546; Wed, 6 Sep 2006 15:58:59 GMT (envelope-from brian) Message-Id: <200609061558.k86Fwx2w024546@repoman.freebsd.org> From: Brian Somers Date: Wed, 6 Sep 2006 15:58:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 15:59:00 -0000 brian 2006-09-06 15:58:59 UTC FreeBSD src repository Modified files: usr.sbin/ppp ppp.8.m4 Log: Remove leading zeros Suggested by: mdoc police (ru) Revision Changes Path 1.325 +1 -1 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Wed Sep 6 16:07:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF6616A4DD for ; Wed, 6 Sep 2006 16:07:37 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02D4843D86 for ; Wed, 6 Sep 2006 16:07:34 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 50397 invoked from network); 6 Sep 2006 15:52:34 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 6 Sep 2006 15:52:34 -0000 Message-ID: <44FEF244.4010005@freebsd.org> Date: Wed, 06 Sep 2006 18:07:32 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Gleb Smirnoff References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060906151246.GU40020@FreeBSD.org> In-Reply-To: <20060906151246.GU40020@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Mike Silbersack , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 16:07:37 -0000 Gleb Smirnoff wrote: > followup on my last email: > > T> I think we should free the oldmost tcptw entry in a case if we can't > T> find the local endpoint. We can tell definitely that we can't find one > T> only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" cycle, > T> where EADDRNOTAVAIL is returned. We can't definitely tell this in > T> in_pcblookup_local() since we don't know whether tried port is the > T> last one. > > Another simple enough solution would be to msleep() with tcbinfo mutex > temporarily dropped if we fail to find a port. Then the tcp_timer_2msl_tw() > on the next run will free tcptw entries and wake up us. > > Anyway, I'm strongly against doing the purge cycling in the syscalls. Seconded. -- Andre From owner-cvs-src@FreeBSD.ORG Wed Sep 6 17:02:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D83816A4DA; Wed, 6 Sep 2006 17:02:06 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D10443D58; Wed, 6 Sep 2006 17:02:02 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k86H1tkk094194; Wed, 6 Sep 2006 11:02:00 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44FEFEFC.80102@samsco.org> Date: Wed, 06 Sep 2006 11:01:48 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060906151246.GU40020@FreeBSD.org> <44FEF244.4010005@freebsd.org> In-Reply-To: <44FEF244.4010005@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.5 required=3.8 tests=SPF_SOFTFAIL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Mike Silbersack , Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:02:06 -0000 Andre Oppermann wrote: > Gleb Smirnoff wrote: > >> followup on my last email: >> >> T> I think we should free the oldmost tcptw entry in a case if we can't >> T> find the local endpoint. We can tell definitely that we can't find one >> T> only in in_pcbbind_setup() in the "do {} while >> (in_pcblookup_local)" cycle, >> T> where EADDRNOTAVAIL is returned. We can't definitely tell this in >> T> in_pcblookup_local() since we don't know whether tried port is the >> T> last one. >> >> Another simple enough solution would be to msleep() with tcbinfo mutex >> temporarily dropped if we fail to find a port. Then the >> tcp_timer_2msl_tw() >> on the next run will free tcptw entries and wake up us. >> >> Anyway, I'm strongly against doing the purge cycling in the syscalls. > > > Seconded. > O(N) searches are poor at scaling too =-) Scott From owner-cvs-src@FreeBSD.ORG Wed Sep 6 17:12:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1827F16A4E2; Wed, 6 Sep 2006 17:12:27 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EE343D58; Wed, 6 Sep 2006 17:12:11 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86HCBIT038512; Wed, 6 Sep 2006 17:12:11 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86HCBK6038511; Wed, 6 Sep 2006 17:12:11 GMT (envelope-from andre) Message-Id: <200609061712.k86HCBK6038511@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 17:12:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.c if_var.h src/sys/netinet ip_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:12:27 -0000 andre 2006-09-06 17:12:10 UTC FreeBSD src repository Modified files: sys/net if.c if_var.h sys/netinet ip_output.c Log: Fix the socket option IP_ONESBCAST by giving it its own case in ip_output() and skip over the normal IP processing. Add a supporting function ifa_ifwithbroadaddr() to verify and validate the supplied subnet broadcast address. PR: kern/99558 Tested by: Andrey V. Elsukov Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days Revision Changes Path 1.262 +27 -0 src/sys/net/if.c 1.109 +1 -0 src/sys/net/if_var.h 1.260 +11 -2 src/sys/netinet/ip_output.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 17:16:15 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D6C16A4DA; Wed, 6 Sep 2006 17:16:15 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40ED043D49; Wed, 6 Sep 2006 17:16:06 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from [192.168.26.75] (64-84-9-2-sf-gw.ncircle.com [64.84.9.2]) (authenticated bits=0) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id k86HG6BM025714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Sep 2006 10:16:06 -0700 Message-ID: <44FF0250.3080000@freebsd.org> Date: Wed, 06 Sep 2006 10:16:00 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: John Baldwin References: <200609051948.k85JmAv3099269@repoman.freebsd.org> In-Reply-To: <200609051948.k85JmAv3099269@repoman.freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDE753AB1A06D88C7A978EB68" Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:16:15 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDE753AB1A06D88C7A978EB68 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, John Baldwin wrote: > jhb 2006-09-05 19:48:10 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_4) > sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c=20 > if_em_hw.h if_em_osdep.h=20 > Log: > Sync up with most of the changes to RELENG_6 including using bus_dma,= > new PCI IDs, lots of style changes, suspend/resume methods. Things n= ot > included include the INTR_FAST + taskqueue changes, link flapping > workarounds in em_ioctl(), and jumbo frame fixups for architectures t= hat > require strict alignment. > =20 > Revision Changes Path > 1.1.2.3 +3 -1 src/sys/dev/em/LICENSE > 1.1.2.10 +65 -23 src/sys/dev/em/README > 1.2.2.24 +1867 -1498 src/sys/dev/em/if_em.c > 1.1.2.19 +165 -185 src/sys/dev/em/if_em.h > 1.1.2.14 +3236 -756 src/sys/dev/em/if_em_hw.c > 1.1.2.14 +807 -56 src/sys/dev/em/if_em_hw.h > 1.1.2.16 +63 -32 src/sys/dev/em/if_em_osdep.h Does this basically mean that RELENG_4 now has version 6.1.4 of em(4)? Thanks, Bruce. --------------enigDE753AB1A06D88C7A978EB68 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE/wJV2MoxcVugUsMRAjMqAJ9J318IeWjCYgg8C7HQiaLfJzbSkgCg431Y yaJXhQEbnLJl0jZv0NCf8Do= =+B6f -----END PGP SIGNATURE----- --------------enigDE753AB1A06D88C7A978EB68-- From owner-cvs-src@FreeBSD.ORG Wed Sep 6 17:19:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AEC816A4DD; Wed, 6 Sep 2006 17:19:46 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DAF43D73; Wed, 6 Sep 2006 17:19:46 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86HJkF6038962; Wed, 6 Sep 2006 17:19:46 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86HJk2b038961; Wed, 6 Sep 2006 17:19:46 GMT (envelope-from mlaier) Message-Id: <200609061719.k86HJk2b038961@repoman.freebsd.org> From: Max Laier Date: Wed, 6 Sep 2006 17:19:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:19:46 -0000 mlaier 2006-09-06 17:19:45 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_ioctl.c Log: Fix stateful filtering of loopback IPv6 traffic to an address not configured on lo0. While here fix a comment. PR: kern/102647 Reported by: Frank Steinborn Submitted by: suz (earlier version) MFC after: 3 days Revision Changes Path 1.26 +8 -2 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 17:27:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A780216A4EA; Wed, 6 Sep 2006 17:27:31 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B04B43D6B; Wed, 6 Sep 2006 17:27:07 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 1D389EB13BE; Thu, 7 Sep 2006 01:27:06 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 2nuor3DKTbh9; Thu, 7 Sep 2006 01:27:03 +0800 (CST) Received: from [192.168.1.32] (unknown [61.49.185.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id BC3C7EB1299; Thu, 7 Sep 2006 01:27:02 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=lDfTnx761WWmMYTI8/qX2ix2QEm8VoN/wjdjUvxTpVFH5NO3hXxfjF+EJTVqfTW9Y eN55tTDNuIvoYJhHocBlw== Message-ID: <44FF04E3.50104@delphij.net> Date: Thu, 07 Sep 2006 01:26:59 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: "Bruce A. Mah" References: <200609051948.k85JmAv3099269@repoman.freebsd.org> <44FF0250.3080000@freebsd.org> In-Reply-To: <44FF0250.3080000@freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig339F217B71E330A339F18167" Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, John Baldwin Subject: Re: cvs commit: src/sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:27:31 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig339F217B71E330A339F18167 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Bruce A. Mah wrote: > If memory serves me right, John Baldwin wrote: >> jhb 2006-09-05 19:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_4) >> sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c=20 >> if_em_hw.h if_em_osdep.h=20 >> Log: >> Sync up with most of the changes to RELENG_6 including using bus_dma= , >> new PCI IDs, lots of style changes, suspend/resume methods. Things = not >> included include the INTR_FAST + taskqueue changes, link flapping >> workarounds in em_ioctl(), and jumbo frame fixups for architectures = that >> require strict alignment. >> =20 >> Revision Changes Path >> 1.1.2.3 +3 -1 src/sys/dev/em/LICENSE >> 1.1.2.10 +65 -23 src/sys/dev/em/README >> 1.2.2.24 +1867 -1498 src/sys/dev/em/if_em.c >> 1.1.2.19 +165 -185 src/sys/dev/em/if_em.h >> 1.1.2.14 +3236 -756 src/sys/dev/em/if_em_hw.c >> 1.1.2.14 +807 -56 src/sys/dev/em/if_em_hw.h >> 1.1.2.16 +63 -32 src/sys/dev/em/if_em_osdep.h >=20 > Does this basically mean that RELENG_4 now has version 6.1.4 of em(4)? My understanding is that now we have 6.1.4's hardware support available in RELENG_4, but not the performance enhancements and fixes that does not apply to RELENG_4. According to the code it appears like that the driver will claim itself as "6.1.4", though. So perhaps we can wrap it as "The hardware support and suspend/resume methods of &man.em.4; has been updated to the same version available from Intel's &man.em.4; driver version 6.1.4."? Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig339F217B71E330A339F18167 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE/wTjOfuToMruuMARA4twAJ4h/Zi/802Vm13o7dDKluw1fL+2qwCdEMqS Gv5uXlIOWDFpeIo8y90d6e0= =xF1u -----END PGP SIGNATURE----- --------------enig339F217B71E330A339F18167-- From owner-cvs-src@FreeBSD.ORG Wed Sep 6 18:06:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D140E16A4E1; Wed, 6 Sep 2006 18:06:04 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B48543D4C; Wed, 6 Sep 2006 18:06:04 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86I6407042556; Wed, 6 Sep 2006 18:06:04 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86I64rT042555; Wed, 6 Sep 2006 18:06:04 GMT (envelope-from andre) Message-Id: <200609061806.k86I64rT042555@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 18:06:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.h if_var.h src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 18:06:04 -0000 andre 2006-09-06 18:06:04 UTC FreeBSD src repository Modified files: sys/net if.h if_var.h sys/sys mbuf.h Log: Improve description of if_capabilities, if_capenable and ifi_hwassist. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.104 +19 -2 src/sys/net/if.h 1.110 +2 -2 src/sys/net/if_var.h 1.193 +1 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Wed Sep 6 19:05:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D55916A4F2; Wed, 6 Sep 2006 19:05:46 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D7543DB4; Wed, 6 Sep 2006 19:05:04 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86J4acA046710; Wed, 6 Sep 2006 19:04:36 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86J4aRF046709; Wed, 6 Sep 2006 19:04:36 GMT (envelope-from andre) Message-Id: <200609061904.k86J4aRF046709@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 19:04:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet raw_ip.c udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 19:05:46 -0000 andre 2006-09-06 19:04:36 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c udp_usrreq.c Log: Check inp_flags instead of inp_vflag for INP_ONESBCAST flag. PR: kern/99558 Tested by: Andrey V. Elsukov Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days Revision Changes Path 1.165 +1 -1 src/sys/netinet/raw_ip.c 1.194 +2 -2 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 19:46:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB8A16A4DA; Wed, 6 Sep 2006 19:46:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63BD43D46; Wed, 6 Sep 2006 19:46:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Jk24F049772; Wed, 6 Sep 2006 19:46:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Jk2CV049771; Wed, 6 Sep 2006 19:46:02 GMT (envelope-from imp) Message-Id: <200609061946.k86Jk2CV049771@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 19:46:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iicbus iic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 19:46:03 -0000 imp 2006-09-06 19:46:02 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c Log: MFp4: check the return value of malloc and report an error when invalid. Revision Changes Path 1.36 +16 -0 src/sys/dev/iicbus/iic.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 20:15:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8354816A4DE; Wed, 6 Sep 2006 20:15:44 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF4143D46; Wed, 6 Sep 2006 20:15:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86KFiKP052692; Wed, 6 Sep 2006 20:15:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86KFird052691; Wed, 6 Sep 2006 20:15:44 GMT (envelope-from ru) Message-Id: <200609062015.k86KFird052691@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 6 Sep 2006 20:15:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/sysctl sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 20:15:44 -0000 ru 2006-09-06 20:15:43 UTC FreeBSD src repository Modified files: sbin/sysctl sysctl.c Log: While convenient, avoid using alloca() for reasons specified in the BUGS section of the alloca(3) manpage. In particular, when the number of TCP sockets is several tens of thousand, trying to "sysctl -a" would SIGSEGV on the net.inet.tcp.pcblist entry (it would exceed the stacksize ulimit, in an undetectable manner). Reported by: Igor Sysoev Revision Changes Path 1.75 +20 -4 src/sbin/sysctl/sysctl.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 20:15:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C135816A516; Wed, 6 Sep 2006 20:15:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F6443D5A; Wed, 6 Sep 2006 20:15:52 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k86KFnm4078142; Wed, 6 Sep 2006 16:15:50 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Bruce A. Mah" Date: Wed, 6 Sep 2006 15:20:18 -0400 User-Agent: KMail/1.9.1 References: <200609051948.k85JmAv3099269@repoman.freebsd.org> <44FF0250.3080000@freebsd.org> In-Reply-To: <44FF0250.3080000@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609061520.19557.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 06 Sep 2006 16:15:50 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1815/Wed Sep 6 11:42:27 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 20:15:55 -0000 On Wednesday 06 September 2006 13:16, Bruce A. Mah wrote: > If memory serves me right, John Baldwin wrote: > > jhb 2006-09-05 19:48:10 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c > > if_em_hw.h if_em_osdep.h > > Log: > > Sync up with most of the changes to RELENG_6 including using bus_dma, > > new PCI IDs, lots of style changes, suspend/resume methods. Things not > > included include the INTR_FAST + taskqueue changes, link flapping > > workarounds in em_ioctl(), and jumbo frame fixups for architectures that > > require strict alignment. > > > > Revision Changes Path > > 1.1.2.3 +3 -1 src/sys/dev/em/LICENSE > > 1.1.2.10 +65 -23 src/sys/dev/em/README > > 1.2.2.24 +1867 -1498 src/sys/dev/em/if_em.c > > 1.1.2.19 +165 -185 src/sys/dev/em/if_em.h > > 1.1.2.14 +3236 -756 src/sys/dev/em/if_em_hw.c > > 1.1.2.14 +807 -56 src/sys/dev/em/if_em_hw.h > > 1.1.2.16 +63 -32 src/sys/dev/em/if_em_osdep.h > > Does this basically mean that RELENG_4 now has version 6.1.4 of em(4)? Yes. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Sep 6 20:16:19 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4B816A6D4; Wed, 6 Sep 2006 20:16:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEDD43D45; Wed, 6 Sep 2006 20:16:08 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k86KFnm5078142; Wed, 6 Sep 2006 16:15:53 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: LI Xin Date: Wed, 6 Sep 2006 15:21:57 -0400 User-Agent: KMail/1.9.1 References: <200609051948.k85JmAv3099269@repoman.freebsd.org> <44FF0250.3080000@freebsd.org> <44FF04E3.50104@delphij.net> In-Reply-To: <44FF04E3.50104@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609061521.57827.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 06 Sep 2006 16:15:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1815/Wed Sep 6 11:42:27 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: "Bruce A. Mah" , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 20:16:19 -0000 On Wednesday 06 September 2006 13:26, LI Xin wrote: > Bruce A. Mah wrote: > > If memory serves me right, John Baldwin wrote: > >> jhb 2006-09-05 19:48:10 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_4) > >> sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c > >> if_em_hw.h if_em_osdep.h > >> Log: > >> Sync up with most of the changes to RELENG_6 including using bus_dma, > >> new PCI IDs, lots of style changes, suspend/resume methods. Things not > >> included include the INTR_FAST + taskqueue changes, link flapping > >> workarounds in em_ioctl(), and jumbo frame fixups for architectures that > >> require strict alignment. > >> > >> Revision Changes Path > >> 1.1.2.3 +3 -1 src/sys/dev/em/LICENSE > >> 1.1.2.10 +65 -23 src/sys/dev/em/README > >> 1.2.2.24 +1867 -1498 src/sys/dev/em/if_em.c > >> 1.1.2.19 +165 -185 src/sys/dev/em/if_em.h > >> 1.1.2.14 +3236 -756 src/sys/dev/em/if_em_hw.c > >> 1.1.2.14 +807 -56 src/sys/dev/em/if_em_hw.h > >> 1.1.2.16 +63 -32 src/sys/dev/em/if_em_osdep.h > > > > Does this basically mean that RELENG_4 now has version 6.1.4 of em(4)? > > My understanding is that now we have 6.1.4's hardware support available > in RELENG_4, but not the performance enhancements and fixes that does > not apply to RELENG_4. According to the code it appears like that the > driver will claim itself as "6.1.4", though. So perhaps we can wrap it > as "The hardware support and suspend/resume methods of &man.em.4; > has been updated to the same version available from Intel's &man.em.4; > driver version 6.1.4."? Actually, most of the driver is the same. The INTR_FAST + taskqueue stuff doesn't affect functionality, and that's the only really big diff. The if_em_hw.[ch] files are identical, for example. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Sep 6 20:16:19 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928AE16A6D5; Wed, 6 Sep 2006 20:16:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DC643D53; Wed, 6 Sep 2006 20:16:12 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k86KGAoW078160; Wed, 6 Sep 2006 16:16:10 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Warner Losh Date: Wed, 6 Sep 2006 16:15:52 -0400 User-Agent: KMail/1.9.1 References: <200609061946.k86Jk2CV049771@repoman.freebsd.org> In-Reply-To: <200609061946.k86Jk2CV049771@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609061615.52955.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 06 Sep 2006 16:16:10 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1815/Wed Sep 6 11:42:27 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/iicbus iic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 20:16:19 -0000 On Wednesday 06 September 2006 15:46, Warner Losh wrote: > imp 2006-09-06 19:46:02 UTC > > FreeBSD src repository > > Modified files: > sys/dev/iicbus iic.c > Log: > MFp4: check the return value of malloc and report an error when invalid. malloc(..., M_WAITOK) doesn't return NULL. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Sep 6 20:22:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FB8016A4DA; Wed, 6 Sep 2006 20:22:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C2243D46; Wed, 6 Sep 2006 20:22:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86KMhFT053065; Wed, 6 Sep 2006 20:22:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86KMhnc053064; Wed, 6 Sep 2006 20:22:43 GMT (envelope-from imp) Message-Id: <200609062022.k86KMhnc053064@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 20:22:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iicbus iic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 20:22:44 -0000 imp 2006-09-06 20:22:43 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c Log: jhb points out that these mallocs don't need to be checked because of M_WAITOK. Revision Changes Path 1.37 +0 -16 src/sys/dev/iicbus/iic.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 20:36:07 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6E816A4DD; Wed, 6 Sep 2006 20:36:07 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 024F143D53; Wed, 6 Sep 2006 20:36:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k86KXPvE032414; Wed, 6 Sep 2006 14:33:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 06 Sep 2006 14:33:43 -0600 (MDT) Message-Id: <20060906.143343.-1476797259.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200609061615.52955.jhb@freebsd.org> References: <200609061946.k86Jk2CV049771@repoman.freebsd.org> <200609061615.52955.jhb@freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 06 Sep 2006 14:33:26 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/iicbus iic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 20:36:07 -0000 In message: <200609061615.52955.jhb@freebsd.org> John Baldwin writes: : On Wednesday 06 September 2006 15:46, Warner Losh wrote: : > imp 2006-09-06 19:46:02 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/iicbus iic.c : > Log: : > MFp4: check the return value of malloc and report an error when invalid. : : malloc(..., M_WAITOK) doesn't return NULL. Doh! You are right. Pretend that commit never happened... Warner From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:18:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D40E16A4DD; Wed, 6 Sep 2006 21:18:27 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C5443D77; Wed, 6 Sep 2006 21:18:27 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LIRUD064933; Wed, 6 Sep 2006 21:18:27 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LIRht064932; Wed, 6 Sep 2006 21:18:27 GMT (envelope-from simon) Message-Id: <200609062118.k86LIRht064932@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:18:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:18:27 -0000 simon 2006-09-06 21:18:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Revision Changes Path 1.1.1.1.4.2 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.2.2.3 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.10.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:19:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2345516A4DF; Wed, 6 Sep 2006 21:19:23 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C20843D49; Wed, 6 Sep 2006 21:19:21 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LJLm9065091; Wed, 6 Sep 2006 21:19:21 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LJLx0065090; Wed, 6 Sep 2006 21:19:21 GMT (envelope-from simon) Message-Id: <200609062119.k86LJLx0065090@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:19:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:19:23 -0000 simon 2006-09-06 21:19:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Approved by: so (simon) Revision Changes Path 1.416.2.22.2.8 +7 -0 src/UPDATING 1.1.1.1.4.1.2.1 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.2.2.2.2.1 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.14.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.69.2.11.2.8 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:20:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1014816A514; Wed, 6 Sep 2006 21:20:08 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611C243D69; Wed, 6 Sep 2006 21:20:08 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LK8P2065220; Wed, 6 Sep 2006 21:20:08 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LK8eL065219; Wed, 6 Sep 2006 21:20:08 GMT (envelope-from simon) Message-Id: <200609062120.k86LK8eL065219@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:20:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:20:09 -0000 simon 2006-09-06 21:20:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) . UPDATING contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Approved by: so (simon) Revision Changes Path 1.416.2.3.2.16 +7 -0 src/UPDATING 1.1.1.1.6.1 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.2.2.1.2.1 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.12.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.69.2.8.2.12 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:21:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2872B16A4E5; Wed, 6 Sep 2006 21:21:00 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8D543D6E; Wed, 6 Sep 2006 21:20:54 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LKsGD065372; Wed, 6 Sep 2006 21:20:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LKsml065371; Wed, 6 Sep 2006 21:20:54 GMT (envelope-from simon) Message-Id: <200609062120.k86LKsml065371@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:20:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:21:00 -0000 simon 2006-09-06 21:20:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Revision Changes Path 1.1.1.1.2.3 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.1.2.5 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.4.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:21:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9927216A4DA; Wed, 6 Sep 2006 21:21:50 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF7243D73; Wed, 6 Sep 2006 21:21:50 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LLoNE065567; Wed, 6 Sep 2006 21:21:50 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LLonU065566; Wed, 6 Sep 2006 21:21:50 GMT (envelope-from simon) Message-Id: <200609062121.k86LLonU065566@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:21:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:21:50 -0000 simon 2006-09-06 21:21:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) . UPDATING contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Approved by: so (simon) Revision Changes Path 1.342.2.35.2.4 +7 -0 src/UPDATING 1.1.1.1.2.2.2.1 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.1.2.4.2.1 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.16.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.62.2.21.2.6 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:22:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E533216A4DE; Wed, 6 Sep 2006 21:22:45 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447A043D62; Wed, 6 Sep 2006 21:22:39 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LMdQY065697; Wed, 6 Sep 2006 21:22:39 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LMd9L065696; Wed, 6 Sep 2006 21:22:39 GMT (envelope-from simon) Message-Id: <200609062122.k86LMd9L065696@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:22:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:22:46 -0000 simon 2006-09-06 21:22:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) . UPDATING contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Approved by: so (simon) Revision Changes Path 1.342.2.24.2.27 +7 -0 src/UPDATING 1.1.1.1.2.1.4.1 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.1.2.2.2.1 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.8.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.62.2.18.2.23 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:23:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AEF916A4DA; Wed, 6 Sep 2006 21:23:25 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC8843D73; Wed, 6 Sep 2006 21:23:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LNHMg065822; Wed, 6 Sep 2006 21:23:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LNHQW065821; Wed, 6 Sep 2006 21:23:17 GMT (envelope-from simon) Message-Id: <200609062123.k86LNHQW065821@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:23:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Cc: Subject: cvs commit: src UPDATING src/contrib/bind9/bin/named query.c src/contrib/bind9/lib/dns resolver.c src/crypto/openssl/crypto/rsa rsa_sign.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:23:25 -0000 simon 2006-09-06 21:23:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) . UPDATING contrib/bind9/bin/named query.c contrib/bind9/lib/dns resolver.c crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). [1] Correct multiple denial-of-service vulnerabilities in BIND related to SIG Query Processing and Excessive Recursive Queries. [2] Security: FreeBSD-SA-06:19.openssl [1] Security: FreeBSD-SA-06:20.bind [2] Approved by: so (simon) Revision Changes Path 1.342.2.13.2.36 +7 -0 src/UPDATING 1.1.1.1.2.1.2.1 +2 -2 src/contrib/bind9/bin/named/query.c 1.1.1.1.2.1.2.1 +28 -21 src/contrib/bind9/lib/dns/resolver.c 1.1.1.6.6.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.62.2.15.2.38 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:24:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC3516A4DD; Wed, 6 Sep 2006 21:24:12 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5CB743D66; Wed, 6 Sep 2006 21:24:04 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LO4bj065865; Wed, 6 Sep 2006 21:24:04 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LO4Lk065864; Wed, 6 Sep 2006 21:24:04 GMT (envelope-from simon) Message-Id: <200609062124.k86LO4Lk065864@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:24:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/crypto/openssl/crypto/rsa rsa_sign.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:24:12 -0000 simon 2006-09-06 21:24:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/openssl/crypto/rsa rsa_sign.c Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). Security: FreeBSD-SA-06:19.openssl Revision Changes Path 1.1.1.1.2.6 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:24:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8571616A4DF; Wed, 6 Sep 2006 21:24:59 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2702E43D7E; Wed, 6 Sep 2006 21:24:54 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LOsVt065940; Wed, 6 Sep 2006 21:24:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LOsK9065939; Wed, 6 Sep 2006 21:24:54 GMT (envelope-from simon) Message-Id: <200609062124.k86LOsK9065939@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 21:24:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Cc: Subject: cvs commit: src UPDATING src/crypto/openssl/crypto/rsa rsa_sign.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:24:59 -0000 simon 2006-09-06 21:24:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) . UPDATING crypto/openssl/crypto/rsa rsa_sign.c sys/conf newvers.sh Log: Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). Security: FreeBSD-SA-06:19.openssl Approved by: so (simon) Revision Changes Path 1.73.2.91.2.22 +4 -0 src/UPDATING 1.1.1.1.2.5.6.1 +17 -0 src/crypto/openssl/crypto/rsa/rsa_sign.c 1.44.2.39.2.25 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:27:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C18216A4E7; Wed, 6 Sep 2006 21:27:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89CDF43D80; Wed, 6 Sep 2006 21:27:12 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LRCki066060; Wed, 6 Sep 2006 21:27:12 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LRCKt066059; Wed, 6 Sep 2006 21:27:12 GMT (envelope-from dougb) Message-Id: <200609062127.k86LRCKt066059@repoman.freebsd.org> From: Doug Barton Date: Wed, 6 Sep 2006 21:27:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Cc: Subject: cvs commit: src/contrib/bind9 - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:27:14 -0000 dougb 2006-09-06 21:27:12 UTC FreeBSD src repository src/contrib/bind9 - Imported sources Update of /home/ncvs/src/contrib/bind9 In directory repoman.freebsd.org:/tmp/cvs-serv66017 Log Message: Vendor import of BIND 9.3.2-P1, which addresses the following security vulnerabilities: http://www.niscc.gov.uk/niscc/docs/re-20060905-00590.pdf?lang=en 2066. [security] Handle SIG queries gracefully. [RT #16300] http://www.kb.cert.org/vuls/id/697164 1941. [bug] ncache_adderesult() should set eresult even if no rdataset is passed to it. [RT #15642] All users of BIND 9 are encouraged to upgrade to this version. Status: Vendor Tag: ISC Release Tags: BIND_9_3_2_P1 U src/contrib/bind9/CHANGES U src/contrib/bind9/version U src/contrib/bind9/bin/named/query.c U src/contrib/bind9/lib/dns/resolver.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:43:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F3D016A4E2; Wed, 6 Sep 2006 21:43:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A619B43D49; Wed, 6 Sep 2006 21:43:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Lht1f067041; Wed, 6 Sep 2006 21:43:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Lht0m067040; Wed, 6 Sep 2006 21:43:55 GMT (envelope-from imp) Message-Id: <200609062143.k86Lht0m067040@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 21:43:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 iic.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:43:56 -0000 imp 2006-09-06 21:43:55 UTC FreeBSD src repository Modified files: share/man/man4 iic.4 Log: Mostly re-write man page to reflect current state of this interface. Warn of races. # Doc police: Please review Revision Changes Path 1.12 +109 -7 src/share/man/man4/iic.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:44:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B0A16A5FF; Wed, 6 Sep 2006 21:44:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6350643D6A; Wed, 6 Sep 2006 21:44:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Li0UD067106; Wed, 6 Sep 2006 21:44:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LhxCF067105; Wed, 6 Sep 2006 21:43:59 GMT (envelope-from jhb) Message-Id: <200609062143.k86LhxCF067105@repoman.freebsd.org> From: John Baldwin Date: Wed, 6 Sep 2006 21:43:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c subr_trap.c src/sys/sys ktrace.h proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:44:05 -0000 jhb 2006-09-06 21:43:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern init_main.c kern_exit.c kern_fork.c kern_ktrace.c kern_proc.c subr_trap.c sys/sys ktrace.h proc.h Log: MFC: Backport ktrace enhancements to make ktrace mostly synchronous again and use per-process queue's for async requests. This makes ktrace more reliable and also fixes a potential deadlock in cv_wait/msleep. Revision Changes Path 1.256.2.4 +1 -0 src/sys/kern/init_main.c 1.263.2.13 +3 -1 src/sys/kern/kern_exit.c 1.252.2.5 +1 -0 src/sys/kern/kern_fork.c 1.101.2.5 +190 -97 src/sys/kern/kern_ktrace.c 1.230.2.4 +1 -0 src/sys/kern/kern_proc.c 1.281.2.1 +4 -0 src/sys/kern/subr_trap.c 1.29.2.3 +12 -1 src/sys/sys/ktrace.h 1.432.2.7 +1 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:52:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0F916A4DD; Wed, 6 Sep 2006 21:52:03 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33CE43D5C; Wed, 6 Sep 2006 21:52:00 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Lq0kT067804; Wed, 6 Sep 2006 21:52:00 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Lq0nf067799; Wed, 6 Sep 2006 21:52:00 GMT (envelope-from andre) Message-Id: <200609062152.k86Lq0nf067799@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 21:51:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:52:03 -0000 andre 2006-09-06 21:51:59 UTC FreeBSD src repository Modified files: sys/net if.h sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h sys/netinet6 icmp6.c sys/sys mbuf.h Log: First step of TSO (TCP segmentation offload) support in our network stack. o add IFCAP_TSO[46] for drivers to announce this capability for IPv4 and IPv6 o add CSUM_TSO flag to mbuf pkthdr csum_flags field o add tso_segsz field to mbuf pkthdr o enhance ip_output() packet length check to allow for large TSO packets o extend tcp_maxmtu[46]() with a flag pointer to pass interface capabilities o adjust all callers of tcp_maxmtu[46]() accordingly Discussed on: -current, -net Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.105 +3 -0 src/sys/net/if.h 1.261 +17 -6 src/sys/netinet/ip_output.c 1.305 +9 -4 src/sys/netinet/tcp_input.c 1.260 +19 -5 src/sys/netinet/tcp_subr.c 1.135 +3 -2 src/sys/netinet/tcp_var.h 1.72 +1 -1 src/sys/netinet6/icmp6.c 1.194 +2 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:53:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3753516A4DA; Wed, 6 Sep 2006 21:53:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E8943D6D; Wed, 6 Sep 2006 21:53:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LrTZa067923; Wed, 6 Sep 2006 21:53:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LrTMl067922; Wed, 6 Sep 2006 21:53:29 GMT (envelope-from imp) Message-Id: <200609062153.k86LrTMl067922@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 21:53:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:53:33 -0000 imp 2006-09-06 21:53:29 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Remove the portibility layer goo. Produces the same .o as before. md5 by: /sbin/md5 Revision Changes Path 1.107 +71 -158 src/sys/dev/usb/ugen.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 21:59:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A4716A4DD; Wed, 6 Sep 2006 21:59:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD1543D45; Wed, 6 Sep 2006 21:59:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86LxbYk068476; Wed, 6 Sep 2006 21:59:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86LxbWr068475; Wed, 6 Sep 2006 21:59:37 GMT (envelope-from jhb) Message-Id: <200609062159.k86LxbWr068475@repoman.freebsd.org> From: John Baldwin Date: Wed, 6 Sep 2006 21:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_sockbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 21:59:37 -0000 jhb 2006-09-06 21:59:37 UTC FreeBSD src repository Modified files: sys/kern uipc_sockbuf.c Log: Use sysctl_handle_long() instead of duplicating it's logic for kern.ipc.maxsockbuf so that this sysctl works for 32-bit binaries running on amd64 via compat/freebsd32. MFC after: 3 days Revision Changes Path 1.165 +4 -8 src/sys/kern/uipc_sockbuf.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:05:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DB2C16A760; Wed, 6 Sep 2006 22:05:36 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DF843D5E; Wed, 6 Sep 2006 22:05:34 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86M5YZW070149; Wed, 6 Sep 2006 22:05:34 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86M5Y3h070148; Wed, 6 Sep 2006 22:05:34 GMT (envelope-from sobomax) Message-Id: <200609062205.k86M5Y3h070148@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 6 Sep 2006 22:05:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:05:36 -0000 sobomax 2006-09-06 22:05:34 UTC FreeBSD src repository Modified files: sys/i386/i386 local_apic.c sys/amd64/amd64 local_apic.c Log: Unbreak in the case when device apic is compiled into non-SMP kernel. Reported by: jhay MFC after: 2 weeks Revision Changes Path 1.28 +2 -0 src/sys/amd64/amd64/local_apic.c 1.30 +2 -0 src/sys/i386/i386/local_apic.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:07:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E9D16A4DF; Wed, 6 Sep 2006 22:07:21 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D6643D7B; Wed, 6 Sep 2006 22:07:14 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86M7ERb070294; Wed, 6 Sep 2006 22:07:14 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86M7Ep6070293; Wed, 6 Sep 2006 22:07:14 GMT (envelope-from andre) Message-Id: <200609062207.k86M7Ep6070293@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 22:07:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:07:21 -0000 andre 2006-09-06 22:07:14 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Make TSO (TCP segmentation offload) capabilities visible and accessible with 'ifconfig em0 tso' and 'ifconfig em0 -tso'. TSO for IPv4 and IPv6 is always enabled or disabled together. The driver may enable only one if it doesn't support both. Document 'tso' and '-tso' in the ifconfig(8) man pages. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.120 +17 -0 src/sbin/ifconfig/ifconfig.8 1.121 +3 -1 src/sbin/ifconfig/ifconfig.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:25:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16CD116A4ED for ; Wed, 6 Sep 2006 22:25:27 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C5943EF2 for ; Wed, 6 Sep 2006 22:21:51 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 53366 invoked from network); 6 Sep 2006 22:06:38 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 6 Sep 2006 22:06:38 -0000 Message-ID: <44FF49F2.3090308@freebsd.org> Date: Thu, 07 Sep 2006 00:21:38 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Andre Oppermann References: <200609062152.k86Lq0nf067799@repoman.freebsd.org> In-Reply-To: <200609062152.k86Lq0nf067799@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:25:27 -0000 Andre Oppermann wrote: > andre 2006-09-06 21:51:59 UTC > > FreeBSD src repository > > Modified files: > sys/net if.h > sys/netinet ip_output.c tcp_input.c tcp_subr.c > tcp_var.h > sys/netinet6 icmp6.c > sys/sys mbuf.h > Log: > First step of TSO (TCP segmentation offload) support in our network stack. > > o add IFCAP_TSO[46] for drivers to announce this capability for IPv4 and IPv6 > o add CSUM_TSO flag to mbuf pkthdr csum_flags field > o add tso_segsz field to mbuf pkthdr > o enhance ip_output() packet length check to allow for large TSO packets > o extend tcp_maxmtu[46]() with a flag pointer to pass interface capabilities > o adjust all callers of tcp_maxmtu[46]() accordingly Step 2 (the tcp_output() changes) follows as soon as the Intel guys are done with testing in their lab together with an extended em(4) driver. -- Andre From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:26:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FB7C16A566; Wed, 6 Sep 2006 22:26:09 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D466F43DFB; Wed, 6 Sep 2006 22:23:12 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86MN8Wt071290; Wed, 6 Sep 2006 22:23:08 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86MN8nv071289; Wed, 6 Sep 2006 22:23:08 GMT (envelope-from simon) Message-Id: <200609062223.k86MN8nv071289@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 22:23:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/bind9 CHANGES version X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:26:09 -0000 simon 2006-09-06 22:23:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bind9 CHANGES version Log: MFC remaining changes between BIND 9.3.2 and 9.3.2-P1. The "functional" changes were part of the FreeBSD-SA-06:20.bind commit. Requested by: dougb Revision Changes Path 1.1.1.3.2.2 +7 -0 src/contrib/bind9/CHANGES 1.1.1.3.2.2 +3 -3 src/contrib/bind9/version From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:28:35 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B563416A4E1 for ; Wed, 6 Sep 2006 22:28:35 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B7343EBE for ; Wed, 6 Sep 2006 22:25:47 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so4096457pye for ; Wed, 06 Sep 2006 15:25:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oop4DqPCnCIAZs1+3xMMGLuSHYeeFYuZHSfIvB044BnTymFcbMq4qsbRh98ETwHNbELMZCynl+VeepqdTkkSjv2tE05hK3ODhShipZcV7v3dDFJcgbrOEZqgwSZpFcUewbEbj1uIvp7MDUDU7Ac3aFPQQSFKfVG/1TKqfgkW/6o= Received: by 10.35.114.16 with SMTP id r16mr15639439pym; Wed, 06 Sep 2006 15:25:46 -0700 (PDT) Received: by 10.35.114.2 with HTTP; Wed, 6 Sep 2006 15:25:46 -0700 (PDT) Message-ID: <70e8236f0609061525t246aeb77rc69357f7af63b498@mail.gmail.com> Date: Wed, 6 Sep 2006 23:25:46 +0100 From: "Joao Barros" To: "Andre Oppermann" In-Reply-To: <200609062152.k86Lq0nf067799@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200609062152.k86Lq0nf067799@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:28:35 -0000 On 9/6/06, Andre Oppermann wrote: > Log: > First step of TSO (TCP segmentation offload) support in our network stack. I have been following the thread on TSO with the Intel boys. Can you point out which drivers/hardware will support this feature? -- Joao Barros From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:29:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A07316A4DD; Wed, 6 Sep 2006 22:29:29 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CF843ED0; Wed, 6 Sep 2006 22:27:15 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86MR9wH071603; Wed, 6 Sep 2006 22:27:09 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86MR9ie071602; Wed, 6 Sep 2006 22:27:09 GMT (envelope-from simon) Message-Id: <200609062227.k86MR9ie071602@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 6 Sep 2006 22:27:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bind9 CHANGES version X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:29:29 -0000 simon 2006-09-06 22:27:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) contrib/bind9 CHANGES version Log: MFC remaining changes between BIND 9.3.2 and 9.3.2-P1. The "functional" changes were part of the FreeBSD-SA-06:20.bind commit. Requested by: dougb Revision Changes Path 1.1.1.2.2.4 +7 -0 src/contrib/bind9/CHANGES 1.1.1.2.2.4 +3 -3 src/contrib/bind9/version From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:34:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BE916A536; Wed, 6 Sep 2006 22:34:38 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB7643E1C; Wed, 6 Sep 2006 22:33:50 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86MXnrw072034; Wed, 6 Sep 2006 22:33:49 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86MXnHN072031; Wed, 6 Sep 2006 22:33:49 GMT (envelope-from andre) Message-Id: <200609062233.k86MXnHN072031@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 22:33:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:34:38 -0000 andre 2006-09-06 22:33:49 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: Reserve a precious 16bit gap in the mbuf pkthdr struct for ethernet 802.1pq vlan tags. Revision Changes Path 1.195 +1 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:58:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7859B16A4EE; Wed, 6 Sep 2006 22:58:01 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7638F43DE3; Wed, 6 Sep 2006 22:57:00 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Mv0SR074229; Wed, 6 Sep 2006 22:57:00 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Mv0N7074228; Wed, 6 Sep 2006 22:57:00 GMT (envelope-from remko) Message-Id: <200609062257.k86Mv0N7074228@repoman.freebsd.org> From: Remko Lodder Date: Wed, 6 Sep 2006 22:57:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:58:01 -0000 remko 2006-09-06 22:57:00 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:19.openssl and FreeBSD-SA-06:20.bind to the Errata. Revision Changes Path 1.69.2.43 +14 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:58:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC3516A5B9; Wed, 6 Sep 2006 22:58:14 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1BA43E48; Wed, 6 Sep 2006 22:57:02 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Mv20h074280; Wed, 6 Sep 2006 22:57:02 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Mv2Kg074279; Wed, 6 Sep 2006 22:57:02 GMT (envelope-from remko) Message-Id: <200609062257.k86Mv2Kg074279@repoman.freebsd.org> From: Remko Lodder Date: Wed, 6 Sep 2006 22:57:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:58:14 -0000 remko 2006-09-06 22:57:02 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:19.openssl to the Errata. Revision Changes Path 1.1.2.132 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 6 22:58:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6F716A55F; Wed, 6 Sep 2006 22:58:37 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32F243E57; Wed, 6 Sep 2006 22:57:30 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86MvUdE074354; Wed, 6 Sep 2006 22:57:30 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86MvUGw074353; Wed, 6 Sep 2006 22:57:30 GMT (envelope-from remko) Message-Id: <200609062257.k86MvUGw074353@repoman.freebsd.org> From: Remko Lodder Date: Wed, 6 Sep 2006 22:57:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 22:58:37 -0000 remko 2006-09-06 22:57:30 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:19.openssl and FreeBSD-SA-06:20.bind to the Errata. Revision Changes Path 1.73.2.30 +14 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 6 23:03:16 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0F816A4E8 for ; Wed, 6 Sep 2006 23:03:16 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 492C243D7B for ; Wed, 6 Sep 2006 23:03:10 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 53726 invoked from network); 6 Sep 2006 22:48:07 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 6 Sep 2006 22:48:07 -0000 Message-ID: <44FF53AB.7030305@freebsd.org> Date: Thu, 07 Sep 2006 01:03:07 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Joao Barros References: <200609062152.k86Lq0nf067799@repoman.freebsd.org> <70e8236f0609061525t246aeb77rc69357f7af63b498@mail.gmail.com> In-Reply-To: <70e8236f0609061525t246aeb77rc69357f7af63b498@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 23:03:16 -0000 Joao Barros wrote: > On 9/6/06, Andre Oppermann wrote: >> Log: >> First step of TSO (TCP segmentation offload) support in our network >> stack. > > I have been following the thread on TSO with the Intel boys. > Can you point out which drivers/hardware will support this feature? First is Intel em(4) hardware. Other then will step up too. -- Andre From owner-cvs-src@FreeBSD.ORG Wed Sep 6 23:29:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2ABB16A4DA; Wed, 6 Sep 2006 23:29:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC3143D4C; Wed, 6 Sep 2006 23:29:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86NTrRn080190; Wed, 6 Sep 2006 23:29:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86NTrnY080189; Wed, 6 Sep 2006 23:29:53 GMT (envelope-from imp) Message-Id: <200609062329.k86NTrnY080189@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 23:29:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 23:29:54 -0000 imp 2006-09-06 23:29:53 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: More antideclarification. md5 still the same after all these years (and after -g was removed). Revision Changes Path 1.108 +27 -31 src/sys/dev/usb/ugen.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 23:44:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CBCD16A4DD; Wed, 6 Sep 2006 23:44:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FAA43D64; Wed, 6 Sep 2006 23:44:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86NiP5Q081302; Wed, 6 Sep 2006 23:44:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86NiPjE081301; Wed, 6 Sep 2006 23:44:25 GMT (envelope-from imp) Message-Id: <200609062344.k86NiPjE081301@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 23:44:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c ehcivar.h hid.c if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_ural.c kue_fw.h ohci.c ohcivar.h ubsa.c ubser.c ucom.c udbp.c ufm.c uftdi.c uhci.c uhcivar.h uhid.c uhub.c ukbd.c ulpt.c umass.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 23:44:33 -0000 imp 2006-09-06 23:44:25 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehcivar.h hid.c if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_ural.c kue_fw.h ohci.c ohcivar.h ubsa.c ubser.c ucom.c udbp.c ufm.c uftdi.c uhci.c uhcivar.h uhid.c uhub.c ukbd.c ulpt.c umass.c umct.c umodem.c ums.c uplcom.c urio.c usb.c usb.h usb_ethersubr.c usb_mem.c usb_port.h usb_quirks.c usb_subr.c usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h uscanner.c uvisor.c uvscom.c Log: s/Static/static/g s/device_ptr_t/device_t/g No md5 changes in the .o's # Note to the md5 tracking club: $FreeBSD$ changes md5 after every commit # so you need to checkout -kk to get $FreeBSD$ instead of the actual value # of the keyword. Revision Changes Path 1.48 +131 -131 src/sys/dev/usb/ehci.c 1.15 +2 -2 src/sys/dev/usb/ehcivar.h 1.27 +2 -2 src/sys/dev/usb/hid.c 1.98 +68 -68 src/sys/dev/usb/if_aue.c 1.39 +53 -53 src/sys/dev/usb/if_axe.c 1.13 +26 -26 src/sys/dev/usb/if_cdce.c 1.62 +53 -53 src/sys/dev/usb/if_cue.c 1.69 +42 -42 src/sys/dev/usb/if_kue.c 1.29 +69 -69 src/sys/dev/usb/if_rue.c 1.22 +78 -78 src/sys/dev/usb/if_udav.c 1.44 +103 -103 src/sys/dev/usb/if_ural.c 1.4 +3 -3 src/sys/dev/usb/kue_fw.h 1.163 +132 -132 src/sys/dev/usb/ohci.c 1.44 +2 -2 src/sys/dev/usb/ohcivar.h 1.18 +39 -39 src/sys/dev/usb/ubsa.c 1.19 +19 -19 src/sys/dev/usb/ubser.c 1.59 +31 -31 src/sys/dev/usb/ucom.c 1.30 +26 -26 src/sys/dev/usb/udbp.c 1.24 +3 -3 src/sys/dev/usb/ufm.c 1.23 +15 -15 src/sys/dev/usb/uftdi.c 1.170 +111 -111 src/sys/dev/usb/uhci.c 1.42 +2 -2 src/sys/dev/usb/uhcivar.h 1.82 +6 -6 src/sys/dev/usb/uhid.c 1.71 +7 -7 src/sys/dev/usb/uhub.c 1.54 +64 -64 src/sys/dev/usb/ukbd.c 1.69 +7 -7 src/sys/dev/usb/ulpt.c 1.136 +67 -67 src/sys/dev/usb/umass.c 1.11 +23 -23 src/sys/dev/usb/umct.c 1.59 +26 -26 src/sys/dev/usb/umodem.c 1.81 +20 -20 src/sys/dev/usb/ums.c 1.38 +38 -38 src/sys/dev/usb/uplcom.c 1.36 +3 -3 src/sys/dev/usb/urio.c 1.109 +23 -23 src/sys/dev/usb/usb.c 1.41 +8 -0 src/sys/dev/usb/usb.h 1.21 +5 -5 src/sys/dev/usb/usb_ethersubr.c 1.10 +9 -9 src/sys/dev/usb/usb_mem.c 1.80 +13 -13 src/sys/dev/usb/usb_port.h 1.50 +1 -1 src/sys/dev/usb/usb_quirks.c 1.84 +20 -20 src/sys/dev/usb/usb_subr.c 1.95 +11 -11 src/sys/dev/usb/usbdi.c 1.60 +1 -1 src/sys/dev/usb/usbdi.h 1.35 +7 -7 src/sys/dev/usb/usbdi_util.c 1.20 +3 -3 src/sys/dev/usb/usbdi_util.h 1.46 +3 -3 src/sys/dev/usb/usbdivar.h 1.73 +7 -7 src/sys/dev/usb/uscanner.c 1.27 +9 -9 src/sys/dev/usb/uvisor.c 1.28 +38 -38 src/sys/dev/usb/uvscom.c From owner-cvs-src@FreeBSD.ORG Wed Sep 6 23:49:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9E416A4DA; Wed, 6 Sep 2006 23:49:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F97843D4C; Wed, 6 Sep 2006 23:49:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86Nnbpb082016; Wed, 6 Sep 2006 23:49:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86Nnbtx082015; Wed, 6 Sep 2006 23:49:37 GMT (envelope-from imp) Message-Id: <200609062349.k86Nnbtx082015@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Sep 2006 23:49:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 23:49:37 -0000 imp 2006-09-06 23:49:37 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Only include FreeBSD defines. This file is slated to go to the happy hunting ground in the sky. Also, remove the #defines OBE. Revision Changes Path 1.81 +0 -294 src/sys/dev/usb/usb_port.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 00:06:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C98116A4DD; Thu, 7 Sep 2006 00:06:43 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549D943D45; Thu, 7 Sep 2006 00:06:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8706hCh085543; Thu, 7 Sep 2006 00:06:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8706hlr085539; Thu, 7 Sep 2006 00:06:43 GMT (envelope-from imp) Message-Id: <200609070006.k8706hlr085539@repoman.freebsd.org> From: Warner Losh Date: Thu, 7 Sep 2006 00:06:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_udavreg.h if_ural.c if_uralvar.h ohci.c ohcivar.h sl811hs.c sl811hsvar.h ubsa.c ubser.c ucom.c ucomvar.h udbp.c ufm.c ufoma.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 00:06:43 -0000 imp 2006-09-07 00:06:43 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehci_pci.c ehcivar.h if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_udavreg.h if_ural.c if_uralvar.h ohci.c ohcivar.h sl811hs.c sl811hsvar.h ubsa.c ubser.c ucom.c ucomvar.h udbp.c ufm.c ufoma.c uftdi.c uhci.c uhcivar.h uhid.c uhub.c ukbd.c ulpt.c umass.c umct.c umodem.c ums.c uplcom.c urio.c usb.c usb_port.h usb_subr.c usbdi.c usbdi_util.c usbdivar.h uscanner.c uvisor.c uvscom.c Log: More removing compatibility macros. md5 still the same. "Dave, stop. I feel my mind slipping away." -- hal Revision Changes Path 1.49 +28 -28 src/sys/dev/usb/ehci.c 1.23 +3 -3 src/sys/dev/usb/ehci_pci.c 1.16 +1 -1 src/sys/dev/usb/ehcivar.h 1.99 +2 -2 src/sys/dev/usb/if_aue.c 1.40 +2 -2 src/sys/dev/usb/if_axe.c 1.14 +22 -22 src/sys/dev/usb/if_cdce.c 1.63 +2 -2 src/sys/dev/usb/if_cue.c 1.70 +2 -2 src/sys/dev/usb/if_kue.c 1.30 +2 -2 src/sys/dev/usb/if_rue.c 1.23 +67 -67 src/sys/dev/usb/if_udav.c 1.7 +1 -1 src/sys/dev/usb/if_udavreg.h 1.45 +32 -32 src/sys/dev/usb/if_ural.c 1.7 +1 -1 src/sys/dev/usb/if_uralvar.h 1.164 +23 -23 src/sys/dev/usb/ohci.c 1.45 +1 -1 src/sys/dev/usb/ohcivar.h 1.4 +9 -9 src/sys/dev/usb/sl811hs.c 1.3 +1 -1 src/sys/dev/usb/sl811hsvar.h 1.19 +14 -14 src/sys/dev/usb/ubsa.c 1.20 +17 -17 src/sys/dev/usb/ubser.c 1.60 +11 -11 src/sys/dev/usb/ucom.c 1.8 +1 -1 src/sys/dev/usb/ucomvar.h 1.31 +14 -14 src/sys/dev/usb/udbp.c 1.25 +3 -3 src/sys/dev/usb/ufm.c 1.2 +10 -10 src/sys/dev/usb/ufoma.c 1.24 +1 -1 src/sys/dev/usb/uftdi.c 1.171 +23 -23 src/sys/dev/usb/uhci.c 1.43 +1 -1 src/sys/dev/usb/uhcivar.h 1.83 +4 -4 src/sys/dev/usb/uhid.c 1.72 +23 -23 src/sys/dev/usb/uhub.c 1.55 +2 -2 src/sys/dev/usb/ukbd.c 1.70 +12 -12 src/sys/dev/usb/ulpt.c 1.137 +102 -102 src/sys/dev/usb/umass.c 1.12 +5 -5 src/sys/dev/usb/umct.c 1.60 +9 -9 src/sys/dev/usb/umodem.c 1.82 +11 -11 src/sys/dev/usb/ums.c 1.39 +19 -19 src/sys/dev/usb/uplcom.c 1.37 +4 -4 src/sys/dev/usb/urio.c 1.110 +12 -12 src/sys/dev/usb/usb.c 1.82 +0 -47 src/sys/dev/usb/usb_port.h 1.85 +9 -9 src/sys/dev/usb/usb_subr.c 1.96 +10 -10 src/sys/dev/usb/usbdi.c 1.36 +4 -4 src/sys/dev/usb/usbdi_util.c 1.47 +3 -3 src/sys/dev/usb/usbdivar.h 1.74 +11 -11 src/sys/dev/usb/uscanner.c 1.28 +8 -8 src/sys/dev/usb/uvisor.c 1.29 +31 -31 src/sys/dev/usb/uvscom.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 03:52:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BC516A4DD; Thu, 7 Sep 2006 03:52:59 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4010D43D4C; Thu, 7 Sep 2006 03:52:59 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k873qxKM036435; Thu, 7 Sep 2006 03:52:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k873qxwA036434; Thu, 7 Sep 2006 03:52:59 GMT (envelope-from obrien) Message-Id: <200609070352.k873qxwA036434@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Sep 2006 03:52:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/gcc ChangeLog ansidecl.h builtins.c c-common.c c-common.h c-decl.c c-objc-common.c c-pch.c c-typeck.c cfgcleanup.c combine.c config.gcc config.host config.in configure configure.ac coverage.c cppfiles.c cpphash.h cppinit.c cse.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 03:52:59 -0000 obrien 2006-09-07 03:52:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/gcc ChangeLog ansidecl.h builtins.c c-common.c c-common.h c-decl.c c-objc-common.c c-pch.c c-typeck.c cfgcleanup.c combine.c config.gcc config.host config.in configure configure.ac coverage.c cppfiles.c cpphash.h cppinit.c cse.c expmed.c flow.c fold-const.c gcc.c gcov-dump.c gcov.c gcse.c ggc-common.c global.c hooks.c hooks.h hosthooks-def.h hosthooks.h local-alloc.c longlong.h loop.c md5.c md5.h mips-tdump.c mips-tfile.c mklibgcc.in optabs.c pretty-print.c reg-stack.c regrename.c regs.h rtl.h sched-rgn.c simplify-rtx.c stmt.c toplev.c tree.c unroll.c version.c contrib/gcc/config/alpha alpha.c alpha.md contrib/gcc/config/arm arm-protos.h arm.c arm.md contrib/gcc/config/i386 i386.c i386.md contrib/gcc/config/ia64 hpux.h contrib/gcc/config/rs6000 aix51.h host-darwin.c linux64.h rs6000-protos.h rs6000.c rs6000.h rs6000.md sysv4.h contrib/gcc/config/sparc gmon-sol2.c sol2-gas-bi.h sol2.h sparc.c sparc.h contrib/gcc/cp ChangeLog call.c class.c cp-tree.def cp-tree.h cvt.c decl.c decl2.c error.c init.c lex.c method.c name-lookup.c name-lookup.h parser.c pt.c search.c semantics.c typeck.c contrib/gcc/doc contrib.texi hostconfig.texi invoke.texi contrib/gcc/doc/include gcc-common.texi contrib/gcc/f ChangeLog g77.texi g77spec.c Added files: (Branch: RELENG_6) contrib/gcc/config host-linux.c host-solaris.c x-linux x-solaris Log: MFC: GCC 3.4.6 Revision Changes Path 1.1.1.27.2.1 +820 -1 src/contrib/gcc/ChangeLog 1.1.1.5.8.1 +9 -0 src/contrib/gcc/ansidecl.h 1.9.2.1 +23 -14 src/contrib/gcc/builtins.c 1.20.2.1 +12 -0 src/contrib/gcc/c-common.c 1.7.8.1 +2 -0 src/contrib/gcc/c-common.h 1.12.2.2 +46 -33 src/contrib/gcc/c-decl.c 1.1.1.8.8.1 +5 -10 src/contrib/gcc/c-objc-common.c 1.1.1.1.8.1 +1 -1 src/contrib/gcc/c-pch.c 1.1.1.17.2.1 +22 -13 src/contrib/gcc/c-typeck.c 1.1.1.9.8.1 +1 -1 src/contrib/gcc/cfgcleanup.c 1.1.1.15.2.1 +1 -1 src/contrib/gcc/combine.c 1.1.1.10.2.1 +6 -0 src/contrib/gcc/config.gcc 1.1.1.1.8.1 +16 -1 src/contrib/gcc/config.host 1.1.1.10.2.1 +3 -0 src/contrib/gcc/config.in 1.10.2.1 +22 -1 src/contrib/gcc/config/alpha/alpha.c 1.1.1.10.2.1 +4 -4 src/contrib/gcc/config/alpha/alpha.md 1.1.1.4.2.1 +4 -2 src/contrib/gcc/config/arm/arm-protos.h 1.1.1.7.2.1 +63 -87 src/contrib/gcc/config/arm/arm.c 1.1.1.7.2.1 +11 -12 src/contrib/gcc/config/arm/arm.md 1.1.1.1.2.1 +219 -0 src/contrib/gcc/config/host-linux.c (new) 1.1.1.1.2.1 +79 -0 src/contrib/gcc/config/host-solaris.c (new) 1.22.2.1 +3 -2 src/contrib/gcc/config/i386/i386.c 1.18.2.1 +8 -8 src/contrib/gcc/config/i386/i386.md 1.1.1.5.8.1 +0 -7 src/contrib/gcc/config/ia64/hpux.h 1.1.1.5.8.1 +0 -4 src/contrib/gcc/config/rs6000/aix51.h 1.1.1.1.8.1 +24 -12 src/contrib/gcc/config/rs6000/host-darwin.c 1.1.1.8.2.1 +6 -0 src/contrib/gcc/config/rs6000/linux64.h 1.1.1.6.2.1 +1 -1 src/contrib/gcc/config/rs6000/rs6000-protos.h 1.1.1.11.2.1 +37 -57 src/contrib/gcc/config/rs6000/rs6000.c 1.1.1.6.2.1 +2 -7 src/contrib/gcc/config/rs6000/rs6000.h 1.1.1.10.2.1 +16 -100 src/contrib/gcc/config/rs6000/rs6000.md 1.1.1.9.2.1 +5 -5 src/contrib/gcc/config/rs6000/sysv4.h 1.1.1.6.8.1 +1 -2 src/contrib/gcc/config/sparc/gmon-sol2.c 1.1.1.2.8.1 +6 -0 src/contrib/gcc/config/sparc/sol2-gas-bi.h 1.1.1.7.8.1 +7 -1 src/contrib/gcc/config/sparc/sol2.h 1.1.1.14.2.1 +19 -11 src/contrib/gcc/config/sparc/sparc.c 1.1.1.7.8.1 +1 -1 src/contrib/gcc/config/sparc/sparc.h 1.3.2.1 +4 -0 src/contrib/gcc/config/x-linux (new) 1.1.1.1.2.1 +4 -0 src/contrib/gcc/config/x-solaris (new) 1.21.2.1 +39 -0 src/contrib/gcc/configure 1.1.1.2.2.1 +8 -0 src/contrib/gcc/configure.ac 1.1.1.1.8.1 +2 -2 src/contrib/gcc/coverage.c 1.1.1.22.2.1 +463 -0 src/contrib/gcc/cp/ChangeLog 1.1.1.12.2.1 +17 -4 src/contrib/gcc/cp/call.c 1.1.1.13.2.1 +20 -16 src/contrib/gcc/cp/class.c 1.1.1.6.8.1 +3 -1 src/contrib/gcc/cp/cp-tree.def 1.1.1.16.2.1 +1 -1 src/contrib/gcc/cp/cp-tree.h 1.1.1.11.2.1 +3 -0 src/contrib/gcc/cp/cvt.c 1.19.2.1 +87 -67 src/contrib/gcc/cp/decl.c 1.1.1.19.2.1 +19 -9 src/contrib/gcc/cp/decl2.c 1.1.1.10.2.1 +3 -0 src/contrib/gcc/cp/error.c 1.1.1.16.2.1 +4 -7 src/contrib/gcc/cp/init.c 1.1.1.11.8.1 +8 -16 src/contrib/gcc/cp/lex.c 1.1.1.12.2.1 +5 -3 src/contrib/gcc/cp/method.c 1.1.1.2.2.1 +29 -34 src/contrib/gcc/cp/name-lookup.c 1.1.1.1.8.1 +1 -0 src/contrib/gcc/cp/name-lookup.h 1.1.1.2.2.1 +176 -112 src/contrib/gcc/cp/parser.c 1.1.1.16.2.1 +83 -48 src/contrib/gcc/cp/pt.c 1.1.1.13.2.1 +6 -2 src/contrib/gcc/cp/search.c 1.1.1.9.2.1 +18 -18 src/contrib/gcc/cp/semantics.c 1.1.1.12.2.1 +53 -21 src/contrib/gcc/cp/typeck.c 1.1.1.7.2.1 +12 -10 src/contrib/gcc/cppfiles.c 1.1.1.8.8.1 +1 -1 src/contrib/gcc/cpphash.h 1.8.8.1 +6 -2 src/contrib/gcc/cppinit.c 1.1.1.15.2.1 +3 -0 src/contrib/gcc/cse.c 1.1.1.7.8.1 +6 -3 src/contrib/gcc/doc/contrib.texi 1.1.1.2.8.1 +21 -25 src/contrib/gcc/doc/hostconfig.texi 1.1.1.7.2.1 +2 -2 src/contrib/gcc/doc/include/gcc-common.texi 1.1.1.12.2.1 +8 -5 src/contrib/gcc/doc/invoke.texi 1.1.1.13.2.1 +16 -19 src/contrib/gcc/expmed.c 1.1.1.17.2.1 +18 -0 src/contrib/gcc/f/ChangeLog 1.1.1.6.8.1 +5 -4 src/contrib/gcc/f/g77.texi 1.4.8.1 +3 -3 src/contrib/gcc/f/g77spec.c 1.1.1.14.2.1 +14 -4 src/contrib/gcc/flow.c 1.1.1.16.2.1 +42 -31 src/contrib/gcc/fold-const.c 1.40.2.1 +4 -2 src/contrib/gcc/gcc.c 1.1.1.1.8.1 +2 -2 src/contrib/gcc/gcov-dump.c 1.1.1.6.8.1 +3 -3 src/contrib/gcc/gcov.c 1.1.1.10.2.1 +1 -1 src/contrib/gcc/gcse.c 1.1.1.5.8.1 +81 -108 src/contrib/gcc/ggc-common.c 1.1.1.8.8.1 +8 -1 src/contrib/gcc/global.c 1.1.1.7.2.1 +0 -15 src/contrib/gcc/hooks.c 1.1.1.7.2.1 +0 -2 src/contrib/gcc/hooks.h 1.1.1.1.8.1 +12 -2 src/contrib/gcc/hosthooks-def.h 1.1.1.1.8.1 +10 -2 src/contrib/gcc/hosthooks.h 1.1.1.10.8.1 +12 -1 src/contrib/gcc/local-alloc.c 1.1.1.8.8.1 +9 -4 src/contrib/gcc/longlong.h 1.1.1.22.2.1 +0 -18 src/contrib/gcc/loop.c 1.1.1.3.10.1 +17 -0 src/contrib/gcc/md5.c 1.1.1.2.14.1 +7 -1 src/contrib/gcc/md5.h 1.1.1.6.8.1 +2 -2 src/contrib/gcc/mips-tdump.c 1.1.1.6.8.1 +2 -2 src/contrib/gcc/mips-tfile.c 1.1.1.9.2.1 +25 -0 src/contrib/gcc/mklibgcc.in 1.1.1.14.8.1 +2 -15 src/contrib/gcc/optabs.c 1.1.1.1.8.1 +1 -1 src/contrib/gcc/pretty-print.c 1.1.1.12.2.1 +10 -6 src/contrib/gcc/reg-stack.c 1.1.1.6.2.1 +4 -2 src/contrib/gcc/regrename.c 1.1.1.8.2.1 +7 -0 src/contrib/gcc/regs.h 1.1.1.14.2.1 +1 -0 src/contrib/gcc/rtl.h 1.1.1.6.8.1 +36 -0 src/contrib/gcc/sched-rgn.c 1.1.1.6.2.1 +9 -1 src/contrib/gcc/simplify-rtx.c 1.1.1.14.8.1 +6 -0 src/contrib/gcc/stmt.c 1.25.2.1 +6 -2 src/contrib/gcc/toplev.c 1.1.1.13.2.1 +42 -16 src/contrib/gcc/tree.c 1.1.1.16.8.1 +2 -1 src/contrib/gcc/unroll.c 1.12.2.1 +2 -2 src/contrib/gcc/version.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 05:05:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C961F16A4DD; Thu, 7 Sep 2006 05:05:42 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8406343D46; Thu, 7 Sep 2006 05:05:42 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8755gHd051725; Thu, 7 Sep 2006 05:05:42 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8755gPN051720; Thu, 7 Sep 2006 05:05:42 GMT (envelope-from scottl) Message-Id: <200609070505.k8755gPN051720@repoman.freebsd.org> From: Scott Long Date: Thu, 7 Sep 2006 05:05:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:05:42 -0000 scottl 2006-09-07 05:05:41 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Remove old debugging code from the interrupt handler. Revision Changes Path 1.14 +4 -11 src/sys/dev/mfi/mfi.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 05:18:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3414316A4E1 for ; Thu, 7 Sep 2006 05:18:25 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 9322443D4C for ; Thu, 7 Sep 2006 05:18:23 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 70925 invoked from network); 7 Sep 2006 05:18:22 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 7 Sep 2006 05:18:22 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 7 Sep 2006 00:18:56 -0500 (CDT) From: Mike Silbersack To: Gleb Smirnoff In-Reply-To: <20060906150129.GT40020@FreeBSD.org> Message-ID: <20060907000939.J12826@odysseus.silby.com> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:18:25 -0000 On Wed, 6 Sep 2006, Gleb Smirnoff wrote: > I think we should free the oldmost tcptw entry in a case if we can't > find the local endpoint. We can tell definitely that we can't find one > only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" cycle, > where EADDRNOTAVAIL is returned. We can't definitely tell this in > in_pcblookup_local() since we don't know whether tried port is the > last one. > > The oldmost tcptw entry can be taken simply from the ordered list, like > tcp_timer_2msl_tw() does this. That's something along the lines of what I was thinking. However, I think it'll be slightly more complex than taking just the oldest entry from the list. We could have time_wait states that are for sockets such as remoteip:ephemeralport <-> localip:80 and also localip:ephemeralport <-> remoteip:80. We'd have to find one of the ones of the second type to recycle. I think I know why my implementation went so wrong - I was testing the case where I had http_load (or was it apachebench?) connecting to apache on another machine. The case I was trying to solve was where the http benchmark tool created all the time_wait sockets on the client, thereby preventing new connections from being made. In that case, the heuristic would (probably) recycle the first socket it came upon, and be done. In your case, it would recycle the first socket it came upon, but it would be one of the remoteip:ephemeralport <-> localip:80 sockets, which wouldn't help it at all. Does that sound like what was happening? (I haven't reviewed the code, and I'm speaking from memory, so I apologize if I have the details slightly off.) > However, I don't like the idea of "finding" the free port at all. This > makes connect()/bind() performance depending on number of busy endpoints. > Shouldn't we make an algorythm, where free endpoints are stored, and > we don't need to _find_ one, we could just _take_ one? That's an interesting question. I guess right now the assumption is that you have 65535 ports, and very few of them are used, so it's cheaper to guess and see if one isn't used. You, on the other hand, seem to have a large number in use, so things are quite different. I guess you could make a port freelist. That would also solve the problem of randomized ephemeral ports causing a port to be reused too quickly. I'd be happy to review any such patch you could come up with in this area. > M> With this code removed, are you not seeing the web frontends delaying new > M> connections when they can't find a free port to use? > > No. We monitor the amount of entries in tcptw zone. It is the same > as before. So the periodic cycle purges tcptw states at the same > rate as in_pcblookup_local() was, except that it does this consuming > less CPU time. Ok, so you weren't actually running out of ephemeral ports like I was in the http benchmark tool scenario then. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Sep 7 05:20:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EFE016A4E7 for ; Thu, 7 Sep 2006 05:20:38 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BDAF43D45 for ; Thu, 7 Sep 2006 05:20:37 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 80866 invoked from network); 7 Sep 2006 05:20:36 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 7 Sep 2006 05:20:36 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 7 Sep 2006 00:21:09 -0500 (CDT) From: Mike Silbersack To: Gleb Smirnoff In-Reply-To: <20060906151246.GU40020@FreeBSD.org> Message-ID: <20060907001910.G12826@odysseus.silby.com> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060906151246.GU40020@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:20:38 -0000 On Wed, 6 Sep 2006, Gleb Smirnoff wrote: > Another simple enough solution would be to msleep() with tcbinfo mutex > temporarily dropped if we fail to find a port. Then the tcp_timer_2msl_tw() > on the next run will free tcptw entries and wake up us. Nah, not worth the effort. time_wait sockets are good to try to follow the rules on, but if the choice is to delay or throw away one prematurely, throwing one away prematurely is the better choice. > Anyway, I'm strongly against doing the purge cycling in the syscalls. Yep, me too - doing purge cycling was never my intent; it was just supposed to be a last ditch attempt to free a time_wait socket that was taking up an ephemeral port when no ephemeral ports were left. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Sep 7 05:21:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF8016A4DE; Thu, 7 Sep 2006 05:21:53 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87CA43D5D; Thu, 7 Sep 2006 05:21:52 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k875Lq7g052743; Thu, 7 Sep 2006 05:21:52 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k875LqYx052742; Thu, 7 Sep 2006 05:21:52 GMT (envelope-from scottl) Message-Id: <200609070521.k875LqYx052742@repoman.freebsd.org> From: Scott Long Date: Thu, 7 Sep 2006 05:21:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/usb uaudio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:21:53 -0000 scottl 2006-09-07 05:21:52 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: Catch up to USB changes. Revision Changes Path 1.21 +148 -148 src/sys/dev/sound/usb/uaudio.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 05:34:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B0716A4DD; Thu, 7 Sep 2006 05:34:07 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4449E43D6E; Thu, 7 Sep 2006 05:34:05 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k875Y5VO053603; Thu, 7 Sep 2006 05:34:05 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k875Y4RI053602; Thu, 7 Sep 2006 05:34:04 GMT (envelope-from trhodes) Message-Id: <200609070534.k875Y4RI053602@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 7 Sep 2006 05:34:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis_usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:34:07 -0000 trhodes 2006-09-07 05:34:04 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis_usb.c Log: Catch up with USB changes, device_ptr_t was removed, we need device_t here. Revision Changes Path 1.6 +3 -3 src/sys/dev/if_ndis/if_ndis_usb.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 05:37:15 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 762F716A4DE; Thu, 7 Sep 2006 05:37:15 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 334C243D6E; Thu, 7 Sep 2006 05:37:03 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k875asGx092980 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Sep 2006 08:36:54 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id k875aw3r088569; Thu, 7 Sep 2006 08:36:58 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k875awlu088538; Thu, 7 Sep 2006 08:36:58 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 7 Sep 2006 08:36:57 +0300 From: Kostik Belousov To: "David E. O'Brien" Message-ID: <20060907053657.GI1390@deviant.kiev.zoral.com.ua> References: <200609070352.k873qxwA036434@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtJ+CqYNzKB4ukR4" Content-Disposition: inline In-Reply-To: <200609070352.k873qxwA036434@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL,UNPARSEABLE_RELAY autolearn=no version=3.1.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua Cc: kan@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc ChangeLog ansidecl.h builtins.c c-common.c c-common.h c-decl.c c-objc-common.c c-pch.c c-typeck.c cfgcleanup.c combine.c config.gcc config.host config.in configure configure.ac coverage.c cppfiles.c cpphash.h cppinit.c cse.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:37:15 -0000 --vtJ+CqYNzKB4ukR4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 07, 2006 at 03:52:59AM +0000, David E. O'Brien wrote: > obrien 2006-09-07 03:52:59 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > contrib/gcc ChangeLog ansidecl.h builtins.c=20 > c-common.c c-common.h c-decl.c=20 > c-objc-common.c c-pch.c c-typeck.c=20 > cfgcleanup.c combine.c config.gcc=20 > config.host config.in configure=20 > configure.ac coverage.c cppfiles.c=20 > cpphash.h cppinit.c cse.c expmed.c flow.c=20 > fold-const.c gcc.c gcov-dump.c gcov.c=20 > gcse.c ggc-common.c global.c hooks.c=20 > hooks.h hosthooks-def.h hosthooks.h=20 > local-alloc.c longlong.h loop.c md5.c=20 > md5.h mips-tdump.c mips-tfile.c=20 > mklibgcc.in optabs.c pretty-print.c=20 > reg-stack.c regrename.c regs.h rtl.h=20 > sched-rgn.c simplify-rtx.c stmt.c=20 > toplev.c tree.c unroll.c version.c=20 > contrib/gcc/config/alpha alpha.c alpha.md=20 > contrib/gcc/config/arm arm-protos.h arm.c arm.md=20 > contrib/gcc/config/i386 i386.c i386.md=20 > contrib/gcc/config/ia64 hpux.h=20 > contrib/gcc/config/rs6000 aix51.h host-darwin.c linux64.h=20 > rs6000-protos.h rs6000.c rs6000.h=20 > rs6000.md sysv4.h=20 > contrib/gcc/config/sparc gmon-sol2.c sol2-gas-bi.h sol2.h=20 > sparc.c sparc.h=20 > contrib/gcc/cp ChangeLog call.c class.c cp-tree.def=20 > cp-tree.h cvt.c decl.c decl2.c error.c=20 > init.c lex.c method.c name-lookup.c=20 > name-lookup.h parser.c pt.c search.c=20 > semantics.c typeck.c=20 > contrib/gcc/doc contrib.texi hostconfig.texi invoke.texi=20 > contrib/gcc/doc/include gcc-common.texi=20 > contrib/gcc/f ChangeLog g77.texi g77spec.c=20 > Added files: (Branch: RELENG_6) > contrib/gcc/config host-linux.c host-solaris.c x-linux=20 > x-solaris=20 > Log: > MFC: GCC 3.4.6 You need to MFC sys/crypto/sha2/sha2.c, rev. 1.8. Without it, kernel compile fails: cc -c -O -pipe -march=3Dpentiumpro -Wall -Wredundant-decls -Wnested-externs= -Wstri ct-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -= fform at-extensions -std=3Dc99 -g -nostdinc -I- -I. -I/usr/bsd/src/sys -I/usr/bs= d/src/s ys/contrib/altq -I/usr/bsd/src/sys/contrib/ipfilter -I/usr/bsd/src/sys/cont= rib/p f -I/usr/bsd/src/sys/contrib/dev/ath -I/usr/bsd/src/sys/contrib/dev/ath/fre= ebsd=20 -I/usr/bsd/src/sys/contrib/ngatm -I/usr/bsd/src/sys/dev/twa -D_KERNEL -DHAV= E_KER NEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 = --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-align-= long-stri ngs -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 = -ffrees tanding -Werror /usr/bsd/src/sys/crypto/sha2/sha2.c /usr/bsd/src/sys/crypto/sha2/sha2.c: In function `SHA512_Transform': /usr/bsd/src/sys/crypto/sha2/sha2.c:753: warning: 'T2' might be used uninit= ializ ed in this function *** Error code 1 Stop in /usr/bsd/obj/usr/bsd/src/sys/POOMA. *** Error code 1 --vtJ+CqYNzKB4ukR4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE/6/4C3+MBN1Mb4gRAiDJAJ0XBMVbPtrm++hzcTpe2Mg5E4oIgwCgt4BF wSnguU++fpKPmBZJPhtseJk= =NbV6 -----END PGP SIGNATURE----- --vtJ+CqYNzKB4ukR4-- From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:00:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F2E16A4DD; Thu, 7 Sep 2006 06:00:04 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD02F43D45; Thu, 7 Sep 2006 06:00:03 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87603AO055185; Thu, 7 Sep 2006 06:00:03 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87603xP055184; Thu, 7 Sep 2006 06:00:03 GMT (envelope-from mjacob) Message-Id: <200609070600.k87603xP055184@repoman.freebsd.org> From: Matt Jacob Date: Thu, 7 Sep 2006 06:00:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis_usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:00:04 -0000 mjacob 2006-09-07 06:00:03 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis_usb.c Log: Static -> static. Revision Changes Path 1.7 +3 -3 src/sys/dev/if_ndis/if_ndis_usb.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:01:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E1816A602; Thu, 7 Sep 2006 06:01:12 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913E243D45; Thu, 7 Sep 2006 06:01:11 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (1wsetwr0bbn1lb60@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.6/8.13.3) with ESMTP id k8761Bxs084635; Wed, 6 Sep 2006 23:01:11 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.6/8.13.3/Submit) id k8761BX2084634; Wed, 6 Sep 2006 23:01:11 -0700 (PDT) (envelope-from jmg) Date: Wed, 6 Sep 2006 23:01:10 -0700 From: John-Mark Gurney To: Joao Barros Message-ID: <20060907060110.GR9421@funkthat.com> References: <200609062152.k86Lq0nf067799@repoman.freebsd.org> <70e8236f0609061525t246aeb77rc69357f7af63b498@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <70e8236f0609061525t246aeb77rc69357f7af63b498@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:01:12 -0000 Joao Barros wrote this message on Wed, Sep 06, 2006 at 23:25 +0100: > On 9/6/06, Andre Oppermann wrote: > > Log: > > First step of TSO (TCP segmentation offload) support in our network > > stack. > > I have been following the thread on TSO with the Intel boys. > Can you point out which drivers/hardware will support this feature? re(4) chips are suppose to support TSO... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:14:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147CE16A4DA; Thu, 7 Sep 2006 06:14:06 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFEA43D45; Thu, 7 Sep 2006 06:14:05 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k876E5I0057397; Thu, 7 Sep 2006 06:14:05 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k876E5nU057396; Thu, 7 Sep 2006 06:14:05 GMT (envelope-from mjacob) Message-Id: <200609070614.k876E5nU057396@repoman.freebsd.org> From: Matt Jacob Date: Thu, 7 Sep 2006 06:14:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:14:06 -0000 mjacob 2006-09-07 06:14:05 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h Log: more usb fallout changes Revision Changes Path 1.27 +62 -62 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.6 +5 -0 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:18:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A9C16A4E0; Thu, 7 Sep 2006 06:18:35 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B33E743D55; Thu, 7 Sep 2006 06:18:34 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k876IY6D057773; Thu, 7 Sep 2006 06:18:34 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k876IYHR057772; Thu, 7 Sep 2006 06:18:34 GMT (envelope-from mjacob) Message-Id: <200609070618.k876IYHR057772@repoman.freebsd.org> From: Matt Jacob Date: Thu, 7 Sep 2006 06:18:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:18:35 -0000 mjacob 2006-09-07 06:18:34 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubtbcmfw ubtbcmfw.c Log: more usb fallout changes Revision Changes Path 1.11 +19 -13 src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:19:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CD916A4DA; Thu, 7 Sep 2006 06:19:31 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4271E43D55; Thu, 7 Sep 2006 06:19:30 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id k876JS07014427 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 7 Sep 2006 02:19:29 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 7 Sep 2006 02:19:22 -0400 From: Tom Rhodes To: Matt Jacob Message-Id: <20060907021922.066378e5.trhodes@FreeBSD.org> In-Reply-To: <200609070614.k876E5nU057396@repoman.freebsd.org> References: <200609070614.k876E5nU057396@repoman.freebsd.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:19:31 -0000 On Thu, 7 Sep 2006 06:14:05 +0000 (UTC) Matt Jacob wrote: > mjacob 2006-09-07 06:14:05 UTC > > FreeBSD src repository > > Modified files: > sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h > Log: > more usb fallout changes > Thanks, build wasn't done yet. ;) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:24:09 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED6DB16A4DE; Thu, 7 Sep 2006 06:24:09 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865DD43D4C; Thu, 7 Sep 2006 06:24:09 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.6/8.13.6) with ESMTP id k876O9rJ007414; Wed, 6 Sep 2006 23:24:09 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.6/8.13.6/Submit) with ESMTP id k876O9HL007400; Wed, 6 Sep 2006 23:24:09 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 6 Sep 2006 23:24:09 -0700 (PDT) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: Tom Rhodes In-Reply-To: <20060907021922.066378e5.trhodes@FreeBSD.org> Message-ID: <20060906232337.K74806@ns1.feral.com> References: <200609070614.k876E5nU057396@repoman.freebsd.org> <20060907021922.066378e5.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Matt Jacob , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:24:10 -0000 'yr welcome. I needed a kernel right away. From owner-cvs-src@FreeBSD.ORG Thu Sep 7 06:37:26 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE26516A4DF; Thu, 7 Sep 2006 06:37:26 +0000 (UTC) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B7543D5C; Thu, 7 Sep 2006 06:37:21 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.7/8.13.7) with ESMTP id k876bHY3073303; Wed, 6 Sep 2006 23:37:17 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.7/8.13.7/Submit) id k876bGWc073302; Wed, 6 Sep 2006 23:37:16 -0700 (PDT) (envelope-from obrien) Date: Wed, 6 Sep 2006 23:37:16 -0700 From: "David O'Brien" To: Kostik Belousov Message-ID: <20060907063716.GA73260@dragon.NUXI.org> References: <200609070352.k873qxwA036434@repoman.freebsd.org> <20060907053657.GI1390@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060907053657.GI1390@deviant.kiev.zoral.com.ua> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: kan@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc ChangeLog ansidecl.h builtins.c c-common.c c-common.h c-decl.c c-objc-common.c c-pch.c c-typeck.c cfgcleanup.c combine.c config.gcc config.host config.in configure configure.ac coverage.c cppfiles.c cpphash.h cppinit.c cse.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 06:37:26 -0000 On Thu, Sep 07, 2006 at 08:36:57AM +0300, Kostik Belousov wrote: > On Thu, Sep 07, 2006 at 03:52:59AM +0000, David E. O'Brien wrote: > > Log: > > MFC: GCC 3.4.6 > > You need to MFC sys/crypto/sha2/sha2.c, rev. 1.8. > Without it, kernel compile fails: > /usr/bsd/src/sys/crypto/sha2/sha2.c: In function `SHA512_Transform': > /usr/bsd/src/sys/crypto/sha2/sha2.c:753: warning: 'T2' might be used > uninitialized in this function > *** Error code 1 I wonder why I'm not seeing this on my amd64 test machine. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Sep 7 07:20:21 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DF616A4DA; Thu, 7 Sep 2006 07:20:21 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566E443D45; Thu, 7 Sep 2006 07:20:19 +0000 (GMT) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 7C24A33CA2; Thu, 7 Sep 2006 09:20:09 +0200 (SAST) Date: Thu, 7 Sep 2006 09:20:09 +0200 From: John Hay To: David O'Brien Message-ID: <20060907072009.GA61657@zibbi.meraka.csir.co.za> References: <200609070352.k873qxwA036434@repoman.freebsd.org> <20060907053657.GI1390@deviant.kiev.zoral.com.ua> <20060907063716.GA73260@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060907063716.GA73260@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc ChangeLog ansidecl.h builtins.c c-common.c c-common.h c-decl.c c-objc-common.c c-pch.c c-typeck.c cfgcleanup.c combine.c config.gcc config.host config.in configure configure.ac coverage.c cppfiles.c cpphash.h cppinit.c cse.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 07:20:21 -0000 On Wed, Sep 06, 2006 at 11:37:16PM -0700, David O'Brien wrote: > On Thu, Sep 07, 2006 at 08:36:57AM +0300, Kostik Belousov wrote: > > On Thu, Sep 07, 2006 at 03:52:59AM +0000, David E. O'Brien wrote: > > > Log: > > > MFC: GCC 3.4.6 > > > > You need to MFC sys/crypto/sha2/sha2.c, rev. 1.8. > > Without it, kernel compile fails: > > /usr/bsd/src/sys/crypto/sha2/sha2.c: In function `SHA512_Transform': > > /usr/bsd/src/sys/crypto/sha2/sha2.c:753: warning: 'T2' might be used > > uninitialized in this function > > *** Error code 1 > > I wonder why I'm not seeing this on my amd64 test machine. Just a me too. I see it on an i386 box which have options IPSEC and IPSEC_ESP in the kernel config file: ####################################### cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/crypto/sha2/sha2.c /usr/src/sys/crypto/sha2/sha2.c: In function `SHA512_Transform': /usr/src/sys/crypto/sha2/sha2.c:753: warning: 'T2' might be used uninitialized in this function *** Error code 1 Stop in /usr/obj/usr/src/sys/SMALL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ####################################### John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Sep 7 07:30:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0937716A4DF; Thu, 7 Sep 2006 07:30:36 +0000 (UTC) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D03FE43D6D; Thu, 7 Sep 2006 07:30:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.7/8.13.7) with ESMTP id k877UR1F073998; Thu, 7 Sep 2006 00:30:27 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.7/8.13.7/Submit) id k877UR6N073997; Thu, 7 Sep 2006 00:30:27 -0700 (PDT) (envelope-from obrien) Date: Thu, 7 Sep 2006 00:30:27 -0700 From: "David O'Brien" To: Matt Jacob Message-ID: <20060907073027.GA73958@dragon.NUXI.org> References: <200609070600.k87603xP055184@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609070600.k87603xP055184@repoman.freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis_usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 07:30:36 -0000 On Thu, Sep 07, 2006 at 06:00:03AM +0000, Matt Jacob wrote: > mjacob 2006-09-07 06:00:03 UTC > > FreeBSD src repository > > Modified files: > sys/dev/if_ndis if_ndis_usb.c > Log: > Static -> static. Thanks! I hit this and the usb issues. It was weird to see "Static" - I was questing corruption on my machine. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Sep 7 07:37:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF5F816A4E1; Thu, 7 Sep 2006 07:37:19 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F8F43D6D; Thu, 7 Sep 2006 07:37:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k877bH72062769; Thu, 7 Sep 2006 07:37:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k877bHHo062768; Thu, 7 Sep 2006 07:37:17 GMT (envelope-from imp) Message-Id: <200609070737.k877bHHo062768@repoman.freebsd.org> From: Warner Losh Date: Thu, 7 Sep 2006 07:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 07:37:20 -0000 imp 2006-09-07 07:37:16 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: make "make TARGET=foo" work correctly. Before, it would fail to set TARGET_ARCH correctly. Now it does, even for pc98. We should suggest TARGET=foo in preference to TARGET_ARCH because the former is unambiguous and the latter isn't, so update the docs. This means that a long standing gripe I've had with this comes to a close. I can build pc98 w/o specify both things. make TARGET=arm works (rather than trying to build a arm:amd64 image and dying badly in the attempt). If you specify only TARGET_ARCH, then you get the old behavior. # we can likely simplify the UNIVERSE target now to use this, but I'm not # up for breaking that tonight :-). # We should consider adding some kind of sanity check for TARGET_ARCH # and TARGET. Revision Changes Path 1.555 +4 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Sep 7 08:12:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FC016A4DA; Thu, 7 Sep 2006 08:12:15 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B41B43D8B; Thu, 7 Sep 2006 08:12:07 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k878C7Ig065822; Thu, 7 Sep 2006 08:12:07 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k878C7gJ065821; Thu, 7 Sep 2006 08:12:07 GMT (envelope-from obrien) Message-Id: <200609070812.k878C7gJ065821@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Sep 2006 08:12:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/crypto/sha2 sha2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 08:12:15 -0000 obrien 2006-09-07 08:12:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/crypto/sha2 sha2.c Log: MFC: rev 1.8: GCC 3.4.6 gets confused and produces bogus warning. Note, it does not happen on AMD64, just i386. Revision Changes Path 1.7.10.1 +1 -1 src/sys/crypto/sha2/sha2.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 08:32:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7937316A4E0; Thu, 7 Sep 2006 08:32:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E3E43D46; Thu, 7 Sep 2006 08:32:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k878W036066818; Thu, 7 Sep 2006 08:32:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k878W0pE066817; Thu, 7 Sep 2006 08:32:00 GMT (envelope-from ru) Message-Id: <200609070832.k878W0pE066817@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 08:31:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 iic.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 08:32:00 -0000 ru 2006-09-07 08:31:59 UTC FreeBSD src repository Modified files: share/man/man4 iic.4 Log: Fix the markup. Prompted by: imp Revision Changes Path 1.13 +62 -47 src/share/man/man4/iic.4 From owner-cvs-src@FreeBSD.ORG Thu Sep 7 08:38:45 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 759A716A4DA; Thu, 7 Sep 2006 08:38:45 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCD143D49; Thu, 7 Sep 2006 08:38:44 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id D4ED15FEC; Thu, 7 Sep 2006 12:38:43 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id CB21C5FEA; Thu, 7 Sep 2006 12:38:43 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k878cnjV006357; Thu, 7 Sep 2006 12:38:49 +0400 (MSD) (envelope-from ru) Date: Thu, 7 Sep 2006 12:38:49 +0400 From: Ruslan Ermilov To: Warner Losh Message-ID: <20060907083849.GC85357@rambler-co.ru> References: <200609062344.k86NiPjE081301@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JgQwtEuHJzHdouWu" Content-Disposition: inline In-Reply-To: <200609062344.k86NiPjE081301@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ehcivar.h hid.c if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_ural.c kue_fw.h ohci.c ohcivar.h ubsa.c ubser.c ucom.c udbp.c ufm.c uftdi.c uhci.c uhcivar.h uhid.c uhub.c ukbd.c ulpt.c umass.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 08:38:45 -0000 --JgQwtEuHJzHdouWu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 06, 2006 at 11:44:25PM +0000, Warner Losh wrote: > imp 2006-09-06 23:44:25 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/usb ehci.c ehcivar.h hid.c if_aue.c if_axe.c=20 > if_cdce.c if_cue.c if_kue.c if_rue.c=20 > if_udav.c if_ural.c kue_fw.h ohci.c=20 > ohcivar.h ubsa.c ubser.c ucom.c udbp.c=20 > ufm.c uftdi.c uhci.c uhcivar.h uhid.c=20 > uhub.c ukbd.c ulpt.c umass.c umct.c=20 > umodem.c ums.c uplcom.c urio.c usb.c=20 > usb.h usb_ethersubr.c usb_mem.c=20 > usb_port.h usb_quirks.c usb_subr.c=20 > usbdi.c usbdi.h usbdi_util.c usbdi_util.h=20 > usbdivar.h uscanner.c uvisor.c uvscom.c=20 > Log: > s/Static/static/g > s/device_ptr_t/device_t/g > =20 > No md5 changes in the .o's > =20 > # Note to the md5 tracking club: $FreeBSD$ changes md5 after every comm= it > # so you need to checkout -kk to get $FreeBSD$ instead of the actual va= lue > # of the keyword. > =20 It's sometimes easier to "strip -R .comment". Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --JgQwtEuHJzHdouWu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE/9qZqRfpzJluFF4RAuqFAJ9XOJVjkP5nSadJY8E4TOBVqDG5FgCfWS+X tL28qYmAx1Oy3wzbrPCSUg4= =yH9i -----END PGP SIGNATURE----- --JgQwtEuHJzHdouWu-- From owner-cvs-src@FreeBSD.ORG Thu Sep 7 08:49:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E3016A4DE; Thu, 7 Sep 2006 08:49:10 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC4343D45; Thu, 7 Sep 2006 08:49:10 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k878nAkX075462; Thu, 7 Sep 2006 08:49:10 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k878nAgv075461; Thu, 7 Sep 2006 08:49:10 GMT (envelope-from oleg) Message-Id: <200609070849.k878nAgv075461@repoman.freebsd.org> From: Oleg Bulyzhin Date: Thu, 7 Sep 2006 08:49:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 08:49:10 -0000 oleg 2006-09-07 08:49:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC rev. 1.140 Properly lock ifmedia callbacks. This should prevent concurrent access to PHY. Following issues should be resolved: - random watchdog timeouts (caused by concurrent phy access) - some link state issues - non working TX if media type was set explicitly PR: kern/98738 Revision Changes Path 1.91.2.17 +24 -5 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 09:49:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF4616A4DE; Thu, 7 Sep 2006 09:49:09 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10AC743D4C; Thu, 7 Sep 2006 09:49:09 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k879n8FC079786; Thu, 7 Sep 2006 09:49:08 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k879n8rI079785; Thu, 7 Sep 2006 09:49:08 GMT (envelope-from ru) Message-Id: <200609070949.k879n8rI079785@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 09:49:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 09:49:09 -0000 ru 2006-09-07 09:49:08 UTC FreeBSD src repository Modified files: sys/netinet tcp_timer.c Log: Remove a microoptimization for i386 that was a micropessimization for amd64. Revision Changes Path 1.84 +1 -2 src/sys/netinet/tcp_timer.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 10:26:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4350C16A4DD; Thu, 7 Sep 2006 10:26:08 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D280E43D53; Thu, 7 Sep 2006 10:26:07 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87AQ77w086960; Thu, 7 Sep 2006 10:26:07 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87AQ7Wg086959; Thu, 7 Sep 2006 10:26:07 GMT (envelope-from jhay) Message-Id: <200609071026.k87AQ7Wg086959@repoman.freebsd.org> From: John Hay Date: Thu, 7 Sep 2006 10:26:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 10:26:08 -0000 jhay 2006-09-07 10:26:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fw2.c Log: MFC: Recognise IPv6 PIM packets. Revision Changes Path 1.106.2.18 +6 -0 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 12:53:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E040316A4DF; Thu, 7 Sep 2006 12:53:01 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A931443D45; Thu, 7 Sep 2006 12:53:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87Cr1Am005249; Thu, 7 Sep 2006 12:53:01 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Cr1fa005248; Thu, 7 Sep 2006 12:53:01 GMT (envelope-from andre) Message-Id: <200609071253.k87Cr1fa005248@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 7 Sep 2006 12:53:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 12:53:02 -0000 andre 2006-09-07 12:53:01 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Second step of TSO (TCP segmentation offload) support in our network stack. TSO is only used if we are in a pure bulk sending state. The presence of TCP-MD5, SACK retransmits, SACK advertizements, IPSEC and IP options prevent using TSO. With TSO the TCP header is the same (except for the sequence number) for all generated packets. This makes it impossible to transmit any options which vary per generated segment or packet. The length of TSO bursts is limited to TCP_MAXWIN. The sysctl net.inet.tcp.tso globally controls the use of TSO and is enabled. TSO enabled sends originating from tcp_output() have the CSUM_TCP and CSUM_TSO flags set, m_pkthdr.csum_data filled with the header pseudo-checksum and m_pkthdr.tso_segsz set to the segment size (net payload size, not counting IP+TCP headers or TCP options). IPv6 currently lacks a pseudo-header checksum function and thus doesn't support TSO yet. Tested by: Jack Vogel Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.116 +73 -15 src/sys/netinet/tcp_output.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 13:03:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCBED16A4DF; Thu, 7 Sep 2006 13:03:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE17943D5C; Thu, 7 Sep 2006 13:03:24 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k87D3MqZ015992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Sep 2006 17:03:22 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k87D3LXl015991; Thu, 7 Sep 2006 17:03:21 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 7 Sep 2006 17:03:21 +0400 From: Gleb Smirnoff To: Mike Silbersack Message-ID: <20060907130321.GA40020@FreeBSD.org> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060907000939.J12826@odysseus.silby.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 13:03:28 -0000 On Thu, Sep 07, 2006 at 12:18:56AM -0500, Mike Silbersack wrote: M> >I think we should free the oldmost tcptw entry in a case if we can't M> >find the local endpoint. We can tell definitely that we can't find one M> >only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" cycle, M> >where EADDRNOTAVAIL is returned. We can't definitely tell this in M> >in_pcblookup_local() since we don't know whether tried port is the M> >last one. M> > M> >The oldmost tcptw entry can be taken simply from the ordered list, like M> >tcp_timer_2msl_tw() does this. M> M> That's something along the lines of what I was thinking. However, I think M> it'll be slightly more complex than taking just the oldest entry from the M> list. We could have time_wait states that are for sockets such as M> remoteip:ephemeralport <-> localip:80 and also M> localip:ephemeralport <-> remoteip:80. We'd have to find one of the ones M> of the second type to recycle. It think we need to purge one entry if _we have found a match_ in in_pcblookup_local(). And _do not jump_ up to the beginning of the cycle. M> I think I know why my implementation went so wrong - I was testing the M> case where I had http_load (or was it apachebench?) connecting to apache M> on another machine. The case I was trying to solve was where the http M> benchmark tool created all the time_wait sockets on the client, thereby M> preventing new connections from being made. In that case, the heuristic M> would (probably) recycle the first socket it came upon, and be done. In M> your case, it would recycle the first socket it came upon, but it would be M> one of the remoteip:ephemeralport <-> localip:80 sockets, which wouldn't M> help it at all. Does that sound like what was happening? Probably it does. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Sep 7 13:06:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A1216A4DE; Thu, 7 Sep 2006 13:06:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E03F43D4C; Thu, 7 Sep 2006 13:06:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87D61CB008815; Thu, 7 Sep 2006 13:06:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87D61RP008814; Thu, 7 Sep 2006 13:06:01 GMT (envelope-from ru) Message-Id: <200609071306.k87D61RP008814@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 13:06:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 13:06:13 -0000 ru 2006-09-07 13:06:01 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h tcp_var.h Log: Back when we had T/TCP support, we used to apply different timeouts for TCP and T/TCP connections in the TIME_WAIT state, and we had two separate timed wait queues for them. Now that is has gone, the timeout is always 2*MSL again, and there is no reason to keep two queues (the first was unused anyway!). Also, reimplement the remaining queue using a TAILQ (it was technically impossible before, with two queues). Revision Changes Path 1.306 +2 -2 src/sys/netinet/tcp_input.c 1.261 +2 -3 src/sys/netinet/tcp_subr.c 1.85 +20 -43 src/sys/netinet/tcp_timer.c 1.30 +1 -1 src/sys/netinet/tcp_timer.h 1.136 +1 -1 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 13:21:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 460A416A4DD; Thu, 7 Sep 2006 13:21:00 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from opus.cse.buffalo.edu (opus.cse.Buffalo.EDU [128.205.32.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C836D43D46; Thu, 7 Sep 2006 13:20:57 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from localhost.cse.buffalo.edu (localhost.cse.buffalo.edu [127.0.0.1]) by opus.cse.buffalo.edu (8.13.6/8.12.4) with ESMTP id k87DKvOq001023; Thu, 7 Sep 2006 09:20:57 -0400 (EDT) From: Ken Smith To: "David E. O'Brien" In-Reply-To: <200609070352.k873qxwA036434@repoman.freebsd.org> References: <200609070352.k873qxwA036434@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-UI6PngHl7LPg6Yl+btf3" Organization: U. Buffalo CSE Department Date: Thu, 07 Sep 2006 09:20:57 -0400 Message-Id: <1157635257.772.13.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc ChangeLog ansidecl.h builtins.c c-common.c c-common.h c-decl.c c-objc-common.c c-pch.c c-typeck.c cfgcleanup.c combine.c config.gcc config.host config.in configure configure.ac coverage.c cppfiles.c cpphash.h cppinit.c cse.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 13:21:00 -0000 --=-UI6PngHl7LPg6Yl+btf3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-09-07 at 03:52 +0000, David E. O'Brien wrote: > obrien 2006-09-07 03:52:59 UTC > Log: > MFC: GCC 3.4.6 Thanks for taking care of this. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-UI6PngHl7LPg6Yl+btf3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBFABy5/G14VSmup/YRAkxjAJ0V7/EE1xC0G0L1qHLcJ5U23xQvTgCfc/Oc HW7Gl9WLLL6JGsRaMdaK4z0= =lLMJ -----END PGP SIGNATURE----- --=-UI6PngHl7LPg6Yl+btf3-- From owner-cvs-src@FreeBSD.ORG Thu Sep 7 15:03:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C2716A4DD; Thu, 7 Sep 2006 15:03:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B90943D93; Thu, 7 Sep 2006 15:03:03 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87F33MA022815; Thu, 7 Sep 2006 15:03:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87F335a022790; Thu, 7 Sep 2006 15:03:03 GMT (envelope-from jhb) Message-Id: <200609071503.k87F335a022790@repoman.freebsd.org> From: John Baldwin Date: Thu, 7 Sep 2006 15:03:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 15:03:09 -0000 jhb 2006-09-07 15:03:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/i386/i386 machdep.c Log: Use a single constant to define the sizes of the physmap[], phys_avail[], and dump_avail[] arrays so they are in sync (previously it was possible to store more entries in the physmap[] then we could store in phys_avail[], which was pointless). While I'm here, bump up the length of these tables to hold 30 entries on amd64 and 16 on i386. This allows machines with fairly fragmented memory maps to boot ok (at least one machine would not boot FreeBSD/i386 but would boot FreeBSD/amd64 because amd64 allowed for more fragments). MFC after: 3 days Revision Changes Path 1.652 +4 -4 src/sys/amd64/amd64/machdep.c 1.634 +4 -4 src/sys/i386/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 16:41:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB9E16A4E2; Thu, 7 Sep 2006 16:41:33 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD4443D8B; Thu, 7 Sep 2006 16:41:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87GfVdt030066; Thu, 7 Sep 2006 16:41:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87GfVO2030065; Thu, 7 Sep 2006 16:41:31 GMT (envelope-from ru) Message-Id: <200609071641.k87GfVO2030065@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 16:41:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 16:41:33 -0000 ru 2006-09-07 16:41:30 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: - Rewrite logic to guess TARGET_ARCH/TARGET to be more readable, but without changes in behavior. - Add sanity checking for TARGET_ARCH/TARGET. Revision Changes Path 1.556 +25 -6 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Sep 7 16:46:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B1F16A4E7; Thu, 7 Sep 2006 16:46:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A9943D5E; Thu, 7 Sep 2006 16:46:48 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k87GiaOv049082; Thu, 7 Sep 2006 10:44:37 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Sep 2006 10:44:56 -0600 (MDT) Message-Id: <20060907.104456.179962017.imp@bsdimp.com> To: trhodes@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20060907021922.066378e5.trhodes@FreeBSD.org> References: <200609070614.k876E5nU057396@repoman.freebsd.org> <20060907021922.066378e5.trhodes@FreeBSD.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 07 Sep 2006 10:44:38 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, mjacob@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 16:46:52 -0000 In message: <20060907021922.066378e5.trhodes@FreeBSD.org> Tom Rhodes writes: : On Thu, 7 Sep 2006 06:14:05 +0000 (UTC) : Matt Jacob wrote: : : > mjacob 2006-09-07 06:14:05 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h : > Log: : > more usb fallout changes : > : : Thanks, build wasn't done yet. ;) Yea! I'd made the mistaken assumption that the amd64 GENERIC kernel was as complete as the i386 in doing regression testing. Bad assumption it turns out. I don't know if this means more of the drivers should be added to AMD64 generic, or not. I kinda think it does.. Thanks everybody who helped out. Warner From owner-cvs-src@FreeBSD.ORG Thu Sep 7 17:10:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7888316A4DF; Thu, 7 Sep 2006 17:10:27 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E41543D5C; Thu, 7 Sep 2006 17:10:27 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87HAQEl040944; Thu, 7 Sep 2006 17:10:26 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87HAQem040941; Thu, 7 Sep 2006 17:10:26 GMT (envelope-from ceri) Message-Id: <200609071710.k87HAQem040941@repoman.freebsd.org> From: Ceri Davies Date: Thu, 7 Sep 2006 17:10:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/truncate truncate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 17:10:27 -0000 ceri 2006-09-07 17:10:26 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.c Log: Chase revision 1.10 in usage string and a comment. Revision Changes Path 1.11 +2 -2 src/usr.bin/truncate/truncate.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 17:25:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B3016A4E1; Thu, 7 Sep 2006 17:25:51 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50CC643D76; Thu, 7 Sep 2006 17:25:48 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87HPmm1041992; Thu, 7 Sep 2006 17:25:48 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87HPmm9041991; Thu, 7 Sep 2006 17:25:48 GMT (envelope-from ume) Message-Id: <200609071725.k87HPmm9041991@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 7 Sep 2006 17:25:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/sysctl sysctl.c src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 17:25:51 -0000 ume 2006-09-07 17:25:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/sysctl sysctl.c sys/dev/acpica acpi_thermal.c Log: MFC: Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to specify temperature. sbin/sysctl/sysctl.c: 1.74 sys/dev/acpica/acpi_thermal.c: 1.63 Revision Changes Path 1.67.2.6 +39 -4 src/sbin/sysctl/sysctl.c 1.53.2.6 +0 -1 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 17:38:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CFA16A4DF; Thu, 7 Sep 2006 17:38:48 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A5243D6E; Thu, 7 Sep 2006 17:38:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87HcmKI042592; Thu, 7 Sep 2006 17:38:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87HcmZC042591; Thu, 7 Sep 2006 17:38:48 GMT (envelope-from brooks) Message-Id: <200609071738.k87HcmZC042591@repoman.freebsd.org> From: Brooks Davis Date: Thu, 7 Sep 2006 17:38:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 17:38:49 -0000 brooks 2006-09-07 17:38:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vfsops.c Log: MFC: rev 1.185 Add a new kernel environment variable "boot.netif.mtu" which is used to set the MTU prior to mounting root via NFS. This is required if the server supports a higher than default MTU because the client will not see the responses otherwise. Revision Changes Path 1.177.2.3 +10 -0 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 17:40:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DE916A4E2; Thu, 7 Sep 2006 17:40:13 +0000 (UTC) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1DD43D45; Thu, 7 Sep 2006 17:40:12 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.7/8.13.7) with ESMTP id k87He3Eh083992; Thu, 7 Sep 2006 10:40:03 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.7/8.13.7/Submit) id k87He3WK083991; Thu, 7 Sep 2006 10:40:03 -0700 (PDT) (envelope-from obrien) Date: Thu, 7 Sep 2006 10:40:03 -0700 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20060907174003.GA83858@dragon.NUXI.org> References: <200609070614.k876E5nU057396@repoman.freebsd.org> <20060907021922.066378e5.trhodes@FreeBSD.org> <20060907.104456.179962017.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060907.104456.179962017.imp@bsdimp.com> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, mjacob@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 17:40:13 -0000 On Thu, Sep 07, 2006 at 10:44:56AM -0600, M. Warner Losh wrote: > In message: <20060907021922.066378e5.trhodes@FreeBSD.org> > Tom Rhodes writes: > : On Thu, 7 Sep 2006 06:14:05 +0000 (UTC) > : Matt Jacob wrote: > : > : > mjacob 2006-09-07 06:14:05 UTC > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h > : > Log: > : > more usb fallout changes > : > > : > : Thanks, build wasn't done yet. ;) > > Yea! I'd made the mistaken assumption that the amd64 GENERIC kernel > was as complete as the i386 in doing regression testing. Bad > assumption it turns out. Actually I hit a problem building 'ubt' on an i386 laptop, during the modules build. > I don't know if this means more of the > drivers should be added to AMD64 generic, or not. I kinda think it > does.. I diff'ed the two GENERIC conf files - other than one semi-rare gigE NIC, all the missing devices are ISA, ESIA or two known non-64-bit clean drivers. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:24:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4216E16A4DD; Thu, 7 Sep 2006 18:24:25 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE83143D53; Thu, 7 Sep 2006 18:24:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87IOOf0048794; Thu, 7 Sep 2006 18:24:24 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87IOOD4048793; Thu, 7 Sep 2006 18:24:24 GMT (envelope-from emax) Message-Id: <200609071824.k87IOOD4048793@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 7 Sep 2006 18:24:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:24:25 -0000 emax 2006-09-07 18:24:24 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist include Makefile Log: Prepare for upcoming bthidd(8) update. Install vkbd(4) header into dev/vkbd. MFC after: 1 month Revision Changes Path 1.108 +2 -0 src/etc/mtree/BSD.include.dist 1.263 +1 -1 src/include/Makefile From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:42:33 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AAB216A4EA; Thu, 7 Sep 2006 18:42:33 +0000 (UTC) (envelope-from prvs=julian=39828977f@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A73B43D5E; Thu, 7 Sep 2006 18:40:59 +0000 (GMT) (envelope-from prvs=julian=39828977f@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 07 Sep 2006 11:40:58 -0700 Message-ID: <450067BB.3080501@elischer.org> Date: Thu, 07 Sep 2006 11:40:59 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> In-Reply-To: <20060907000939.J12826@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:42:33 -0000 Mike Silbersack wrote: > > On Wed, 6 Sep 2006, Gleb Smirnoff wrote: > >> I think we should free the oldmost tcptw entry in a case if we can't >> find the local endpoint. We can tell definitely that we can't find one >> only in in_pcbbind_setup() in the "do {} while (in_pcblookup_local)" >> cycle, >> where EADDRNOTAVAIL is returned. We can't definitely tell this in >> in_pcblookup_local() since we don't know whether tried port is the >> last one. >> >> The oldmost tcptw entry can be taken simply from the ordered list, like >> tcp_timer_2msl_tw() does this. > If we are seeing less than stellar TCP performance on a loaded 6.1 machine will this change possibly fix it (was faster under 4.8).? when will the MFC occur? From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:42:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0284316A610; Thu, 7 Sep 2006 18:42:52 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 138D543EB9; Thu, 7 Sep 2006 18:40:50 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87IenDk049631; Thu, 7 Sep 2006 18:40:49 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Ien8J049630; Thu, 7 Sep 2006 18:40:49 GMT (envelope-from ambrisko) Message-Id: <200609071840.k87Ien8J049630@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 7 Sep 2006 18:40:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:42:52 -0000 ambrisko 2006-09-07 18:40:49 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfireg.h Log: Change the event log dump on initial boot to use get_event versus AEN. This makes the boot messages cleaner. I now know how this structure works so I can implement it versus guessing. Remove the not ready type code since it is ready now. I added the time stamp/locale/class so people can parse messages better. Create a sysctl so that we can set the locale/class level. Revision Changes Path 1.15 +113 -55 src/sys/dev/mfi/mfi.c 1.4 +4 -13 src/sys/dev/mfi/mfireg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:47:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D13F16A4E1; Thu, 7 Sep 2006 18:47:30 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A257943EAC; Thu, 7 Sep 2006 18:44:55 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87IitOP049926; Thu, 7 Sep 2006 18:44:55 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87IisEQ049924; Thu, 7 Sep 2006 18:44:54 GMT (envelope-from jhay) Message-Id: <200609071844.k87IisEQ049924@repoman.freebsd.org> From: John Hay Date: Thu, 7 Sep 2006 18:44:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 udp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:47:30 -0000 jhay 2006-09-07 18:44:54 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: All multicast listeners on a port should get one copy of the packet. This was broken during the locking changes. Revision Changes Path 1.68 +3 -3 src/sys/netinet6/udp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:53:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B6816A4DF for ; Thu, 7 Sep 2006 18:53:40 +0000 (UTC) (envelope-from silby@silby.com) Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 74FAD43D92 for ; Thu, 7 Sep 2006 18:53:25 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 14363 invoked by uid 3193); 7 Sep 2006 18:53:24 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Sep 2006 18:53:24 -0000 Date: Thu, 7 Sep 2006 14:53:24 -0400 (EDT) From: Mike Silbersack X-X-Sender: silby@niwun.pair.com To: Julian Elischer In-Reply-To: <450067BB.3080501@elischer.org> Message-ID: References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> <450067BB.3080501@elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:53:40 -0000 On Thu, 7 Sep 2006, Julian Elischer wrote: > If we are seeing less than stellar TCP performance on a loaded 6.1 machine > will this change possibly fix it (was faster under 4.8).? I guess it depends on what you mean by "TCP performance". Are you making hundreds or thousands of outbound connections per second? If not, I don't think this will matter to you. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:56:09 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4AB416A4E7; Thu, 7 Sep 2006 18:56:09 +0000 (UTC) (envelope-from prvs=julian=39828977f@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBD743D53; Thu, 7 Sep 2006 18:56:09 +0000 (GMT) (envelope-from prvs=julian=39828977f@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 07 Sep 2006 11:56:08 -0700 Message-ID: <45006B4A.1010208@elischer.org> Date: Thu, 07 Sep 2006 11:56:10 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> <450067BB.3080501@elischer.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:56:10 -0000 Mike Silbersack wrote: >On Thu, 7 Sep 2006, Julian Elischer wrote: > > > >>If we are seeing less than stellar TCP performance on a loaded 6.1 machine >>will this change possibly fix it (was faster under 4.8).? >> >> > >I guess it depends on what you mean by "TCP performance". Are you >making hundreds or thousands of outbound connections per second? If not, >I don't think this will matter to you. > > > many thousands per second. >Mike "Silby" Silbersack > > From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:56:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 701E816A503; Thu, 7 Sep 2006 18:56:30 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AD543D6E; Thu, 7 Sep 2006 18:56:29 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k87IuIYD000357; Thu, 7 Sep 2006 12:56:24 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <45006B4C.2080005@samsco.org> Date: Thu, 07 Sep 2006 12:56:12 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200609070614.k876E5nU057396@repoman.freebsd.org> <20060907021922.066378e5.trhodes@FreeBSD.org> <20060907.104456.179962017.imp@bsdimp.com> In-Reply-To: <20060907.104456.179962017.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.5 required=3.8 tests=SPF_SOFTFAIL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, mjacob@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:56:30 -0000 M. Warner Losh wrote: > In message: <20060907021922.066378e5.trhodes@FreeBSD.org> > Tom Rhodes writes: > : On Thu, 7 Sep 2006 06:14:05 +0000 (UTC) > : Matt Jacob wrote: > : > : > mjacob 2006-09-07 06:14:05 UTC > : > > : > FreeBSD src repository > : > > : > Modified files: > : > sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h > : > Log: > : > more usb fallout changes > : > > : > : Thanks, build wasn't done yet. ;) > > Yea! I'd made the mistaken assumption that the amd64 GENERIC kernel > was as complete as the i386 in doing regression testing. Bad > assumption it turns out. I don't know if this means more of the > drivers should be added to AMD64 generic, or not. I kinda think it > does.. > > Thanks everybody who helped out. > > Warner > The key is to build the modules, not just the kernel. I trip over this once in a while when I forget that I have NO_MODULES set in /etc/make.conf. Scott From owner-cvs-src@FreeBSD.ORG Thu Sep 7 18:58:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D6616A4DE; Thu, 7 Sep 2006 18:58:20 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC0743D46; Thu, 7 Sep 2006 18:58:20 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87IwJm8050736; Thu, 7 Sep 2006 18:58:19 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87IwJOv050735; Thu, 7 Sep 2006 18:58:19 GMT (envelope-from bmah) Message-Id: <200609071858.k87IwJOv050735@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 7 Sep 2006 18:58:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 18:58:20 -0000 bmah 2006-09-07 18:58:19 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-06:19.openssl, SA-06:20.bind. Modified release notes: BIND 9.3.2-P1. MFCs noted: GCC 3.4.6. Revision Changes Path 1.972 +12 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Sep 7 19:22:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6906F16A4DD; Thu, 7 Sep 2006 19:22:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BA243D5A; Thu, 7 Sep 2006 19:22:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k87JK4kZ050617; Thu, 7 Sep 2006 13:20:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Sep 2006 13:20:24 -0600 (MDT) Message-Id: <20060907.132024.-75255889.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20060907174003.GA83858@dragon.NUXI.org> References: <20060907021922.066378e5.trhodes@FreeBSD.org> <20060907.104456.179962017.imp@bsdimp.com> <20060907174003.GA83858@dragon.NUXI.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 07 Sep 2006 13:20:06 -0600 (MDT) Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, mjacob@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:22:48 -0000 In message: <20060907174003.GA83858@dragon.NUXI.org> "David O'Brien" writes: : On Thu, Sep 07, 2006 at 10:44:56AM -0600, M. Warner Losh wrote: : > In message: <20060907021922.066378e5.trhodes@FreeBSD.org> : > Tom Rhodes writes: : > : On Thu, 7 Sep 2006 06:14:05 +0000 (UTC) : > : Matt Jacob wrote: : > : : > : > mjacob 2006-09-07 06:14:05 UTC : > : > : > : > FreeBSD src repository : > : > : > : > Modified files: : > : > sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h : > : > Log: : > : > more usb fallout changes : > : > : > : : > : Thanks, build wasn't done yet. ;) : > : > Yea! I'd made the mistaken assumption that the amd64 GENERIC kernel : > was as complete as the i386 in doing regression testing. Bad : > assumption it turns out. : : Actually I hit a problem building 'ubt' on an i386 laptop, during the : modules build. But ubt isn't in GENERIC. I didn't build the modules, I'll admit, which is why you saw it and I didn't. I should have done a full build at the end to make sure. Warner From owner-cvs-src@FreeBSD.ORG Thu Sep 7 19:29:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9647416A4E6; Thu, 7 Sep 2006 19:29:51 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C744543D49; Thu, 7 Sep 2006 19:29:42 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87JTgMe053360; Thu, 7 Sep 2006 19:29:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87JTgFE053359; Thu, 7 Sep 2006 19:29:42 GMT (envelope-from obrien) Message-Id: <200609071929.k87JTgFE053359@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Sep 2006 19:29:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/lukemftpd/src Makefile cmds.c conf.c extern.h ftpcmd.y ftpd.8 ftpd.c ftpd.conf.5 logutmp.c logwtmp.c pathnames.h popen.c version.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:29:51 -0000 obrien 2006-09-07 19:29:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/lukemftpd/src Makefile cmds.c conf.c extern.h ftpcmd.y ftpd.8 ftpd.c ftpd.conf.5 logutmp.c logwtmp.c pathnames.h popen.c version.h Log: MFC: LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006. Revision Changes Path 1.1.1.2.2.1 +11 -10 src/contrib/lukemftpd/src/Makefile 1.1.1.5.2.1 +4 -4 src/contrib/lukemftpd/src/cmds.c 1.1.1.4.2.1 +25 -17 src/contrib/lukemftpd/src/conf.c 1.1.1.4.2.1 +21 -12 src/contrib/lukemftpd/src/extern.h 1.1.1.5.2.1 +24 -19 src/contrib/lukemftpd/src/ftpcmd.y 1.1.1.4.2.1 +59 -41 src/contrib/lukemftpd/src/ftpd.8 1.4.2.1 +468 -140 src/contrib/lukemftpd/src/ftpd.c 1.4.2.1 +37 -4 src/contrib/lukemftpd/src/ftpd.conf.5 1.1.1.3.2.1 +6 -0 src/contrib/lukemftpd/src/logutmp.c 1.1.1.3.2.1 +32 -7 src/contrib/lukemftpd/src/logwtmp.c 1.1.1.3.2.1 +6 -6 src/contrib/lukemftpd/src/pathnames.h 1.1.1.5.2.1 +5 -5 src/contrib/lukemftpd/src/popen.c 1.1.1.5.2.1 +2 -2 src/contrib/lukemftpd/src/version.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 19:32:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 338F816A4E6; Thu, 7 Sep 2006 19:32:10 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2AB43D62; Thu, 7 Sep 2006 19:32:05 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87JW5nv053582; Thu, 7 Sep 2006 19:32:05 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87JW50e053581; Thu, 7 Sep 2006 19:32:05 GMT (envelope-from ambrisko) Message-Id: <200609071932.k87JW50e053581@repoman.freebsd.org> From: Doug Ambrisko Date: Thu, 7 Sep 2006 19:32:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:32:10 -0000 ambrisko 2006-09-07 19:32:05 UTC FreeBSD src repository Modified files: sys/dev/mfi mfireg.h Log: Change the class from uint8_t to int8_t so people can filter on >0 events. Revision Changes Path 1.5 +1 -1 src/sys/dev/mfi/mfireg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 19:36:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A52D16A4DD; Thu, 7 Sep 2006 19:36:41 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F1643D79; Thu, 7 Sep 2006 19:36:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87JaGTP053842; Thu, 7 Sep 2006 19:36:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87JaGC0053841; Thu, 7 Sep 2006 19:36:16 GMT (envelope-from ru) Message-Id: <200609071936.k87JaGC0053841@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 19:36:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:36:41 -0000 ru 2006-09-07 19:36:16 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Added timestamping to buildworld, similar to buildkernel. Revision Changes Path 1.557 +12 -2 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Sep 7 19:42:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D02F216A4F4; Thu, 7 Sep 2006 19:42:27 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1877643E63; Thu, 7 Sep 2006 19:40:42 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.6/8.13.6) with ESMTP id k87Jeglm019502 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 7 Sep 2006 15:40:42 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id k87JeaE8002318; Thu, 7 Sep 2006 15:40:36 -0400 (EDT) (envelope-from gallatin) Date: Thu, 7 Sep 2006 15:40:36 -0400 From: Andrew Gallatin To: Andre Oppermann Message-ID: <20060907154036.A2297@grasshopper.cs.duke.edu> References: <200609062152.k86Lq0nf067799@repoman.freebsd.org> <70e8236f0609061525t246aeb77rc69357f7af63b498@mail.gmail.com> <44FF53AB.7030305@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <44FF53AB.7030305@freebsd.org>; from andre@FreeBSD.org on Thu, Sep 07, 2006 at 01:03:07AM +0200 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: cvs-src@FreeBSD.org, Joao Barros , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.h src/sys/netinet ip_output.c tcp_input.c tcp_subr.c tcp_var.h src/sys/netinet6 icmp6.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:42:28 -0000 Andre Oppermann [andre@FreeBSD.org] wrote: > Joao Barros wrote: > > On 9/6/06, Andre Oppermann wrote: > >> Log: > >> First step of TSO (TCP segmentation offload) support in our network > >> stack. Hurray! > > I have been following the thread on TSO with the Intel boys. > > Can you point out which drivers/hardware will support this feature? > > First is Intel em(4) hardware. Other then will step up too. I will try to find time to include TSO support in mxge in the next week or so. Thanks again to Andre and the Intel guys for making this happen. Drew From owner-cvs-src@FreeBSD.ORG Thu Sep 7 19:48:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B3516A4E1; Thu, 7 Sep 2006 19:48:55 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DA043D60; Thu, 7 Sep 2006 19:48:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87Jmrvs054469; Thu, 7 Sep 2006 19:48:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Jmrqd054468; Thu, 7 Sep 2006 19:48:53 GMT (envelope-from ru) Message-Id: <200609071948.k87Jmrqd054468@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 19:48:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tip/tip cu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:48:56 -0000 ru 2006-09-07 19:48:53 UTC FreeBSD src repository Modified files: usr.bin/tip/tip cu.c Log: Fixed the -# option to work as documented in a manpage. Revision Changes Path 1.7 +20 -8 src/usr.bin/tip/tip/cu.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 20:02:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A532A16A4DE; Thu, 7 Sep 2006 20:02:41 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9AD43D7F; Thu, 7 Sep 2006 20:02:29 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87K2NAa055254; Thu, 7 Sep 2006 20:02:23 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87K2Nwn055253; Thu, 7 Sep 2006 20:02:23 GMT (envelope-from obrien) Message-Id: <200609072002.k87K2Nwn055253@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Sep 2006 20:02:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/lukemftpd Makefile nbsd2fbsd.h nbsd_pidfile.h pamize.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:02:41 -0000 obrien 2006-09-07 20:02:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/lukemftpd Makefile nbsd2fbsd.h Added files: (Branch: RELENG_6) libexec/lukemftpd nbsd_pidfile.h Removed files: (Branch: RELENG_6) libexec/lukemftpd pamize.h Log: MFC: build bits matching LukeM's ftpd 31-Aug-2006 update. Revision Changes Path 1.16.2.1 +5 -0 src/libexec/lukemftpd/Makefile 1.4.10.1 +11 -0 src/libexec/lukemftpd/nbsd2fbsd.h 1.1.2.1 +30 -0 src/libexec/lukemftpd/nbsd_pidfile.h (new) 1.1.14.1 +0 -153 src/libexec/lukemftpd/pamize.h (dead) From owner-cvs-src@FreeBSD.ORG Thu Sep 7 20:03:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E2016A4DE; Thu, 7 Sep 2006 20:03:31 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1F743D4C; Thu, 7 Sep 2006 20:03:25 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87K3PxP056494; Thu, 7 Sep 2006 20:03:25 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87K3PMt056493; Thu, 7 Sep 2006 20:03:25 GMT (envelope-from obrien) Message-Id: <200609072003.k87K3PMt056493@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 7 Sep 2006 20:03:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc inetd.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:03:31 -0000 obrien 2006-09-07 20:03:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc inetd.conf Log: MFC: rev 1.72: lukemftpd. Revision Changes Path 1.70.2.2 +2 -0 src/etc/inetd.conf From owner-cvs-src@FreeBSD.ORG Thu Sep 7 20:04:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDE116A553 for ; Thu, 7 Sep 2006 20:04:30 +0000 (UTC) (envelope-from silby@silby.com) Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 61A4B43D58 for ; Thu, 7 Sep 2006 20:04:22 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 54656 invoked by uid 3193); 7 Sep 2006 20:04:19 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Sep 2006 20:04:19 -0000 Date: Thu, 7 Sep 2006 16:04:18 -0400 (EDT) From: Mike Silbersack X-X-Sender: silby@niwun.pair.com To: Julian Elischer In-Reply-To: <45006B4A.1010208@elischer.org> Message-ID: References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> <450067BB.3080501@elischer.org> <45006B4A.1010208@elischer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:04:30 -0000 On Thu, 7 Sep 2006, Julian Elischer wrote: > many thousands per second. Then it may certainly affect you, yes. I'd like to try to reimplement my heuristic before Gleb does any MFCing, but I should be able to do that this weekend. So yes, I think we can get it all fixed and MFC'd in time for 6.2. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Sep 7 20:27:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B33616A4DD; Thu, 7 Sep 2006 20:27:57 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 831AB43D64; Thu, 7 Sep 2006 20:27:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87KRuGj059705; Thu, 7 Sep 2006 20:27:56 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87KRump059704; Thu, 7 Sep 2006 20:27:56 GMT (envelope-from ru) Message-Id: <200609072027.k87KRump059704@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 7 Sep 2006 20:27:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:27:57 -0000 ru 2006-09-07 20:27:56 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: While experimenting with cross-building by specifying just TARGET, I found one bug. Pass our idea of TARGET_ARCH and TARGET down to XMAKE, the cross-tools make. Previously it worked because usually TARGET_ARCH was specified on the initial make's command line. This should also allow us to simplify the "universe" target, which I'm currently testing. Revision Changes Path 1.558 +1 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Sep 7 20:29:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF6DC16A4DA; Thu, 7 Sep 2006 20:29:59 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFA843D45; Thu, 7 Sep 2006 20:29:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k87KTkm0019507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Sep 2006 00:29:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k87KTk1L019506; Fri, 8 Sep 2006 00:29:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 8 Sep 2006 00:29:45 +0400 From: Gleb Smirnoff To: Julian Elischer Message-ID: <20060907202945.GE40020@FreeBSD.org> References: <200609061356.k86DuZ0w016069@repoman.freebsd.org> <20060906091204.B6691@odysseus.silby.com> <20060906143204.GQ40020@FreeBSD.org> <20060906093553.L6691@odysseus.silby.com> <20060906150129.GT40020@FreeBSD.org> <20060907000939.J12826@odysseus.silby.com> <450067BB.3080501@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <450067BB.3080501@elischer.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, Mike Silbersack , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c tcp_subr.c tcp_timer.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:29:59 -0000 On Thu, Sep 07, 2006 at 11:40:59AM -0700, Julian Elischer wrote: J> If we are seeing less than stellar TCP performance on a loaded 6.1 machine J> will this change possibly fix it (was faster under 4.8).? J> J> when will the MFC occur? If you mean that bulk session is slower, than this is not the case. If you mean that the box behaves laggy under high TCP load (a lot of sessions), than this is probably the case. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Sep 7 20:46:01 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F079F16A4E1 for ; Thu, 7 Sep 2006 20:46:01 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540E543D5A for ; Thu, 7 Sep 2006 20:46:00 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by hu-out-0506.google.com with SMTP id 31so22437huc for ; Thu, 07 Sep 2006 13:45:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=hv5o0GIA0paSW8fl93z7xB0/RfZWkgWZ6KfFC8/PpjlN3HqmQpWvbNKLTpZKrA15n5Noee3RVa3S94DJ5ddPkqGs+4W/CkSFzJTLE6nUR9RHzaxMjgciGGoHXqKMOpu+rp8me7mYKmsFkJ80N/6X1W2O0hTZ/vxXsxqXQJqPREw= Received: by 10.49.75.2 with SMTP id c2mr3192262nfl; Thu, 07 Sep 2006 13:45:58 -0700 (PDT) Received: from ?192.168.1.200? ( [80.217.194.157]) by mx.gmail.com with ESMTP id h1sm4159287nfe.2006.09.07.13.45.54; Thu, 07 Sep 2006 13:45:56 -0700 (PDT) Message-ID: <450084FF.4060008@gmail.com> Date: Thu, 07 Sep 2006 22:45:51 +0200 From: Pawel Worach User-Agent: Thunderbird 1.5.0.5 (X11/20060902) MIME-Version: 1.0 To: Andre Oppermann References: <200609062207.k86M7Ep6070293@repoman.freebsd.org> In-Reply-To: <200609062207.k86M7Ep6070293@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:46:02 -0000 Andre Oppermann wrote: > andre 2006-09-06 22:07:14 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifconfig.8 ifconfig.c > Log: > Make TSO (TCP segmentation offload) capabilities visible and accessible with > 'ifconfig em0 tso' and 'ifconfig em0 -tso'. TSO for IPv4 and IPv6 is always > enabled or disabled together. The driver may enable only one if it doesn't > support both. > Hi Andre, Something looks strange with the capabilities flags here... # ifconfig -m em0 | more em0: flags=8802 mtu 1500 options=8b capabilities=db -- Pawel From owner-cvs-src@FreeBSD.ORG Thu Sep 7 21:47:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B9E16A4DA; Thu, 7 Sep 2006 21:47:51 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381CC43D46; Thu, 7 Sep 2006 21:47:50 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87LlovB081876; Thu, 7 Sep 2006 21:47:50 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Llo3x081875; Thu, 7 Sep 2006 21:47:50 GMT (envelope-from emax) Message-Id: <200609072147.k87Llo3x081875@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 7 Sep 2006 21:47:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth Makefile src/usr.sbin/bluetooth/bthidd Makefile bthid_config.h bthidd.8 bthidd.c bthidd.conf.sample bthidd.h client.c hid.c kbd.c kbd.h lexer.l parser.y server.c session.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 21:47:51 -0000 emax 2006-09-07 21:47:49 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth Makefile usr.sbin/bluetooth/bthidd Makefile bthid_config.h bthidd.c bthidd.conf.sample bthidd.h client.c hid.c kbd.c kbd.h lexer.l parser.y server.c session.c Added files: usr.sbin/bluetooth/bthidd bthidd.8 Log: Update bthidd(8) code and hook it up to the build. bthidd(8) now was integrated with vkbd(4) and supports multiple keyboards via vkbd(4)/kbdmux(4). The code was tested with Apple Bluetooth keyboard and SE k700i cell phone (remote control feature). MFC after: 1 month Revision Changes Path 1.7 +2 -0 src/usr.sbin/bluetooth/Makefile 1.6 +4 -4 src/usr.sbin/bluetooth/bthidd/Makefile 1.3 +12 -9 src/usr.sbin/bluetooth/bthidd/bthid_config.h 1.1 +128 -0 src/usr.sbin/bluetooth/bthidd/bthidd.8 (new) 1.5 +28 -62 src/usr.sbin/bluetooth/bthidd/bthidd.c 1.3 +0 -0 src/usr.sbin/bluetooth/bthidd/bthidd.conf.sample 1.3 +23 -23 src/usr.sbin/bluetooth/bthidd/bthidd.h 1.4 +32 -21 src/usr.sbin/bluetooth/bthidd/client.c 1.5 +57 -28 src/usr.sbin/bluetooth/bthidd/hid.c 1.3 +133 -146 src/usr.sbin/bluetooth/bthidd/kbd.c 1.2 +8 -8 src/usr.sbin/bluetooth/bthidd/kbd.h 1.3 +8 -4 src/usr.sbin/bluetooth/bthidd/lexer.l 1.5 +80 -52 src/usr.sbin/bluetooth/bthidd/parser.y 1.5 +64 -82 src/usr.sbin/bluetooth/bthidd/server.c 1.3 +62 -22 src/usr.sbin/bluetooth/bthidd/session.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 21:50:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 600BD16A4E2; Thu, 7 Sep 2006 21:50:06 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417D843D60; Thu, 7 Sep 2006 21:50:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87Lo1dI081993; Thu, 7 Sep 2006 21:50:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Lo1A6081992; Thu, 7 Sep 2006 21:50:01 GMT (envelope-from imp) Message-Id: <200609072150.k87Lo1A6081992@repoman.freebsd.org> From: Warner Losh Date: Thu, 7 Sep 2006 21:50:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 if_atereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 21:50:06 -0000 imp 2006-09-07 21:50:01 UTC FreeBSD src repository Modified files: sys/arm/at91 if_atereg.h Log: MFp4: berndt pointed me at an errata that shows that the stat register offsets were originally documented incorrectly. This fixes that. It shouldn't affect anything other than error stat reporting. Revision Changes Path 1.2 +9 -9 src/sys/arm/at91/if_atereg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 21:53:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B9D16A4DE; Thu, 7 Sep 2006 21:53:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9842243D45; Thu, 7 Sep 2006 21:53:28 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87LrShP082275; Thu, 7 Sep 2006 21:53:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87LrSbN082274; Thu, 7 Sep 2006 21:53:28 GMT (envelope-from imp) Message-Id: <200609072153.k87LrSbN082274@repoman.freebsd.org> From: Warner Losh Date: Thu, 7 Sep 2006 21:53:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_twi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 21:53:29 -0000 imp 2006-09-07 21:53:28 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: MFp4: first cut at getting I2C transfers working (generically). I'm unsure if this driver correctly implements all the start/stop junk right (but it did or didn't before I made this commit). Revision Changes Path 1.4 +55 -8 src/sys/arm/at91/at91_twi.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 22:25:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8381816A4E2; Thu, 7 Sep 2006 22:25:08 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7249F43D49; Thu, 7 Sep 2006 22:25:08 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87MP8iU084990; Thu, 7 Sep 2006 22:25:08 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87MP8Zt084989; Thu, 7 Sep 2006 22:25:08 GMT (envelope-from emax) Message-Id: <200609072225.k87MP8Zt084989@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 7 Sep 2006 22:25:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile bthidd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 22:25:13 -0000 emax 2006-09-07 22:25:08 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d Makefile Added files: etc/rc.d bthidd Log: Add bthidd(8) rc(8) script MFC after: 1 month Revision Changes Path 1.295 +4 -0 src/etc/defaults/rc.conf 1.76 +1 -1 src/etc/rc.d/Makefile 1.1 +33 -0 src/etc/rc.d/bthidd (new) From owner-cvs-src@FreeBSD.ORG Thu Sep 7 23:04:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA5E16A4DE; Thu, 7 Sep 2006 23:04:48 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0527643D5D; Thu, 7 Sep 2006 23:04:48 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87N4l1U088714; Thu, 7 Sep 2006 23:04:47 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87N4luP088713; Thu, 7 Sep 2006 23:04:47 GMT (envelope-from anholt) Message-Id: <200609072304.k87N4luP088713@repoman.freebsd.org> From: Eric Anholt Date: Thu, 7 Sep 2006 23:04:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm drmP.h drm_drv.c drm_pciids.h i915_dma.c i915_drm.h i915_drv.h i915_irq.c mach64_drm.h radeon_cp.c radeon_drm.h radeon_drv.h radeon_state.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 23:04:48 -0000 anholt 2006-09-07 23:04:47 UTC FreeBSD src repository Modified files: sys/dev/drm drmP.h drm_drv.c drm_pciids.h i915_dma.c i915_drm.h i915_drv.h i915_irq.c mach64_drm.h radeon_cp.c radeon_drm.h radeon_drv.h radeon_state.c Log: Merge from DRM upstream: - Add support for Intel 965 Express chipsets. - Add support for R200 vertex programs, along with minor bugfixes. - Add support for vblank synchronization to pipe B of Intel hardware (laptop screens). Revision Changes Path 1.17 +5 -1 src/sys/dev/drm/drmP.h 1.6 +3 -0 src/sys/dev/drm/drm_drv.c 1.7 +5 -0 src/sys/dev/drm/drm_pciids.h 1.4 +37 -13 src/sys/dev/drm/i915_dma.c 1.4 +20 -1 src/sys/dev/drm/i915_drm.h 1.4 +13 -7 src/sys/dev/drm/i915_drv.h 1.4 +79 -7 src/sys/dev/drm/i915_irq.c 1.3 +1 -1 src/sys/dev/drm/mach64_drm.h 1.19 +23 -10 src/sys/dev/drm/radeon_cp.c 1.14 +6 -1 src/sys/dev/drm/radeon_drm.h 1.16 +20 -7 src/sys/dev/drm/radeon_drv.h 1.22 +56 -14 src/sys/dev/drm/radeon_state.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 23:08:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C40516A4E0; Thu, 7 Sep 2006 23:08:50 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F4F43D82; Thu, 7 Sep 2006 23:08:32 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87N8LbI088977; Thu, 7 Sep 2006 23:08:21 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87N8Lv5088976; Thu, 7 Sep 2006 23:08:21 GMT (envelope-from mjacob) Message-Id: <200609072308.k87N8Lv5088976@repoman.freebsd.org> From: Matt Jacob Date: Thu, 7 Sep 2006 23:08:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 23:08:50 -0000 mjacob 2006-09-07 23:08:21 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c Log: Create a 'ready' handler for each personality. The purpose of this handler is to able to be called after *all* attach and enable events are done. We establish a SYSINIT hook to call this handler. The current usage for it is to add scsi target resources *after* all enables are done. There seems to be some dependencies between different halves of a dual-port with respect to target mode. Put in more meaningful event messages for some events- in particular QUEUE FULL events so we can see what the queue depth was when the IOC sent us this message. MFC after: 1 week Revision Changes Path 1.35 +30 -3 src/sys/dev/mpt/mpt.c 1.30 +2 -0 src/sys/dev/mpt/mpt.h 1.33 +34 -10 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Thu Sep 7 23:38:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A25516A4DD; Thu, 7 Sep 2006 23:38:10 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE0B743D64; Thu, 7 Sep 2006 23:38:09 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87Nc9md091142; Thu, 7 Sep 2006 23:38:09 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Nc91Y091141; Thu, 7 Sep 2006 23:38:09 GMT (envelope-from emax) Message-Id: <200609072338.k87Nc91Y091141@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 7 Sep 2006 23:38:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 23:38:10 -0000 emax 2006-09-07 23:38:09 UTC FreeBSD src repository Modified files: sys/netgraph/bluetooth/drivers/ubt ng_ubt.c ng_ubt_var.h Log: s/USBDEVNAME/device_get_nameunit/g s/USBBASEDEVICE/device_t/g Revision Changes Path 1.28 +103 -103 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 1.7 +2 -7 src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h From owner-cvs-src@FreeBSD.ORG Thu Sep 7 23:41:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5906C16A4DE; Thu, 7 Sep 2006 23:41:14 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC75C43D49; Thu, 7 Sep 2006 23:41:11 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87NfB98091395; Thu, 7 Sep 2006 23:41:11 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87NfBYD091394; Thu, 7 Sep 2006 23:41:11 GMT (envelope-from bmah) Message-Id: <200609072341.k87NfBYD091394@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 7 Sep 2006 23:41:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 23:41:14 -0000 bmah 2006-09-07 23:41:11 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC noted: lukemftpd from NetBSD snapshot. Revision Changes Path 1.973 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Sep 7 23:49:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6256616A4DD; Thu, 7 Sep 2006 23:49:27 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FEAF43D45; Thu, 7 Sep 2006 23:49:27 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87NnQ4j091725; Thu, 7 Sep 2006 23:49:26 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87NnQj0091724; Thu, 7 Sep 2006 23:49:26 GMT (envelope-from bmah) Message-Id: <200609072349.k87NnQj0091724@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 7 Sep 2006 23:49:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 23:49:27 -0000 bmah 2006-09-07 23:49:26 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Sigh. Fix name/path to SA-06:20. Revision Changes Path 1.974 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Sep 7 23:59:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205EF16A4E0; Thu, 7 Sep 2006 23:59:08 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C812D43D46; Thu, 7 Sep 2006 23:59:07 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k87Nx7G3092231; Thu, 7 Sep 2006 23:59:07 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k87Nx7w5092230; Thu, 7 Sep 2006 23:59:07 GMT (envelope-from bmah) Message-Id: <200609072359.k87Nx7w5092230@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 7 Sep 2006 23:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 23:59:08 -0000 bmah 2006-09-07 23:59:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-06:19.openssl, SA-06:20.bind, audit kernel support, OpenBSM userland, cp(1) -l, freebsd-update(8), pkill(1) moved to /bin, /etc/rc.d/auditd, BIND 9.3.2-P1, GCC 3.4.6, lukemftpd from NetBSD 20060831, TrustedBSD 1.0 alpha 10. Revision Changes Path 1.883.2.40 +56 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Sep 8 00:58:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F49816A4DE; Fri, 8 Sep 2006 00:58:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDC743D46; Fri, 8 Sep 2006 00:58:02 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k880w20K004160; Fri, 8 Sep 2006 00:58:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k880w2ft004159; Fri, 8 Sep 2006 00:58:02 GMT (envelope-from yongari) Message-Id: <200609080058.k880w2ft004159@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 8 Sep 2006 00:58:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 00:58:03 -0000 yongari 2006-09-08 00:58:02 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Make 8139C+ work again which was broken since rev 1.68. Ever since rev 1.68 re(4) checks the validity of link in re_start. But rlphy(4) got a garbled data due to a different bit layout used on 8139C+ and it couldn't report correct link state. To fix it, ignore BMCR_LOOP and BMCR_ISO bits which have different meanings on 8139C+. I think this also make dhclient(8) work on 8139C+. Reported by: Gerrit Kuehn Tested by: Gerrit Kuehn Revision Changes Path 1.73 +8 -0 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 04:56:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3826016A4DD; Fri, 8 Sep 2006 04:56:22 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69DA43D45; Fri, 8 Sep 2006 04:56:21 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k884uL9b029428; Fri, 8 Sep 2006 04:56:21 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k884uL9E029427; Fri, 8 Sep 2006 04:56:21 GMT (envelope-from trhodes) Message-Id: <200609080456.k884uL9E029427@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 8 Sep 2006 04:56:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 security.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 04:56:22 -0000 trhodes 2006-09-08 04:56:21 UTC FreeBSD src repository Modified files: share/man/man7 security.7 Log: So there is where that handbook paragraph came from. Kill it here too. Remove a paragraph about over building security, it's a bit off. Discussed with: des, FreeBSD-security Revision Changes Path 1.48 +1 -14 src/share/man/man7/security.7 From owner-cvs-src@FreeBSD.ORG Fri Sep 8 05:27:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E938616A4E0; Fri, 8 Sep 2006 05:27:04 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A458A43D49; Fri, 8 Sep 2006 05:27:04 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k885R4B8031940; Fri, 8 Sep 2006 05:27:04 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k885R4Ft031939; Fri, 8 Sep 2006 05:27:04 GMT (envelope-from mjacob) Message-Id: <200609080527.k885R4Ft031939@repoman.freebsd.org> From: Matt Jacob Date: Fri, 8 Sep 2006 05:27:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 05:27:05 -0000 mjacob 2006-09-08 05:27:04 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Support for PCI-Express 4Gb Cards. Revision Changes Path 1.38 +14 -5 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 08:14:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9CC716A4E8; Fri, 8 Sep 2006 08:14:34 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7680343D46; Fri, 8 Sep 2006 08:14:34 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k888EYCg043445; Fri, 8 Sep 2006 08:14:34 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k888EY3M043444; Fri, 8 Sep 2006 08:14:34 GMT (envelope-from thomas) Message-Id: <200609080814.k888EY3M043444@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 8 Sep 2006 08:14:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pw_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 08:14:34 -0000 thomas 2006-09-08 08:14:33 UTC FreeBSD src repository Modified files: lib/libutil pw_util.c Log: Minor comment fix. Revision Changes Path 1.37 +1 -1 src/lib/libutil/pw_util.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 09:21:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0CE16A4DD; Fri, 8 Sep 2006 09:21:22 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482E243D4C; Fri, 8 Sep 2006 09:21:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k889LM1L054354; Fri, 8 Sep 2006 09:21:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k889LMZu054353; Fri, 8 Sep 2006 09:21:22 GMT (envelope-from pjd) Message-Id: <200609080921.k889LMZu054353@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 8 Sep 2006 09:21:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/nop geom_nop.c gnop.8 src/sys/geom/nop g_nop.c g_nop.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 09:21:22 -0000 pjd 2006-09-08 09:21:22 UTC FreeBSD src repository Modified files: sbin/geom/class/nop geom_nop.c gnop.8 sys/geom/nop g_nop.c g_nop.h Log: - Split failure probability configuration into read failure probability and write failure probability. - Allow to specify an error number to return of failure. MFC after: 3 days Revision Changes Path 1.9 +13 -6 src/sbin/geom/class/nop/geom_nop.c 1.20 +15 -7 src/sbin/geom/class/nop/gnop.8 1.18 +69 -23 src/sys/geom/nop/g_nop.c 1.6 +5 -3 src/sys/geom/nop/g_nop.h From owner-cvs-src@FreeBSD.ORG Fri Sep 8 09:29:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0BD016A4DE; Fri, 8 Sep 2006 09:29:15 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E67B43D45; Fri, 8 Sep 2006 09:29:15 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k889TF7q054502; Fri, 8 Sep 2006 09:29:15 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k889TFPq054501; Fri, 8 Sep 2006 09:29:15 GMT (envelope-from davidxu) Message-Id: <200609080929.k889TFPq054501@repoman.freebsd.org> From: David Xu Date: Fri, 8 Sep 2006 09:29:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 09:29:15 -0000 davidxu 2006-09-08 09:29:15 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c Log: Use return value of _thr_umutex_lock instead of using zero. Revision Changes Path 1.47 +1 -2 src/lib/libthr/thread/thr_mutex.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 09:45:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97BF616A4DA; Fri, 8 Sep 2006 09:45:07 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE4943D5D; Fri, 8 Sep 2006 09:45:07 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k889j7MM055057; Fri, 8 Sep 2006 09:45:07 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k889j7Gx055056; Fri, 8 Sep 2006 09:45:07 GMT (envelope-from erwin) Message-Id: <200609080945.k889j7Gx055056@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 8 Sep 2006 09:45:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 09:45:07 -0000 erwin 2006-09-08 09:45:06 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.holiday Log: Update some of the bulgarian holidays since it no longer is a socialist state. Submitted by: Shteryana Shopova Revision Changes Path 1.31 +2 -2 src/usr.bin/calendar/calendars/calendar.holiday From owner-cvs-src@FreeBSD.ORG Fri Sep 8 09:45:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E265E16A4DE; Fri, 8 Sep 2006 09:45:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E83C43D53; Fri, 8 Sep 2006 09:45:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k889jZXO055132; Fri, 8 Sep 2006 09:45:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k889jZV0055131; Fri, 8 Sep 2006 09:45:35 GMT (envelope-from ru) Message-Id: <200609080945.k889jZV0055131@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 09:45:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/stdlib alloca.3 src/sbin/sysctl sysctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 09:45:36 -0000 ru 2006-09-08 09:45:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdlib alloca.3 sbin/sysctl sysctl.c Log: MFC: - bring alloca(3) manpage up with reality - stop using alloca(3) in sysctl(8) Revision Changes Path 1.11.10.1 +13 -4 src/lib/libc/stdlib/alloca.3 1.67.2.7 +20 -4 src/sbin/sysctl/sysctl.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 10:09:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA87416A4DA; Fri, 8 Sep 2006 10:09:02 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A817343D45; Fri, 8 Sep 2006 10:09:02 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88A92Wd056727; Fri, 8 Sep 2006 10:09:02 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88A92Jc056726; Fri, 8 Sep 2006 10:09:02 GMT (envelope-from ru) Message-Id: <200609081009.k88A92Jc056726@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 10:09:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 10:09:03 -0000 ru 2006-09-08 10:09:02 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Previous revision wasn't enough for "make TARGET= build*" to work. Some build-tools that are part of cross-tools (cc_tools) also need to know the proper values of TARGET_ARCH and TARGET, so tell them. Revision Changes Path 1.559 +1 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri Sep 8 10:13:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC47416A4DE; Fri, 8 Sep 2006 10:13:16 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B5043D49; Fri, 8 Sep 2006 10:13:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88ADGJD056846; Fri, 8 Sep 2006 10:13:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88ADGQA056845; Fri, 8 Sep 2006 10:13:16 GMT (envelope-from ru) Message-Id: <200609081013.k88ADGQA056845@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 10:13:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 10:13:16 -0000 ru 2006-09-08 10:13:16 UTC FreeBSD src repository Modified files: . Makefile Log: In "make universe", utilize simplified cross-build synopsis, "make TARGET= build*", now that it actually works. Prompted by: imp Revision Changes Path 1.335 +17 -21 src/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 8 10:19:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE4916A4E2; Fri, 8 Sep 2006 10:19:26 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD0843D46; Fri, 8 Sep 2006 10:19:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88AJPHF057086; Fri, 8 Sep 2006 10:19:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88AJPNh057085; Fri, 8 Sep 2006 10:19:25 GMT (envelope-from pjd) Message-Id: <200609081019.k88AJPNh057085@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 8 Sep 2006 10:19:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/gate g_gate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 10:19:26 -0000 pjd 2006-09-08 10:19:24 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: Use __FBSDID in .c files. Revision Changes Path 1.25 +3 -2 src/sys/geom/gate/g_gate.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 10:20:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1315B16A501; Fri, 8 Sep 2006 10:20:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DA943D46; Fri, 8 Sep 2006 10:20:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88AKjp6057221; Fri, 8 Sep 2006 10:20:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88AKjP0057220; Fri, 8 Sep 2006 10:20:45 GMT (envelope-from pjd) Message-Id: <200609081020.k88AKjP0057220@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 8 Sep 2006 10:20:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/gate g_gate.c g_gate.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 10:20:49 -0000 pjd 2006-09-08 10:20:45 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c g_gate.h Log: Bump copyright year. Revision Changes Path 1.26 +1 -1 src/sys/geom/gate/g_gate.c 1.10 +1 -1 src/sys/geom/gate/g_gate.h From owner-cvs-src@FreeBSD.ORG Fri Sep 8 10:22:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4777516A4E2; Fri, 8 Sep 2006 10:22:49 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E0843D6D; Fri, 8 Sep 2006 10:22:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88AMfFt057405; Fri, 8 Sep 2006 10:22:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88AMfsP057404; Fri, 8 Sep 2006 10:22:41 GMT (envelope-from pjd) Message-Id: <200609081022.k88AMfsP057404@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 8 Sep 2006 10:22:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/gate g_gate.c g_gate.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 10:22:49 -0000 pjd 2006-09-08 10:22:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/gate g_gate.c g_gate.h Log: MFC: sys/geom/gate/g_gate.c 1.24-1.26 sys/geom/gate/g_gate.h 1.9-1.10 Fix problems with destroy and forcible destroy functionality: - hold/release device in start/done routines, this will probably slow down things a bit, but previous code was racy; - only release device if g_gate_destroy() failed - if it succeeded device is dead and there is nothing to release; - various other changes which makes forcible destruction reliable. Use __FBSDID in .c files. Bump copyright year. Revision Changes Path 1.21.2.2 +49 -76 src/sys/geom/gate/g_gate.c 1.7.2.2 +3 -3 src/sys/geom/gate/g_gate.h From owner-cvs-src@FreeBSD.ORG Fri Sep 8 13:09:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5385616A4DA; Fri, 8 Sep 2006 13:09:17 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E3E43D4C; Fri, 8 Sep 2006 13:09:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88D9GW6077402; Fri, 8 Sep 2006 13:09:16 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88D9GCQ077401; Fri, 8 Sep 2006 13:09:16 GMT (envelope-from glebius) Message-Id: <200609081309.k88D9GCQ077401@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 8 Sep 2006 13:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 13:09:17 -0000 glebius 2006-09-08 13:09:16 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppress creating a compress TIME WAIT states, if both connection endpoints are local. Default is off. Revision Changes Path 1.262 +15 -4 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 13:29:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7897616A4DD; Fri, 8 Sep 2006 13:29:39 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DC543D4C; Fri, 8 Sep 2006 13:29:39 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88DTd3b078485; Fri, 8 Sep 2006 13:29:39 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88DTc52078484; Fri, 8 Sep 2006 13:29:38 GMT (envelope-from andre) Message-Id: <200609081329.k88DTc52078484@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 8 Sep 2006 13:29:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 13:29:39 -0000 andre 2006-09-08 13:29:38 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c Log: Fix octal representation of TSO4 and TSO6 bits in interface capabilities description. Revision Changes Path 1.122 +1 -1 src/sbin/ifconfig/ifconfig.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 13:34:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D0516A4E0 for ; Fri, 8 Sep 2006 13:34:55 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F21D743D60 for ; Fri, 8 Sep 2006 13:34:53 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 74028 invoked from network); 8 Sep 2006 13:19:32 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 8 Sep 2006 13:19:32 -0000 Message-ID: <4501717C.3030207@freebsd.org> Date: Fri, 08 Sep 2006 15:34:52 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200609080921.k889LMZu054353@repoman.freebsd.org> In-Reply-To: <200609080921.k889LMZu054353@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/geom/class/nop geom_nop.c gnop.8 src/sys/geom/nop g_nop.c g_nop.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 13:34:55 -0000 Pawel Jakub Dawidek wrote: > pjd 2006-09-08 09:21:22 UTC > > FreeBSD src repository > > Modified files: > sbin/geom/class/nop geom_nop.c gnop.8 > sys/geom/nop g_nop.c g_nop.h > Log: > - Split failure probability configuration into read failure probability and > write failure probability. > - Allow to specify an error number to return of failure. > > MFC after: 3 days My compile bombs when building the geom_nop module. Error in function 'g_nop_dumpconf': line 601: warning: uintmax_t format, different type arg (arg 4) -- Andre From owner-cvs-src@FreeBSD.ORG Fri Sep 8 13:46:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF76216A4E5; Fri, 8 Sep 2006 13:46:19 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA5943D58; Fri, 8 Sep 2006 13:46:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88DkILl079872; Fri, 8 Sep 2006 13:46:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88DkIeW079871; Fri, 8 Sep 2006 13:46:18 GMT (envelope-from pjd) Message-Id: <200609081346.k88DkIeW079871@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 8 Sep 2006 13:46:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/nop g_nop.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 13:46:19 -0000 pjd 2006-09-08 13:46:18 UTC FreeBSD src repository Modified files: sys/geom/nop g_nop.c Log: Fix format character. Reported by: andre Revision Changes Path 1.19 +1 -1 src/sys/geom/nop/g_nop.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 13:47:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C52A16A4DD; Fri, 8 Sep 2006 13:47:40 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AD443D45; Fri, 8 Sep 2006 13:47:40 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88DlegD079952; Fri, 8 Sep 2006 13:47:40 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88Dlefp079951; Fri, 8 Sep 2006 13:47:40 GMT (envelope-from danger) Message-Id: <200609081347.k88Dlefp079951@repoman.freebsd.org> From: Daniel Gerzo Date: Fri, 8 Sep 2006 13:47:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 13:47:40 -0000 danger 2006-09-08 13:47:39 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount mount.8 Log: Re-word the description of the "async" flag. Suggested by: Milos Vyletel (mv@rulez.sk) Reviewed by: ru Approved by: keramida (mentor), trhodes (mentor) Revision Changes Path 1.79 +6 -3 src/sbin/mount/mount.8 From owner-cvs-src@FreeBSD.ORG Fri Sep 8 14:05:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A737F16A4ED; Fri, 8 Sep 2006 14:05:04 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C540243D5D; Fri, 8 Sep 2006 14:05:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88E53r0082080; Fri, 8 Sep 2006 14:05:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88E532G082079; Fri, 8 Sep 2006 14:05:03 GMT (envelope-from ru) Message-Id: <200609081405.k88E532G082079@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 14:05:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 printf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 14:05:04 -0000 ru 2006-09-08 14:05:03 UTC FreeBSD src repository Modified files: share/man/man9 printf.9 Log: Document that bits are numbered from 1 in the %b format argument. Revision Changes Path 1.8 +7 -3 src/share/man/man9/printf.9 From owner-cvs-src@FreeBSD.ORG Fri Sep 8 14:59:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7DB716A4F2; Fri, 8 Sep 2006 14:59:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C6443D45; Fri, 8 Sep 2006 14:59:55 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88ExtjT084501; Fri, 8 Sep 2006 14:59:55 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88ExtSR084500; Fri, 8 Sep 2006 14:59:55 GMT (envelope-from kib) Message-Id: <200609081459.k88ExtSR084500@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 8 Sep 2006 14:59:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 14:59:55 -0000 kib 2006-09-08 14:59:55 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: When looking up the symbol by dlsym, look it not only in the object given as dso handle, but also in the implicit dependencies of that dso. Also, const-ify the read-only parameter objlist of symlook_list. Reported by: "Simon 'corecode' Schubert" Approved by: kan (mentor) X-MFC-After: 6.2 Revision Changes Path 1.117 +10 -13 src/libexec/rtld-elf/rtld.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:03:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE4AE16A4DE for ; Fri, 8 Sep 2006 15:03:32 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 8984F43D5C for ; Fri, 8 Sep 2006 15:03:31 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 51345 invoked from network); 8 Sep 2006 15:03:30 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 8 Sep 2006 15:03:30 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 8 Sep 2006 10:04:03 -0500 (CDT) From: Mike Silbersack To: Gleb Smirnoff In-Reply-To: <200609081309.k88D9GCQ077401@repoman.freebsd.org> Message-ID: <20060908100034.M18039@odysseus.silby.com> References: <200609081309.k88D9GCQ077401@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:03:32 -0000 On Fri, 8 Sep 2006, Gleb Smirnoff wrote: > glebius 2006-09-08 13:09:16 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_subr.c > Log: > Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppress > creating a compress TIME WAIT states, if both connection endpoints > are local. Default is off. Does this change restore non-compressed TIME_WAIT sockets for local connections, or does it stop creating TIME_WAIT sockets entirely in that case? It's unclear from your wording. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:05:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5480C16A4DA; Fri, 8 Sep 2006 15:05:39 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E41F43D53; Fri, 8 Sep 2006 15:05:39 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88F5cIa086044; Fri, 8 Sep 2006 15:05:38 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88F5cq4086043; Fri, 8 Sep 2006 15:05:38 GMT (envelope-from emax) Message-Id: <200609081505.k88F5cq4086043@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 8 Sep 2006 15:05:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd kbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:05:39 -0000 emax 2006-09-08 15:05:38 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidd kbd.c Log: Temporarily put ugly workaround in place to make sparc64 build happy. panther is down at the moment, so better fix will follow later. Revision Changes Path 1.4 +12 -12 src/usr.sbin/bluetooth/bthidd/kbd.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:32:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A796316A523; Fri, 8 Sep 2006 15:32:49 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825E143D55; Fri, 8 Sep 2006 15:31:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88FV0qs087159; Fri, 8 Sep 2006 15:31:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88FV0B3087156; Fri, 8 Sep 2006 15:31:00 GMT (envelope-from ru) Message-Id: <200609081531.k88FV0B3087156@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 15:31:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:32:49 -0000 ru 2006-09-08 15:31:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 make.conf.5 Log: Shuffle things around to keep changes to HEAD at an absolute minimum. Revision Changes Path 1.121.2.8 +150 -148 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:36:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCF916A506; Fri, 8 Sep 2006 15:36:05 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF7143DBC; Fri, 8 Sep 2006 15:33:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88FXQJ7087342; Fri, 8 Sep 2006 15:33:26 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88FXQnQ087341; Fri, 8 Sep 2006 15:33:26 GMT (envelope-from ru) Message-Id: <200609081533.k88FXQnQ087341@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 15:33:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 src/sys/boot/i386/pxeldr pxeldr.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:36:06 -0000 ru 2006-09-08 15:33:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 make.conf.5 sys/boot/i386/pxeldr pxeldr.S Log: MFC: - Make the PROBE_KEYBOARD compile-time option of pxeboot(8) better resemble the -P option in boot2, i.e., if keyboard isn't present then boot with both RB_SERIAL and RB_MULTIPLE set. - Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD options of pxeboot(8). Revision Changes Path 1.121.2.9 +21 -0 src/share/man/man5/make.conf.5 1.13.8.2 +4 -6 src/sys/boot/i386/pxeldr/pxeldr.S From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:40:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD3E16A511; Fri, 8 Sep 2006 15:40:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8984243D45; Fri, 8 Sep 2006 15:40:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88FebLK087651; Fri, 8 Sep 2006 15:40:37 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88Feb7t087649; Fri, 8 Sep 2006 15:40:37 GMT (envelope-from ru) Message-Id: <200609081540.k88Feb7t087649@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 15:40:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:40:38 -0000 ru 2006-09-08 15:40:37 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: MF6: Attach if_bce.ko to the build. Noticed by: davidch Revision Changes Path 1.509 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:44:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3236416A4DA; Fri, 8 Sep 2006 15:44:54 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04D043D49; Fri, 8 Sep 2006 15:44:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88FirL0087896; Fri, 8 Sep 2006 15:44:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88Firtv087895; Fri, 8 Sep 2006 15:44:53 GMT (envelope-from ru) Message-Id: <200609081544.k88Firtv087895@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 15:44:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:44:54 -0000 ru 2006-09-08 15:44:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man5 make.conf.5 Log: MFC: Bump document date. Revision Changes Path 1.121.2.10 +1 -1 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Sep 8 15:48:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9AAC16A4DA; Fri, 8 Sep 2006 15:48:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F52843D45; Fri, 8 Sep 2006 15:48:28 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k88FmPH0026761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Sep 2006 19:48:25 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k88FmPvZ026760; Fri, 8 Sep 2006 19:48:25 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 8 Sep 2006 19:48:24 +0400 From: Gleb Smirnoff To: Mike Silbersack Message-ID: <20060908154824.GK40020@FreeBSD.org> References: <200609081309.k88D9GCQ077401@repoman.freebsd.org> <20060908100034.M18039@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060908100034.M18039@odysseus.silby.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 15:48:29 -0000 On Fri, Sep 08, 2006 at 10:04:03AM -0500, Mike Silbersack wrote: M> > FreeBSD src repository M> > M> > Modified files: M> > sys/netinet tcp_subr.c M> > Log: M> > Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppress M> > creating a compress TIME WAIT states, if both connection endpoints M> > are local. Default is off. M> M> Does this change restore non-compressed TIME_WAIT sockets for local M> connections, or does it stop creating TIME_WAIT sockets entirely in that M> case? It's unclear from your wording. It stops creating any state (nor socket neither compressed tcptw) for the TCP connection, where both endpoints were local. This save a lot of resources on servers running HTTP accelerators, or database servers+clients. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Fri Sep 8 17:10:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E2216A4EE; Fri, 8 Sep 2006 17:10:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F2243D64; Fri, 8 Sep 2006 17:10:08 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k88H9vZp046794; Fri, 8 Sep 2006 13:09:57 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Konstantin Belousov Date: Fri, 8 Sep 2006 13:09:24 -0400 User-Agent: KMail/1.6.2 References: <200609081459.k88ExtSR084500@repoman.freebsd.org> In-Reply-To: <200609081459.k88ExtSR084500@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609081309.29850.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1826/Fri Sep 8 07:38:39 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 17:10:22 -0000 On Friday 08 September 2006 10:59 am, Konstantin Belousov wrote: > kib 2006-09-08 14:59:55 UTC > > FreeBSD src repository > > Modified files: > libexec/rtld-elf rtld.c > Log: > When looking up the symbol by dlsym, look it not only in the > object given as dso handle, but also in the implicit dependencies > of that dso. > > Also, const-ify the read-only parameter objlist of symlook_list. > > Reported by: "Simon 'corecode' Schubert" tum de> Approved by: kan (mentor) > X-MFC-After: 6.2 > > Revision Changes Path > 1.117 +10 -13 src/libexec/rtld-elf/rtld.c I believe this warrants version number change for ports, IMO. Thanks, Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Fri Sep 8 17:22:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 597FD16A4E1; Fri, 8 Sep 2006 17:22:42 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FE243D6E; Fri, 8 Sep 2006 17:22:38 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k88HMSKJ054036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Sep 2006 20:22:28 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id k88HMXq6058758; Fri, 8 Sep 2006 20:22:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k88HMWU8058757; Fri, 8 Sep 2006 20:22:32 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 8 Sep 2006 20:22:32 +0300 From: Kostik Belousov To: Jung-uk Kim Message-ID: <20060908172232.GG14781@deviant.kiev.zoral.com.ua> References: <200609081459.k88ExtSR084500@repoman.freebsd.org> <200609081309.29850.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="64j1qyTOoGvYcHb1" Content-Disposition: inline In-Reply-To: <200609081309.29850.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL,UNPARSEABLE_RELAY autolearn=no version=3.1.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 17:22:42 -0000 --64j1qyTOoGvYcHb1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 08, 2006 at 01:09:24PM -0400, Jung-uk Kim wrote: > On Friday 08 September 2006 10:59 am, Konstantin Belousov wrote: > > kib 2006-09-08 14:59:55 UTC > > > > FreeBSD src repository > > > > Modified files: > > libexec/rtld-elf rtld.c > > Log: > > When looking up the symbol by dlsym, look it not only in the > > object given as dso handle, but also in the implicit dependencies > > of that dso. > > > > Also, const-ify the read-only parameter objlist of symlook_list. > > > > Reported by: "Simon 'corecode' Schubert" > tum de> Approved by: kan (mentor) > > X-MFC-After: 6.2 > > > > Revision Changes Path > > 1.117 +10 -13 src/libexec/rtld-elf/rtld.c >=20 > I believe this warrants version number change for ports, IMO. This change brings rtld behaviour to the standard. Solaris and Linux both do this in the right way. Shall we bump __FreeBSD_version for such kind of bugfixes ? BTW, are you aware of ports that rely on old behaviour ? --64j1qyTOoGvYcHb1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFAabXC3+MBN1Mb4gRArvJAJ9LF+DTGdp3D1MyYnRUR0/f1Bri1ACgxnvv Q2BThmqGsIKFV3HiAK8LT/M= =/eKd -----END PGP SIGNATURE----- --64j1qyTOoGvYcHb1-- From owner-cvs-src@FreeBSD.ORG Fri Sep 8 17:39:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC8A16A4FC; Fri, 8 Sep 2006 17:39:43 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A29E43D6A; Fri, 8 Sep 2006 17:39:42 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88HdfJU007120; Fri, 8 Sep 2006 17:39:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88Hdf9i007119; Fri, 8 Sep 2006 17:39:41 GMT (envelope-from pjd) Message-Id: <200609081739.k88Hdf9i007119@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 8 Sep 2006 17:39:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 17:39:43 -0000 pjd 2006-09-08 17:39:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Back out previous change from RELENG_6. There is a problem with synchronization with those changes and I need some time to investigate it. Revision Changes Path 1.66.2.9 +5 -12 src/sys/geom/mirror/g_mirror.c 1.40.2.14 +5 -11 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 17:52:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C120816A4DF; Fri, 8 Sep 2006 17:52:55 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6F243D81; Fri, 8 Sep 2006 17:52:15 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88HqFPg007761; Fri, 8 Sep 2006 17:52:15 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88HqF4G007760; Fri, 8 Sep 2006 17:52:15 GMT (envelope-from jasone) Message-Id: <200609081752.k88HqF4G007760@repoman.freebsd.org> From: Jason Evans Date: Fri, 8 Sep 2006 17:52:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 17:52:55 -0000 jasone 2006-09-08 17:52:15 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Change the way base allocation is done for internal malloc data structures, in order to avoid the possibility of attempted recursive lock acquisition for chunks_mtx. Reported by: Slawa Olhovchenkov Revision Changes Path 1.137 +93 -56 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Fri Sep 8 18:15:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C231016A4DA; Fri, 8 Sep 2006 18:15:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86E143D7B; Fri, 8 Sep 2006 18:15:03 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k88IEhpP049942; Fri, 8 Sep 2006 14:14:44 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Kostik Belousov Date: Fri, 8 Sep 2006 14:14:24 -0400 User-Agent: KMail/1.6.2 References: <200609081459.k88ExtSR084500@repoman.freebsd.org> <200609081309.29850.jkim@FreeBSD.org> <20060908172232.GG14781@deviant.kiev.zoral.com.ua> In-Reply-To: <20060908172232.GG14781@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609081414.27800.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1826/Fri Sep 8 07:38:39 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 18:15:15 -0000 On Friday 08 September 2006 01:22 pm, Kostik Belousov wrote: > On Fri, Sep 08, 2006 at 01:09:24PM -0400, Jung-uk Kim wrote: > > On Friday 08 September 2006 10:59 am, Konstantin Belousov wrote: > > > kib 2006-09-08 14:59:55 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > libexec/rtld-elf rtld.c > > > Log: > > > When looking up the symbol by dlsym, look it not only in the > > > object given as dso handle, but also in the implicit > > > dependencies of that dso. > > > > > > Also, const-ify the read-only parameter objlist of > > > symlook_list. > > > > > > Reported by: "Simon 'corecode' Schubert" > > ei tum de> Approved by: kan (mentor) > > > X-MFC-After: 6.2 > > > > > > Revision Changes Path > > > 1.117 +10 -13 src/libexec/rtld-elf/rtld.c > > > > I believe this warrants version number change for ports, IMO. > > This change brings rtld behaviour to the standard. Solaris and > Linux both do this in the right way. Shall we bump > __FreeBSD_version for such kind of bugfixes ? > > BTW, are you aware of ports that rely on old behaviour ? OpenOffice.org has been long time victim of this issue. http://www.openoffice.org/issues/show_bug.cgi?id=22253 The most recent one is: http://www.openoffice.org/issues/show_bug.cgi?id=66667 Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Fri Sep 8 18:46:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96EB16A494; Fri, 8 Sep 2006 18:46:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5305743D5D; Fri, 8 Sep 2006 18:45:58 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k88IjSdi051523; Fri, 8 Sep 2006 14:45:28 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Kostik Belousov Date: Fri, 8 Sep 2006 14:44:56 -0400 User-Agent: KMail/1.6.2 References: <200609081459.k88ExtSR084500@repoman.freebsd.org> <200609081309.29850.jkim@FreeBSD.org> <20060908172232.GG14781@deviant.kiev.zoral.com.ua> In-Reply-To: <20060908172232.GG14781@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609081444.59352.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1826/Fri Sep 8 07:38:39 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 18:46:03 -0000 On Friday 08 September 2006 01:22 pm, Kostik Belousov wrote: > This change brings rtld behaviour to the standard. Solaris and > Linux both do this in the right way. Shall we bump > __FreeBSD_version for such kind of bugfixes ? I forgot to comment on this one. It can be used to get rid of local hacks such as this: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/editors/openoffice.org-2.0/files/patch-i66667?rev=1.3&content-type=text/plain Keeping local hacks like this up-to-date is real PITA. Jung-uk Kim From owner-cvs-src@FreeBSD.ORG Fri Sep 8 19:54:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A818416A407; Fri, 8 Sep 2006 19:54:37 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6113943D45; Fri, 8 Sep 2006 19:54:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88JsbI2028443; Fri, 8 Sep 2006 19:54:37 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88JsbdS028442; Fri, 8 Sep 2006 19:54:37 GMT (envelope-from ru) Message-Id: <200609081954.k88JsbdS028442@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 8 Sep 2006 19:54:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile src/release/scripts kernels-install.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 19:54:37 -0000 ru 2006-09-08 19:54:37 UTC FreeBSD src repository Modified files: release Makefile release/scripts kernels-install.sh Log: Stop cutting the tarball names to eight symbols. This makes it possible to e.g. distribute kernels with config names larger than eight symbols, without the clash. Previousy, LALALALA and LALALALA-SMP would be the same tarball. (I think this comes from the old days where tarballs were put on the MS-DOS formatted diskettes.) MFC after: 3 days Revision Changes Path 1.913 +1 -1 src/release/Makefile 1.4 +2 -2 src/release/scripts/kernels-install.sh From owner-cvs-src@FreeBSD.ORG Fri Sep 8 20:34:52 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3612E16A412; Fri, 8 Sep 2006 20:34:52 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B1043D72; Fri, 8 Sep 2006 20:34:49 +0000 (GMT) (envelope-from marcus@freebsd.org) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost [127.0.0.1]) by av-tac-rtp.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k88KYnf23628; Fri, 8 Sep 2006 16:34:49 -0400 (EDT) Received: from [10.1.1.73] (jclarke-vpn.cisco.com [172.18.173.17]) by rooster.cisco.com (8.11.7p1+Sun/8.11.7) with ESMTP id k88KYlB02568; Fri, 8 Sep 2006 16:34:48 -0400 (EDT) Message-ID: <4501D3E6.20906@freebsd.org> Date: Fri, 08 Sep 2006 16:34:46 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Jung-uk Kim References: <200609081459.k88ExtSR084500@repoman.freebsd.org> <200609081309.29850.jkim@FreeBSD.org> <20060908172232.GG14781@deviant.kiev.zoral.com.ua> <200609081414.27800.jkim@FreeBSD.org> In-Reply-To: <200609081414.27800.jkim@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 20:34:52 -0000 Jung-uk Kim wrote: > On Friday 08 September 2006 01:22 pm, Kostik Belousov wrote: >> On Fri, Sep 08, 2006 at 01:09:24PM -0400, Jung-uk Kim wrote: >>> On Friday 08 September 2006 10:59 am, Konstantin Belousov wrote: >>>> kib 2006-09-08 14:59:55 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> libexec/rtld-elf rtld.c >>>> Log: >>>> When looking up the symbol by dlsym, look it not only in the >>>> object given as dso handle, but also in the implicit >>>> dependencies of that dso. >>>> >>>> Also, const-ify the read-only parameter objlist of >>>> symlook_list. >>>> >>>> Reported by: "Simon 'corecode' Schubert" >>> ei tum de> Approved by: kan (mentor) >>>> X-MFC-After: 6.2 >>>> >>>> Revision Changes Path >>>> 1.117 +10 -13 src/libexec/rtld-elf/rtld.c >>> I believe this warrants version number change for ports, IMO. >> This change brings rtld behaviour to the standard. Solaris and >> Linux both do this in the right way. Shall we bump >> __FreeBSD_version for such kind of bugfixes ? >> >> BTW, are you aware of ports that rely on old behaviour ? > > OpenOffice.org has been long time victim of this issue. > > http://www.openoffice.org/issues/show_bug.cgi?id=22253 > > The most recent one is: > > http://www.openoffice.org/issues/show_bug.cgi?id=66667 Mozilla is also a "victim." So are GTK+ and gnome-vfs, for that matter. This is a very welcome fix. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-cvs-src@FreeBSD.ORG Fri Sep 8 20:50:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C342C16A407; Fri, 8 Sep 2006 20:50:33 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28EA943D45; Fri, 8 Sep 2006 20:50:32 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr6.xs4all.nl (8.13.6/8.13.6) with ESMTP id k88KoUPI030851; Fri, 8 Sep 2006 22:50:31 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k88KoUlU099363; Fri, 8 Sep 2006 22:50:30 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k88KoULL099362; Fri, 8 Sep 2006 22:50:30 +0200 (CEST) (envelope-from wb) Date: Fri, 8 Sep 2006 22:50:30 +0200 From: Wilko Bulte To: Ruslan Ermilov Message-ID: <20060908205029.GA99346@freebie.xs4all.nl> References: <200609081954.k88JsbdS028442@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609081954.k88JsbdS028442@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile src/release/scripts kernels-install.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 20:50:33 -0000 On Fri, Sep 08, 2006 at 07:54:37PM +0000, Ruslan Ermilov wrote.. > ru 2006-09-08 19:54:37 UTC > > FreeBSD src repository > > Modified files: > release Makefile > release/scripts kernels-install.sh > Log: > Stop cutting the tarball names to eight symbols. This makes > it possible to e.g. distribute kernels with config names larger > than eight symbols, without the clash. Previousy, LALALALA > and LALALALA-SMP would be the same tarball. (I think this > comes from the old days where tarballs were put on the MS-DOS > formatted diskettes.) Or non-RockRidge CDs I think. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Sep 8 20:53:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0925016A416; Fri, 8 Sep 2006 20:53:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A3143D46; Fri, 8 Sep 2006 20:53:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k88Kr9Af006663; Fri, 8 Sep 2006 14:53:15 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4501D830.5090704@samsco.org> Date: Fri, 08 Sep 2006 14:53:04 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200609081954.k88JsbdS028442@repoman.freebsd.org> <20060908205029.GA99346@freebie.xs4all.nl> In-Reply-To: <20060908205029.GA99346@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.5 required=3.8 tests=SPF_SOFTFAIL autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile src/release/scripts kernels-install.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 20:53:23 -0000 Wilko Bulte wrote: > On Fri, Sep 08, 2006 at 07:54:37PM +0000, Ruslan Ermilov wrote.. > >>ru 2006-09-08 19:54:37 UTC >> >> FreeBSD src repository >> >> Modified files: >> release Makefile >> release/scripts kernels-install.sh >> Log: >> Stop cutting the tarball names to eight symbols. This makes >> it possible to e.g. distribute kernels with config names larger >> than eight symbols, without the clash. Previousy, LALALALA >> and LALALALA-SMP would be the same tarball. (I think this >> comes from the old days where tarballs were put on the MS-DOS >> formatted diskettes.) > > > Or non-RockRidge CDs I think. > The unavailability/immaturity of VFAT, RR, and Joliet were all considerations at the time. Scott From owner-cvs-src@FreeBSD.ORG Fri Sep 8 21:46:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C08216A403; Fri, 8 Sep 2006 21:46:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C8743D46; Fri, 8 Sep 2006 21:46:01 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88Lk1Rg044265; Fri, 8 Sep 2006 21:46:01 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88Lk1tF044264; Fri, 8 Sep 2006 21:46:01 GMT (envelope-from jkim) Message-Id: <200609082146.k88Lk1tF044264@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 8 Sep 2006 21:46:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fdc fdc.c src/sys/dev/ic nec765.h src/sys/pc98/cbus fdc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 21:46:02 -0000 jkim 2006-09-08 21:46:01 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c sys/dev/ic nec765.h sys/pc98/cbus fdc.c Log: Fix style nits. No md5 changes in .o's. ;-) Revision Changes Path 1.313 +2 -2 src/sys/dev/fdc/fdc.c 1.13 +23 -23 src/sys/dev/ic/nec765.h 1.167 +2 -2 src/sys/pc98/cbus/fdc.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 00:50:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C5916A407; Sat, 9 Sep 2006 00:50:26 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B52343D46; Sat, 9 Sep 2006 00:50:26 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k890oQB9068169; Sat, 9 Sep 2006 00:50:26 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k890oQsS068168; Sat, 9 Sep 2006 00:50:26 GMT (envelope-from mlaier) Message-Id: <200609090050.k890oQsS068168@repoman.freebsd.org> From: Max Laier Date: Sat, 9 Sep 2006 00:50:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 00:50:26 -0000 mlaier 2006-09-09 00:50:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf_ioctl.c Log: MFC: pf_ioctl.c, 1.26 Fix stateful filtering of loopback IPv6 traffic to an address not configured on lo0. While here fix a comment. PR: kern/102647 Reported by: Frank Steinborn Submitted by: suz (earlier version) Revision Changes Path 1.20.2.4 +8 -2 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 01:22:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD5C16A403; Sat, 9 Sep 2006 01:22:14 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA9A43D46; Sat, 9 Sep 2006 01:22:13 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k891MDHY070835; Sat, 9 Sep 2006 01:22:13 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k891MDMN070834; Sat, 9 Sep 2006 01:22:13 GMT (envelope-from davidxu) Message-Id: <200609090122.k891MDMN070834@repoman.freebsd.org> From: David Xu Date: Sat, 9 Sep 2006 01:22:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 01:22:14 -0000 davidxu 2006-09-09 01:22:13 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c syscalls.master Log: The following functions need not to be reimplemented, reuse 64bit syscalls instead: sigqueue, thr_set_name, thr_setscheduler, thr_getscheduler, thr_setschedparam. Revision Changes Path 1.61 +0 -0 src/sys/compat/freebsd32/freebsd32_proto.h 1.59 +5 -0 src/sys/compat/freebsd32/freebsd32_syscall.h 1.50 +5 -5 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.60 +5 -5 src/sys/compat/freebsd32/freebsd32_sysent.c 1.74 +12 -5 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Sat Sep 9 01:30:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04DA316A403; Sat, 9 Sep 2006 01:30:12 +0000 (UTC) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A14B143D49; Sat, 9 Sep 2006 01:30:12 +0000 (GMT) (envelope-from mp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k891UCOX071210; Sat, 9 Sep 2006 01:30:12 GMT (envelope-from mp@repoman.freebsd.org) Received: (from mp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k891UC7i071209; Sat, 9 Sep 2006 01:30:12 GMT (envelope-from mp) Message-Id: <200609090130.k891UC7i071209@repoman.freebsd.org> From: Mark Peek Date: Sat, 9 Sep 2006 01:30:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 01:30:13 -0000 mp 2006-09-09 01:30:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_aio.c Log: MFC: Remove call to fdfree() for the AIO daemons to prevent kernel panics with linprocfs. This call is not needed since file descriptor sharing was removed in v1.125. Revision Changes Path 1.195.2.4 +0 -6 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 01:49:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28D4A16A403; Sat, 9 Sep 2006 01:49:36 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DF843D45; Sat, 9 Sep 2006 01:49:35 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.49] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k891nXL0039729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Sep 2006 18:49:34 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <45021D99.1070804@FreeBSD.org> Date: Fri, 08 Sep 2006 18:49:13 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Konstantin Belousov References: <200609081459.k88ExtSR084500@repoman.freebsd.org> In-Reply-To: <200609081459.k88ExtSR084500@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 01:49:36 -0000 Hmm, sounds very much like RTLD_GLOBAL. -Maxim Konstantin Belousov wrote: > kib 2006-09-08 14:59:55 UTC > > FreeBSD src repository > > Modified files: > libexec/rtld-elf rtld.c > Log: > When looking up the symbol by dlsym, look it not only in the object > given as dso handle, but also in the implicit dependencies of that dso. > > Also, const-ify the read-only parameter objlist of symlook_list. > > Reported by: "Simon 'corecode' Schubert" > Approved by: kan (mentor) > X-MFC-After: 6.2 > > Revision Changes Path > 1.117 +10 -13 src/libexec/rtld-elf/rtld.c > > From owner-cvs-src@FreeBSD.ORG Sat Sep 9 01:54:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08DB16A407; Sat, 9 Sep 2006 01:54:27 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D7443D49; Sat, 9 Sep 2006 01:54:27 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.49] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k891sPIt039831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Sep 2006 18:54:26 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <45021EBE.8070904@FreeBSD.org> Date: Fri, 08 Sep 2006 18:54:06 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Maxim Sobolev References: <200609081459.k88ExtSR084500@repoman.freebsd.org> <45021D99.1070804@FreeBSD.org> In-Reply-To: <45021D99.1070804@FreeBSD.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Konstantin Belousov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 01:54:28 -0000 Maxim Sobolev wrote: > Hmm, sounds very much like RTLD_GLOBAL. Please disregard. It has nothing to do with RTLD_GLOBAL. Sorry. -Maxim From owner-cvs-src@FreeBSD.ORG Sat Sep 9 03:36:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBA416A47E; Sat, 9 Sep 2006 03:36:58 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C1A43D45; Sat, 9 Sep 2006 03:36:57 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k893avMM082444; Sat, 9 Sep 2006 03:36:57 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k893avmW082443; Sat, 9 Sep 2006 03:36:57 GMT (envelope-from ambrisko) Message-Id: <200609090336.k893avmW082443@repoman.freebsd.org> From: Doug Ambrisko Date: Sat, 9 Sep 2006 03:36:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 03:36:58 -0000 ambrisko 2006-09-09 03:36:57 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Add support to bge(4) to not break IPMI support when the driver attaches to it. Try to co-operate with the IPMI/ASF firmware accessing the PHY. One we get link we don't mess with the PHY. If we do then over time the NIC will go off line. It would be nice if we could tell if IPMI was enabled on the chip but I can't figure out a reliable way to do that. The scheme I tried worked on a Dell PE850 but not on an HP machine. So we assume any NIC that has ASF capability needs to deal with it. The code was inspired by the support in Linux from kernel.org and Broadcom. Broadcom did give me some info. but it is rather limited and is mostly just what is in the Linux driver. Thanks to the numerous people that helped debug the many prior versions and that I didn't break other bge(4) HW. Reviewed by: several people Tested by: even more Revision Changes Path 1.144 +200 -10 src/sys/dev/bge/if_bge.c 1.55 +15 -2 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Sat Sep 9 04:41:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D542B16A40F; Sat, 9 Sep 2006 04:41:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 937CF43D45; Sat, 9 Sep 2006 04:41:40 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k894fecf086720; Sat, 9 Sep 2006 04:41:40 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k894feGg086719; Sat, 9 Sep 2006 04:41:40 GMT (envelope-from kib) Message-Id: <200609090441.k894feGg086719@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 9 Sep 2006 04:41:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 04:41:40 -0000 kib 2006-09-09 04:41:40 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version for rev. 1.117 of libexec/rtld-elf/rtld.c. Requested by: jkim Approved by: kan (mentor) Revision Changes Path 1.274 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Sep 9 06:19:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC29316A403; Sat, 9 Sep 2006 06:19:20 +0000 (UTC) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A7B43D46; Sat, 9 Sep 2006 06:19:20 +0000 (GMT) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k896JK4l001638; Sat, 9 Sep 2006 06:19:20 GMT (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k896JK0m001637; Sat, 9 Sep 2006 06:19:20 GMT (envelope-from pdeuskar) Message-Id: <200609090619.k896JK0m001637@repoman.freebsd.org> From: Prafulla Deuskar Date: Sat, 9 Sep 2006 06:19:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 06:19:21 -0000 pdeuskar 2006-09-09 06:19:20 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: Add support for TSO. Thanks to Andre for adding support in the stack and Jack Vogel for driver changes. Submitted by: Jack Vogel Revision Changes Path 1.140 +196 -29 src/sys/dev/em/if_em.c 1.50 +7 -0 src/sys/dev/em/if_em.h From owner-cvs-src@FreeBSD.ORG Sat Sep 9 07:21:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEA716A407; Sat, 9 Sep 2006 07:21:21 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C28543D68; Sat, 9 Sep 2006 07:21:19 +0000 (GMT) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k897LJi1005869; Sat, 9 Sep 2006 07:21:19 GMT (envelope-from ken@repoman.freebsd.org) Received: (from ken@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k897LJk1005868; Sat, 9 Sep 2006 07:21:19 GMT (envelope-from ken) Message-Id: <200609090721.k897LJk1005868@repoman.freebsd.org> From: "Kenneth D. Merry" Date: Sat, 9 Sep 2006 07:21:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam/scsi scsi_all.c scsi_all.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 07:21:21 -0000 ken 2006-09-09 07:21:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/camcontrol camcontrol.8 camcontrol.c sys/cam/scsi scsi_all.c scsi_all.h Log: MFC, camcontrol reportluns support: camcontrol.8: rev 1.42 camcontrol.c: rev 1.54 scsi_all.c: rev 1.49 scsi_all.h: rev 1.26 Implement 'camcontrol reportluns'. This allows users to send the SCSI REPORT LUNS command to a device. camcontrol.[c8]: Implement reportluns. This tries to print the LUNs out in a reasonable format. Only the periph addressing method has been tested, since very little hardware that I know of supports the other methods. scsi_all.[ch]: Revamp the report luns CDB structure and helper functions. This constitutes a little bit of an API change, but since the old CDB length was 10 bytes, and the REPORT LUNS CDB length is actually 12 bytes, it's clear that no one was using this API in the first place. Revision Changes Path 1.41.2.1 +39 -1 src/sbin/camcontrol/camcontrol.8 1.53.2.1 +261 -1 src/sbin/camcontrol/camcontrol.c 1.48.2.1 +5 -3 src/sys/cam/scsi/scsi_all.c 1.24.2.2 +30 -12 src/sys/cam/scsi/scsi_all.h From owner-cvs-src@FreeBSD.ORG Sat Sep 9 07:25:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAC516A403; Sat, 9 Sep 2006 07:25:41 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C612443D46; Sat, 9 Sep 2006 07:25:40 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k897Pecg006107; Sat, 9 Sep 2006 07:25:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k897PeiX006106; Sat, 9 Sep 2006 07:25:40 GMT (envelope-from kris) Message-Id: <200609090725.k897PeiX006106@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 9 Sep 2006 07:25:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 07:25:41 -0000 kris 2006-09-09 07:25:40 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: Catch up to xchat and samba package changes Revision Changes Path 1.12 +2 -2 src/release/scripts/package-split.py From owner-cvs-src@FreeBSD.ORG Sat Sep 9 07:26:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DC516A415; Sat, 9 Sep 2006 07:26:38 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37B843D77; Sat, 9 Sep 2006 07:26:37 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k897QbM4006179; Sat, 9 Sep 2006 07:26:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k897Qbox006178; Sat, 9 Sep 2006 07:26:37 GMT (envelope-from kris) Message-Id: <200609090726.k897Qbox006178@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 9 Sep 2006 07:26:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 07:26:39 -0000 kris 2006-09-09 07:26:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/scripts package-split.py Log: MFC: Catch up to xchat and samba package changes Revision Changes Path 1.6.2.6 +2 -2 src/release/scripts/package-split.py From owner-cvs-src@FreeBSD.ORG Sat Sep 9 10:20:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DDD16A4D0; Sat, 9 Sep 2006 10:20:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD0C43D49; Sat, 9 Sep 2006 10:20:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89AKVdt026787; Sat, 9 Sep 2006 10:20:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89AKVcC026786; Sat, 9 Sep 2006 10:20:31 GMT (envelope-from rwatson) Message-Id: <200609091020.k89AKVcC026786@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Sep 2006 10:20:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 10:20:32 -0000 rwatson 2006-09-09 10:20:31 UTC FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: Audit sysarch() operation argument. MFC after: 3 days Revision Changes Path 1.105 +3 -0 src/sys/i386/i386/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 10:23:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7CC16A412; Sat, 9 Sep 2006 10:23:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C2A643D46; Sat, 9 Sep 2006 10:23:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89AN1eb026996; Sat, 9 Sep 2006 10:23:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89AN1DU026995; Sat, 9 Sep 2006 10:23:01 GMT (envelope-from rwatson) Message-Id: <200609091023.k89AN1DU026995@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Sep 2006 10:23:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 10:23:01 -0000 rwatson 2006-09-09 10:23:01 UTC FreeBSD src repository Modified files: sys/security/audit audit.c Log: Small style cleanup. MFC after: 3 days Revision Changes Path 1.19 +2 -3 src/sys/security/audit/audit.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 10:23:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED9F16A4C2; Sat, 9 Sep 2006 10:23:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E2443D4C; Sat, 9 Sep 2006 10:23:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89ANi4U027064; Sat, 9 Sep 2006 10:23:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89ANiBT027063; Sat, 9 Sep 2006 10:23:44 GMT (envelope-from rwatson) Message-Id: <200609091023.k89ANiBT027063@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Sep 2006 10:23:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_bsm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 10:23:45 -0000 rwatson 2006-09-09 10:23:44 UTC FreeBSD src repository Modified files: sys/security/audit audit_bsm.c Log: Add a BSM conversion switch case for AUE_GETCWD, so that a console warning isn't generated when __getcwd() is invoked. MFC after: 3 days Obtained from: TrustedBSD Project Revision Changes Path 1.11 +3 -0 src/sys/security/audit/audit_bsm.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 11:16:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7575D16A403; Sat, 9 Sep 2006 11:16:11 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB5743D45; Sat, 9 Sep 2006 11:16:11 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89BGBMF031262; Sat, 9 Sep 2006 11:16:11 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89BGBiS031261; Sat, 9 Sep 2006 11:16:11 GMT (envelope-from danger) Message-Id: <200609091116.k89BGBiS031261@repoman.freebsd.org> From: Daniel Gerzo Date: Sat, 9 Sep 2006 11:16:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man8 Makefile nanobsd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 11:16:11 -0000 danger 2006-09-09 11:16:10 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man8 Makefile Added files: (Branch: RELENG_6) share/man/man8 nanobsd.8 Log: MFC the nanobsd(8) manual page. Approved by: trhodes (mentor) Revision Changes Path 1.35.8.1 +1 -0 src/share/man/man8/Makefile 1.1.2.1 +308 -0 src/share/man/man8/nanobsd.8 (new) From owner-cvs-src@FreeBSD.ORG Sat Sep 9 13:42:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35B4E16A412; Sat, 9 Sep 2006 13:42:15 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42AB843E8E; Sat, 9 Sep 2006 13:04:29 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89D4TqD047104; Sat, 9 Sep 2006 13:04:29 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89D4TFq047103; Sat, 9 Sep 2006 13:04:29 GMT (envelope-from netchild) Message-Id: <200609091304.k89D4TFq047103@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 9 Sep 2006 13:04:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_futex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 13:42:15 -0000 netchild 2006-09-09 13:04:28 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: - don't wake every sleeper just the first one [1] - remove debuging printf [2] Submitted by: intron [1], rdivacky [2] Revision Changes Path 1.5 +2 -5 src/sys/compat/linux/linux_futex.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 14:43:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527B616A412; Sat, 9 Sep 2006 14:43:04 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E00143D45; Sat, 9 Sep 2006 14:43:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89Eh3k9052772; Sat, 9 Sep 2006 14:43:03 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89Eh3x1052771; Sat, 9 Sep 2006 14:43:03 GMT (envelope-from netchild) Message-Id: <200609091443.k89Eh3x1052771@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 9 Sep 2006 14:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/usb uaudio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 14:43:04 -0000 netchild 2006-09-09 14:43:03 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: Fix the check where we want to use the end of the supported range if the value is out of the supported range. Noticed by: Ed Schouten Reviewed by: Kazuhito HONDA Revision Changes Path 1.22 +1 -1 src/sys/dev/sound/usb/uaudio.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 16:09:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E811916A403; Sat, 9 Sep 2006 16:09:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A329343D4C; Sat, 9 Sep 2006 16:09:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89G91U2065332; Sat, 9 Sep 2006 16:09:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89G91hu065331; Sat, 9 Sep 2006 16:09:01 GMT (envelope-from rwatson) Message-Id: <200609091609.k89G91hu065331@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Sep 2006 16:09:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_ktr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 16:09:02 -0000 rwatson 2006-09-09 16:09:01 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl: it was present only in the enable path, not the disable path, which one presumes would be equally of interest. Either way, it was not needed, as the sysctl framework already calls suser() if the operation is a write operation, which configuration requests are. Sponsored by: nCircle Network Security, Inc. Revision Changes Path 1.53 +0 -3 src/sys/kern/kern_ktr.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 16:19:55 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC6516A403; Sat, 9 Sep 2006 16:19:55 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF77F43D45; Sat, 9 Sep 2006 16:19:54 +0000 (GMT) (envelope-from max@love2party.net) Received: from [88.64.182.60] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1GM5Yf2K6k-0008VV; Sat, 09 Sep 2006 18:19:54 +0200 From: Max Laier Organization: FreeBSD To: Prafulla Deuskar Date: Sat, 9 Sep 2006 18:19:42 +0200 User-Agent: KMail/1.9.3 References: <200609090619.k896JK0m001637@repoman.freebsd.org> In-Reply-To: <200609090619.k896JK0m001637@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1458030.SppLugnWFP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200609091819.50634.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 16:19:55 -0000 --nextPart1458030.SppLugnWFP Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 09 September 2006 08:19, Prafulla Deuskar wrote: > pdeuskar 2006-09-09 06:19:20 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c if_em.h > Log: > Add support for TSO. Thanks to Andre for adding support in the stack > and Jack Vogel for driver changes. > > Submitted by: Jack Vogel This broke the build due to missing prototype for in_pseudo(). According=20 to Andre in the TSO thread: On Thursday 07 September 2006 16:02, Andre Oppermann wrote: > The TSO code is committed. There has been a slight change with the > ifcapabilities to differentiate between TSO for IPv4 and IPv6 which can > be set independently. > > The pseudo-header checksum is always provided in m_pkthdr.csum_data, > you don't have to compute it yourself in the driver. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1458030.SppLugnWFP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFAummXyyEoT62BG0RAo+AAJ4gtKnEbrzShgPnnbuSPp7S/JYZyACfXI4b TeCViQ7UHhxddlVwyA9SzH0= =8J+u -----END PGP SIGNATURE----- --nextPart1458030.SppLugnWFP-- From owner-cvs-src@FreeBSD.ORG Sat Sep 9 16:25:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 348BA16A412; Sat, 9 Sep 2006 16:25:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9FF543D53; Sat, 9 Sep 2006 16:25:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89GPPB7066211; Sat, 9 Sep 2006 16:25:25 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89GPPEu066210; Sat, 9 Sep 2006 16:25:25 GMT (envelope-from netchild) Message-Id: <200609091625.k89GPPEu066210@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 9 Sep 2006 16:25:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/linux linux_futex.c src/sys/i386/linux linux_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 16:25:26 -0000 netchild 2006-09-09 16:25:25 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_sysvec.c sys/compat/linux linux_futex.c sys/i386/linux linux_sysvec.c Log: Change futex lock from mutex to sx. Make futex_get atomic (protected by the futex lock). Sponsored by: Google SoC 2006 Submitted by: rdivacky Suggested by: jhb Revision Changes Path 1.24 +3 -3 src/sys/amd64/linux32/linux32_sysvec.c 1.6 +4 -8 src/sys/compat/linux/linux_futex.c 1.148 +3 -3 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 16:35:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B9116A416; Sat, 9 Sep 2006 16:35:45 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2528543D45; Sat, 9 Sep 2006 16:35:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89GZjG5066875; Sat, 9 Sep 2006 16:35:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89GZiND066874; Sat, 9 Sep 2006 16:35:44 GMT (envelope-from rwatson) Message-Id: <200609091635.k89GZiND066874@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Sep 2006 16:35:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac_policy.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 16:35:45 -0000 rwatson 2006-09-09 16:35:44 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h Log: Add struct msg to the forwarded declared data structures in mac_policy.h. Obtained from: TrustedBSD Project Revision Changes Path 1.74 +1 -0 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Sat Sep 9 16:55:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AEED16A403; Sat, 9 Sep 2006 16:55:56 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC87343D45; Sat, 9 Sep 2006 16:55:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89GtttT075955; Sat, 9 Sep 2006 16:55:55 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89Gtt2B075954; Sat, 9 Sep 2006 16:55:55 GMT (envelope-from netchild) Message-Id: <200609091655.k89Gtt2B075954@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 9 Sep 2006 16:55:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_emul.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 16:55:56 -0000 netchild 2006-09-09 16:55:55 UTC FreeBSD src repository Modified files: sys/compat/linux linux_emul.c Log: - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata); - Lock the emuldata in a case when we just created it. Sponsored by: Google SoC 2006 Submitted by: rdivacky Suggested by: jhb Revision Changes Path 1.6 +3 -1 src/sys/compat/linux/linux_emul.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 16:58:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E7BC16A403; Sat, 9 Sep 2006 16:58:23 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFEF43D45; Sat, 9 Sep 2006 16:58:22 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89GwMdT076089; Sat, 9 Sep 2006 16:58:22 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89GwMHQ076088; Sat, 9 Sep 2006 16:58:22 GMT (envelope-from netchild) Message-Id: <200609091658.k89GwMHQ076088@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 9 Sep 2006 16:58:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 16:58:23 -0000 netchild 2006-09-09 16:58:22 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Build linprocfs and linsysfs as modules on amd64. Sponsored by: Google SoC 2006 Submitted by: rdivacky Revision Changes Path 1.510 +2 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sat Sep 9 17:15:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E75CE16A40F; Sat, 9 Sep 2006 17:15:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0791C43D49; Sat, 9 Sep 2006 17:15:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 2626546DF4; Sat, 9 Sep 2006 13:15:01 -0400 (EDT) Date: Sat, 9 Sep 2006 18:15:01 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Hay In-Reply-To: <200609071844.k87IisEQ049924@repoman.freebsd.org> Message-ID: <20060909181433.U87517@fledge.watson.org> References: <200609071844.k87IisEQ049924@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 udp6_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 17:15:03 -0000 On Thu, 7 Sep 2006, John Hay wrote: > jhay 2006-09-07 18:44:54 UTC > > FreeBSD src repository > > Modified files: > sys/netinet6 udp6_usrreq.c > Log: > All multicast listeners on a port should get one copy of the packet. This > was broken during the locking changes. Nice catch -- thanks for fixing that! Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sat Sep 9 19:55:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABD0A16A407; Sat, 9 Sep 2006 19:55:14 +0000 (UTC) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577A643D53; Sat, 9 Sep 2006 19:55:14 +0000 (GMT) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89JtEb4094565; Sat, 9 Sep 2006 19:55:14 GMT (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89JtEjg094564; Sat, 9 Sep 2006 19:55:14 GMT (envelope-from pdeuskar) Message-Id: <200609091955.k89JtEjg094564@repoman.freebsd.org> From: Prafulla Deuskar Date: Sat, 9 Sep 2006 19:55:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 19:55:14 -0000 pdeuskar 2006-09-09 19:55:13 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix build breakage while compiling em as a module. Revision Changes Path 1.141 +1 -0 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 20:05:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D9F16A40F; Sat, 9 Sep 2006 20:05:24 +0000 (UTC) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A451D43D45; Sat, 9 Sep 2006 20:05:24 +0000 (GMT) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89K5OsY096328; Sat, 9 Sep 2006 20:05:24 GMT (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89K5OR6096327; Sat, 9 Sep 2006 20:05:24 GMT (envelope-from pdeuskar) Message-Id: <200609092005.k89K5OR6096327@repoman.freebsd.org> From: Prafulla Deuskar Date: Sat, 9 Sep 2006 20:05:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 20:05:25 -0000 pdeuskar 2006-09-09 20:05:24 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Second attempt at fixing module build Pointyhat: pdeuskar Revision Changes Path 1.142 +1 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 20:08:40 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 916) id 115E216A40F; Sat, 9 Sep 2006 20:08:40 +0000 (UTC) Date: Sat, 9 Sep 2006 20:08:40 +0000 From: Prafulla Deuskar To: Max Laier Message-ID: <20060909200840.GA56461@hub.freebsd.org> References: <200609090619.k896JK0m001637@repoman.freebsd.org> <200609091819.50634.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609091819.50634.max@love2party.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.1-STABLE on an i386 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 20:08:40 -0000 Max Laier [max@love2party.net] wrote: > On Saturday 09 September 2006 08:19, Prafulla Deuskar wrote: > > pdeuskar 2006-09-09 06:19:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/em if_em.c if_em.h > > Log: > > Add support for TSO. Thanks to Andre for adding support in the stack > > and Jack Vogel for driver changes. > > > > Submitted by: Jack Vogel > > This broke the build due to missing prototype for in_pseudo(). According > to Andre in the TSO thread: > > On Thursday 07 September 2006 16:02, Andre Oppermann wrote: > > The TSO code is committed. There has been a slight change with the > > ifcapabilities to differentiate between TSO for IPv4 and IPv6 which can > > be set independently. > > > > The pseudo-header checksum is always provided in m_pkthdr.csum_data, > > you don't have to compute it yourself in the driver. Problem is we require a "partial" pseudo checksum. The module build should have been fixed after I added the correct include file. From owner-cvs-src@FreeBSD.ORG Sat Sep 9 21:45:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32ECE16A407; Sat, 9 Sep 2006 21:45:38 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BFC43D49; Sat, 9 Sep 2006 21:45:37 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89LjbKx019563; Sat, 9 Sep 2006 21:45:37 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89LjbCN019562; Sat, 9 Sep 2006 21:45:37 GMT (envelope-from jmg) Message-Id: <200609092145.k89LjbCN019562@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 9 Sep 2006 21:45:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 21:45:38 -0000 jmg 2006-09-09 21:45:37 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: move created/detected/activated under debug level 1 to quiet the common case.. add count of active and total components to the launched line so you can see at a glance if your mirror/raid3 is complete... now: GEOM_MIRROR: Device mirror/sam launched (2/2). Reviewed by: pjd Revision Changes Path 1.89 +6 -5 src/sys/geom/mirror/g_mirror.c 1.73 +7 -5 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:14:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2192E16A412; Sat, 9 Sep 2006 22:14:43 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28D443D4C; Sat, 9 Sep 2006 22:14:42 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MEgca022063; Sat, 9 Sep 2006 22:14:42 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MEgcl022062; Sat, 9 Sep 2006 22:14:42 GMT (envelope-from mbr) Message-Id: <200609092214.k89MEgcl022062@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:14:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc clnt_bcast.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:14:43 -0000 mbr 2006-09-09 22:14:42 UTC FreeBSD src repository Modified files: lib/libc/rpc clnt_bcast.c Log: Sync with NetBSD rev. 1.16 + 1.17 Coverity CID 3651: Don't leak ifaddrs on getaddrinfo failure. Coverity CID 2283: Don't leak sys_auth on error. MFC after: 1 month Revision Changes Path 1.9 +4 -1 src/lib/libc/rpc/clnt_bcast.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:18:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8397916A412; Sat, 9 Sep 2006 22:18:58 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4128E43D49; Sat, 9 Sep 2006 22:18:58 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MIwQO022311; Sat, 9 Sep 2006 22:18:58 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MIwG8022310; Sat, 9 Sep 2006 22:18:58 GMT (envelope-from mbr) Message-Id: <200609092218.k89MIwG8022310@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc clnt_vc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:18:58 -0000 mbr 2006-09-09 22:18:58 UTC FreeBSD src repository Modified files: lib/libc/rpc clnt_vc.c Log: Sync part of NetBSD rev. 1.14 Fix unpaired sigblock which possibly leaves the process with all signals blocked. MFC after: 2 weeks Revision Changes Path 1.20 +1 -1 src/lib/libc/rpc/clnt_vc.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:21:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5366116A416; Sat, 9 Sep 2006 22:21:17 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6B943D46; Sat, 9 Sep 2006 22:21:15 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MLFWh022517; Sat, 9 Sep 2006 22:21:15 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MLFQx022516; Sat, 9 Sep 2006 22:21:15 GMT (envelope-from mbr) Message-Id: <200609092221.k89MLFQx022516@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:21:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc getnetconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:21:17 -0000 mbr 2006-09-09 22:21:15 UTC FreeBSD src repository Modified files: lib/libc/rpc getnetconfig.c Log: Sync with NetBSD rev. 1.15 Coverity CID 2275: Avoid memory leak on error. MFC after: 1 month Revision Changes Path 1.12 +1 -0 src/lib/libc/rpc/getnetconfig.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:22:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8391F16A40F; Sat, 9 Sep 2006 22:22:59 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6965D43D8E; Sat, 9 Sep 2006 22:22:41 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MMeJQ022650; Sat, 9 Sep 2006 22:22:40 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MMeiC022649; Sat, 9 Sep 2006 22:22:40 GMT (envelope-from mbr) Message-Id: <200609092222.k89MMeiC022649@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:22:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc getnetpath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:22:59 -0000 mbr 2006-09-09 22:22:40 UTC FreeBSD src repository Modified files: lib/libc/rpc getnetpath.c Log: Sync with NetBSD rev. 1.10 Coverity CID 2276: Don't leak memory on error. MFC after: 1 month Revision Changes Path 1.6 +1 -0 src/lib/libc/rpc/getnetpath.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:26:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B74A216A403; Sat, 9 Sep 2006 22:26:47 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CCC43D53; Sat, 9 Sep 2006 22:26:47 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MQlbl022823; Sat, 9 Sep 2006 22:26:47 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MQlH4022822; Sat, 9 Sep 2006 22:26:47 GMT (envelope-from mbr) Message-Id: <200609092226.k89MQlH4022822@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:26:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc rpcb_clnt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:26:47 -0000 mbr 2006-09-09 22:26:47 UTC FreeBSD src repository Modified files: lib/libc/rpc rpcb_clnt.c Log: Sync with NetBSD rev. 1.20 + 1.21 Coverity CID 2284: Fix multiple memory leaks. Coverity CID 710: Remove unreachable code. MFC after: 1 month Revision Changes Path 1.16 +11 -6 src/lib/libc/rpc/rpcb_clnt.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:29:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C878216A403; Sat, 9 Sep 2006 22:29:17 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB8B43D67; Sat, 9 Sep 2006 22:29:16 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MTGvg022923; Sat, 9 Sep 2006 22:29:16 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MTGsK022922; Sat, 9 Sep 2006 22:29:16 GMT (envelope-from mbr) Message-Id: <200609092229.k89MTGsK022922@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:29:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc rpcb_prot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:29:17 -0000 mbr 2006-09-09 22:29:16 UTC FreeBSD src repository Modified files: lib/libc/rpc rpcb_prot.c Log: Sync with NetBSD rev. 1.6 + 1.7 Coverity CID 779 + 780: Avoid NULL pointer dereference. MFC after: 1 month Revision Changes Path 1.6 +4 -4 src/lib/libc/rpc/rpcb_prot.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:32:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0379A16A407; Sat, 9 Sep 2006 22:32:08 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63EE43D45; Sat, 9 Sep 2006 22:32:07 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MW7Sm023175; Sat, 9 Sep 2006 22:32:07 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MW7PZ023174; Sat, 9 Sep 2006 22:32:07 GMT (envelope-from mbr) Message-Id: <200609092232.k89MW7PZ023174@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:32:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc svc_simple.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:32:08 -0000 mbr 2006-09-09 22:32:07 UTC FreeBSD src repository Modified files: lib/libc/rpc svc_simple.c Log: Sync with NetBSD rev. 1.29 Coverity CID 2293: Fix memory leak. MFC after: 1 month Revision Changes Path 1.16 +4 -0 src/lib/libc/rpc/svc_simple.c From owner-cvs-src@FreeBSD.ORG Sat Sep 9 22:33:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B9516A4A7; Sat, 9 Sep 2006 22:33:22 +0000 (UTC) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0088E43D49; Sat, 9 Sep 2006 22:33:21 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89MXLjD023274; Sat, 9 Sep 2006 22:33:21 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89MXL8A023273; Sat, 9 Sep 2006 22:33:21 GMT (envelope-from mbr) Message-Id: <200609092233.k89MXL8A023273@repoman.freebsd.org> From: Martin Blapp Date: Sat, 9 Sep 2006 22:33:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc svc_vc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 22:33:22 -0000 mbr 2006-09-09 22:33:21 UTC FreeBSD src repository Modified files: lib/libc/rpc svc_vc.c Log: Sync with NetBSD rev. 1.16 + 1.17 Coverity CID 2292: Plug memory leak. Coverity CID 2291: Move function call before allocating storage to prevent memory leak on error. MFC after: 1 month Revision Changes Path 1.26 +5 -2 src/lib/libc/rpc/svc_vc.c