From owner-cvs-src@FreeBSD.ORG Sun Apr 18 00:06:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCC616A4CE; Sun, 18 Apr 2004 00:06:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD4743D45; Sun, 18 Apr 2004 00:06:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I76jGe062383; Sun, 18 Apr 2004 00:06:45 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I76jmx062382; Sun, 18 Apr 2004 00:06:45 -0700 (PDT) (envelope-from bde) Message-Id: <200404180706.i3I76jmx062382@repoman.freebsd.org> From: Bruce Evans Date: Sun, 18 Apr 2004 00:06:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 07:06:45 -0000 bde 2004/04/18 00:06:45 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Fixed some style bugs in rev.1.1 (only 2 entries were misformatted). Revision Changes Path 1.41 +11 -11 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 00:11:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE6816A4CE; Sun, 18 Apr 2004 00:11:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A3343D46; Sun, 18 Apr 2004 00:11:12 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I7BCGe062546; Sun, 18 Apr 2004 00:11:12 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I7BCNp062545; Sun, 18 Apr 2004 00:11:12 -0700 (PDT) (envelope-from alc) Message-Id: <200404180711.i3I7BCNp062545@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Apr 2004 00:11:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 vm_machdep.c src/sys/ia64/include sf_buf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 07:11:13 -0000 alc 2004/04/18 00:11:12 PDT FreeBSD src repository Modified files: sys/ia64/ia64 vm_machdep.c sys/ia64/include sf_buf.h Log: MFamd64 Simplify the sf_buf implementation. In short, make it a veneer over the direct virtual-to-physical mapping. Revision Changes Path 1.83 +6 -63 src/sys/ia64/ia64/vm_machdep.c 1.2 +9 -8 src/sys/ia64/include/sf_buf.h From owner-cvs-src@FreeBSD.ORG Sun Apr 18 00:36:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7547C16A4CE; Sun, 18 Apr 2004 00:36:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C0A43D5C; Sun, 18 Apr 2004 00:36:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I7afGe068463; Sun, 18 Apr 2004 00:36:42 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I7afem068462; Sun, 18 Apr 2004 00:36:41 -0700 (PDT) (envelope-from bde) Message-Id: <200404180736.i3I7afem068462@repoman.freebsd.org> From: Bruce Evans Date: Sun, 18 Apr 2004 00:36:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 07:36:42 -0000 bde 2004/04/18 00:36:41 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Miscellaneous style fixes, including yet another attempt to get the 0x1393/0x1041 entry and its bad templates right. Revision Changes Path 1.42 +23 -21 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 01:10:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3675416A4CE; Sun, 18 Apr 2004 01:10:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A02443D2D; Sun, 18 Apr 2004 01:10:05 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3I8A4Ge081524; Sun, 18 Apr 2004 01:10:04 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3I8A4aF081523; Sun, 18 Apr 2004 01:10:04 -0700 (PDT) (envelope-from alc) Message-Id: <200404180810.i3I8A4aF081523@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Apr 2004 01:10:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include sf_buf.hsrc/sys/powerpc/powerpc vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 08:10:05 -0000 alc 2004/04/18 01:10:04 PDT FreeBSD src repository Modified files: sys/powerpc/include sf_buf.h sys/powerpc/powerpc vm_machdep.c Log: MFamd64 Simplify the sf_buf implementation. In short, make it a veneer over the direct virtual-to-physical mapping. Revision Changes Path 1.2 +14 -12 src/sys/powerpc/include/sf_buf.h 1.102 +6 -71 src/sys/powerpc/powerpc/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 04:01:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F9AB16A4CF; Sun, 18 Apr 2004 04:01:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348BD43D5A; Sun, 18 Apr 2004 04:01:16 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IB1FGe018491; Sun, 18 Apr 2004 04:01:15 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IB1Fhq018490; Sun, 18 Apr 2004 04:01:15 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181101.i3IB1Fhq018490@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 04:01:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 11:01:16 -0000 luigi 2004/04/18 04:01:15 PDT FreeBSD src repository Modified files: sys/net if_ethersubr.c if_fddisubr.c Log: replace Bcmp() with the same bcmp() used in the rest of the file. Revision Changes Path 1.167 +2 -2 src/sys/net/if_ethersubr.c 1.92 +2 -2 src/sys/net/if_fddisubr.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 04:45:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC2F716A4CE; Sun, 18 Apr 2004 04:45:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E2043D39; Sun, 18 Apr 2004 04:45:29 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IBjTGe029320; Sun, 18 Apr 2004 04:45:29 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IBjTRJ029319; Sun, 18 Apr 2004 04:45:29 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181145.i3IBjTRJ029319@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 04:45:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 nd6.c nd6_rtr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 11:45:29 -0000 luigi 2004/04/18 04:45:29 PDT FreeBSD src repository Modified files: sys/netinet6 nd6.c nd6_rtr.c Log: Replace Bcopy/Bzero with 'the real thing' as in the rest of the file. Revision Changes Path 1.40 +2 -2 src/sys/netinet6/nd6.c 1.25 +6 -6 src/sys/netinet6/nd6_rtr.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 04:45:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C53C16A4DF; Sun, 18 Apr 2004 04:45:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D1943D46; Sun, 18 Apr 2004 04:45:50 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IBjoGe029387; Sun, 18 Apr 2004 04:45:50 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IBjoZl029386; Sun, 18 Apr 2004 04:45:50 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181145.i3IBjoZl029386@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 04:45:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 11:45:54 -0000 luigi 2004/04/18 04:45:50 PDT FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Replace Bcopy with 'the real thing' as in the rest of the file. Revision Changes Path 1.123 +1 -1 src/sys/netinet/if_ether.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 04:46:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 363C216A4CE; Sun, 18 Apr 2004 04:46:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B7443D5A; Sun, 18 Apr 2004 04:46:30 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IBkTGe029446; Sun, 18 Apr 2004 04:46:29 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IBkTRg029445; Sun, 18 Apr 2004 04:46:29 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181146.i3IBkTRg029445@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 04:46:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 11:46:30 -0000 luigi 2004/04/18 04:46:29 PDT FreeBSD src repository Modified files: sys/net route.c Log: replace Bcopy with bcopy as in the rest of the file. Revision Changes Path 1.100 +3 -3 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 04:47:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D32BE16A4CE; Sun, 18 Apr 2004 04:47:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E7343D31; Sun, 18 Apr 2004 04:47:04 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IBl4Ge031221; Sun, 18 Apr 2004 04:47:04 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IBl42U031162; Sun, 18 Apr 2004 04:47:04 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181147.i3IBl42U031162@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 04:47:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 11:47:05 -0000 luigi 2004/04/18 04:47:04 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: + replace Bcmp/Bzero with 'the real thing' as in the rest of the file. + remember to check and fix or explain a strange cast in route_output() Revision Changes Path 1.104 +4 -3 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 04:48:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A9816A4CE; Sun, 18 Apr 2004 04:48:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE6F43D45; Sun, 18 Apr 2004 04:48:36 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IBmaGe035548; Sun, 18 Apr 2004 04:48:36 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IBmZ2i035547; Sun, 18 Apr 2004 04:48:35 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181148.i3IBmZ2i035547@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 04:48:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net radix.c radix.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 11:48:36 -0000 luigi 2004/04/18 04:48:35 PDT FreeBSD src repository Modified files: sys/net radix.c radix.h Log: + move MKGet()/MKFree() into the only file that can use them. + remove useless wrappers around bcmp(), bcopy(), bzero(). The code assumes that bcmp() returns 0 if the size is 0, but this is true for both the libc and the libkern versions. + nuke Bcmp, Bzero, Bcopy from radix.h now that nobody uses them anymore. Revision Changes Path 1.34 +19 -13 src/sys/net/radix.c 1.25 +0 -15 src/sys/net/radix.h From owner-cvs-src@FreeBSD.ORG Sun Apr 18 06:01:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CD416A4CE; Sun, 18 Apr 2004 06:01:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD05243D1D; Sun, 18 Apr 2004 06:01:31 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ID1UGe050811; Sun, 18 Apr 2004 06:01:31 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ID1THu050754; Sun, 18 Apr 2004 06:01:29 -0700 (PDT) (envelope-from luigi) Message-Id: <200404181301.i3ID1THu050754@repoman.freebsd.org> From: Luigi Rizzo Date: Sun, 18 Apr 2004 06:01:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 13:01:32 -0000 luigi 2004/04/18 06:01:28 PDT FreeBSD src repository Modified files: sys/sys mbuf.h sys/kern uipc_mbuf.c Log: constify the last argument of m_copyback. Revision Changes Path 1.129 +1 -1 src/sys/kern/uipc_mbuf.c 1.141 +1 -1 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Sun Apr 18 06:59:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D9B116A4CE; Sun, 18 Apr 2004 06:59:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4185C43D39; Sun, 18 Apr 2004 06:59:14 -0700 (PDT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IDxDGe063765; Sun, 18 Apr 2004 06:59:13 -0700 (PDT) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IDxDZS063764; Sun, 18 Apr 2004 06:59:13 -0700 (PDT) (envelope-from mlaier) Message-Id: <200404181359.i3IDxDZS063764@repoman.freebsd.org> From: Max Laier Date: Sun, 18 Apr 2004 06:59:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/pf/man pf.4 pflog.4 pfsync.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 13:59:14 -0000 mlaier 2004/04/18 06:59:12 PDT FreeBSD src repository Modified files: contrib/pf/man pf.4 pflog.4 pfsync.4 Log: FreeBSD-if .4 manpages for pf/pflog/pfsync. PR: docs/65687 Submitted by: Sergey Matveychuk Approved by: bms(mentor) Revision Changes Path 1.2 +4 -1 src/contrib/pf/man/pf.4 1.2 +3 -1 src/contrib/pf/man/pflog.4 1.2 +3 -1 src/contrib/pf/man/pfsync.4 From owner-cvs-src@FreeBSD.ORG Sun Apr 18 07:37:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 165BD16A4CE; Sun, 18 Apr 2004 07:37:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE8943D48; Sun, 18 Apr 2004 07:37:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IEbRGe072871; Sun, 18 Apr 2004 07:37:27 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IEbRGn072870; Sun, 18 Apr 2004 07:37:27 -0700 (PDT) (envelope-from bde) Message-Id: <200404181437.i3IEbRGn072870@repoman.freebsd.org> From: Bruce Evans Date: Sun, 18 Apr 2004 07:37:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc puc_pccard.c pucdata.c pucvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 14:37:28 -0000 bde 2004/04/18 07:37:27 PDT FreeBSD src repository Modified files: sys/dev/puc puc_pccard.c pucdata.c pucvar.h Log: Moved the function pointer in struct puc_device_description to the end of the struct, so that a placeholder for it (or unportable C99 initializers) are not needed for entries that don't use it. Use a C99 initializer for the 1 entry that uses it. Removed 91 placeholders. This also restores API compatibility with NetBSD and RELENG_4 for most entries. Revision Changes Path 1.8 +0 -1 src/sys/dev/puc/puc_pccard.c 1.43 +1 -91 src/sys/dev/puc/pucdata.c 1.13 +1 -1 src/sys/dev/puc/pucvar.h From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:09:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420DC16A4CE; Sun, 18 Apr 2004 09:09:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22FB243D31; Sun, 18 Apr 2004 09:09:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IG9XGe099516; Sun, 18 Apr 2004 09:09:33 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IG9XA1099515; Sun, 18 Apr 2004 09:09:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200404181609.i3IG9XA1099515@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 18 Apr 2004 09:09:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 16:09:34 -0000 obrien 2004/04/18 09:09:33 PDT FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd/i386 bfd.h Log: Revert rev 1.21 which configured with --enable-64-bit-bfd. GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB. Revision Changes Path 1.22 +1 -1 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:18:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 062A616A4CE; Sun, 18 Apr 2004 09:18:21 -0700 (PDT) Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D6143D2F; Sun, 18 Apr 2004 09:18:20 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) i3IGICRo1323712; Sun, 18 Apr 2004 18:18:14 +0200 Date: Sun, 18 Apr 2004 18:18:12 +0200 (CEST) From: Lukas Ertl To: "David E. O'Brien" In-Reply-To: <200404181609.i3IG9XA1099515@repoman.freebsd.org> Message-ID: <20040418181802.W647@korben> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: mailbox 4246; Body=0 Fuz1=0 Fuz2=0 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 16:18:21 -0000 On Sun, 18 Apr 2004, David E. O'Brien wrote: > obrien 2004/04/18 09:09:33 PDT > > FreeBSD src repository > > Modified files: > gnu/usr.bin/binutils/libbfd/i386 bfd.h > Log: > Revert rev 1.21 which configured with --enable-64-bit-bfd. > GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. > We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB. Thanks! cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:24:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78BD16A4CE; Sun, 18 Apr 2004 09:24:37 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCF943D1F; Sun, 18 Apr 2004 09:24:36 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3IGSi4d063880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Apr 2004 19:28:45 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3IGOVT0013073; Sun, 18 Apr 2004 19:24:31 +0300 (EEST) (envelope-from ru) Date: Sun, 18 Apr 2004 19:24:31 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Message-ID: <20040418162431.GI12383@ip.net.ua> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FK65GREB+Evh/hTL" Content-Disposition: inline In-Reply-To: <200404181609.i3IG9XA1099515@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 16:24:37 -0000 --FK65GREB+Evh/hTL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 18, 2004 at 09:09:33AM -0700, David E. O'Brien wrote: > obrien 2004/04/18 09:09:33 PDT >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/binutils/libbfd/i386 bfd.h=20 > Log: > Revert rev 1.21 which configured with --enable-64-bit-bfd. > GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. > We can revisit configuring with --enable-64-bit-bfd when we get a moder= n GDB. > =20 > Revision Changes Path > 1.22 +1 -1 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h >=20 Hmm. :-( Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --FK65GREB+Evh/hTL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgqu/Ukv4P6juNwoRArCYAJ9CFBNa5gRcuW5J9BZG0seCAYmJqgCeJSLw gu0zEIG9iDQSwgxjwNDeS7c= =EQOv -----END PGP SIGNATURE----- --FK65GREB+Evh/hTL-- From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:33:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C4716A4CF; Sun, 18 Apr 2004 09:33:06 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F7343D54; Sun, 18 Apr 2004 09:33:02 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i3IGX1kS084324; Sun, 18 Apr 2004 09:33:01 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i3IGX16B065005; Sun, 18 Apr 2004 09:33:01 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i3IGX1tB065004; Sun, 18 Apr 2004 09:33:01 -0700 (PDT) (envelope-from marcel) Date: Sun, 18 Apr 2004 09:33:01 -0700 From: Marcel Moolenaar To: Ruslan Ermilov Message-ID: <20040418163301.GA64947@dhcp01.pn.xcllnt.net> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040418162431.GI12383@ip.net.ua> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 16:33:06 -0000 On Sun, Apr 18, 2004 at 07:24:31PM +0300, Ruslan Ermilov wrote: > On Sun, Apr 18, 2004 at 09:09:33AM -0700, David E. O'Brien wrote: > > obrien 2004/04/18 09:09:33 PDT > > > > FreeBSD src repository > > > > Modified files: > > gnu/usr.bin/binutils/libbfd/i386 bfd.h > > Log: > > Revert rev 1.21 which configured with --enable-64-bit-bfd. > > GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. > > We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB. > > > > Revision Changes Path > > 1.22 +1 -1 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h > > > Hmm. :-( I have 6.1 pre-release in perforce. I plan to import that alongside gdb 5.2 as soon as 6.1 is announced. People can pound on it while I finish support for kernel debugging. If enough people get their hands dirty we can remove gdb 5.2 in time for FreeBSD 5.3. If people can tell my why again we wanted --enable-64-bit-bfd, I can work that in (or not). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:40:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0A116A4CE; Sun, 18 Apr 2004 09:40:27 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DA543D5A; Sun, 18 Apr 2004 09:40:27 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3IGiYZc064706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Apr 2004 19:44:35 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3IGeLjV013240; Sun, 18 Apr 2004 19:40:21 +0300 (EEST) (envelope-from ru) Date: Sun, 18 Apr 2004 19:40:21 +0300 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20040418164021.GJ12383@ip.net.ua> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ah9ph+G2cWRpKogL" Content-Disposition: inline In-Reply-To: <20040418163301.GA64947@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 16:40:28 -0000 --Ah9ph+G2cWRpKogL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 18, 2004 at 09:33:01AM -0700, Marcel Moolenaar wrote: > On Sun, Apr 18, 2004 at 07:24:31PM +0300, Ruslan Ermilov wrote: > > On Sun, Apr 18, 2004 at 09:09:33AM -0700, David E. O'Brien wrote: > > > obrien 2004/04/18 09:09:33 PDT > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > gnu/usr.bin/binutils/libbfd/i386 bfd.h=20 > > > Log: > > > Revert rev 1.21 which configured with --enable-64-bit-bfd. > > > GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. > > > We can revisit configuring with --enable-64-bit-bfd when we get a m= odern GDB. > > > =20 > > > Revision Changes Path > > > 1.22 +1 -1 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h > > >=20 > > Hmm. :-( >=20 > I have 6.1 pre-release in perforce. I plan to import that alongside > gdb 5.2 as soon as 6.1 is announced. People can pound on it while I > finish support for kernel debugging. If enough people get their > hands dirty we can remove gdb 5.2 in time for FreeBSD 5.3. >=20 > If people can tell my why again we wanted --enable-64-bit-bfd, I can > work that in (or not). >=20 "make buildworld TARGET_ARCH=3Di386" doesn't work without it on 64-bit platforms (breaks on some bignumber ASM stuff). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Ah9ph+G2cWRpKogL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgq91Ukv4P6juNwoRAjs4AKCBjS3F1HbSqtlGuDMJgUl/ZI9VPACeP7av g0XtPPzAD/C45pz6NOAlGVI= =6KMa -----END PGP SIGNATURE----- --Ah9ph+G2cWRpKogL-- From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:46:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13BBC16A4CE; Sun, 18 Apr 2004 09:46:54 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CED43D4C; Sun, 18 Apr 2004 09:46:53 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3IGkqBX063135; Sun, 18 Apr 2004 09:46:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3IGkpMp063134; Sun, 18 Apr 2004 09:46:51 -0700 (PDT) (envelope-from obrien) Date: Sun, 18 Apr 2004 09:46:51 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20040418164651.GB62817@dragon.nuxi.com> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040418163301.GA64947@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Apr 2004 16:46:54 -0000 On Sun, Apr 18, 2004 at 09:33:01AM -0700, Marcel Moolenaar wrote: > On Sun, Apr 18, 2004 at 07:24:31PM +0300, Ruslan Ermilov wrote: > > On Sun, Apr 18, 2004 at 09:09:33AM -0700, David E. O'Brien wrote: > > > obrien 2004/04/18 09:09:33 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > gnu/usr.bin/binutils/libbfd/i386 bfd.h > > > Log: > > > Revert rev 1.21 which configured with --enable-64-bit-bfd. > > > GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. > > > We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB. > > > > > > Revision Changes Path > > > 1.22 +1 -1 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h > > > > > Hmm. :-( > > I have 6.1 pre-release in perforce. I plan to import that alongside > gdb 5.2 as soon as 6.1 is announced. What do mean "along side"? Please don't import src/contrib/gdb6. Import it just as src/contrib/gdb. We've see what a mistake that turns into! If you don't think gdb6 is readly, have poeple pound on it thru the ports. > People can pound on it while I > finish support for kernel debugging. I have ports/devel/gdb6 working with full kernel debugging already. I just need to get cvs@ to repo copy a few patches before I can commit it. > If people can tell my why again we wanted --enable-64-bit-bfd, I can > work that in (or not). GDB 6 will work fine with --enable-64-bit-bfd, there is nothing to do. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:50:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C6616A4CE; Sun, 18 Apr 2004 09:50:44 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F9143D3F; Sun, 18 Apr 2004 09:50:43 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C6F22531E; Sun, 18 Apr 2004 18:50:42 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4663A530D; Sun, 18 Apr 2004 18:50:36 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 2D48A33C6C; Sun, 18 Apr 2004 18:50:36 +0200 (CEST) To: obrien@FreeBSD.org References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 18 Apr 2004 18:50:36 +0200 In-Reply-To: <20040418164651.GB62817@dragon.nuxi.com> (David O'Brien's message of "Sun, 18 Apr 2004 09:46:51 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 16:50:44 -0000 "David O'Brien" writes: > I have ports/devel/gdb6 working with full kernel debugging already. I > just need to get cvs@ to repo copy a few patches before I can commit it. This is great, David! :) DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Apr 18 09:57:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8570716A4CF; Sun, 18 Apr 2004 09:57:01 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6492143D1D; Sun, 18 Apr 2004 09:57:01 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3IGuudv063399; Sun, 18 Apr 2004 09:56:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3IGusw9063398; Sun, 18 Apr 2004 09:56:54 -0700 (PDT) (envelope-from obrien) Date: Sun, 18 Apr 2004 09:56:53 -0700 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20040418165653.GC62817@dragon.nuxi.com> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Apr 2004 16:57:01 -0000 On Sun, Apr 18, 2004 at 06:50:36PM +0200, Dag-Erling Sm?rgrav wrote: > "David O'Brien" writes: > > I have ports/devel/gdb6 working with full kernel debugging already. I > > just need to get cvs@ to repo copy a few patches before I can commit it. > > This is great, David! :) Well... I should say as I've tested so far. Once its live, it needs some pounding on. And I could really use some non-i386 kernel.debug+vmcore files for testing. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 18 10:07:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81DEC16A4CE; Sun, 18 Apr 2004 10:07:31 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBA043D46; Sun, 18 Apr 2004 10:07:31 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i3IH7Vjl084523; Sun, 18 Apr 2004 10:07:31 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i3IH7VSR065098; Sun, 18 Apr 2004 10:07:31 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i3IH7Ugs065097; Sun, 18 Apr 2004 10:07:31 -0700 (PDT) (envelope-from marcel) Date: Sun, 18 Apr 2004 10:07:30 -0700 From: Marcel Moolenaar To: "David O'Brien" Message-ID: <20040418170730.GB65020@dhcp01.pn.xcllnt.net> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040418164651.GB62817@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 17:07:31 -0000 On Sun, Apr 18, 2004 at 09:46:51AM -0700, David O'Brien wrote: > > > > I have 6.1 pre-release in perforce. I plan to import that alongside > > gdb 5.2 as soon as 6.1 is announced. > > What do mean "along side"? Please don't import src/contrib/gdb6. Yes, I'll import to gdb6 > Import it just as src/contrib/gdb. No. There are too many dependencies. I want it tested and validated before I kill the debugger we have now. Once everything is ok, I have no problem reimporting to contrib/gdb and removing contrib/gdb6 at that time we can also discuss whether we want gdb to depend on binutils again or not. > > People can pound on it while I > > finish support for kernel debugging. > > I have ports/devel/gdb6 working with full kernel debugging already. I > just need to get cvs@ to repo copy a few patches before I can commit it. Kernel debugging is going to be implemented differently. No more local changes to support kernel core files or KVM and kernel modules and no more local changes to support libc_r. Enough of that. Threading support is going to be implemented using libthread_db and kernel support is going to be implemented using IPC with a new front-end tool (kgdb). People are already working on the various aspects and the last thing we need is a disruptive gdb import. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sun Apr 18 10:44:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A7216A4CE; Sun, 18 Apr 2004 10:44:24 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD3C43D39; Sun, 18 Apr 2004 10:44:24 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.89] ([66.127.85.89]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i3IHiNWR006206 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 18 Apr 2004 10:44:23 -0700 (PDT) (envelope-from sam@errno.com) In-Reply-To: <20040418170730.GB65020@dhcp01.pn.xcllnt.net> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> Content-Transfer-Encoding: 7bit From: Sam Leffler Date: Sun, 18 Apr 2004 10:44:29 -0700 To: Marcel Moolenaar X-Mailer: Apple Mail (2.613) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: David O'Brien Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 17:44:25 -0000 On Apr 18, 2004, at 10:07 AM, Marcel Moolenaar wrote: > On Sun, Apr 18, 2004 at 09:46:51AM -0700, David O'Brien wrote: >>> >>> I have 6.1 pre-release in perforce. I plan to import that alongside >>> gdb 5.2 as soon as 6.1 is announced. >> >> What do mean "along side"? Please don't import src/contrib/gdb6. > > Yes, I'll import to gdb6 I think having both gdb and gdb6 in CVS is a mistake. If it needs more testing do it outside the tree. Sam From owner-cvs-src@FreeBSD.ORG Sun Apr 18 10:53:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 320BF16A4CF; Sun, 18 Apr 2004 10:53:53 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D2F43D2F; Sun, 18 Apr 2004 10:53:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3IHrpYj065376; Sun, 18 Apr 2004 10:53:51 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3IHroxN065375; Sun, 18 Apr 2004 10:53:50 -0700 (PDT) (envelope-from obrien) Date: Sun, 18 Apr 2004 10:53:50 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20040418175350.GA65307@dragon.nuxi.com> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040418170730.GB65020@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Apr 2004 17:53:53 -0000 On Sun, Apr 18, 2004 at 10:07:30AM -0700, Marcel Moolenaar wrote: > On Sun, Apr 18, 2004 at 09:46:51AM -0700, David O'Brien wrote: > > > > > > I have 6.1 pre-release in perforce. I plan to import that alongside > > > gdb 5.2 as soon as 6.1 is announced. > > > > What do mean "along side"? Please don't import src/contrib/gdb6. > > Yes, I'll import to gdb6 Please don't do this -- I'll ask Core for a backout. I know how bad the trys at this were before. gdb6 can be tested just fine in ports. When you think you're ready to import gdb6, do it. If things break, people can fall back to the gdb52 port. If the gdb52 port doesn't do all that src/contrib/gdb[52] does, they can find the missing bits in CVS and add patches to the port. > > Import it just as src/contrib/gdb. > > No. There are too many dependencies. What are they? > Kernel debugging is going to be implemented differently. No more > local changes to support kernel core files or KVM and kernel > modules and no more local changes to support libc_r. Enough of that. > Threading support is going to be implemented using libthread_db and > kernel support is going to be implemented using IPC with a new > front-end tool (kgdb). Modify the port or make a new port for testing. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 18 11:12:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4B016A4CF; Sun, 18 Apr 2004 11:12:07 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B9743D46; Sun, 18 Apr 2004 11:12:04 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3IIC4kj094811; Sun, 18 Apr 2004 12:12:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 18 Apr 2004 12:13:10 -0600 (MDT) Message-Id: <20040418.121310.14063680.imp@bsdimp.com> To: sam@errno.com From: "M. Warner Losh" In-Reply-To: <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> References: <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: marcel@xcllnt.net cc: ru@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 18:12:07 -0000 In message: <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> Sam Leffler writes: : On Apr 18, 2004, at 10:07 AM, Marcel Moolenaar wrote: : : > On Sun, Apr 18, 2004 at 09:46:51AM -0700, David O'Brien wrote: : >>> : >>> I have 6.1 pre-release in perforce. I plan to import that alongside : >>> gdb 5.2 as soon as 6.1 is announced. : >> : >> What do mean "along side"? Please don't import src/contrib/gdb6. : > : > Yes, I'll import to gdb6 : : I think having both gdb and gdb6 in CVS is a mistake. If it needs : more testing do it outside the tree. There's a limit to the amount of testing that can be done outside of the tree. Or more accurately, there's a limit to the amount of testing that happens outside of the tree. I thought my pci patches were very close to being perfect, when in fact there were some big holes that weren't discovered until after I committed it to the tree. People rarely run things unless 'forced' to do so. In the past, we've done this sort of import as a process to get things going, and then deleted the files from CVS repo to not bloat it too badly. After things were complete, the files were re-imported on top of the traditional place. I'm not sure that's the right thing to do in this case, but I thought I'd mention some history here. Warner From owner-cvs-src@FreeBSD.ORG Sun Apr 18 11:38:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AD316A4CE; Sun, 18 Apr 2004 11:38:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C9D43D49; Sun, 18 Apr 2004 11:38:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IIcxGe033512; Sun, 18 Apr 2004 11:38:59 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IIcxu6033511; Sun, 18 Apr 2004 11:38:59 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404181838.i3IIcxu6033511@repoman.freebsd.org> From: Bill Paul Date: Sun, 18 Apr 2004 11:38:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 18:39:00 -0000 wpaul 2004/04/18 11:38:59 PDT FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset to give up the spinlock. Suggested by: bde Revision Changes Path 1.36 +2 -2 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 11:59:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120AD16A4CE; Sun, 18 Apr 2004 11:59:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70CA43D55; Sun, 18 Apr 2004 11:59:44 -0700 (PDT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IIxiGe037812; Sun, 18 Apr 2004 11:59:44 -0700 (PDT) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IIxiTN037811; Sun, 18 Apr 2004 11:59:44 -0700 (PDT) (envelope-from mlaier) Message-Id: <200404181859.i3IIxiTN037811@repoman.freebsd.org> From: Max Laier Date: Sun, 18 Apr 2004 11:59:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c if_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 18:59:45 -0000 mlaier 2004/04/18 11:59:44 PDT FreeBSD src repository Modified files: sys/net if.c if_var.h Log: Make if_(un)route static in if.c as they are called from if_up/if_down only. This is also cleanup to make locking easier. Reviewed by: luigi Approved by: bms(mentor) Revision Changes Path 1.189 +4 -2 src/sys/net/if.c 1.73 +0 -2 src/sys/net/if_var.h From owner-cvs-src@FreeBSD.ORG Sun Apr 18 12:04:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C431D16A4CE; Sun, 18 Apr 2004 12:04:10 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9D443D58; Sun, 18 Apr 2004 12:04:10 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3IJ49F8068169; Sun, 18 Apr 2004 12:04:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3IJ49Ss068168; Sun, 18 Apr 2004 12:04:09 -0700 (PDT) (envelope-from obrien) Date: Sun, 18 Apr 2004 12:04:08 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20040418190408.GA68131@dragon.nuxi.com> References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <20040331030428.GI756@empiric.dek.spc.org> <20040331142321.I768@gamplex.bde.org> <200403311543.59571.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403311543.59571.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Apr 2004 19:04:10 -0000 On Wed, Mar 31, 2004 at 03:43:59PM -0500, John Baldwin wrote: > Also, the 2 sector boot0 does start up and > then load the larger version of itself as you suggest above. Since http://perforce.freebsd.org is dead, and getting a randome single file out of perforce is a total farse; could you please email me your latest 2-sector boot0.s? thanks, -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun Apr 18 12:36:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 441A616A4CE; Sun, 18 Apr 2004 12:36:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D0243D46; Sun, 18 Apr 2004 12:36:02 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IJa1Ge046993; Sun, 18 Apr 2004 12:36:01 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IJa1EW046992; Sun, 18 Apr 2004 12:36:01 -0700 (PDT) (envelope-from ru) Message-Id: <200404181936.i3IJa1EW046992@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 18 Apr 2004 12:36:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 19:36:02 -0000 ru 2004/04/18 12:36:01 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: Fixed a bug from rev. 1.42: cast to a correct type. Submitted by: luigi Revision Changes Path 1.105 +2 -2 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 12:38:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696A416A4CE; Sun, 18 Apr 2004 12:38:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C05843D2F; Sun, 18 Apr 2004 12:38:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IJcLGe047084; Sun, 18 Apr 2004 12:38:21 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IJcLNN047083; Sun, 18 Apr 2004 12:38:21 -0700 (PDT) (envelope-from ru) Message-Id: <200404181938.i3IJcLNN047083@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 18 Apr 2004 12:38:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 19:38:21 -0000 ru 2004/04/18 12:38:21 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: Style and code unobfuscation. Revision Changes Path 1.106 +4 -4 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 13:56:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AFC16A4CE; Sun, 18 Apr 2004 13:56:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B2E43D54; Sun, 18 Apr 2004 13:56:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3IKuXGe070749; Sun, 18 Apr 2004 13:56:33 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3IKuWeg070748; Sun, 18 Apr 2004 13:56:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200404182056.i3IKuWeg070748@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 18 Apr 2004 13:56:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/df Makefile df.1 df.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 20:56:33 -0000 obrien 2004/04/18 13:56:32 PDT FreeBSD src repository Modified files: bin/df Makefile df.1 df.c Log: Add -c option simular to du(1). PR: 19635 Submitted by: cyrille.lefevre@laposte.net Revision Changes Path 1.17 +1 -1 src/bin/df/Makefile 1.32 +3 -1 src/bin/df/df.1 1.58 +47 -13 src/bin/df/df.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 13:59:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6371D16A4CE; Sun, 18 Apr 2004 13:59:43 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7B743D53; Sun, 18 Apr 2004 13:59:42 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i3IKxg6M085321; Sun, 18 Apr 2004 13:59:42 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i3IKxgde067270; Sun, 18 Apr 2004 13:59:42 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i3IKxg0V067269; Sun, 18 Apr 2004 13:59:42 -0700 (PDT) (envelope-from marcel) Date: Sun, 18 Apr 2004 13:59:42 -0700 From: Marcel Moolenaar To: "David O'Brien" Message-ID: <20040418205942.GA65385@dhcp01.pn.xcllnt.net> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <20040418175350.GA65307@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040418175350.GA65307@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 20:59:43 -0000 On Sun, Apr 18, 2004 at 10:53:50AM -0700, David O'Brien wrote: > > > > Yes, I'll import to gdb6 > > Please don't do this -- I'll ask Core for a backout. Make sure you tell them what you want to see backed out, who is going to do it and why core needs to be asked about it. They might think you're a whiner otherwise. > I know how bad the > trys at this were before. gdb6 can be tested just fine in ports. Bullshit. gdb depends on bfd, opcodes and libiberty. All three are part of binutils and you don't test gdb with the binutils we have in the tree in you test the port or test outside the tree without also importing a new binutils. In fact, I've been asking for a binutils upgrade for a long time and I don't think I have to tell you how easy it is to get the maintainer to cooperate. See also below. > If the gdb52 port doesn't do all that > src/contrib/gdb[52] does, they can find the missing bits in CVS and add > patches to the port. ??????? If it's already impossible to get committers to cooperate and invest time in something that's not currently their pet peeve, (like trying to get you to upgrade binutils) and user testing is pretty much non-existent if you don't force the code down their throat, then the extend of your stupidity to actually suggest that people collect bits from various places and make a working gdb out of it is beyond my sublime capability to comprehend large concepts. > > > Import it just as src/contrib/gdb. > > > > No. There are too many dependencies. > > What are they? o binutils: most importantly bfd, but the gdb testsuite does depend on having a good assembler to avoid bogus failures. o light-weight processes in the context of libpthread and libthr and how they affect core files. This too may cause changes to bfd to support any new notes we may need (such as NT_LWPSTATUS). o Support for libpthread and libthr as well as libc_r in general. This depends on a new library, libthread_db, and possibly (likely) needs changes to gdb that need to be contributed back. Not to mention that changes to KSE, libpthread and libthr are also needed. There are ABI breakages to be expected here. o Remote debugging the kernel and the bogus dependency on sio(4). The sio(4) driver is too broken to support all platforms and the remote debugging capability is important to have. Not to mention that a more generic approach also allows us to debug over firewire or ethernet. o New platforms: amd64, ia64 and sparc64. Support for gdb is mostly untested or otherwise in an unknown state. Understanding what works and what doesn't work takes time and is likely to trigger changes to the platforms and/or gdb. o Kernel modules. I haven't paid any attention to Peter's work yet, but I'm not at all surprised that it may affect the various hacks we have in that area. We need to be responsive or at least prepared. o Kernel threads. The kernel threads are not visible in gdb because it's new functionality. It's important to have support for that. This affects remote kernel debugging. o TLS. I don't think there's anything in gdb that we need for this, but TLS affects binutils, RTLD, kernel, libthread_db and threading libraries. No doubt that gdb support may have an effect on how we implement that. o Last but not least; all the above is affected by having a gdb upgrade in between. Do you wait for gdb to be upgraded before you work on some part or does gdb depend on that part and do you need to prototype it first with the existing gdb. The point is that kernel, threading libraries, system headers, gdb and binutils need changes. Not each on their own and independent of each other, but triggered and affected by each other. This makes it a highly volatile cross-discipline problem that cannot be solved without planning and collaboration. And it definitely cannot be solved if you pull one element ot of the mix and develop it on the side-lines. Since we don't have much time and resources, planning is crucial. Unfortunately, even that is has been demonstrated to be impossible. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sun Apr 18 16:13:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F263B16A4CE; Sun, 18 Apr 2004 16:13:43 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A9143D39; Sun, 18 Apr 2004 16:13:43 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (8ed929a4d91a0c5bc051ad30a01d6750@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3INDIh7022366; Sun, 18 Apr 2004 18:13:31 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1601651EE5; Sun, 18 Apr 2004 16:13:14 -0700 (PDT) Date: Sun, 18 Apr 2004 16:13:14 -0700 From: Kris Kennaway To: "M. Warner Losh" Message-ID: <20040418231313.GA98771@xor.obsecurity.org> References: <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> <20040418.121310.14063680.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20040418.121310.14063680.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: marcel@xcllnt.net cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org cc: sam@errno.com Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 23:13:44 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Apr 18, 2004 at 12:13:10PM -0600, M. Warner Losh wrote: > In the past, we've done this sort of import as a process to get things > going, and then deleted the files from CVS repo to not bloat it too > badly. After things were complete, the files were re-imported on top > of the traditional place. Note that the files from the last time this happened never were deleted: /home/ncvs/src/contrib/ still contains gcc.295 libstdc++.295 gdb.291 libio.295 libobjc.295 Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAgwuJWry0BWjoQKURAovcAKDp3m6gn2uk0nBgVj6qOV0W0WQ6JACeLTEJ Q5r8ypMy9apwONbqCRy0ACo= =sj/+ -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-cvs-src@FreeBSD.ORG Sun Apr 18 16:36:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC3B16A4CE; Sun, 18 Apr 2004 16:36:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C7143D45; Sun, 18 Apr 2004 16:36:46 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3INakGe006518; Sun, 18 Apr 2004 16:36:46 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3INakwC006517; Sun, 18 Apr 2004 16:36:46 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404182336.i3INakwC006517@repoman.freebsd.org> From: Colin Percival Date: Sun, 18 Apr 2004 16:36:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys mmap.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Apr 2004 23:36:46 -0000 cperciva 2004/04/18 16:36:45 PDT FreeBSD src repository Modified files: lib/libc/sys mmap.2 Log: Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and have no effect), while attempts to munmap zero bytes will fail. Revision Changes Path 1.49 +7 -0 src/lib/libc/sys/mmap.2 From owner-cvs-src@FreeBSD.ORG Sun Apr 18 17:51:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DA216A4CE; Sun, 18 Apr 2004 17:51:44 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5411C43D3F; Sun, 18 Apr 2004 17:51:43 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i3J0pg4u025072; Mon, 19 Apr 2004 10:51:42 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i3J0pdI2011097; Mon, 19 Apr 2004 10:51:40 +1000 Date: Mon, 19 Apr 2004 10:51:39 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Bill Paul In-Reply-To: <200404181838.i3IIcxu6033511@repoman.freebsd.org> Message-ID: <20040419104952.K3592@gamplex.bde.org> References: <200404181838.i3IIcxu6033511@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 00:51:44 -0000 On Sun, 18 Apr 2004, Bill Paul wrote: > wpaul 2004/04/18 11:38:59 PDT > > FreeBSD src repository > > Modified files: > sys/compat/ndis subr_ntoskrnl.c > Log: > In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset > to give up the spinlock. > > Suggested by: bde Thanks. Now to fix the invalid asms and the style bugs. This may take some time :-). Bruce From owner-cvs-src@FreeBSD.ORG Sun Apr 18 17:57:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6644416A4CE; Sun, 18 Apr 2004 17:57:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E9B43D3F; Sun, 18 Apr 2004 17:57:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J0vUGe029812; Sun, 18 Apr 2004 17:57:30 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J0vTkZ029811; Sun, 18 Apr 2004 17:57:29 -0700 (PDT) (envelope-from ps) Message-Id: <200404190057.i3J0vTkZ029811@repoman.freebsd.org> From: Paul Saab Date: Sun, 18 Apr 2004 17:57:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 00:57:30 -0000 ps 2004/04/18 17:57:29 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Report only new new events when initially attaching to the controller. Revision Changes Path 1.43 +4 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 18:36:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D7E16A4CE; Sun, 18 Apr 2004 18:36:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A994643D31; Sun, 18 Apr 2004 18:36:25 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J1aPGe038834; Sun, 18 Apr 2004 18:36:25 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J1aPxI038833; Sun, 18 Apr 2004 18:36:25 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404190136.i3J1aPxI038833@repoman.freebsd.org> From: Robert Watson Date: Sun, 18 Apr 2004 18:36:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 01:36:25 -0000 rwatson 2004/04/18 18:36:25 PDT FreeBSD src repository Modified files: sys/net if_ppp.c Log: First pass at softc list locking for if_ppp.c. Many parts of this patch were submitted by Maurycy Pawlowski-Wieronski. In addition to Maurycy's change, break out softc tear down from ppp_clone_destroy() into ppp_destroy() rather than performing a convoluted series of extraction casts and indirections during tear down at mod unload. Submitted by: Maurycy Pawlowski-Wieronski Revision Changes Path 1.97 +43 -10 src/sys/net/if_ppp.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 19:17:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C62316A4CE; Sun, 18 Apr 2004 19:17:35 -0700 (PDT) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE5D43D53; Sun, 18 Apr 2004 19:17:35 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (24-161-166-146.san.rr.com [24.161.166.146]) by smtp-relay.omnis.com (Postfix) with ESMTP id 80BE9881CFF; Sun, 18 Apr 2004 19:17:34 -0700 (PDT) From: Wes Peters Organization: Softweyr.COM To: Ruslan Ermilov Date: Sun, 18 Apr 2004 19:17:34 -0700 User-Agent: KMail/1.6.1 References: <200404172105.i3HL5V4e018656@repoman.freebsd.org> <20040417231014.GC86698@ip.net.ua> In-Reply-To: <20040417231014.GC86698@ip.net.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404181917.34412.wes@softweyr.com> cc: cvs-src@FreeBSD.org cc: Marcel Moolenaar cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 02:17:35 -0000 On Saturday 17 April 2004 16:10, Ruslan Ermilov wrote: > On Sat, Apr 17, 2004 at 02:05:31PM -0700, Marcel Moolenaar wrote: > > marcel 2004/04/17 14:05:31 PDT > > > > FreeBSD src repository > > > > Modified files: > > . access > > Log: > > Add Marius Strobl (marius) -- among other things, he'll be focussing > > on sparc64. > > > > Approved by: core > > Mentorship: marcel > > > > Revision Changes Path > > 1.660 +1 -0 CVSROOT/access > > Yay! ;) Say Amen! brothers and sisters! -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Sun Apr 18 20:33:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C721F16A4CE; Sun, 18 Apr 2004 20:33:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DE243D39; Sun, 18 Apr 2004 20:33:55 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J3XtGe064722; Sun, 18 Apr 2004 20:33:55 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J3Xt4l064721; Sun, 18 Apr 2004 20:33:55 -0700 (PDT) (envelope-from njl) Message-Id: <200404190333.i3J3Xt4l064721@repoman.freebsd.org> From: Nate Lawson Date: Sun, 18 Apr 2004 20:33:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 03:33:55 -0000 njl 2004/04/18 20:33:55 PDT FreeBSD src repository Modified files: sys/conf NOTES options Log: As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling. These are no longer needed now that we don't send 6-byte commands to RBC devices. Revision Changes Path 1.1215 +0 -6 src/sys/conf/NOTES 1.441 +0 -2 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun Apr 18 20:34:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A9516A4CE; Sun, 18 Apr 2004 20:34:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B91443D49; Sun, 18 Apr 2004 20:34:29 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J3YTGe064766; Sun, 18 Apr 2004 20:34:29 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J3YTvh064765; Sun, 18 Apr 2004 20:34:29 -0700 (PDT) (envelope-from njl) Message-Id: <200404190334.i3J3YTvh064765@repoman.freebsd.org> From: Nate Lawson Date: Sun, 18 Apr 2004 20:34:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 03:34:29 -0000 njl 2004/04/18 20:34:29 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Remove all quirks hidden under DA_OLD_QUIRKS. Revision Changes Path 1.165 +0 -120 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 21:14:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 318E216A4CE; Sun, 18 Apr 2004 21:14:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1475843D3F; Sun, 18 Apr 2004 21:14:10 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J4E9Ge079730; Sun, 18 Apr 2004 21:14:09 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J4E9ZN079729; Sun, 18 Apr 2004 21:14:09 -0700 (PDT) (envelope-from njl) Message-Id: <200404190414.i3J4E9ZN079729@repoman.freebsd.org> From: Nate Lawson Date: Sun, 18 Apr 2004 21:14:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 04:14:10 -0000 njl 2004/04/18 21:14:09 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Add miscellaneous USB device quirks. PR: kern/53067 PR: kern/54737 PR: kern/54786 PR: kern/57046 MFC after: 1 day Revision Changes Path 1.166 +29 -5 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 22:06:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54DC316A4CE; Sun, 18 Apr 2004 22:06:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397CE43D46; Sun, 18 Apr 2004 22:06:30 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J56TGe091403; Sun, 18 Apr 2004 22:06:29 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J56SJW091402; Sun, 18 Apr 2004 22:06:28 -0700 (PDT) (envelope-from brooks) Message-Id: <200404190506.i3J56SJW091402@repoman.freebsd.org> From: Brooks Davis Date: Sun, 18 Apr 2004 22:06:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_stf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 05:06:30 -0000 brooks 2004/04/18 22:06:27 PDT FreeBSD src repository Modified files: sys/net if_stf.c Log: Use an tempory struct ifnet *ifp instead of sc->sc_if to access the ifnet in stf_clone_create. Also use if_printf() instead of printf(). Revision Changes Path 1.39 +11 -9 src/sys/net/if_stf.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 23:00:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85C716A4CE; Sun, 18 Apr 2004 23:00:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCC843D1D; Sun, 18 Apr 2004 23:00:00 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J600Ge002088; Sun, 18 Apr 2004 23:00:00 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J600JQ002087; Sun, 18 Apr 2004 23:00:00 -0700 (PDT) (envelope-from njl) Message-Id: <200404190600.i3J600JQ002087@repoman.freebsd.org> From: Nate Lawson Date: Sun, 18 Apr 2004 23:00:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 06:00:00 -0000 njl 2004/04/18 23:00:00 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: Remove quirks under DA_OLD_QUIRKS. They have been disabled since 2003/8/7 with no problems. Approved by: re (scottl) Revision Changes Path 1.42.2.47 +0 -103 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun Apr 18 23:02:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709F616A4CF; Sun, 18 Apr 2004 23:02:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DF343D5D; Sun, 18 Apr 2004 23:02:18 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J62IGe003439; Sun, 18 Apr 2004 23:02:18 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J62HDI003435; Sun, 18 Apr 2004 23:02:17 -0700 (PDT) (envelope-from njl) Message-Id: <200404190602.i3J62HDI003435@repoman.freebsd.org> From: Nate Lawson Date: Sun, 18 Apr 2004 23:02:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 06:02:18 -0000 njl 2004/04/18 23:02:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf options Log: Remove the DA_OLD_QUIRKS option. Approved by: re (scottl) Revision Changes Path 1.191.2.64 +0 -2 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun Apr 18 23:32:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4813D16A4CE; Sun, 18 Apr 2004 23:32:17 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0201243D58; Sun, 18 Apr 2004 23:32:15 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3J6a85M099330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Apr 2004 09:36:09 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3J6Vp49039921; Mon, 19 Apr 2004 09:31:51 +0300 (EEST) (envelope-from ru) Date: Mon, 19 Apr 2004 09:31:51 +0300 From: Ruslan Ermilov To: Kris Kennaway Message-ID: <20040419063151.GB39799@ip.net.ua> References: <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> <20040418.121310.14063680.imp@bsdimp.com> <20040418231313.GA98771@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f" Content-Disposition: inline In-Reply-To: <20040418231313.GA98771@xor.obsecurity.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: marcel@xcllnt.net cc: cvs-all@FreeBSD.org cc: sam@errno.com cc: "M. Warner Losh" Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 06:32:17 -0000 --aVD9QWMuhilNxW9f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 18, 2004 at 04:13:14PM -0700, Kris Kennaway wrote: > On Sun, Apr 18, 2004 at 12:13:10PM -0600, M. Warner Losh wrote: >=20 > > In the past, we've done this sort of import as a process to get things > > going, and then deleted the files from CVS repo to not bloat it too > > badly. After things were complete, the files were re-imported on top > > of the traditional place. >=20 > Note that the files from the last time this happened never were deleted: >=20 > /home/ncvs/src/contrib/ still contains gcc.295 libstdc++.295 gdb.291 > libio.295 libobjc.295 >=20 Running ``find -type f'' in these directories shows no files. The reason why directories were not removed is to aid with ``cvs update'' for those who had files there. Without them, cvs(1) would complain about non-existent repository dirs. I think they can be removed after some time though... Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --aVD9QWMuhilNxW9f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAg3JXUkv4P6juNwoRAoObAJ4utcKaali6+Ih3zJAKwdRrmzJP9QCghpum A8SU9RpaF2B6AXOKrbUNnrs= =AsxH -----END PGP SIGNATURE----- --aVD9QWMuhilNxW9f-- From owner-cvs-src@FreeBSD.ORG Sun Apr 18 23:42:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4CAF16A4CE; Sun, 18 Apr 2004 23:42:09 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FC743D53; Sun, 18 Apr 2004 23:42:09 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (1a0cf48d3510f61a41617b300a9cfb2b@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3J6g5t5006425; Sun, 18 Apr 2004 23:42:06 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AF21151CE5; Sun, 18 Apr 2004 23:42:04 -0700 (PDT) Date: Sun, 18 Apr 2004 23:42:04 -0700 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20040419064204.GB30759@xor.obsecurity.org> References: <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> <20040418.121310.14063680.imp@bsdimp.com> <20040418231313.GA98771@xor.obsecurity.org> <20040419063151.GB39799@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline In-Reply-To: <20040419063151.GB39799@ip.net.ua> User-Agent: Mutt/1.4.2.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: marcel@xcllnt.net cc: cvs-all@FreeBSD.org cc: Kris Kennaway cc: sam@errno.com cc: "M. Warner Losh" Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 06:42:09 -0000 --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 19, 2004 at 09:31:51AM +0300, Ruslan Ermilov wrote: > On Sun, Apr 18, 2004 at 04:13:14PM -0700, Kris Kennaway wrote: > > On Sun, Apr 18, 2004 at 12:13:10PM -0600, M. Warner Losh wrote: > >=20 > > > In the past, we've done this sort of import as a process to get things > > > going, and then deleted the files from CVS repo to not bloat it too > > > badly. After things were complete, the files were re-imported on top > > > of the traditional place. > >=20 > > Note that the files from the last time this happened never were deleted: > >=20 > > /home/ncvs/src/contrib/ still contains gcc.295 libstdc++.295 gdb.291 > > libio.295 libobjc.295 > >=20 > Running ``find -type f'' in these directories shows no files. Interesting, I certainly have files in my copy of the repo updated via cvsup. Perhaps this is another reason why removal of stuff from the cvs repository is evil :-) Kris --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAg3S8Wry0BWjoQKURAg+6AJ9zwJwZAnPLIy3hqH9ncn0KecVF7gCeP10Y F9MloiDuLSm918OK7EI/Zw0= =9YZp -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF-- From owner-cvs-src@FreeBSD.ORG Mon Apr 19 00:20:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D06B216A4CE; Mon, 19 Apr 2004 00:20:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B368C43D49; Mon, 19 Apr 2004 00:20:32 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J7KWGe020946; Mon, 19 Apr 2004 00:20:32 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J7KWRR020945; Mon, 19 Apr 2004 00:20:32 -0700 (PDT) (envelope-from ru) Message-Id: <200404190720.i3J7KWRR020945@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Apr 2004 00:20:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 07:20:33 -0000 ru 2004/04/19 00:20:32 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: More style and deobfuscation fixes. Submitted by: bde Revision Changes Path 1.107 +4 -4 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 00:39:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C299816A4CE; Mon, 19 Apr 2004 00:39:12 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1018743D5C; Mon, 19 Apr 2004 00:39:12 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3J7hIiS006666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Apr 2004 10:43:20 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3J7d2QA040597; Mon, 19 Apr 2004 10:39:02 +0300 (EEST) (envelope-from ru) Date: Mon, 19 Apr 2004 10:39:02 +0300 From: Ruslan Ermilov To: Kris Kennaway Message-ID: <20040419073902.GE39799@ip.net.ua> References: <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <0B2DC895-9160-11D8-A7E1-000A95AD0668@errno.com> <20040418.121310.14063680.imp@bsdimp.com> <20040418231313.GA98771@xor.obsecurity.org> <20040419063151.GB39799@ip.net.ua> <20040419064204.GB30759@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AjmyJqqohANyBN/e" Content-Disposition: inline In-Reply-To: <20040419064204.GB30759@xor.obsecurity.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: marcel@xcllnt.net cc: cvs-all@FreeBSD.org cc: sam@errno.com cc: "M. Warner Losh" Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 07:39:12 -0000 --AjmyJqqohANyBN/e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 18, 2004 at 11:42:04PM -0700, Kris Kennaway wrote: > On Mon, Apr 19, 2004 at 09:31:51AM +0300, Ruslan Ermilov wrote: > > On Sun, Apr 18, 2004 at 04:13:14PM -0700, Kris Kennaway wrote: > > > On Sun, Apr 18, 2004 at 12:13:10PM -0600, M. Warner Losh wrote: > > >=20 > > > > In the past, we've done this sort of import as a process to get thi= ngs > > > > going, and then deleted the files from CVS repo to not bloat it too > > > > badly. After things were complete, the files were re-imported on t= op > > > > of the traditional place. > > >=20 > > > Note that the files from the last time this happened never were delet= ed: > > >=20 > > > /home/ncvs/src/contrib/ still contains gcc.295 libstdc++.295 gdb.291 > > > libio.295 libobjc.295 > > >=20 > > Running ``find -type f'' in these directories shows no files. >=20 > Interesting, I certainly have files in my copy of the repo updated via > cvsup. Perhaps this is another reason why removal of stuff from the > cvs repository is evil :-) >=20 What, it's the first time only you see how CVSup mirrors get desynchronized when files get removed on the master repo? ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --AjmyJqqohANyBN/e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAg4IWUkv4P6juNwoRAvOmAKCFE3cmgQt5Xt55x8P3l8V2QNf1QwCfcobq sJefrDK/nGWQBalzQt3EYys= =OY+A -----END PGP SIGNATURE----- --AjmyJqqohANyBN/e-- From owner-cvs-src@FreeBSD.ORG Mon Apr 19 00:48:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B0716A4CF; Mon, 19 Apr 2004 00:48:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F0F43D1F; Mon, 19 Apr 2004 00:48:49 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J7mnGe033562; Mon, 19 Apr 2004 00:48:49 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J7mmpY033558; Mon, 19 Apr 2004 00:48:48 -0700 (PDT) (envelope-from luigi) Message-Id: <200404190748.i3J7mmpY033558@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 19 Apr 2004 00:48:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 nd6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 07:48:49 -0000 luigi 2004/04/19 00:48:48 PDT FreeBSD src repository Modified files: sys/netinet6 nd6.c Log: Remove a tail-recursive call in nd6_output. This change is functionally identical to the original code, though I have no idea if that was correct in the first place (see comment in the commit). Revision Changes Path 1.41 +8 -5 src/sys/netinet6/nd6.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 01:02:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901B716A4CE; Mon, 19 Apr 2004 01:02:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7242E43D5E; Mon, 19 Apr 2004 01:02:53 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J82rGe037618; Mon, 19 Apr 2004 01:02:53 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J82rV6037617; Mon, 19 Apr 2004 01:02:53 -0700 (PDT) (envelope-from luigi) Message-Id: <200404190802.i3J82rV6037617@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 19 Apr 2004 01:02:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 08:02:53 -0000 luigi 2004/04/19 01:02:52 PDT FreeBSD src repository Modified files: sys/netinet6 nd6_nbr.c Log: ifp has the same value as rt->rti_ifp so remove the dependency on the route entry to locate the necessary information. Revision Changes Path 1.26 +2 -2 src/sys/netinet6/nd6_nbr.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 01:37:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF8416A4CE; Mon, 19 Apr 2004 01:37:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0135343D5F; Mon, 19 Apr 2004 01:37:44 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J8bhGe044775; Mon, 19 Apr 2004 01:37:43 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J8bhHk044774; Mon, 19 Apr 2004 01:37:43 -0700 (PDT) (envelope-from murray) Message-Id: <200404190837.i3J8bhHk044774@repoman.freebsd.org> From: Murray Stokely Date: Mon, 19 Apr 2004 01:37:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 08:37:44 -0000 murray 2004/04/19 01:37:43 PDT FreeBSD src repository Modified files: release/scripts print-cdrom-packages.sh Log: Add security/portaudit to disc3. Requested by: Xin Li Revision Changes Path 1.56 +1 -0 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Mon Apr 19 02:46:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B469416A4CE; Mon, 19 Apr 2004 02:46:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DC343D4C; Mon, 19 Apr 2004 02:46:56 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3J9kuGe060310; Mon, 19 Apr 2004 02:46:56 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3J9kugP060309; Mon, 19 Apr 2004 02:46:56 -0700 (PDT) (envelope-from murray) Message-Id: <200404190946.i3J9kugP060309@repoman.freebsd.org> From: Murray Stokely Date: Mon, 19 Apr 2004 02:46:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 09:46:56 -0000 murray 2004/04/19 02:46:56 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c Log: Update number of ports Revision Changes Path 1.230 +2 -2 src/usr.sbin/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 03:28:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2CB16A4D1; Mon, 19 Apr 2004 03:28:14 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9676343D2F; Mon, 19 Apr 2004 03:28:14 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i3JASDd2026280; Mon, 19 Apr 2004 03:28:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i3JASCMY026279; Mon, 19 Apr 2004 03:28:12 -0700 (PDT) (envelope-from obrien) Date: Mon, 19 Apr 2004 03:28:12 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20040419102811.GA26102@dragon.nuxi.com> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <20040418175350.GA65307@dragon.nuxi.com> <20040418205942.GA65385@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040418205942.GA65385@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 19 Apr 2004 10:28:15 -0000 On Sun, Apr 18, 2004 at 01:59:42PM -0700, Marcel Moolenaar wrote: > On Sun, Apr 18, 2004 at 10:53:50AM -0700, David O'Brien wrote: > > > > > > Yes, I'll import to gdb6 > > > > Please don't do this -- I'll ask Core for a backout. > > Make sure you tell them what you want to see backed out, who is > going to do it and why core needs to be asked about it. They > might think you're a whiner otherwise. I don't need to -- the proof is still in /home/ncvs. We tried this in the past and it as a BIG, HUGE mistake. I'm sure Peter (you know the Core guy) still fully remembers the PITA and mistake it was. > > I know how bad the > > trys at this were before. gdb6 can be tested just fine in ports. > > Bullshit. gdb depends on bfd, opcodes and libiberty. All three are > part of binutils and you don't test gdb with the binutils we have > in the tree in you test the port or test outside the tree without > also importing a new binutils. > In fact, I've been asking for a binutils upgrade for a long time and > I don't think I have to tell you how easy it is to get the maintainer > to cooperate. ... > (like trying to get you to upgrade binutils) and user testing is I've asked you repeatedly for real details of the need for the code churn. You've failed repeatedly to give them. Only Scottl has worked to ensure a binutils import isn't just code churn and a waste of my time. You already have a commitment from me to do it; so you can stop mentioning this as something keeping you from what ever. > > > > Import it just as src/contrib/gdb. > > > > > > No. There are too many dependencies. > > > > What are they? > > o light-weight processes in the context of libpthread and libthr and > how they affect core files. This too may cause changes to bfd to > support any new notes we may need (such as NT_LWPSTATUS). I can tell you right now I'm not pulling bfd off the vendor branch for this. Why aren't you experimenting and submitting diffs to the Binutils patch list (or me to submit them in your behalf)? > o Support for libpthread and libthr as well as libc_r in general. > This depends on a new library, libthread_db, and possibly (likely) > needs changes to gdb that need to be contributed back. Not to > mention that changes to KSE, libpthread and libthr are also needed. Since we have no src/lib/libthread_db right now, what's the hold up with committing it now or when it is ready? What does this have to do with not being able to build your super-duper GDB from /usr/ports? > There are ABI breakages to be expected here. Then we'd all probably like to hear your plans for mitigating this. > o Remote debugging the kernel and the bogus dependency on sio(4). > The sio(4) driver is too broken to support all platforms and the > remote debugging capability is important to have. Not to mention > that a more generic approach also allows us to debug over firewire > or ethernet. Again you're bringing up something that can be worked on separately, and doesn't require your super-duper GDB to be in /usr/src to do this. > o New platforms: amd64, ia64 and sparc64. Support for gdb is mostly > untested or otherwise in an unknown state. Understanding what works > and what doesn't work takes time and is likely to trigger changes > to the platforms and/or gdb. Mark Kettenis (a main GDB author) rewrote the BSD UltraSparc support, along with wrote the new AMD64 support. I personally sent him an Athlon64 system to do this work. I don't see the need to second guess Mark's work. I'm also sure any bugs that anyone may find will be fixed with good responsiveness. ..rest of list snipped.. You've got a very good list of things that need to happen. But you've failed to convince why you can't test all the things but putting the new bits first into /usr/ports. Please address that. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Apr 19 04:35:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A2316A4CE; Mon, 19 Apr 2004 04:35:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DDD43D1D; Mon, 19 Apr 2004 04:35:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JBZFGe084823; Mon, 19 Apr 2004 04:35:15 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JBZFDg084822; Mon, 19 Apr 2004 04:35:15 -0700 (PDT) (envelope-from ru) Message-Id: <200404191135.i3JBZFDg084822@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Apr 2004 04:35:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure Makefile.inc src/secure/lib/libcrypto Makefile Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 11:35:16 -0000 ru 2004/04/19 04:35:15 PDT FreeBSD src repository Modified files: secure Makefile.inc secure/lib/libcrypto Makefile Makefile.inc Log: Turn MAKE_IDEA into a true "bool" type variable, as documented in the make.conf(5) manpage. PR: conf/65738 OK'ed by: markm Revision Changes Path 1.23 +1 -1 src/secure/Makefile.inc 1.68 +3 -3 src/secure/lib/libcrypto/Makefile 1.39 +1 -1 src/secure/lib/libcrypto/Makefile.inc From owner-cvs-src@FreeBSD.ORG Mon Apr 19 06:38:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE5216A4CE; Mon, 19 Apr 2004 06:38:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E81E43D39; Mon, 19 Apr 2004 06:38:11 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JDcAGe018728; Mon, 19 Apr 2004 06:38:10 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JDcAom018727; Mon, 19 Apr 2004 06:38:10 -0700 (PDT) (envelope-from mux) Message-Id: <200404191338.i3JDcAom018727@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 19 Apr 2004 06:38:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 13:38:11 -0000 mux 2004/04/19 06:38:10 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option has been removed. Unbreak the build by not including it anymore. Revision Changes Path 1.167 +0 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 07:13:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C6B416A4CE; Mon, 19 Apr 2004 07:13:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F21743D1D; Mon, 19 Apr 2004 07:13:17 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JEDGGe027871; Mon, 19 Apr 2004 07:13:16 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JEDGGg027870; Mon, 19 Apr 2004 07:13:16 -0700 (PDT) (envelope-from mux) Message-Id: <200404191413.i3JEDGGg027870@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 19 Apr 2004 07:13:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 14:13:17 -0000 mux 2004/04/19 07:13:16 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: Unbreak the build by not including opt_da.h since it doesn't exist anymore. Kindly asked by kris, cperciva Approved by: re (implicitely, this is to unbreak build) Hopefully not minded by: re Revision Changes Path 1.42.2.48 +0 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 07:20:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B51E16A4CE; Mon, 19 Apr 2004 07:20:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E7FF43D39; Mon, 19 Apr 2004 07:20:02 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JEK2Ge028164; Mon, 19 Apr 2004 07:20:02 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JEK1ge028163; Mon, 19 Apr 2004 07:20:01 -0700 (PDT) (envelope-from mtm) Message-Id: <200404191420.i3JEK1ge028163@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 19 Apr 2004 07:20:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 14:20:02 -0000 mtm 2004/04/19 07:20:01 PDT FreeBSD src repository Modified files: sys/kern kern_thr.c Log: If you're trying to find out if a thread is valid and in the same process as the current thread it makes absolutely no sense to lock the parent process through the pointer in said thread. Submitted by: pho (with minor correction) Pointy Hat To: mtm Revision Changes Path 1.19 +4 -4 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 07:26:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB4C16A4CE; Mon, 19 Apr 2004 07:26:25 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B29643D45; Mon, 19 Apr 2004 07:26:25 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i3JEQIbV037564; Mon, 19 Apr 2004 10:26:18 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i3JEQIiu037561; Mon, 19 Apr 2004 10:26:18 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 19 Apr 2004 10:26:18 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brooks Davis In-Reply-To: <200404190506.i3J56SJW091402@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_stf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 14:26:26 -0000 On Sun, 18 Apr 2004, Brooks Davis wrote: > brooks 2004/04/18 22:06:27 PDT > > FreeBSD src repository > > Modified files: > sys/net if_stf.c > Log: > Use an tempory struct ifnet *ifp instead of sc->sc_if to access the > ifnet in stf_clone_create. Also use if_printf() instead of printf(). Any chance you're in a position to test changes to stf? If so, I have a locking patch for you to try :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Mon Apr 19 07:27:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F3316A4CE; Mon, 19 Apr 2004 07:27:02 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D2343D39; Mon, 19 Apr 2004 07:27:01 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i3JEQsht037573; Mon, 19 Apr 2004 10:26:54 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i3JEQsNW037570; Mon, 19 Apr 2004 10:26:54 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 19 Apr 2004 10:26:54 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Maxime Henrion In-Reply-To: <200404191413.i3JEDGGg027870@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 14:27:02 -0000 Retroactively approved. Building considered good. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research On Mon, 19 Apr 2004, Maxime Henrion wrote: > mux 2004/04/19 07:13:16 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/cam/scsi scsi_da.c > Log: > Unbreak the build by not including opt_da.h since it doesn't exist anymore. > > Kindly asked by kris, cperciva > Approved by: re (implicitely, this is to unbreak build) > Hopefully not minded by: re > > Revision Changes Path > 1.42.2.48 +0 -1 src/sys/cam/scsi/scsi_da.c > From owner-cvs-src@FreeBSD.ORG Mon Apr 19 09:10:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4801D16A4CE; Mon, 19 Apr 2004 09:10:52 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A124843D1F; Mon, 19 Apr 2004 09:10:51 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id E61B65319; Mon, 19 Apr 2004 18:10:49 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 5D416530D; Mon, 19 Apr 2004 18:10:30 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 2980E33C6C; Mon, 19 Apr 2004 18:10:30 +0200 (CEST) To: Maxime Henrion References: <200404191338.i3JDcAom018727@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 19 Apr 2004 18:10:30 +0200 In-Reply-To: <200404191338.i3JDcAom018727@repoman.freebsd.org> (Maxime Henrion's message of "Mon, 19 Apr 2004 06:38:10 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 16:10:52 -0000 Maxime Henrion writes: > Log: > The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option > has been removed. Unbreak the build by not including it anymore. You need to fix sys/modules/cam/Makefile as well. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Apr 19 09:49:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369B016A4CE; Mon, 19 Apr 2004 09:49:20 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFA443D46; Mon, 19 Apr 2004 09:49:20 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id i3JGnJjU002749; Mon, 19 Apr 2004 09:49:19 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id i3JGnJUs002746; Mon, 19 Apr 2004 09:49:19 -0700 Date: Mon, 19 Apr 2004 09:49:19 -0700 From: Brooks Davis To: Robert Watson Message-ID: <20040419164919.GC8967@Odin.AC.HMC.Edu> References: <200404190506.i3J56SJW091402@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_stf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 16:49:20 -0000 --St7VIuEGZ6dlpu13 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 19, 2004 at 10:26:18AM -0400, Robert Watson wrote: >=20 > On Sun, 18 Apr 2004, Brooks Davis wrote: >=20 > > brooks 2004/04/18 22:06:27 PDT > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/net if_stf.c=20 > > Log: > > Use an tempory struct ifnet *ifp instead of sc->sc_if to access the > > ifnet in stf_clone_create. Also use if_printf() instead of printf(). >=20 > Any chance you're in a position to test changes to stf? If so, I have a > locking patch for you to try :-).=20 Unfortunatly, no. I've never had much luck finding testers for stf. It doesn't seem to see much use. I'm making more changes to it then usual because it's a special case (only one unit possiable) so it's good for simple cloning example code. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAhAMOXY6L6fI4GtQRAh2/AKDcRr+r7ayt6xVgERYb73XjBjp0OACcDGBF kdivZHwhR43OnvwMLwVDXeY= =Pr27 -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13-- From owner-cvs-src@FreeBSD.ORG Mon Apr 19 09:58:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15D0816A4CE; Mon, 19 Apr 2004 09:58:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEE143D1F; Mon, 19 Apr 2004 09:58:58 -0700 (PDT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JGwwGe068650; Mon, 19 Apr 2004 09:58:58 -0700 (PDT) (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JGwwXS068649; Mon, 19 Apr 2004 09:58:58 -0700 (PDT) (envelope-from rushani) Message-Id: <200404191658.i3JGwwXS068649@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 19 Apr 2004 09:58:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 16:58:59 -0000 rushani 2004/04/19 09:58:58 PDT FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml Log: Fix typo. Revision Changes Path 1.4 +1 -1 src/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:09:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5484016A4CE; Mon, 19 Apr 2004 10:09:18 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id ACC7343D46; Mon, 19 Apr 2004 10:09:16 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 Apr 2004 18:09:15 +0100 (BST) Date: Mon, 19 Apr 2004 18:09:15 +0100 From: David Malone To: Brooks Davis Message-ID: <20040419170915.GA1089@walton.maths.tcd.ie> References: <200404190506.i3J56SJW091402@repoman.freebsd.org> <20040419164919.GC8967@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040419164919.GC8967@Odin.AC.HMC.Edu> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_stf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:09:18 -0000 On Mon, Apr 19, 2004 at 09:49:19AM -0700, Brooks Davis wrote: > Unfortunatly, no. I've never had much luck finding testers for stf. It > doesn't seem to see much use. I'm making more changes to it then usual > because it's a special case (only one unit possiable) so it's good for > simple cloning example code. I'm using it in a few places, but only on -stable, so that isn't much good for testing locking changes. David. From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:16:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE6616A4CE; Mon, 19 Apr 2004 10:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E614043D4C; Mon, 19 Apr 2004 10:16:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHG7Ge073681; Mon, 19 Apr 2004 10:16:07 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHG7g5073680; Mon, 19 Apr 2004 10:16:07 -0700 (PDT) (envelope-from ps) Message-Id: <200404191716.i3JHG7g5073680@repoman.freebsd.org> From: Paul Saab Date: Mon, 19 Apr 2004 10:16:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:16:08 -0000 ps 2004/04/19 10:16:07 PDT FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: There's no need to call ciss_report_request in the passthru ioctl routine since the error will be reported back to the user buffer. This will quiet down the bootverbose case when using an ACU which does brute force discovery of the physical and logical devices. Revision Changes Path 1.44 +1 -3 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:19:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3257116A4CE; Mon, 19 Apr 2004 10:19:04 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C2D43D62; Mon, 19 Apr 2004 10:19:03 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i3JHJ35s089669; Mon, 19 Apr 2004 10:19:03 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.11/8.12.11/Submit) id i3JHJ3qk089668; Mon, 19 Apr 2004 10:19:03 -0700 (PDT) (envelope-from marcel) Date: Mon, 19 Apr 2004 10:19:03 -0700 From: Marcel Moolenaar To: "David O'Brien" Message-ID: <20040419171903.GA89321@ns1.xcllnt.net> References: <200404181609.i3IG9XA1099515@repoman.freebsd.org> <20040418162431.GI12383@ip.net.ua> <20040418163301.GA64947@dhcp01.pn.xcllnt.net> <20040418164651.GB62817@dragon.nuxi.com> <20040418170730.GB65020@dhcp01.pn.xcllnt.net> <20040418175350.GA65307@dragon.nuxi.com> <20040418205942.GA65385@dhcp01.pn.xcllnt.net> <20040419102811.GA26102@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040419102811.GA26102@dragon.nuxi.com> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:19:04 -0000 On Mon, Apr 19, 2004 at 03:28:12AM -0700, David O'Brien wrote: > > > > > > > > Yes, I'll import to gdb6 > > > > > > Please don't do this -- I'll ask Core for a backout. > > > > Make sure you tell them what you want to see backed out, who is > > going to do it and why core needs to be asked about it. They > > might think you're a whiner otherwise. > > I don't need to -- the proof is still in /home/ncvs. We tried this in > the past and it as a BIG, HUGE mistake. I'm sure Peter (you know the > Core guy) still fully remembers the PITA and mistake it was. What I don't understand is the part about trying. It's not more difficult to import in gdb6 than it is to import in gdb. So what exactly did need people need to try? Are you talking about the same thing I'm talking about or are you reacting on some association? > > > I know how bad the > > > trys at this were before. gdb6 can be tested just fine in ports. > > > > Bullshit. gdb depends on bfd, opcodes and libiberty. All three are > > part of binutils and you don't test gdb with the binutils we have > > in the tree in you test the port or test outside the tree without > > also importing a new binutils. > > In fact, I've been asking for a binutils upgrade for a long time and > > I don't think I have to tell you how easy it is to get the maintainer > > to cooperate. > ... > > (like trying to get you to upgrade binutils) and user testing is > > I've asked you repeatedly for real details of the need for the code > churn. You've failed repeatedly to give them. Only Scottl has worked to > ensure a binutils import isn't just code churn and a waste of my time. No, I gave them. I even send you a file and version number of the change that was made specificly for FreeBSD/ia64. You acknowledged this: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emulparams/elf64_ia64_fbsd.sh?cvsroot=src As you can see, version 1.2 is dated 11/28/2003. It's april now. You do the math. > You already have a commitment from me to do it; so you can stop > mentioning this as something keeping you from what ever. Your commitment is purely based on your terms without considering other peoples needs. Even with your commitment you're keeping me from doing what I need to do. But I'm sure you can't see that, so I don't see any point trying to make that clear to you. > > o light-weight processes in the context of libpthread and libthr and > > how they affect core files. This too may cause changes to bfd to > > support any new notes we may need (such as NT_LWPSTATUS). > > I can tell you right now I'm not pulling bfd off the vendor branch for > this. Why aren't you experimenting and submitting diffs to the Binutils > patch list (or me to submit them in your behalf)? Why do you always have to jump the gun? Nobody is asking you. In fact, the reason I plan to import in gdb6 is that I also import BFD and other (small) parts of binutils so that we can experiment and build a workable debugger without endangering anything. You might want to start assuming that I actually did give it some thought or actually do have some experience in this... > > o Support for libpthread and libthr as well as libc_r in general. > > This depends on a new library, libthread_db, and possibly (likely) > > needs changes to gdb that need to be contributed back. Not to > > mention that changes to KSE, libpthread and libthr are also needed. > > Since we have no src/lib/libthread_db right now, what's the hold up with > committing it now or when it is ready? What does this have to do with > not being able to build your super-duper GDB from /usr/ports? The hold-up is that it's another source of non-cooperation and misunderstanding. Both are needed if you want to do it right the second time (lib/libpthread_dbg is the first time). > > There are ABI breakages to be expected here. > > Then we'd all probably like to hear your plans for mitigating this. I'm not doing the work. I'm just telling you this. > > o Remote debugging the kernel and the bogus dependency on sio(4). > > The sio(4) driver is too broken to support all platforms and the > > remote debugging capability is important to have. Not to mention > > that a more generic approach also allows us to debug over firewire > > or ethernet. > > Again you're bringing up something that can be worked on separately, and > doesn't require your super-duper GDB to be in /usr/src to do this. Most of the work has already been done without having gdb in the tree. It's time to work on the intergration because there's too little firm ground. > > o New platforms: amd64, ia64 and sparc64. Support for gdb is mostly > > untested or otherwise in an unknown state. Understanding what works > > and what doesn't work takes time and is likely to trigger changes > > to the platforms and/or gdb. > > Mark Kettenis (a main GDB author) rewrote the BSD UltraSparc support, > along with wrote the new AMD64 support. I personally sent him an > Athlon64 system to do this work. I don't see the need to second guess > Mark's work. I'm also sure any bugs that anyone may find will be fixed > with good responsiveness. I don't have to second guess his work, because I know he doesn't test with our local patches. So, whatever he wrote is not what's going to end up being installed on a FreeBSD box as-is. There's no KVM, no libc_r, no kgdb and no kernel modules support in stock gdb. Also, Mark ports based on what is currently present in the kernel. We don't write notes for the SSE registers in the core file on i386, so he can not have tested that. That's not his fault, but it means that gdb on FreeBSD is likely not feature equivalent to gdb on Linux. So, David, exactly how good is our debugger then? > You've got a very good list of things that need to happen. > But you've failed to convince why you can't test all the things but > putting the new bits first into /usr/ports. Please address that. Where possible, the work has already been done outside the tree. The problem is completion. You need to start committing things to reduce the number of balls you have in the air. It's like juggling. If you imagine that I'm using your balls as well, you might appreciate more that I'm trying not to drop them and accidently step on them. Everything is volatile now and there's basicly no progress because of that. No progress means that it will not be finished in time for 5.3, which then automaticly means that FreeBSD 5.3 cannot possibly be the start of -stable; if you want to take yourself seriously of course. I admit that it's an assumption I've made. Feel free to correct me here. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:26:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7DBC16A4CE; Mon, 19 Apr 2004 10:26:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9E343D1D; Mon, 19 Apr 2004 10:26:46 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHQkGe075749; Mon, 19 Apr 2004 10:26:46 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHQkQK075748; Mon, 19 Apr 2004 10:26:46 -0700 (PDT) (envelope-from njl) Message-Id: <200404191726.i3JHQkQK075748@repoman.freebsd.org> From: Nate Lawson Date: Mon, 19 Apr 2004 10:26:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/cam Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:26:46 -0000 njl 2004/04/19 10:26:46 PDT FreeBSD src repository Modified files: sys/modules/cam Makefile Log: Remove opt_da.h from the Makefile as well. Duplication of the option in both the Makefile and sys/conf/options is what led to this oversight. Apologies for breaking the build. Revision Changes Path 1.11 +0 -1 src/sys/modules/cam/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:28:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8913916A4CE; Mon, 19 Apr 2004 10:28:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD5D43D4C; Mon, 19 Apr 2004 10:28:16 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHSGGe075832; Mon, 19 Apr 2004 10:28:16 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHSG23075831; Mon, 19 Apr 2004 10:28:16 -0700 (PDT) (envelope-from luigi) Message-Id: <200404191728.i3JHSG23075831@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 19 Apr 2004 10:28:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:28:16 -0000 luigi 2004/04/19 10:28:16 PDT FreeBSD src repository Modified files: sys/net if.c Log: Fix a recently introduced panic in if_detach() by delaying the invalidation of ifindex_table[] entry. Probably this code should be moved even further down, but for the time being let's do it this way. Revision Changes Path 1.190 +11 -11 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:28:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FD916A4CE; Mon, 19 Apr 2004 10:28:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB8E43D45; Mon, 19 Apr 2004 10:28:40 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHSeGe075879; Mon, 19 Apr 2004 10:28:40 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHSdw0075878; Mon, 19 Apr 2004 10:28:39 -0700 (PDT) (envelope-from luigi) Message-Id: <200404191728.i3JHSdw0075878@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 19 Apr 2004 10:28:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:28:40 -0000 luigi 2004/04/19 10:28:39 PDT FreeBSD src repository Modified files: sys/net radix.c Log: Add some comments, move a static array of constants in the only place where it is used, and replace R_Malloc with R_Zalloc in a couple of places removing the corresponding bzero()'s Revision Changes Path 1.35 +16 -8 src/sys/net/radix.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:28:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2CF516A4D1 for ; Mon, 19 Apr 2004 10:28:45 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C3D5E43D5C for ; Mon, 19 Apr 2004 10:28:45 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 21811 invoked by uid 1000); 19 Apr 2004 17:28:46 -0000 Date: Mon, 19 Apr 2004 10:28:46 -0700 (PDT) From: Nate Lawson To: Maxime Henrion In-Reply-To: <20040419133824.26D6F16A554@hub.freebsd.org> Message-ID: <20040419102824.D21783@root.org> References: <20040419133824.26D6F16A554@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:28:46 -0000 Thanks, sorry for the mistake. On Mon, 19 Apr 2004, Maxime Henrion wrote: > mux 2004/04/19 06:38:10 PDT > > FreeBSD src repository > > Modified files: > sys/cam/scsi scsi_da.c > Log: > The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option > has been removed. Unbreak the build by not including it anymore. > > Revision Changes Path > 1.167 +0 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:32:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E71B16A4CE; Mon, 19 Apr 2004 10:32:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3279543D5C; Mon, 19 Apr 2004 10:32:17 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHWGGe077605; Mon, 19 Apr 2004 10:32:16 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHWGFt077601; Mon, 19 Apr 2004 10:32:16 -0700 (PDT) (envelope-from njl) Message-Id: <200404191732.i3JHWGFt077601@repoman.freebsd.org> From: Nate Lawson Date: Mon, 19 Apr 2004 10:32:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules/cam Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:32:17 -0000 njl 2004/04/19 10:32:16 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules/cam Makefile Log: Remove opt_da.h from 4-stable Makefile also. Approved by: re (future-tense, "unbreaking build good") Revision Changes Path 1.10.2.2 +0 -1 src/sys/modules/cam/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:47:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B5316A4CE; Mon, 19 Apr 2004 10:47:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F4943D53; Mon, 19 Apr 2004 10:47:45 -0700 (PDT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHljGe079970; Mon, 19 Apr 2004 10:47:45 -0700 (PDT) (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHljPm079969; Mon, 19 Apr 2004 10:47:45 -0700 (PDT) (envelope-from tackerman) Message-Id: <200404191747.i3JHljPm079969@repoman.freebsd.org> From: Tony Ackerman Date: Mon, 19 Apr 2004 10:47:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:47:46 -0000 tackerman 2004/04/19 10:47:45 PDT FreeBSD src repository Modified files: . MAINTAINERS Log: Adding Tony Ackerman (tackerman) as the maintainer for the em(4) Intel Gigabit Ethernet driver. Revision Changes Path 1.88 +1 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:52:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FBE16A4CE; Mon, 19 Apr 2004 10:52:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185BA43D45; Mon, 19 Apr 2004 10:52:22 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JHqLGe081736; Mon, 19 Apr 2004 10:52:21 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JHqLn0081729; Mon, 19 Apr 2004 10:52:21 -0700 (PDT) (envelope-from njl) Message-Id: <200404191752.i3JHqLn0081729@repoman.freebsd.org> From: Nate Lawson Date: Mon, 19 Apr 2004 10:52:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pcib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:52:22 -0000 njl 2004/04/19 10:52:21 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib.c Log: Add a temporary workaround for acpi_AppendBufferResource() returning with a NULL crsbuf pointer. This shouldn't happen if it returns AE_OK. We'll figure out why this is happening later. Submitted by: Bruno Ducrot Revision Changes Path 1.42 +5 -0 src/sys/dev/acpica/acpi_pcib.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:58:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C786116A4CE; Mon, 19 Apr 2004 10:58:48 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B639543D1D; Mon, 19 Apr 2004 10:58:48 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3JHwmgd071252; Mon, 19 Apr 2004 10:58:48 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3JHwmAJ071251; Mon, 19 Apr 2004 10:58:48 -0700 (PDT) (envelope-from rizzo) Date: Mon, 19 Apr 2004 10:58:48 -0700 From: Luigi Rizzo To: Tony Ackerman Message-ID: <20040419105848.A70461@xorpc.icir.org> References: <200404191747.i3JHljPm079969@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200404191747.i3JHljPm079969@repoman.freebsd.org>; from tackerman@FreeBSD.org on Mon, Apr 19, 2004 at 10:47:45AM -0700 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 17:58:48 -0000 just curious, was this agreed with pdeuskar who is from Intel and has taken good care of the driver till now ? cheers luigi On Mon, Apr 19, 2004 at 10:47:45AM -0700, Tony Ackerman wrote: > tackerman 2004/04/19 10:47:45 PDT > > FreeBSD src repository > > Modified files: > . MAINTAINERS > Log: > Adding Tony Ackerman (tackerman) as the maintainer for the em(4) Intel Gigabit Ethernet driver. > > Revision Changes Path > 1.88 +1 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Mon Apr 19 11:15:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E769A16A4CF for ; Mon, 19 Apr 2004 11:15:19 -0700 (PDT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B09F43D46 for ; Mon, 19 Apr 2004 11:15:19 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 23774 invoked from network); 19 Apr 2004 18:15:17 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Apr 2004 18:15:17 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3JIF5AZ003723; Mon, 19 Apr 2004 14:15:13 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: obrien@FreeBSD.org Date: Mon, 19 Apr 2004 12:56:38 -0400 User-Agent: KMail/1.6 References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <200403311543.59571.jhb@FreeBSD.org> <20040418190408.GA68131@dragon.nuxi.com> In-Reply-To: <20040418190408.GA68131@dragon.nuxi.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_GTAhA9QyODzJCyf" Message-Id: <200404191256.38119.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 18:15:20 -0000 --Boundary-00=_GTAhA9QyODzJCyf Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sunday 18 April 2004 03:04 pm, David O'Brien wrote: > On Wed, Mar 31, 2004 at 03:43:59PM -0500, John Baldwin wrote: > > Also, the 2 sector boot0 does start up and > > then load the larger version of itself as you suggest above. > > Since http://perforce.freebsd.org is dead, and getting a randome single > file out of perforce is a total farse; could you please email me your > latest 2-sector boot0.s? > > thanks, Attached. It lives in the relatively small jhb_boot branch, btw, so you could add something like: //depot/user/jhb/boot/sys/boot/i386/boot0/... //obrien_foo/boot0/... to your client view to just get the boot0 directory. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org --Boundary-00=_GTAhA9QyODzJCyf Content-Type: application/octet-stream; name="boot0.s" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="boot0.s" # # Copyright (c) 1998 Robert Nordier # All rights reserved. # # Redistribution and use in source and binary forms are freely # permitted provided that the above copyright notice and this # paragraph and the following disclaimer are duplicated in all # such forms. # # This software is provided "AS IS" and without any express or # implied warranties, including, without limitation, the implied # warranties of merchantability and fitness for a particular # purpose. # # $FreeBSD: src/sys/boot/i386/boot0/boot0.s,v 1.29 2003/12/11 20:40:12 jhb Exp $ # A 1024-byte boot manager. .set NHRDRV,0x475 # Number of hard drives .set ORIGIN,0x600 # Execution address .set SECTOR_SIZE,0x200 # Length of a sector .set NUM_SECTORS,2 # Total length in sectors .set FAKE,ORIGIN+(SECTOR_SIZE*NUM_SECTORS) # Partition entry .set LOAD,0x7c00 # Load address .set PRT_OFF,0x1be # Partition table .set TBL0SZ,table0_end-table0 # Table 0 size .set TBL1SZ,table1_end-table1 # Table 1 size .set MAGIC,0xaa55 # Magic: bootable .set KEY_ENTER,0x1c # Enter key scan code .set KEY_F1,0x3b # F1 key scan code .set KEY_1,0x02 # #1 key scan code # # Flag bits # .set FL_PACKET,0x80 # Packet mode .set FL_NOUPDATE,0x40 # Don't save selection .set FL_SETDRV,0x20 # Override drive number # # Addresses in the sector of embedded data values. # Accessed with negative offsets from the end of the relocated sectors (%bp). # .set _PRT_END,(FAKE-(ORIGIN+SECTOR_SIZE*(NUM_SECTORS-1))) .set _NXTDRV,-(_PRT_END+0x48) # Next drive .set _OPT,-(_PRT_END+0x47) # Default option .set _SETDRV,-(_PRT_END+0x46) # Drive to force .set _FLAGS,-(_PRT_END+0x45) # Flags .set _TICKS,-(_PRT_END+0x44) # Timeout ticks .set _FAKE,0x0 # Fake partition entry .set _MNUOPT,0xc # Menu options .globl start # Entry point .code16 # This runs in real mode # # Initialise segments and registers to known values. # segments start at 0. # The stack is immediately below the address we were loaded to. # # Note that this section of code is used as the first signature check in # boot0cfg(8). # start: cld # String ops inc xorw %ax,%ax # Zero movw %ax,%es # Address movw %ax,%ds # data movw %ax,%ss # Set up movw $LOAD,%sp # stack # # End signature code # # # Set address for variable space beyond code, and clear it. # Notice that this is also used to point to the values embedded in the block, # by using negative offsets. # movw $fake,%bp # Address variables movw %bp,%di # %di used in stosw movw $0x8,%cx # Words to clear rep # Zero stosw # them incb -0xe(%di) # Sector number 1 # # Check what flags were loaded with us; specifically, use a predefined Drive. # If what the bios gives us is bad, use the '0' in the block instead, as well. # testb $FL_SETDRV,LOAD+flags-start # Set number drive? jnz boot.1 # Yes testb %dl,%dl # Drive number valid? js boot.2 # Possibly (0x80 set) boot.1: movb LOAD+setdrv-start,%dl # Drive number to use boot.2: # # Reload all of boot0 (including the extra sectors) into memory at the # relocation address. # push %dx # Save drive number movw $start,%bx # Origin we were linked for movw %bp,%si # Fake PTE movw $0x200+NUM_SECTORS,%ax # Read in all callw intx13 # of boot0 pop %dx # Restore # # Relocate to the new copy of the code. # jmp main+ORIGIN-LOAD # To relocated code # # Whatever we decided to use, now store it into the fake # partition entry that lives in the data space above us. # main: movb %dl,_FAKE(%bp) # Save drive number callw putn # To new line pushw %dx # Save drive number # # Start out with a pointer to the 4th byte of the first table entry # so that after 4 iterations it's beyond the end of the sector. # and beyond a 256 byte boundary and has overflowed 8 bits (see next comment). # (remember that the table starts 2 bytes earlier than you would expect # as the bootable flag is after it in the block) # movw $(partbl+0x4),%bx # Partition table (+4) xorw %dx,%dx # Item number # # Loop around on the partition table, printing values until we # pass a 256 byte boundary. The end of loop test is at main.5. # main.3: movb %ch,-0x4(%bx) # Zero active flag (ch == 0) btw %dx,_FLAGS(%bp) # Entry enabled? jnc main.5 # No # # If any of the entries in the table are # the same as the 'type' in the slice table entry, # then this is an empty or non bootable partition. Skip it. # movb (%bx),%al # Load type movw $tables,%di # Lookup tables movb $TBL0SZ,%cl # Number of entries repne # Exclude scasb # partition? je main.5 # Yes # # Now scan the table of known types # movb $TBL1SZ,%cl # Number of entries repne # Known scasb # type? jne main.4 # No # # If it matches get the matching element in the # next array. If it doesn't, we are already # pointing at its first element which points to a "?". # addw $TBL1SZ,%di # Adjust main.4: movb (%di),%cl # Partition addw %cx,%di # description callw putx # Display it main.5: incw %dx # Next item addb $0x10,%bl # Next entry jnc main.3 # Till done # # Passed a 256 byte boundary.. # table is finished. # Add one to the drive number and check it is valid, # popw %ax # Drive number subb $0x80-0x1,%al # Does next cmpb NHRDRV,%al # drive exist? (from BIOS?) jb main.6 # Yes # If not then if there is only one drive, # Don't display drive as an option. # decw %ax # Already drive 0? jz main.7 # Yes # If it was illegal or we cycled through them, # then go back to drive 0. # xorb %al,%al # Drive 0 # # Whatever drive we selected, make it an ascii digit and save it back # to the "next drive" location in the loaded block in case we # want to save it for next time. # This also is part of the printed drive string so add 0x80 to indicate # end of string. # main.6: addb $'0'|0x80,%al # Save next movb %al,_NXTDRV(%bp) # drive number movw $drive,%di # Display callw putx # item # # Now that we've printed the drive (if we needed to), display a prompt. # Get ready for the input by noting the time. # main.7: movw $prompt,%si # Display callw putstr # prompt movb _OPT(%bp),%dl # Display decw %si # default callw putkey # key xorb %ah,%ah # BIOS: Get int $0x1a # system time movw %dx,%di # Ticks when addw _TICKS(%bp),%di # timeout # # Busy loop, looking for keystrokes but # keeping one eye on the time. # main.8: movb $0x1,%ah # BIOS: Check int $0x16 # for keypress jnz main.11 # Have one xorb %ah,%ah # BIOS: Get int $0x1a # system time cmpw %di,%dx # Timeout? jb main.8 # No # # If timed out or defaulting, come here. # main.9: movb _OPT(%bp),%al # Load default jmp main.12 # Join common code # # User's last try was bad, beep in displeasure. # Since nothing was printed, just continue on as if the user # hadn't done anything. This gives the effect of the user getting a beep # for all bad keystrokes but no action until either the timeout # occurs or the user hits a good key. # main.10: movb $0x7,%al # Signal callw putchr # error # # Get the keystroke. # main.11: xorb %ah,%ah # BIOS: Get int $0x16 # keypress movb %ah,%al # Scan code # # If it's CR act as if timed out. # cmpb $KEY_ENTER,%al # Enter pressed? je main.9 # Yes # # Otherwise check if legal # If not ask again. # subb $KEY_F1,%al # Less F1 scan code cmpb $0x4,%al # F1..F5? jna main.12 # Yes subb $(KEY_1 - KEY_F1),%al # Less #1 scan code cmpb $0x4,%al # #1..#5? ja main.10 # No # # We have a selection. # but if it's a bad selection go back to complain. # The bits in MNUOPT were set when the options were printed. # Anything not printed is not an option. # main.12: cbtw # Option btw %ax,_MNUOPT(%bp) # enabled? jnc main.10 # No # # Save the info in the original tables # for rewriting to the disk. # movb %al,_OPT(%bp) # Save option movw $fake,%si # Partition for write movb (%si),%dl # Drive number movw %si,%bx # Partition for read cmpb $0x4,%al # F5/#5 pressed? pushf # Save je main.13 # Yes shlb $0x4,%al # Point to addw $partbl,%ax # selected xchgw %bx,%ax # partition movb $0x80,(%bx) # Flag active # # If not asked to do a write-back (flags 0x40) don't do one. # main.13: pushw %bx # Save testb $FL_NOUPDATE,_FLAGS(%bp) # Skip update? jnz main.14 # Yes movw $start,%bx # Data to write movw $0x301,%ax # Write 1 sector callw intx13 # to disk main.14: popw %si # Restore popf # Restore # # If going to next drive, replace drive with selected one. # Remember to un-ascii it. Hey 0x80 is already set, cool! # jne main.15 # If not F5/#5 movb _NXTDRV(%bp),%dl # Next drive subb $'0',%dl # number # # load selected bootsector to the LOAD location in RAM. # If it fails to read or isn't marked bootable, treat it # as a bad selection. # main.15: movw $LOAD,%bx # Address for read movw $0x201,%ax # Read 1 sector callw intx13 # from disk jc main.10 # If error cmpw $MAGIC,0x1fe(%bx) # Bootable? jne main.10 # No callw putn # Leave some space jmp *%bx # Invoke bootstrap # # Display routines # putkey: movb $'F',%al # Display callw putchr # 'F' movb $'1',%al # Prepare addb %dl,%al # digit jmp putstr.1 # Display the rest # # Display the option and note that it is a valid option. # That last point is a bit tricky.. # putx: btsw %dx,_MNUOPT(%bp) # Enable menu option movw $item,%si # Display callw putkey # key movw %di,%si # Display the rest puts: callw putstr # Display string putn: movw $crlf,%si # To next line putstr: lodsb # Get byte testb $0x80,%al # End of string? jnz putstr.2 # Yes putstr.1: callw putchr # Display char jmp putstr # Continue putstr.2: andb $~0x80,%al # Clear MSB putchr: pushw %bx # Save movw $0x7,%bx # Page:attribute movb $0xe,%ah # BIOS: Display int $0x10 # character popw %bx # Restore retw # To caller # One-sector disk I/O routine # # Calling conventions: (assumes %si -> partition table entry) # # 0x1(%si) - byte - head # 0x2(%si) - word - cylinder/sector # 0x8(%si) - long - LBA to use if needed # %ah - byte - operation, 2 = read, 3 = write # %al - byte - sector count # %dl - byte - drive number # %es:(%bx) - void - buffer to use for transfer # # If the head == 0xff, and cylinder/sector == 0xffff, then try # to use the EDD stuff with the LBA offset instead of CHS. However, # use CHS if at all possible. intx13: movb 0x1(%si),%dh # Load head movw 0x2(%si),%cx # Load cylinder:sector pushw %si # Save movw %sp,%di # Save cmpb $0xff,%dh # Might we need LBA? jne intx13.2 # No, just use CHS cmpw $0xffff,%cx # Do we need LBA? jne intx13.2 # No testb $FL_PACKET,_FLAGS(%bp) # Try the packet interface? jz intx13.2 # No pushw %cx # Save pushw %bx # Save movw $0x55aa,%bx # Magic pushw %ax # Save movb $0x41,%ah # BIOS: EDD extensions int $0x13 # present? popw %ax # Restore jc intx13.1 # Not present, use CHS cmpw $0xaa55,%bx # Magic? jne intx13.1 # Not present, use CHS testb $0x1,%cl # Packet mode available? jz intx13.1 # No, use CHS orb $0x40,%ah # Use disk packet intx13.1: popw %bx # Restore popw %cx # Restore testb $0x40,%ah # Using packet mode? jz intx13.2 # No, so skip the rest pushl $0x0 # Set the pushl 0x8(%si) # LBA address pushw %es # Set the transfer pushw %bx # buffer address push $0x0 # Punch a hole in the stack push $0x10 # Packet size movw %sp,%si # Packet pointer xchgb %al,0x2(%si) # Set the block count in the # packet and zero %al, # turning verify off for writes intx13.2: int $0x13 # BIOS: Disk I/O movw %di,%sp # Restore popw %si # Restore retw # To caller .org PRT_OFF-0xe,0x90 # # These values are sometimes changed before writing back to the drive # Be especially careful that nxtdrv: must come after drive:, as it # is part of the same string. # # Note that the 'drive' string variable is used as the second signature # check in boot0cfg(8). # version_minor: .byte 0x1 # minor version version_major: .byte 0x1 # major version drive: .ascii "Drive " nxtdrv: .byte 0x0 # Next drive number opt: .byte 0x0 # Option setdrv: .byte 0x80 # Drive to force flags: .byte FLAGS # Flags ticks: .word TICKS # Delay # # here is the 64 byte partition table that fdisk would fiddle with. # partbl: .fill 0x40,0x1,0x0 # Partition table .word MAGIC # Magic number # # start of sector two.. ugh # .org SECTOR_SIZE,0x90 # Menu strings item: .ascii " "; .byte ' '|0x80 prompt: .ascii "\nDefault:"; .byte ' '|0x80 crlf: .ascii "\r"; .byte '\n'|0x80 # Partition type tables tables: # # These entries identify invalid or NON BOOT types and partitions. # table0: .byte 0x0, 0x5, 0xf table0_end: # # These values indicate bootable types we know the names of # table1: .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x42, 0x63, 0x83 .byte 0x9f, 0xa5, 0xa6, 0xa9 table1_end: # # These are offsets that match the known names above and point to the strings # that will be printed. # .byte os_misc-. # Unknown .byte os_dos-. # DOS .byte os_dos-. # DOS .byte os_dos-. # DOS .byte os_nt-. # NT/XP or OS/2 .byte os_windows-. # Windows 32-bit FAT .byte os_windows-. # Windows 32-bit FAT ext int 13 .byte os_windows-. # Windows .byte os_windows-. # Windows 2000 dyn ext .byte os_unix-. # UNIX .byte os_linux-. # Linux .byte os_bsdos-. # BSD/OS .byte os_freebsd-. # FreeBSD .byte os_openbsd-. # OpenBSD .byte os_netbsd-. # NetBSD # # And here are the strings themselves. 0x80 or'd into a byte indicates # the end of the string. (not so great for Russians but...) # os_misc: .ascii "Unknow"; .byte 'n'|0x80 os_dos: .ascii "Do"; .byte 's'|0x80 os_nt: .ascii "Windows NT/X"; .byte 'P'|0x80 os_windows: .ascii "Window"; .byte 's'|0x80 os_unix: .ascii "UNI"; .byte 'X'|0x80 os_linux: .ascii "Linu"; .byte 'x'|0x80 os_freebsd: .ascii "FreeBS"; .byte 'D'|0x80 os_openbsd: .ascii "OpenBS"; .byte 'D'|0x80 os_netbsd: .ascii "NetBS"; .byte 'D'|0x80 os_bsdos: .ascii "BSD/O"; .byte 'S'|0x80 # # Fake partition entry created at the end of the table used when loading # boot0 at the very beginning and when loading an MBR from another disk when # F5 is pressed. # .org SECTOR_SIZE*NUM_SECTORS, 0x0 fake: --Boundary-00=_GTAhA9QyODzJCyf-- From owner-cvs-src@FreeBSD.ORG Mon Apr 19 11:29:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEE816A4CF; Mon, 19 Apr 2004 11:29:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B2443D41; Mon, 19 Apr 2004 11:29:44 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JIThGe089077; Mon, 19 Apr 2004 11:29:43 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JIThst089076; Mon, 19 Apr 2004 11:29:43 -0700 (PDT) (envelope-from sos) Message-Id: <200404191829.i3JIThst089076@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 19 Apr 2004 11:29:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 18:29:44 -0000 sos 2004/04/19 11:29:43 PDT FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Move a verbose printf before the first exit so we get a chance to see what was there. Revision Changes Path 1.33 +4 -4 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 11:34:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DF316A4CE; Mon, 19 Apr 2004 11:34:23 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F8343D5D; Mon, 19 Apr 2004 11:34:23 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3JIYMgr013915; Mon, 19 Apr 2004 12:34:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 19 Apr 2004 12:34:19 -0600 (MDT) Message-Id: <20040419.123419.15267723.imp@bsdimp.com> To: rizzo@icir.org From: "M. Warner Losh" In-Reply-To: <20040419105848.A70461@xorpc.icir.org> References: <200404191747.i3JHljPm079969@repoman.freebsd.org> <20040419105848.A70461@xorpc.icir.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: tackerman@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 18:34:24 -0000 In message: <20040419105848.A70461@xorpc.icir.org> Luigi Rizzo writes: : just curious, was this agreed with pdeuskar who is from Intel : and has taken good care of the driver till now ? Yes. pdeuskar is moving on to greener pastures inside of Intel. Warner From owner-cvs-src@FreeBSD.ORG Mon Apr 19 11:38:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6209C16A4CE; Mon, 19 Apr 2004 11:38:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CB643D4C; Mon, 19 Apr 2004 11:38:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JIc4Ge091078; Mon, 19 Apr 2004 11:38:05 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JIc4oU091077; Mon, 19 Apr 2004 11:38:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200404191838.i3JIc4oU091077@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Apr 2004 11:38:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 18:38:05 -0000 obrien 2004/04/19 11:38:04 PDT FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: Use BSD spelling vs. SysV. Revision Changes Path 1.10 +1 -1 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 11:44:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D5116A4CE; Mon, 19 Apr 2004 11:44:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A36443D53; Mon, 19 Apr 2004 11:44:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JIi5Ge093036; Mon, 19 Apr 2004 11:44:05 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JIi5ad093035; Mon, 19 Apr 2004 11:44:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200404191844.i3JIi5ad093035@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Apr 2004 11:44:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_sk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 18:44:05 -0000 obrien 2004/04/19 11:44:05 PDT FreeBSD src repository Modified files: sys/pci if_sk.c Log: Use BSD spelling, no SysV. Revision Changes Path 1.79 +1 -1 src/sys/pci/if_sk.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 12:02:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6943516A4D0 for ; Mon, 19 Apr 2004 12:02:45 -0700 (PDT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4402043D55 for ; Mon, 19 Apr 2004 12:02:45 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4523 invoked from network); 19 Apr 2004 19:02:44 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Apr 2004 19:02:44 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3JJ2fAU004253; Mon, 19 Apr 2004 15:02:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Luigi Rizzo Date: Mon, 19 Apr 2004 15:02:52 -0400 User-Agent: KMail/1.6 References: <200404191747.i3JHljPm079969@repoman.freebsd.org> <20040419105848.A70461@xorpc.icir.org> In-Reply-To: <20040419105848.A70461@xorpc.icir.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404191502.52234.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: Tony Ackerman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 19:02:45 -0000 On Monday 19 April 2004 01:58 pm, Luigi Rizzo wrote: > just curious, was this agreed with pdeuskar who is from Intel > and has taken good care of the driver till now ? Umm, yes, didn't you read the CVSROOT/access commit log? pdeuskar@ is tackerman@'s mentor and specifically said that Tony will be taking over em(4) as well as the 10 gigE driver when that is ready. Tony has an @intel.com e-mail address, too, btw. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 19 12:28:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2949516A4CE; Mon, 19 Apr 2004 12:28:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E1CC43D58; Mon, 19 Apr 2004 12:28:19 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JJSIGe002348; Mon, 19 Apr 2004 12:28:18 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JJSIPZ002347; Mon, 19 Apr 2004 12:28:18 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404191928.i3JJSIPZ002347@repoman.freebsd.org> From: Colin Percival Date: Mon, 19 Apr 2004 12:28:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 19:28:19 -0000 cperciva 2004/04/19 12:28:18 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c Log: MFC revision 1.31 (plus style fixes thereof): Add support for Exsys EX-41098 cards. PR: kern/65040 Submitted by: Stefan Grundmann Approved by: re (jhb) Style fixes by: bde Revision Changes Path 1.2.2.20 +15 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 12:31:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7411916A4CE; Mon, 19 Apr 2004 12:31:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596A543D58; Mon, 19 Apr 2004 12:31:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JJVnGe003506; Mon, 19 Apr 2004 12:31:49 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JJVmI1003499; Mon, 19 Apr 2004 12:31:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200404191931.i3JJVmI1003499@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Apr 2004 12:31:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 boot0ext.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 19:31:49 -0000 obrien 2004/04/19 12:31:48 PDT FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0ext.s Log: MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch. Revision Changes Path 1.2 +24 -18 src/sys/boot/i386/boot0/boot0ext.s From owner-cvs-src@FreeBSD.ORG Mon Apr 19 12:47:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B714B16A4CE; Mon, 19 Apr 2004 12:47:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A24E43D2D; Mon, 19 Apr 2004 12:47:04 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JJl4Ge008575; Mon, 19 Apr 2004 12:47:04 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JJl4Gq008530; Mon, 19 Apr 2004 12:47:04 -0700 (PDT) (envelope-from wilko) Message-Id: <200404191947.i3JJl4Gq008530@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 19 Apr 2004 12:47:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 19:47:04 -0000 wilko 2004/04/19 12:47:04 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: Linux Alpha powertools link has become obsolete. Reported by: R. Busch Revision Changes Path 1.65 +0 -7 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-src@FreeBSD.ORG Mon Apr 19 12:52:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948D016A4EA; Mon, 19 Apr 2004 12:52:18 -0700 (PDT) Received: from smtp-out7.xs4all.nl (smtp-out7.xs4all.nl [194.109.24.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C20CD43D1F; Mon, 19 Apr 2004 12:52:17 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out7.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3JJqFVb047542; Mon, 19 Apr 2004 21:52:16 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i3JJq9oh012831; Mon, 19 Apr 2004 21:52:09 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i3JJq9XU012830; Mon, 19 Apr 2004 21:52:09 +0200 (CEST) (envelope-from wkb) Date: Mon, 19 Apr 2004 21:52:09 +0200 From: Wilko Bulte To: Luigi Rizzo Message-ID: <20040419195209.GA12815@freebie.xs4all.nl> References: <200404191747.i3JHljPm079969@repoman.freebsd.org> <20040419105848.A70461@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040419105848.A70461@xorpc.icir.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: Tony Ackerman cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 19:52:18 -0000 On Mon, Apr 19, 2004 at 10:58:48AM -0700, Luigi Rizzo wrote: > just curious, was this agreed with pdeuskar who is from Intel > and has taken good care of the driver till now ? Given that pdeuskar acts as Tony's mentor... > cheers > luigi > > On Mon, Apr 19, 2004 at 10:47:45AM -0700, Tony Ackerman wrote: > > tackerman 2004/04/19 10:47:45 PDT > > > > FreeBSD src repository > > > > Modified files: > > . MAINTAINERS > > Log: > > Adding Tony Ackerman (tackerman) as the maintainer for the em(4) Intel Gigabit Ethernet driver. > > > > Revision Changes Path > > 1.88 +1 -0 src/MAINTAINERS ---end of quoted text--- -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 19 13:05:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E4416A4CE for ; Mon, 19 Apr 2004 13:05:05 -0700 (PDT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883EA43D2D for ; Mon, 19 Apr 2004 13:05:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27817 invoked from network); 19 Apr 2004 20:05:04 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Apr 2004 20:05:04 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i3JK52AU004604; Mon, 19 Apr 2004 16:05:02 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "David E. O'Brien" Date: Mon, 19 Apr 2004 16:05:12 -0400 User-Agent: KMail/1.6 References: <200404191931.i3JJVmI1003499@repoman.freebsd.org> In-Reply-To: <200404191931.i3JJVmI1003499@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404191605.12250.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 20:05:06 -0000 On Monday 19 April 2004 03:31 pm, David E. O'Brien wrote: > obrien 2004/04/19 12:31:48 PDT > > FreeBSD src repository > > Modified files: > sys/boot/i386/boot0 boot0ext.s > Log: > MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch. Includes the following changes: - Merge support for numeric keys 1-5 from boot0.s - Fix _PRTEND for the case of more than 2 sectors. - Move the code to set the drive number up before we try to load in the rest of boot0 off of the disk. - Expand the OS name table to recognize more windows partitions and rename the NT entry to 'Windows NT/XP'. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 19 13:16:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE9F16A4CE; Mon, 19 Apr 2004 13:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F7F43D3F; Mon, 19 Apr 2004 13:16:08 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JKG8Ge020043; Mon, 19 Apr 2004 13:16:08 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JKG8rw020042; Mon, 19 Apr 2004 13:16:08 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404192016.i3JKG8rw020042@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 19 Apr 2004 13:16:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_ustar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 20:16:08 -0000 kientzle 2004/04/19 13:16:08 PDT FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_ustar.c Log: Optimize ustar header formatting. Revision Changes Path 1.6 +81 -91 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 13:30:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6688C16A4CE; Mon, 19 Apr 2004 13:30:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3B843D4C; Mon, 19 Apr 2004 13:30:00 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JKU0Ge022266; Mon, 19 Apr 2004 13:30:00 -0700 (PDT) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JKU0fo022265; Mon, 19 Apr 2004 13:30:00 -0700 (PDT) (envelope-from wilko) Message-Id: <200404192030.i3JKU0fo022265@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 19 Apr 2004 13:30:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 20:30:00 -0000 wilko 2004/04/19 13:30:00 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/alpha proc-alpha.sgml Log: MFC: Linux Alpha powertools link has become obsolete. Reported by: R. Busch Approved by: re (jhb) Revision Changes Path 1.13.2.41 +0 -7 src/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml From owner-cvs-src@FreeBSD.ORG Mon Apr 19 14:37:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CBCB16A4CE; Mon, 19 Apr 2004 14:37:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6012543D46; Mon, 19 Apr 2004 14:37:30 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JLbUGe037379; Mon, 19 Apr 2004 14:37:30 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JLbTv6037376; Mon, 19 Apr 2004 14:37:29 -0700 (PDT) (envelope-from cognet) Message-Id: <200404192137.i3JLbTv6037376@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 19 Apr 2004 14:37:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/talk init_disp.c io.c talk.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 21:37:30 -0000 cognet 2004/04/19 14:37:29 PDT FreeBSD src repository Modified files: usr.bin/talk init_disp.c io.c talk.h Log: Handle window resizing better. Submitted by: Cyril Nguyen Huu Obtained from: OpenBSD Revision Changes Path 1.14 +56 -0 src/usr.bin/talk/init_disp.c 1.15 +7 -0 src/usr.bin/talk/io.c 1.5 +2 -0 src/usr.bin/talk/talk.h From owner-cvs-src@FreeBSD.ORG Mon Apr 19 15:09:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E31C816A4CE; Mon, 19 Apr 2004 15:09:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A21DC43D53; Mon, 19 Apr 2004 15:09:05 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JM95Ge044578; Mon, 19 Apr 2004 15:09:05 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JM95KR044577; Mon, 19 Apr 2004 15:09:05 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404192209.i3JM95KR044577@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 19 Apr 2004 15:09:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 22:09:06 -0000 kientzle 2004/04/19 15:09:05 PDT FreeBSD src repository Modified files: usr.bin/tar Makefile Log: Allow brave souls to install bsdtar as the default "tar" command by defining WITH_BSDTAR. Note: "gtar" and "bsdtar" commands both exist regardless. Revision Changes Path 1.4 +5 -0 src/usr.bin/tar/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 19 15:39:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49F2416A4E5; Mon, 19 Apr 2004 15:39:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C9243D2D; Mon, 19 Apr 2004 15:39:06 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JMd5Ge050713; Mon, 19 Apr 2004 15:39:05 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JMd5xT050712; Mon, 19 Apr 2004 15:39:05 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404192239.i3JMd5xT050712@repoman.freebsd.org> From: Bill Paul Date: Mon, 19 Apr 2004 15:39:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_hal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 22:39:08 -0000 wpaul 2004/04/19 15:39:05 PDT FreeBSD src repository Modified files: sys/compat/ndis subr_hal.c Log: Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL better (among other things). Revision Changes Path 1.12 +9 -1 src/sys/compat/ndis/subr_hal.c From owner-cvs-src@FreeBSD.ORG Mon Apr 19 15:49:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954B416A4CE; Mon, 19 Apr 2004 15:49:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AAD43D2D; Mon, 19 Apr 2004 15:49:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3JMn1Ge053227; Mon, 19 Apr 2004 15:49:01 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3JMn1Kh053226; Mon, 19 Apr 2004 15:49:01 -0700 (PDT) (envelope-from obrien) Message-Id: <200404192249.i3JMn1Kh053226@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Apr 2004 15:49:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Apr 2004 22:49:01 -0000 obrien 2004/04/19 15:49:01 PDT FreeBSD src repository Modified files: sys/sys types.h Log: Prevent SysV spellings in int's in the kernel. Submitted by: bde Revision Changes Path 1.86 +2 -0 src/sys/sys/types.h From owner-cvs-src@FreeBSD.ORG Mon Apr 19 19:27:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3ED516A4CE; Mon, 19 Apr 2004 19:27:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8724343D39; Mon, 19 Apr 2004 19:27:39 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K2RdGe007596; Mon, 19 Apr 2004 19:27:39 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K2RdZw007595; Mon, 19 Apr 2004 19:27:39 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404200227.i3K2RdZw007595@repoman.freebsd.org> From: Bill Paul Date: Mon, 19 Apr 2004 19:27:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis ntoskrnl_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 02:27:39 -0000 wpaul 2004/04/19 19:27:39 PDT FreeBSD src repository Modified files: sys/compat/ndis ntoskrnl_var.h Log: Correct the AT_DISPATCH_LEVEL() macro to match earlier changes. Revision Changes Path 1.15 +1 -1 src/sys/compat/ndis/ntoskrnl_var.h From owner-cvs-src@FreeBSD.ORG Mon Apr 19 20:08:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D71316A4CE; Mon, 19 Apr 2004 20:08:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F95843D3F; Mon, 19 Apr 2004 20:08:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K38IGe016570; Mon, 19 Apr 2004 20:08:18 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K38IDc016569; Mon, 19 Apr 2004 20:08:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200404200308.i3K38IDc016569@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Apr 2004 20:08:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 boot0ext.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 03:08:19 -0000 obrien 2004/04/19 20:08:18 PDT FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0ext.s Log: Rev 1.2 changes include: - Merge support for numeric keys 1-5 from boot0.s - Fix _PRTEND for the case of more than 2 sectors. - Move the code to set the drive number up before we try to load in the rest of boot0 off of the disk. - Expand the OS name table to recognize more windows partitions and rename the NT entry to 'Windows NT/XP'. Revision Changes Path 1.3 +0 -0 src/sys/boot/i386/boot0/boot0ext.s From owner-cvs-src@FreeBSD.ORG Mon Apr 19 20:16:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725D416A4CE; Mon, 19 Apr 2004 20:16:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53FB243D1F; Mon, 19 Apr 2004 20:16:00 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K3G0Ge018599; Mon, 19 Apr 2004 20:16:00 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K3Fxeg018598; Mon, 19 Apr 2004 20:15:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200404200315.i3K3Fxeg018598@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 19 Apr 2004 20:15:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 boot0.s boot0ext.s boot0sio.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 03:16:00 -0000 obrien 2004/04/19 20:15:59 PDT FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0.s boot0ext.s boot0sio.s Log: White space style cleanup. Revision Changes Path 1.30 +19 -19 src/sys/boot/i386/boot0/boot0.s 1.4 +27 -27 src/sys/boot/i386/boot0/boot0ext.s 1.4 +18 -18 src/sys/boot/i386/boot0/boot0sio.s From owner-cvs-src@FreeBSD.ORG Mon Apr 19 23:33:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8826C16A4CE; Mon, 19 Apr 2004 23:33:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81DC743D5E; Mon, 19 Apr 2004 23:33:40 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K6XeGe067859; Mon, 19 Apr 2004 23:33:40 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K6XdXn067858; Mon, 19 Apr 2004 23:33:39 -0700 (PDT) (envelope-from silby) Message-Id: <200404200633.i3K6XdXn067858@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 19 Apr 2004 23:33:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 06:33:40 -0000 silby 2004/04/19 23:33:39 PDT FreeBSD src repository Modified files: sys/netinet tcp_subr.c tcp_var.h Log: Enhance our RFC1948 implementation to perform better in some pathlogical TIME_WAIT recycling cases I was able to generate with http testing tools. In short, as the old algorithm relied on ticks to create the time offset component of an ISN, two connections with the exact same host, port pair that were generated between timer ticks would have the exact same sequence number. As a result, the second connection would fail to pass the TIME_WAIT check on the server side, and the SYN would never be acknowledged. I've "fixed" this by adding random positive increments to the time component between clock ticks so that ISNs will *always* be increasing, no matter how quickly the port is recycled. Except in such contrived benchmarking situations, this problem should never come up in normal usage... until networks get faster. No MFC planned, 4.x is missing other optimizations that are needed to even create the situation in which such quick port recycling will occur. Revision Changes Path 1.188 +53 -2 src/sys/netinet/tcp_subr.c 1.103 +1 -0 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Mon Apr 19 23:41:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A498716A4D0 for ; Mon, 19 Apr 2004 23:41:50 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D4C343D2F for ; Mon, 19 Apr 2004 23:41:50 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 4482 invoked from network); 20 Apr 2004 06:41:48 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 20 Apr 2004 06:41:48 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 20 Apr 2004 03:34:44 -0500 (CDT) From: Mike Silbersack To: src-committers@FreeBSD.org In-Reply-To: <200404200633.i3K6XdXn067858@repoman.freebsd.org> Message-ID: <20040420032850.H20848@odysseus.silby.com> References: <200404200633.i3K6XdXn067858@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 06:41:50 -0000 On Mon, 19 Apr 2004, Mike Silbersack wrote: > Enhance our RFC1948 implementation to perform better in some pathlogical > TIME_WAIT recycling cases I was able to generate with http testing tools. > > Except in such contrived benchmarking situations, this problem should never > come up in normal usage... until networks get faster. I think that we may have to break away from standard RFC handling and change the TIME_WAIT code in tcp_input so that it will accept any SYN packet coming in without regard to the sequence number, forcing the TIME_WAIT socket to be recycled. The problem is that right now we're using an increment rate of 1MB per second. This means that if a connection on a certain port is established on a gigabit network, more than 1MB/second is sent, the connection is closed, and then a new connection is attempted with the same port pair, it will fail because the SYN's sequence number will be less than the sequence number the previous connection ended with. We could somewhat address this by increasing the 1MB/second rate to something greater, but that would increase the rate of serial number wraparound, which probably isn't a good thing. Also, with a 32-bit sequence space, we just can't increase the rate so that it's fast enough to keep up with 1Gb/sec or 10Gb/second networks. So, I may tackle this at some point in the future, after I survey the other OSes and see how they're handling it. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Mon Apr 19 23:45:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C9616A4CF; Mon, 19 Apr 2004 23:45:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 064D843D4C; Mon, 19 Apr 2004 23:45:11 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K6jAGe070010; Mon, 19 Apr 2004 23:45:10 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K6jAJE070009; Mon, 19 Apr 2004 23:45:10 -0700 (PDT) (envelope-from silby) Message-Id: <200404200645.i3K6jAJE070009@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 19 Apr 2004 23:45:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 06:45:12 -0000 silby 2004/04/19 23:45:10 PDT FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Switch from using sequential to random ephemeral port allocation, implementation taken directly from OpenBSD. I've resisted committing this for quite some time because of concern over TIME_WAIT recycling breakage (sequential allocation ensures that there is a long time before ports are recycled), but recent testing has shown me that my fears were unwarranted. Revision Changes Path 1.143 +28 -6 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 00:03:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F4616A4CE; Tue, 20 Apr 2004 00:03:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431D343D45; Tue, 20 Apr 2004 00:03:31 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K73VGe075109; Tue, 20 Apr 2004 00:03:31 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K73UAQ075108; Tue, 20 Apr 2004 00:03:30 -0700 (PDT) (envelope-from luigi) Message-Id: <200404200703.i3K73UAQ075108@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Apr 2004 00:03:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 07:03:31 -0000 luigi 2004/04/20 00:03:30 PDT FreeBSD src repository Modified files: sys/net route.h Log: Document an assumption on the structure of 'struct rtentry' Revision Changes Path 1.59 +5 -0 src/sys/net/route.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 00:04:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB3816A4CF; Tue, 20 Apr 2004 00:04:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E695D43D53; Tue, 20 Apr 2004 00:04:47 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K74lGe075197; Tue, 20 Apr 2004 00:04:47 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K74lfg075196; Tue, 20 Apr 2004 00:04:47 -0700 (PDT) (envelope-from luigi) Message-Id: <200404200704.i3K74lfg075196@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Apr 2004 00:04:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 07:04:48 -0000 luigi 2004/04/20 00:04:47 PDT FreeBSD src repository Modified files: sys/net route.c Log: Fix the initial check for NULL arguments in rtfree (previously it checked for rt == NULL after dereferencing the pointer). We never check for those events elsewhere, so probably these checks might go away here as well. Slightly simplify (and document) the logic for memory allocation in rt_setgate(). The rest is mostly style changes -- replace 0 with NULL where appropriate, remove the macro SA() that was only used once, remove some useless debugging code in rt_fixchange, explain some odd-looking casts. Revision Changes Path 1.101 +83 -127 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:18:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C0E16A4CE; Tue, 20 Apr 2004 02:18:40 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE7C43D39; Tue, 20 Apr 2004 02:18:39 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 6CDA05311; Tue, 20 Apr 2004 11:18:38 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id DB835530A; Tue, 20 Apr 2004 11:18:31 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 82BDD33C6C; Tue, 20 Apr 2004 11:18:31 +0200 (CEST) To: Nate Lawson References: <200404191732.i3JHWGFt077601@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 20 Apr 2004 11:18:31 +0200 In-Reply-To: <200404191732.i3JHWGFt077601@repoman.freebsd.org> (Nate Lawson's message of "Mon, 19 Apr 2004 10:32:16 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/cam Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:18:40 -0000 Nate Lawson writes: > Log: > Remove opt_da.h from 4-stable Makefile also. You also forgot LINT :) DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:35:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28DC116A4CE; Tue, 20 Apr 2004 02:35:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E01E43D5A; Tue, 20 Apr 2004 02:35:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K9ZBGe019266; Tue, 20 Apr 2004 02:35:11 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K9ZBaL019265; Tue, 20 Apr 2004 02:35:11 -0700 (PDT) (envelope-from des) Message-Id: <200404200935.i3K9ZBaL019265@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 02:35:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENSSH Subject: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:35:12 -0000 des 2004/04/20 02:35:11 PDT FreeBSD src repository src/crypto/openssh - Imported sources Update of /home/ncvs/src/crypto/openssh In directory repoman.freebsd.org:/tmp/cvs-serv19180 Log Message: Vendor import of OpenSSH 3.8.1p1. Status: Vendor Tag: OPENSSH Release Tags: OpenSSH_3_8_1p1 N src/crypto/openssh/.cvsignore U src/crypto/openssh/CREDITS U src/crypto/openssh/ChangeLog U src/crypto/openssh/INSTALL U src/crypto/openssh/LICENCE U src/crypto/openssh/Makefile.in U src/crypto/openssh/OVERVIEW U src/crypto/openssh/README U src/crypto/openssh/README.dns U src/crypto/openssh/README.platform U src/crypto/openssh/README.privsep U src/crypto/openssh/README.smartcard U src/crypto/openssh/RFC.nroff U src/crypto/openssh/TODO U src/crypto/openssh/WARNING.RNG C src/crypto/openssh/acconfig.h U src/crypto/openssh/aclocal.m4 U src/crypto/openssh/acss.c U src/crypto/openssh/acss.h U src/crypto/openssh/atomicio.c U src/crypto/openssh/atomicio.h U src/crypto/openssh/auth-bsdauth.c U src/crypto/openssh/auth-chall.c C src/crypto/openssh/auth-krb5.c U src/crypto/openssh/auth-options.c U src/crypto/openssh/auth-options.h C src/crypto/openssh/auth-pam.c C src/crypto/openssh/auth-pam.h C src/crypto/openssh/auth-passwd.c U src/crypto/openssh/auth-rh-rsa.c U src/crypto/openssh/auth-rhosts.c U src/crypto/openssh/auth-rsa.c U src/crypto/openssh/auth-shadow.c U src/crypto/openssh/auth-sia.c U src/crypto/openssh/auth-sia.h C src/crypto/openssh/auth-skey.c U src/crypto/openssh/auth.c C src/crypto/openssh/auth.h C src/crypto/openssh/auth1.c U src/crypto/openssh/auth2-chall.c U src/crypto/openssh/auth2-gss.c U src/crypto/openssh/auth2-hostbased.c U src/crypto/openssh/auth2-kbdint.c U src/crypto/openssh/auth2-none.c U src/crypto/openssh/auth2-passwd.c U src/crypto/openssh/auth2-pubkey.c C src/crypto/openssh/auth2.c U src/crypto/openssh/crc32.c U src/crypto/openssh/authfd.c U src/crypto/openssh/authfd.h U src/crypto/openssh/authfile.c U src/crypto/openssh/authfile.h U src/crypto/openssh/bufaux.c U src/crypto/openssh/bufaux.h U src/crypto/openssh/buffer.c U src/crypto/openssh/buffer.h C src/crypto/openssh/canohost.c U src/crypto/openssh/canohost.h U src/crypto/openssh/channels.c U src/crypto/openssh/channels.h U src/crypto/openssh/cipher-3des1.c U src/crypto/openssh/cipher-acss.c U src/crypto/openssh/cipher-aes.c U src/crypto/openssh/cipher-bf1.c U src/crypto/openssh/cipher-ctr.c U src/crypto/openssh/cipher.c U src/crypto/openssh/cipher.h U src/crypto/openssh/cleanup.c U src/crypto/openssh/clientloop.c U src/crypto/openssh/clientloop.h U src/crypto/openssh/compat.c U src/crypto/openssh/compat.h U src/crypto/openssh/compress.c U src/crypto/openssh/compress.h U src/crypto/openssh/config.guess U src/crypto/openssh/config.sub C src/crypto/openssh/configure.ac U src/crypto/openssh/crc32.h U src/crypto/openssh/deattack.c U src/crypto/openssh/deattack.h U src/crypto/openssh/defines.h U src/crypto/openssh/dh.c U src/crypto/openssh/dh.h U src/crypto/openssh/dispatch.c U src/crypto/openssh/dispatch.h U src/crypto/openssh/dns.c U src/crypto/openssh/dns.h U src/crypto/openssh/entropy.c U src/crypto/openssh/entropy.h U src/crypto/openssh/fatal.c U src/crypto/openssh/fixpaths U src/crypto/openssh/fixprogs U src/crypto/openssh/getput.h U src/crypto/openssh/groupaccess.c U src/crypto/openssh/groupaccess.h U src/crypto/openssh/gss-genr.c U src/crypto/openssh/gss-serv-krb5.c U src/crypto/openssh/kex.c U src/crypto/openssh/gss-serv.c U src/crypto/openssh/hostfile.c U src/crypto/openssh/hostfile.h U src/crypto/openssh/includes.h U src/crypto/openssh/install-sh U src/crypto/openssh/kex.h U src/crypto/openssh/kexdh.c U src/crypto/openssh/kexdhc.c U src/crypto/openssh/kexdhs.c U src/crypto/openssh/kexgex.c U src/crypto/openssh/kexgexc.c U src/crypto/openssh/kexgexs.c U src/crypto/openssh/key.c U src/crypto/openssh/key.h U src/crypto/openssh/log.c U src/crypto/openssh/log.h C src/crypto/openssh/loginrec.c U src/crypto/openssh/loginrec.h U src/crypto/openssh/logintest.c U src/crypto/openssh/mac.c U src/crypto/openssh/mac.h U src/crypto/openssh/match.c U src/crypto/openssh/match.h U src/crypto/openssh/md5crypt.c U src/crypto/openssh/md5crypt.h U src/crypto/openssh/mdoc2man.awk U src/crypto/openssh/misc.c U src/crypto/openssh/misc.h U src/crypto/openssh/mkinstalldirs U src/crypto/openssh/moduli U src/crypto/openssh/moduli.c U src/crypto/openssh/moduli.h C src/crypto/openssh/monitor.c U src/crypto/openssh/monitor.h U src/crypto/openssh/monitor_fdpass.c U src/crypto/openssh/monitor_fdpass.h U src/crypto/openssh/monitor_mm.c U src/crypto/openssh/monitor_mm.h C src/crypto/openssh/monitor_wrap.c C src/crypto/openssh/monitor_wrap.h U src/crypto/openssh/mpaux.c U src/crypto/openssh/mpaux.h U src/crypto/openssh/msg.c U src/crypto/openssh/msg.h U src/crypto/openssh/myproposal.h U src/crypto/openssh/nchan.c U src/crypto/openssh/nchan.ms U src/crypto/openssh/nchan2.ms U src/crypto/openssh/packet.c U src/crypto/openssh/packet.h U src/crypto/openssh/pathnames.h C src/crypto/openssh/readconf.c U src/crypto/openssh/progressmeter.c U src/crypto/openssh/progressmeter.h C src/crypto/openssh/readconf.h U src/crypto/openssh/readpass.c U src/crypto/openssh/readpass.h U src/crypto/openssh/rijndael.c U src/crypto/openssh/rijndael.h U src/crypto/openssh/rsa.c U src/crypto/openssh/rsa.h U src/crypto/openssh/scard-opensc.c U src/crypto/openssh/scard.c U src/crypto/openssh/scard.h U src/crypto/openssh/scp.1 U src/crypto/openssh/scp.c U src/crypto/openssh/servconf.c U src/crypto/openssh/servconf.h U src/crypto/openssh/serverloop.c U src/crypto/openssh/serverloop.h C src/crypto/openssh/session.c U src/crypto/openssh/session.h U src/crypto/openssh/sftp-client.c U src/crypto/openssh/sftp-client.h U src/crypto/openssh/sftp-common.c U src/crypto/openssh/sftp-common.h U src/crypto/openssh/sftp-glob.c U src/crypto/openssh/sftp-server.8 U src/crypto/openssh/sftp-server.c U src/crypto/openssh/sftp.1 U src/crypto/openssh/sftp.c U src/crypto/openssh/sftp.h U src/crypto/openssh/ssh-add.1 U src/crypto/openssh/ssh-add.c U src/crypto/openssh/ssh-agent.1 C src/crypto/openssh/ssh-agent.c U src/crypto/openssh/ssh-dss.c U src/crypto/openssh/ssh-gss.h U src/crypto/openssh/ssh-keygen.1 U src/crypto/openssh/ssh-keygen.c U src/crypto/openssh/ssh-keyscan.1 C src/crypto/openssh/ssh-keyscan.c U src/crypto/openssh/ssh-keysign.8 U src/crypto/openssh/ssh-keysign.c U src/crypto/openssh/ssh-rand-helper.8 U src/crypto/openssh/ssh-rand-helper.c U src/crypto/openssh/ssh-rsa.c C src/crypto/openssh/ssh.1 C src/crypto/openssh/ssh.c U src/crypto/openssh/ssh.h U src/crypto/openssh/ssh1.h U src/crypto/openssh/ssh2.h U src/crypto/openssh/ssh_config C src/crypto/openssh/ssh_config.5 U src/crypto/openssh/ssh_prng_cmds.in U src/crypto/openssh/sshconnect.c U src/crypto/openssh/sshconnect.h U src/crypto/openssh/sshconnect1.c C src/crypto/openssh/sshconnect2.c U src/crypto/openssh/sshd.8 C src/crypto/openssh/sshd.c U src/crypto/openssh/sshd_config C src/crypto/openssh/sshd_config.5 C src/crypto/openssh/sshlogin.c U src/crypto/openssh/sshlogin.h U src/crypto/openssh/sshpty.c U src/crypto/openssh/sshpty.h U src/crypto/openssh/sshtty.c U src/crypto/openssh/sshtty.h U src/crypto/openssh/tildexpand.c U src/crypto/openssh/tildexpand.h U src/crypto/openssh/ttymodes.c U src/crypto/openssh/ttymodes.h U src/crypto/openssh/uidswap.c U src/crypto/openssh/uidswap.h U src/crypto/openssh/uuencode.c U src/crypto/openssh/uuencode.h C src/crypto/openssh/version.h U src/crypto/openssh/xmalloc.c U src/crypto/openssh/xmalloc.h N src/crypto/openssh/contrib/Makefile N src/crypto/openssh/contrib/README N src/crypto/openssh/contrib/findssl.sh N src/crypto/openssh/contrib/gnome-ssh-askpass1.c N src/crypto/openssh/contrib/gnome-ssh-askpass2.c N src/crypto/openssh/contrib/ssh-copy-id N src/crypto/openssh/contrib/ssh-copy-id.1 N src/crypto/openssh/contrib/sshd.pam.freebsd N src/crypto/openssh/contrib/sshd.pam.generic N src/crypto/openssh/contrib/aix/README N src/crypto/openssh/contrib/aix/buildbff.sh N src/crypto/openssh/contrib/aix/inventory.sh N src/crypto/openssh/contrib/aix/pam.conf N src/crypto/openssh/contrib/caldera/openssh.spec N src/crypto/openssh/contrib/caldera/ssh-host-keygen N src/crypto/openssh/contrib/caldera/sshd.init N src/crypto/openssh/contrib/caldera/sshd.pam N src/crypto/openssh/contrib/cygwin/Makefile N src/crypto/openssh/contrib/cygwin/README N src/crypto/openssh/contrib/cygwin/ssh-host-config N src/crypto/openssh/contrib/cygwin/ssh-user-config N src/crypto/openssh/contrib/hpux/README N src/crypto/openssh/contrib/hpux/egd N src/crypto/openssh/contrib/hpux/egd.rc N src/crypto/openssh/contrib/hpux/sshd N src/crypto/openssh/contrib/hpux/sshd.rc N src/crypto/openssh/contrib/redhat/gnome-ssh-askpass.csh N src/crypto/openssh/contrib/redhat/gnome-ssh-askpass.sh N src/crypto/openssh/contrib/redhat/openssh.spec N src/crypto/openssh/contrib/redhat/sshd.init N src/crypto/openssh/contrib/redhat/sshd.pam N src/crypto/openssh/contrib/solaris/README N src/crypto/openssh/contrib/solaris/buildpkg.sh N src/crypto/openssh/contrib/solaris/opensshd.in N src/crypto/openssh/contrib/suse/openssh.spec N src/crypto/openssh/contrib/suse/rc.config.sshd N src/crypto/openssh/contrib/suse/rc.sshd N src/crypto/openssh/openbsd-compat/.cvsignore U src/crypto/openssh/openbsd-compat/Makefile.in U src/crypto/openssh/openbsd-compat/base64.c U src/crypto/openssh/openbsd-compat/base64.h U src/crypto/openssh/openbsd-compat/basename.c U src/crypto/openssh/openbsd-compat/bindresvport.c U src/crypto/openssh/openbsd-compat/bsd-arc4random.c U src/crypto/openssh/openbsd-compat/bsd-cray.c U src/crypto/openssh/openbsd-compat/bsd-cray.h U src/crypto/openssh/openbsd-compat/bsd-cygwin_util.c U src/crypto/openssh/openbsd-compat/bsd-cygwin_util.h U src/crypto/openssh/openbsd-compat/bsd-getpeereid.c U src/crypto/openssh/openbsd-compat/bsd-misc.c U src/crypto/openssh/openbsd-compat/bsd-misc.h U src/crypto/openssh/openbsd-compat/bsd-nextstep.c U src/crypto/openssh/openbsd-compat/bsd-nextstep.h U src/crypto/openssh/openbsd-compat/bsd-openpty.c U src/crypto/openssh/openbsd-compat/bsd-snprintf.c U src/crypto/openssh/openbsd-compat/bsd-waitpid.c U src/crypto/openssh/openbsd-compat/bsd-waitpid.h U src/crypto/openssh/openbsd-compat/glob.c U src/crypto/openssh/openbsd-compat/daemon.c U src/crypto/openssh/openbsd-compat/dirname.c U src/crypto/openssh/openbsd-compat/fake-rfc2553.c C src/crypto/openssh/openbsd-compat/fake-rfc2553.h U src/crypto/openssh/openbsd-compat/getcwd.c U src/crypto/openssh/openbsd-compat/getgrouplist.c U src/crypto/openssh/openbsd-compat/getopt.c U src/crypto/openssh/openbsd-compat/getrrsetbyname.c U src/crypto/openssh/openbsd-compat/getrrsetbyname.h U src/crypto/openssh/openbsd-compat/glob.h U src/crypto/openssh/openbsd-compat/inet_aton.c U src/crypto/openssh/openbsd-compat/inet_ntoa.c U src/crypto/openssh/openbsd-compat/inet_ntop.c U src/crypto/openssh/openbsd-compat/mktemp.c U src/crypto/openssh/openbsd-compat/openbsd-compat.h U src/crypto/openssh/openbsd-compat/port-aix.c U src/crypto/openssh/openbsd-compat/port-aix.h U src/crypto/openssh/openbsd-compat/port-irix.c U src/crypto/openssh/openbsd-compat/port-irix.h U src/crypto/openssh/openbsd-compat/readpassphrase.c U src/crypto/openssh/openbsd-compat/readpassphrase.h U src/crypto/openssh/openbsd-compat/realpath.c U src/crypto/openssh/openbsd-compat/rresvport.c U src/crypto/openssh/openbsd-compat/setenv.c U src/crypto/openssh/openbsd-compat/setproctitle.c U src/crypto/openssh/openbsd-compat/sigact.c U src/crypto/openssh/openbsd-compat/sigact.h U src/crypto/openssh/openbsd-compat/strlcat.c U src/crypto/openssh/openbsd-compat/strlcpy.c U src/crypto/openssh/openbsd-compat/strmode.c U src/crypto/openssh/openbsd-compat/strsep.c U src/crypto/openssh/openbsd-compat/strtoul.c U src/crypto/openssh/openbsd-compat/sys-queue.h U src/crypto/openssh/openbsd-compat/sys-tree.h U src/crypto/openssh/openbsd-compat/vis.c U src/crypto/openssh/openbsd-compat/vis.h U src/crypto/openssh/openbsd-compat/xcrypt.c U src/crypto/openssh/openbsd-compat/xmmap.c U src/crypto/openssh/regress/Makefile U src/crypto/openssh/regress/README.regress U src/crypto/openssh/regress/agent-getpeereid.sh U src/crypto/openssh/regress/agent-ptrace.sh U src/crypto/openssh/regress/agent-timeout.sh U src/crypto/openssh/regress/agent.sh U src/crypto/openssh/regress/banner.sh U src/crypto/openssh/regress/broken-pipe.sh U src/crypto/openssh/regress/bsd.regress.mk U src/crypto/openssh/regress/connect-privsep.sh U src/crypto/openssh/regress/connect.sh U src/crypto/openssh/regress/dsa_ssh2.prv U src/crypto/openssh/regress/dsa_ssh2.pub U src/crypto/openssh/regress/dynamic-forward.sh U src/crypto/openssh/regress/exit-status.sh U src/crypto/openssh/regress/forwarding.sh U src/crypto/openssh/regress/keygen-change.sh U src/crypto/openssh/regress/keyscan.sh N src/crypto/openssh/regress/login-timeout.sh U src/crypto/openssh/regress/sftp.sh U src/crypto/openssh/regress/proto-mismatch.sh U src/crypto/openssh/regress/proto-version.sh U src/crypto/openssh/regress/proxy-connect.sh U src/crypto/openssh/regress/reconfigure.sh U src/crypto/openssh/regress/rekey.sh U src/crypto/openssh/regress/rsa_openssh.prv U src/crypto/openssh/regress/rsa_openssh.pub U src/crypto/openssh/regress/rsa_ssh2.prv U src/crypto/openssh/regress/runtests.sh U src/crypto/openssh/regress/sftp-badcmds.sh U src/crypto/openssh/regress/sftp-batch.sh U src/crypto/openssh/regress/sftp-cmds.sh U src/crypto/openssh/regress/ssh-com-client.sh U src/crypto/openssh/regress/ssh-com-keygen.sh U src/crypto/openssh/regress/ssh-com-sftp.sh U src/crypto/openssh/regress/ssh-com.sh U src/crypto/openssh/regress/stderr-after-eof.sh U src/crypto/openssh/regress/stderr-data.sh U src/crypto/openssh/regress/t4.ok U src/crypto/openssh/regress/t5.ok U src/crypto/openssh/regress/test-exec.sh U src/crypto/openssh/regress/transfer.sh U src/crypto/openssh/regress/try-ciphers.sh U src/crypto/openssh/regress/yes-head.sh N src/crypto/openssh/scard/.cvsignore U src/crypto/openssh/scard/Makefile.in U src/crypto/openssh/scard/Ssh.bin.uu U src/crypto/openssh/scard/Ssh.java 29 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENSSH:yesterday -jOPENSSH src/crypto/openssh From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:35:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9985F16A4CE; Tue, 20 Apr 2004 02:35:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD8D43D41; Tue, 20 Apr 2004 02:35:40 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K9ZeGe019337; Tue, 20 Apr 2004 02:35:40 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K9Zeie019336; Tue, 20 Apr 2004 02:35:40 -0700 (PDT) (envelope-from des) Message-Id: <200404200935.i3K9Zeie019336@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 02:35:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENSSH Subject: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:35:40 -0000 des 2004/04/20 02:35:40 PDT FreeBSD src repository src/crypto/openssh - Imported sources Update of /home/ncvs/src/crypto/openssh In directory repoman.freebsd.org:/tmp/cvs-serv19322 Log Message: Vendor import of OpenSSH 3.8.1p1. Status: Vendor Tag: OPENSSH Release Tags: OpenSSH_3_8_1p1 U src/crypto/openssh/CREDITS U src/crypto/openssh/ChangeLog U src/crypto/openssh/INSTALL U src/crypto/openssh/LICENCE U src/crypto/openssh/Makefile.in U src/crypto/openssh/OVERVIEW U src/crypto/openssh/README U src/crypto/openssh/README.dns U src/crypto/openssh/README.platform U src/crypto/openssh/README.privsep U src/crypto/openssh/README.smartcard U src/crypto/openssh/RFC.nroff U src/crypto/openssh/TODO U src/crypto/openssh/WARNING.RNG U src/crypto/openssh/acconfig.h U src/crypto/openssh/aclocal.m4 U src/crypto/openssh/acss.c U src/crypto/openssh/acss.h U src/crypto/openssh/atomicio.c U src/crypto/openssh/atomicio.h U src/crypto/openssh/auth-bsdauth.c U src/crypto/openssh/auth-chall.c U src/crypto/openssh/auth-krb5.c U src/crypto/openssh/auth-pam.c U src/crypto/openssh/auth-options.c U src/crypto/openssh/auth-options.h U src/crypto/openssh/auth-pam.h U src/crypto/openssh/auth-passwd.c U src/crypto/openssh/auth-rh-rsa.c U src/crypto/openssh/auth-rhosts.c U src/crypto/openssh/auth-rsa.c U src/crypto/openssh/auth-shadow.c U src/crypto/openssh/auth-sia.c U src/crypto/openssh/auth-sia.h U src/crypto/openssh/auth-skey.c U src/crypto/openssh/auth.c U src/crypto/openssh/auth.h U src/crypto/openssh/auth1.c U src/crypto/openssh/auth2-chall.c U src/crypto/openssh/auth2-gss.c U src/crypto/openssh/auth2-hostbased.c U src/crypto/openssh/auth2-kbdint.c U src/crypto/openssh/auth2-none.c U src/crypto/openssh/auth2-passwd.c U src/crypto/openssh/auth2-pubkey.c U src/crypto/openssh/auth2.c U src/crypto/openssh/crc32.c U src/crypto/openssh/authfd.c U src/crypto/openssh/authfd.h U src/crypto/openssh/authfile.c U src/crypto/openssh/authfile.h U src/crypto/openssh/bufaux.c U src/crypto/openssh/bufaux.h U src/crypto/openssh/buffer.c U src/crypto/openssh/buffer.h U src/crypto/openssh/canohost.c U src/crypto/openssh/canohost.h U src/crypto/openssh/channels.c U src/crypto/openssh/channels.h U src/crypto/openssh/cipher-3des1.c U src/crypto/openssh/cipher-acss.c U src/crypto/openssh/cipher-aes.c U src/crypto/openssh/cipher-bf1.c U src/crypto/openssh/cipher-ctr.c U src/crypto/openssh/cipher.c U src/crypto/openssh/cipher.h U src/crypto/openssh/cleanup.c U src/crypto/openssh/clientloop.c U src/crypto/openssh/clientloop.h U src/crypto/openssh/compat.c U src/crypto/openssh/compat.h U src/crypto/openssh/compress.c U src/crypto/openssh/compress.h U src/crypto/openssh/config.guess U src/crypto/openssh/config.sub U src/crypto/openssh/configure.ac U src/crypto/openssh/crc32.h U src/crypto/openssh/deattack.c U src/crypto/openssh/deattack.h U src/crypto/openssh/defines.h U src/crypto/openssh/dh.c U src/crypto/openssh/dh.h U src/crypto/openssh/dispatch.c U src/crypto/openssh/dispatch.h U src/crypto/openssh/dns.c U src/crypto/openssh/dns.h U src/crypto/openssh/entropy.c U src/crypto/openssh/entropy.h U src/crypto/openssh/fatal.c U src/crypto/openssh/fixpaths U src/crypto/openssh/fixprogs U src/crypto/openssh/getput.h U src/crypto/openssh/groupaccess.c U src/crypto/openssh/groupaccess.h U src/crypto/openssh/gss-genr.c U src/crypto/openssh/gss-serv-krb5.c U src/crypto/openssh/kex.c U src/crypto/openssh/gss-serv.c U src/crypto/openssh/hostfile.c U src/crypto/openssh/hostfile.h U src/crypto/openssh/includes.h U src/crypto/openssh/install-sh U src/crypto/openssh/kex.h U src/crypto/openssh/kexdh.c U src/crypto/openssh/kexdhc.c U src/crypto/openssh/kexdhs.c U src/crypto/openssh/kexgex.c U src/crypto/openssh/kexgexc.c U src/crypto/openssh/kexgexs.c U src/crypto/openssh/key.c U src/crypto/openssh/key.h U src/crypto/openssh/log.c U src/crypto/openssh/log.h U src/crypto/openssh/loginrec.c U src/crypto/openssh/loginrec.h U src/crypto/openssh/logintest.c U src/crypto/openssh/mac.c U src/crypto/openssh/mac.h U src/crypto/openssh/match.c U src/crypto/openssh/match.h U src/crypto/openssh/md5crypt.c U src/crypto/openssh/md5crypt.h U src/crypto/openssh/mdoc2man.awk U src/crypto/openssh/misc.c U src/crypto/openssh/misc.h U src/crypto/openssh/moduli U src/crypto/openssh/mkinstalldirs U src/crypto/openssh/moduli.c U src/crypto/openssh/moduli.h U src/crypto/openssh/monitor.c U src/crypto/openssh/monitor.h U src/crypto/openssh/monitor_fdpass.c U src/crypto/openssh/monitor_fdpass.h U src/crypto/openssh/monitor_mm.c U src/crypto/openssh/monitor_mm.h U src/crypto/openssh/monitor_wrap.c U src/crypto/openssh/monitor_wrap.h U src/crypto/openssh/mpaux.c U src/crypto/openssh/mpaux.h U src/crypto/openssh/msg.c U src/crypto/openssh/msg.h U src/crypto/openssh/myproposal.h U src/crypto/openssh/nchan.c U src/crypto/openssh/nchan.ms U src/crypto/openssh/nchan2.ms U src/crypto/openssh/packet.c U src/crypto/openssh/packet.h U src/crypto/openssh/pathnames.h U src/crypto/openssh/readconf.c U src/crypto/openssh/progressmeter.c U src/crypto/openssh/progressmeter.h U src/crypto/openssh/readconf.h U src/crypto/openssh/readpass.c U src/crypto/openssh/readpass.h U src/crypto/openssh/rijndael.c U src/crypto/openssh/rijndael.h U src/crypto/openssh/rsa.c U src/crypto/openssh/rsa.h U src/crypto/openssh/scard-opensc.c U src/crypto/openssh/scard.c U src/crypto/openssh/scard.h U src/crypto/openssh/scp.1 U src/crypto/openssh/scp.c U src/crypto/openssh/servconf.c U src/crypto/openssh/servconf.h U src/crypto/openssh/serverloop.c U src/crypto/openssh/serverloop.h U src/crypto/openssh/session.c U src/crypto/openssh/session.h U src/crypto/openssh/sftp-client.c U src/crypto/openssh/sftp-client.h U src/crypto/openssh/sftp-common.c U src/crypto/openssh/sftp-common.h U src/crypto/openssh/sftp-glob.c U src/crypto/openssh/sftp-server.8 U src/crypto/openssh/sftp-server.c U src/crypto/openssh/sftp.1 U src/crypto/openssh/sftp.c U src/crypto/openssh/sftp.h U src/crypto/openssh/ssh-add.1 U src/crypto/openssh/ssh-add.c U src/crypto/openssh/ssh-agent.1 U src/crypto/openssh/ssh-agent.c U src/crypto/openssh/ssh-dss.c U src/crypto/openssh/ssh-gss.h U src/crypto/openssh/ssh-keygen.1 U src/crypto/openssh/ssh-keygen.c U src/crypto/openssh/ssh-keyscan.1 U src/crypto/openssh/ssh-keyscan.c U src/crypto/openssh/ssh-keysign.8 U src/crypto/openssh/ssh-keysign.c U src/crypto/openssh/ssh-rand-helper.8 U src/crypto/openssh/ssh-rand-helper.c U src/crypto/openssh/ssh-rsa.c U src/crypto/openssh/ssh.1 U src/crypto/openssh/ssh.c U src/crypto/openssh/ssh.h U src/crypto/openssh/ssh1.h U src/crypto/openssh/ssh2.h U src/crypto/openssh/ssh_config U src/crypto/openssh/ssh_config.5 U src/crypto/openssh/ssh_prng_cmds.in U src/crypto/openssh/sshconnect.c U src/crypto/openssh/sshconnect.h U src/crypto/openssh/sshconnect1.c U src/crypto/openssh/sshconnect2.c U src/crypto/openssh/sshd.8 U src/crypto/openssh/sshd.c U src/crypto/openssh/sshd_config U src/crypto/openssh/sshd_config.5 U src/crypto/openssh/sshlogin.c U src/crypto/openssh/sshlogin.h U src/crypto/openssh/sshpty.c U src/crypto/openssh/sshpty.h U src/crypto/openssh/sshtty.c U src/crypto/openssh/sshtty.h U src/crypto/openssh/tildexpand.c U src/crypto/openssh/tildexpand.h U src/crypto/openssh/ttymodes.c U src/crypto/openssh/ttymodes.h U src/crypto/openssh/uidswap.c U src/crypto/openssh/uidswap.h U src/crypto/openssh/uuencode.c U src/crypto/openssh/uuencode.h U src/crypto/openssh/version.h U src/crypto/openssh/xmalloc.c U src/crypto/openssh/xmalloc.h U src/crypto/openssh/openbsd-compat/Makefile.in U src/crypto/openssh/openbsd-compat/base64.c U src/crypto/openssh/openbsd-compat/base64.h U src/crypto/openssh/openbsd-compat/basename.c U src/crypto/openssh/openbsd-compat/bindresvport.c U src/crypto/openssh/openbsd-compat/bsd-arc4random.c U src/crypto/openssh/openbsd-compat/bsd-cray.c U src/crypto/openssh/openbsd-compat/bsd-cray.h U src/crypto/openssh/openbsd-compat/bsd-cygwin_util.c U src/crypto/openssh/openbsd-compat/bsd-cygwin_util.h U src/crypto/openssh/openbsd-compat/bsd-getpeereid.c U src/crypto/openssh/openbsd-compat/bsd-misc.c U src/crypto/openssh/openbsd-compat/bsd-misc.h U src/crypto/openssh/openbsd-compat/bsd-nextstep.c U src/crypto/openssh/openbsd-compat/bsd-nextstep.h U src/crypto/openssh/openbsd-compat/bsd-openpty.c U src/crypto/openssh/openbsd-compat/bsd-snprintf.c U src/crypto/openssh/openbsd-compat/bsd-waitpid.c U src/crypto/openssh/openbsd-compat/bsd-waitpid.h U src/crypto/openssh/openbsd-compat/glob.c U src/crypto/openssh/openbsd-compat/daemon.c U src/crypto/openssh/openbsd-compat/dirname.c U src/crypto/openssh/openbsd-compat/fake-rfc2553.c U src/crypto/openssh/openbsd-compat/fake-rfc2553.h U src/crypto/openssh/openbsd-compat/getcwd.c U src/crypto/openssh/openbsd-compat/getgrouplist.c U src/crypto/openssh/openbsd-compat/getopt.c U src/crypto/openssh/openbsd-compat/getrrsetbyname.c U src/crypto/openssh/openbsd-compat/getrrsetbyname.h U src/crypto/openssh/openbsd-compat/glob.h U src/crypto/openssh/openbsd-compat/inet_aton.c U src/crypto/openssh/openbsd-compat/inet_ntoa.c U src/crypto/openssh/openbsd-compat/inet_ntop.c U src/crypto/openssh/openbsd-compat/mktemp.c U src/crypto/openssh/openbsd-compat/openbsd-compat.h U src/crypto/openssh/openbsd-compat/port-aix.c U src/crypto/openssh/openbsd-compat/port-aix.h U src/crypto/openssh/openbsd-compat/port-irix.c U src/crypto/openssh/openbsd-compat/port-irix.h U src/crypto/openssh/openbsd-compat/readpassphrase.c U src/crypto/openssh/openbsd-compat/readpassphrase.h U src/crypto/openssh/openbsd-compat/realpath.c U src/crypto/openssh/openbsd-compat/rresvport.c U src/crypto/openssh/openbsd-compat/setenv.c U src/crypto/openssh/openbsd-compat/setproctitle.c U src/crypto/openssh/openbsd-compat/sigact.c U src/crypto/openssh/openbsd-compat/sigact.h U src/crypto/openssh/openbsd-compat/strlcat.c U src/crypto/openssh/openbsd-compat/strlcpy.c U src/crypto/openssh/openbsd-compat/strmode.c U src/crypto/openssh/openbsd-compat/strsep.c U src/crypto/openssh/openbsd-compat/strtoul.c U src/crypto/openssh/openbsd-compat/sys-queue.h U src/crypto/openssh/openbsd-compat/sys-tree.h U src/crypto/openssh/openbsd-compat/vis.c U src/crypto/openssh/openbsd-compat/vis.h U src/crypto/openssh/openbsd-compat/xcrypt.c U src/crypto/openssh/openbsd-compat/xmmap.c U src/crypto/openssh/regress/Makefile U src/crypto/openssh/regress/README.regress U src/crypto/openssh/regress/agent-getpeereid.sh U src/crypto/openssh/regress/agent-ptrace.sh U src/crypto/openssh/regress/agent-timeout.sh U src/crypto/openssh/regress/agent.sh U src/crypto/openssh/regress/banner.sh U src/crypto/openssh/regress/broken-pipe.sh U src/crypto/openssh/regress/bsd.regress.mk U src/crypto/openssh/regress/connect-privsep.sh U src/crypto/openssh/regress/connect.sh U src/crypto/openssh/regress/dsa_ssh2.prv U src/crypto/openssh/regress/dsa_ssh2.pub U src/crypto/openssh/regress/dynamic-forward.sh U src/crypto/openssh/regress/exit-status.sh U src/crypto/openssh/regress/forwarding.sh U src/crypto/openssh/regress/keygen-change.sh U src/crypto/openssh/regress/keyscan.sh U src/crypto/openssh/regress/login-timeout.sh U src/crypto/openssh/regress/sftp.sh U src/crypto/openssh/regress/proto-mismatch.sh U src/crypto/openssh/regress/proto-version.sh U src/crypto/openssh/regress/proxy-connect.sh U src/crypto/openssh/regress/reconfigure.sh U src/crypto/openssh/regress/rekey.sh U src/crypto/openssh/regress/rsa_openssh.prv U src/crypto/openssh/regress/rsa_openssh.pub U src/crypto/openssh/regress/rsa_ssh2.prv U src/crypto/openssh/regress/runtests.sh U src/crypto/openssh/regress/sftp-badcmds.sh U src/crypto/openssh/regress/sftp-batch.sh U src/crypto/openssh/regress/sftp-cmds.sh U src/crypto/openssh/regress/ssh-com-client.sh U src/crypto/openssh/regress/ssh-com-keygen.sh U src/crypto/openssh/regress/ssh-com-sftp.sh U src/crypto/openssh/regress/ssh-com.sh U src/crypto/openssh/regress/stderr-after-eof.sh U src/crypto/openssh/regress/stderr-data.sh U src/crypto/openssh/regress/t4.ok U src/crypto/openssh/regress/t5.ok U src/crypto/openssh/regress/test-exec.sh U src/crypto/openssh/regress/transfer.sh U src/crypto/openssh/regress/try-ciphers.sh U src/crypto/openssh/regress/yes-head.sh U src/crypto/openssh/scard/Makefile.in U src/crypto/openssh/scard/Ssh.bin.uu U src/crypto/openssh/scard/Ssh.java U src/crypto/openssh/scard/Ssh.bin No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:37:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C601916A4CE; Tue, 20 Apr 2004 02:37:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A656D43D41; Tue, 20 Apr 2004 02:37:29 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K9bTGe019585; Tue, 20 Apr 2004 02:37:29 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K9bTLa019584; Tue, 20 Apr 2004 02:37:29 -0700 (PDT) (envelope-from des) Message-Id: <200404200937.i3K9bTLa019584@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 02:37:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh ssh_config ssh_config.5 sshd_config sshd_config.5 version.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:37:29 -0000 des 2004/04/20 02:37:29 PDT FreeBSD src repository Modified files: crypto/openssh ssh_config ssh_config.5 sshd_config sshd_config.5 version.h Log: Adjust version number and addendum. Revision Changes Path 1.25 +2 -2 src/crypto/openssh/ssh_config 1.14 +2 -2 src/crypto/openssh/ssh_config.5 1.40 +2 -2 src/crypto/openssh/sshd_config 1.20 +2 -2 src/crypto/openssh/sshd_config.5 1.26 +3 -3 src/crypto/openssh/version.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:42:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC0C416A4CE; Tue, 20 Apr 2004 02:42:04 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E8343D31; Tue, 20 Apr 2004 02:42:04 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id CD3A95311; Tue, 20 Apr 2004 11:42:03 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 25F7E530D; Tue, 20 Apr 2004 11:41:57 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id C4DFD33C6C; Tue, 20 Apr 2004 11:41:56 +0200 (CEST) To: src-committers@FreeBSD.org References: <200404200935.i3K9Zeie019336@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 20 Apr 2004 11:41:56 +0200 In-Reply-To: <200404200935.i3K9Zeie019336@repoman.freebsd.org> (Dag-Erling Smorgrav's message of "Tue, 20 Apr 2004 02:35:40 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:42:05 -0000 Dag-Erling Smorgrav writes: > Log Message: > Vendor import of OpenSSH 3.8.1p1. Ugh. Bungled import, I thought the first one hadn't gone through. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:46:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45EBC16A4CE; Tue, 20 Apr 2004 02:46:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2789D43D46; Tue, 20 Apr 2004 02:46:44 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K9khGe022020; Tue, 20 Apr 2004 02:46:43 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K9kg9v022019; Tue, 20 Apr 2004 02:46:42 -0700 (PDT) (envelope-from des) Message-Id: <200404200946.i3K9kg9v022019@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 02:46:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh acconfig.h auth-krb5.c auth-pam.c auth-pam.h auth-passwd.c auth-skey.c auth.h auth1.c auth2.c canohost.c configure.ac loginrec.c monitor.c monitor_wrap.c monitor_wrap.h readconf.c readconf.h session.c ssh-agent.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:46:44 -0000 des 2004/04/20 02:46:41 PDT FreeBSD src repository Modified files: crypto/openssh acconfig.h auth-krb5.c auth-pam.c auth-pam.h auth-passwd.c auth-skey.c auth.h auth1.c auth2.c canohost.c configure.ac loginrec.c monitor.c monitor_wrap.c monitor_wrap.h readconf.c readconf.h session.c ssh-agent.c ssh-keyscan.c ssh.1 ssh.c ssh_config.5 sshconnect2.c sshd.c sshd_config.5 sshlogin.c version.h crypto/openssh/openbsd-compat fake-rfc2553.h Log: Resolve conflicts. Revision Changes Path 1.9 +11 -2 src/crypto/openssh/acconfig.h 1.17 +9 -1 src/crypto/openssh/auth-krb5.c 1.14 +26 -15 src/crypto/openssh/auth-pam.c 1.9 +3 -3 src/crypto/openssh/auth-pam.h 1.17 +1 -8 src/crypto/openssh/auth-passwd.c 1.15 +3 -2 src/crypto/openssh/auth-skey.c 1.13 +2 -1 src/crypto/openssh/auth.h 1.30 +2 -2 src/crypto/openssh/auth1.c 1.23 +4 -4 src/crypto/openssh/auth2.c 1.15 +3 -3 src/crypto/openssh/canohost.c 1.9 +111 -12 src/crypto/openssh/configure.ac 1.7 +2 -2 src/crypto/openssh/loginrec.c 1.15 +10 -9 src/crypto/openssh/monitor.c 1.8 +8 -4 src/crypto/openssh/monitor_wrap.c 1.6 +2 -2 src/crypto/openssh/monitor_wrap.h 1.4 +4 -1 src/crypto/openssh/openbsd-compat/fake-rfc2553.h 1.22 +13 -1 src/crypto/openssh/readconf.c 1.15 +2 -1 src/crypto/openssh/readconf.h 1.44 +11 -3 src/crypto/openssh/session.c 1.22 +10 -1 src/crypto/openssh/ssh-agent.c 1.9 +2 -2 src/crypto/openssh/ssh-keyscan.c 1.29 +2 -1 src/crypto/openssh/ssh.1 1.26 +10 -51 src/crypto/openssh/ssh.c 1.15 +19 -1 src/crypto/openssh/ssh_config.5 1.14 +2 -2 src/crypto/openssh/sshconnect2.c 1.37 +18 -27 src/crypto/openssh/sshd.c 1.21 +9 -2 src/crypto/openssh/sshd_config.5 1.11 +18 -18 src/crypto/openssh/sshlogin.c 1.27 +1 -1 src/crypto/openssh/version.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:47:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8E316A4CE; Tue, 20 Apr 2004 02:47:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F39C43D54; Tue, 20 Apr 2004 02:47:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K9lEGe022075; Tue, 20 Apr 2004 02:47:14 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K9lDin022074; Tue, 20 Apr 2004 02:47:13 -0700 (PDT) (envelope-from des) Message-Id: <200404200947.i3K9lDin022074@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 02:47:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh readconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:47:14 -0000 des 2004/04/20 02:47:13 PDT FreeBSD src repository Modified files: crypto/openssh readconf.c Log: One more conflict. Revision Changes Path 1.23 +2 -6 src/crypto/openssh/readconf.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:49:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFAA616A4CE; Tue, 20 Apr 2004 02:49:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16AD43D46; Tue, 20 Apr 2004 02:49:38 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3K9ncGe022191; Tue, 20 Apr 2004 02:49:38 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3K9ncTn022190; Tue, 20 Apr 2004 02:49:38 -0700 (PDT) (envelope-from des) Message-Id: <200404200949.i3K9ncTn022190@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 02:49:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:49:39 -0000 des 2004/04/20 02:49:38 PDT FreeBSD src repository Modified files: crypto/openssh config.h Log: Regenerate. Revision Changes Path 1.9 +20 -2 src/crypto/openssh/config.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 02:51:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F294416A4CE; Tue, 20 Apr 2004 02:51:15 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DCF43D1F; Tue, 20 Apr 2004 02:51:14 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3K9tT9a039909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Apr 2004 12:55:31 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3K9p8pn063541; Tue, 20 Apr 2004 12:51:08 +0300 (EEST) (envelope-from ru) Date: Tue, 20 Apr 2004 12:51:07 +0300 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20040420095107.GA63473@ip.net.ua> References: <200404200935.i3K9Zeie019336@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 09:51:16 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 20, 2004 at 11:41:56AM +0200, Dag-Erling Sm?rgrav wrote: > Dag-Erling Smorgrav writes: > > Log Message: > > Vendor import of OpenSSH 3.8.1p1. >=20 > Ugh. Bungled import, I thought the first one hadn't gone through. >=20 I liked this one -- it had no conflicts whatsoever. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAhPKLUkv4P6juNwoRAifgAKCH7VjwfDnOermkcWfOdlvunwyFfQCeKl9I UmssX06OPhkngqe11MLVNi0= =O6LQ -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-cvs-src@FreeBSD.ORG Tue Apr 20 03:12:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A3816A4CE; Tue, 20 Apr 2004 03:12:09 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF0443D5D; Tue, 20 Apr 2004 03:12:09 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.31; FreeBSD) id 1BFsEZ-000NUn-8t; Tue, 20 Apr 2004 11:12:07 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.32; FreeBSD) id 1BFsEW-0008NJ-EJ; Tue, 20 Apr 2004 11:12:04 +0100 Date: Tue, 20 Apr 2004 11:12:04 +0100 From: Ceri Davies To: Wilko Bulte Message-ID: <20040420101204.GH608@submonkey.net> Mail-Followup-To: Ceri Davies , Wilko Bulte , Luigi Rizzo , Tony Ackerman , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200404191747.i3JHljPm079969@repoman.freebsd.org> <20040419105848.A70461@xorpc.icir.org> <20040419195209.GA12815@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2/5bycvrmDh4d1IB" Content-Disposition: inline In-Reply-To: <20040419195209.GA12815@freebie.xs4all.nl> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: Luigi Rizzo cc: Tony Ackerman cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 10:12:09 -0000 --2/5bycvrmDh4d1IB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 19, 2004 at 09:52:09PM +0200, Wilko Bulte wrote: > On Mon, Apr 19, 2004 at 10:58:48AM -0700, Luigi Rizzo wrote: > > just curious, was this agreed with pdeuskar who is from Intel > > and has taken good care of the driver till now ? >=20 > Given that pdeuskar acts as Tony's mentor... It should be noted that an Approved by: pdeuskar (mentor) line in the commit log would have cleared all of this up before questions were asked ;-) Ceri > > On Mon, Apr 19, 2004 at 10:47:45AM -0700, Tony Ackerman wrote: > > > tackerman 2004/04/19 10:47:45 PDT > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > . MAINTAINERS=20 > > > Log: > > > Adding Tony Ackerman (tackerman) as the maintainer for the em(4) In= tel Gigabit Ethernet driver. > > > =20 > > > Revision Changes Path > > > 1.88 +1 -0 src/MAINTAINERS --=20 --2/5bycvrmDh4d1IB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAhPd0ocfcwTS3JF8RAq2jAKCUczJ/hBPjjX/VVaHYHO3JdfOtSgCdH/1/ LMVvdVxqqFkV/RAPUNrvyzw= =Sk1S -----END PGP SIGNATURE----- --2/5bycvrmDh4d1IB-- From owner-cvs-src@FreeBSD.ORG Tue Apr 20 04:41:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808B216A4CE; Tue, 20 Apr 2004 04:41:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EEC43D1D; Tue, 20 Apr 2004 04:41:58 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KBfwGe048033; Tue, 20 Apr 2004 04:41:58 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KBfwLg048025; Tue, 20 Apr 2004 04:41:58 -0700 (PDT) (envelope-from tjr) Message-Id: <200404201141.i3KBfwLg048025@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 20 Apr 2004 04:41:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_msdosfs boot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 11:41:58 -0000 tjr 2004/04/20 04:41:57 PDT FreeBSD src repository Modified files: sbin/fsck_msdosfs boot.c Log: Only compare the interesting part of the bootblock with its backup. Allow check to proceed with bad backup boot block if we're doing a readonly check. Various typos in comments. Obtained from: NetBSD Revision Changes Path 1.4 +8 -4 src/sbin/fsck_msdosfs/boot.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 05:50:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A805016A4D0 for ; Tue, 20 Apr 2004 05:50:48 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 588F343D5A for ; Tue, 20 Apr 2004 05:50:48 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 27910 invoked by uid 1000); 20 Apr 2004 12:50:48 -0000 Date: Tue, 20 Apr 2004 05:50:48 -0700 (PDT) From: Nate Lawson To: Mike Silbersack In-Reply-To: <20040420032850.H20848@odysseus.silby.com> Message-ID: <20040420054638.E27872@root.org> References: <200404200633.i3K6XdXn067858@repoman.freebsd.org> <20040420032850.H20848@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 12:50:48 -0000 On Tue, 20 Apr 2004, Mike Silbersack wrote: > On Mon, 19 Apr 2004, Mike Silbersack wrote: > > Enhance our RFC1948 implementation to perform better in some pathlogical > > TIME_WAIT recycling cases I was able to generate with http testing tools. > > > > Except in such contrived benchmarking situations, this problem should never > > come up in normal usage... until networks get faster. > > I think that we may have to break away from standard RFC handling and > change the TIME_WAIT code in tcp_input so that it will accept any SYN > packet coming in without regard to the sequence number, forcing the > TIME_WAIT socket to be recycled. It's been a while since I looked at all the RFCs, but can the window scale option be taken into account for this? I'm thinking that if you receive a packet while in TIME_WAIT with the proper window scale + sequence, accept it, otherwise discard. As for initial sequences, make them less dependent on port/address combos. Not sure if this will solve your problem. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:03:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD8F116A4CE; Tue, 20 Apr 2004 06:03:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7E243D46; Tue, 20 Apr 2004 06:03:56 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KD3uGe072984; Tue, 20 Apr 2004 06:03:56 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KD3uT9072983; Tue, 20 Apr 2004 06:03:56 -0700 (PDT) (envelope-from njl) Message-Id: <200404201303.i3KD3uT9072983@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 06:03:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:03:56 -0000 njl 2004/04/20 06:03:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Prove once again data duplication is bad. Finally remove all instances of DA_OLD_QUIRKS (I hope?) Approved by: re (in principle) Revision Changes Path 1.749.2.165 +0 -6 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:04:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CD6216A4D0; Tue, 20 Apr 2004 06:04:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7F443D31; Tue, 20 Apr 2004 06:04:00 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KD3xGe073017; Tue, 20 Apr 2004 06:03:59 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KD3xt3073016; Tue, 20 Apr 2004 06:03:59 -0700 (PDT) (envelope-from bms) Message-Id: <200404201303.i3KD3xt3073016@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 20 Apr 2004 06:03:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:04:00 -0000 bms 2004/04/20 06:03:59 PDT FreeBSD src repository Modified files: sys/conf NOTES Log: Add TCP_SIGNATURE (TCP-MD5) to NOTES for -CURRENT. Revision Changes Path 1.1216 +6 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:06:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCF3316A4CE; Tue, 20 Apr 2004 06:06:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8E043D54; Tue, 20 Apr 2004 06:06:41 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KD6fGe073156; Tue, 20 Apr 2004 06:06:41 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KD6eDY073154; Tue, 20 Apr 2004 06:06:40 -0700 (PDT) (envelope-from tjr) Message-Id: <200404201306.i3KD6eDY073154@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 20 Apr 2004 06:06:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LESS Subject: cvs commit: src/contrib/less acconfig.h configure.in defines.h.top X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:06:42 -0000 tjr 2004/04/20 06:06:40 PDT FreeBSD src repository Removed files: (Branch: LESS) contrib/less acconfig.h configure.in defines.h.top Log: Remove files no longer present in less distribution. Revision Changes Path 1.1.1.3 +0 -76 src/contrib/less/acconfig.h (dead) 1.1.1.4 +0 -322 src/contrib/less/configure.in (dead) 1.1.1.3 +0 -173 src/contrib/less/defines.h.top (dead) From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:07:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1935A16A4CE; Tue, 20 Apr 2004 06:07:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFFBE43D54; Tue, 20 Apr 2004 06:07:54 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KD7sGe073280; Tue, 20 Apr 2004 06:07:54 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KD7sQF073279; Tue, 20 Apr 2004 06:07:54 -0700 (PDT) (envelope-from bms) Message-Id: <200404201307.i3KD7sQF073279@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 20 Apr 2004 06:07:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:07:55 -0000 bms 2004/04/20 06:07:54 PDT FreeBSD src repository Modified files: sys/conf NOTES Log: Braino. Point out that TCP_SIGNATURE requires FAST_IPSEC et al. Revision Changes Path 1.1217 +2 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:09:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D7A16A4CE; Tue, 20 Apr 2004 06:09:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C457A43D2D; Tue, 20 Apr 2004 06:09:17 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KD9HGe073400; Tue, 20 Apr 2004 06:09:17 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KD9HVj073398; Tue, 20 Apr 2004 06:09:17 -0700 (PDT) (envelope-from njl) Message-Id: <200404201309.i3KD9HVj073398@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 06:09:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_acad.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:09:18 -0000 njl 2004/04/20 06:09:17 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c Log: Allow the AC adapter device to be disabled with debug.acpi.disable="acad". Even though documented, this option was never enabled even in rev 1.1. Submitted by: sos Revision Changes Path 1.23 +1 -2 src/sys/dev/acpica/acpi_acad.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:10:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF07716A4CE for ; Tue, 20 Apr 2004 06:10:41 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C0AEB43D39 for ; Tue, 20 Apr 2004 06:10:41 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 28135 invoked by uid 1000); 20 Apr 2004 13:10:41 -0000 Date: Tue, 20 Apr 2004 06:10:41 -0700 (PDT) From: Nate Lawson To: cvs-all@FreeBSD.org In-Reply-To: <20040420130409.1B81416A542@hub.freebsd.org> Message-ID: <20040420061015.G28124@root.org> References: <20040420130409.1B81416A542@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf LINT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:10:42 -0000 Pointed out by: des SUPER POINTY HAT: njl On Tue, 20 Apr 2004, Nate Lawson wrote: > njl 2004/04/20 06:03:55 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/i386/conf LINT > Log: > Prove once again data duplication is bad. Finally remove all instances > of DA_OLD_QUIRKS (I hope?) > > Approved by: re (in principle) > > Revision Changes Path > 1.749.2.165 +0 -6 src/sys/i386/conf/LINT From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:26:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B9016A4CE; Tue, 20 Apr 2004 06:26:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A0E843D77; Tue, 20 Apr 2004 06:26:52 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KDQqGe077477; Tue, 20 Apr 2004 06:26:52 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KDQqLQ077476; Tue, 20 Apr 2004 06:26:52 -0700 (PDT) (envelope-from joerg) Message-Id: <200404201326.i3KDQqLQ077476@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 20 Apr 2004 06:26:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rarpd rarpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:26:52 -0000 joerg 2004/04/20 06:26:52 PDT FreeBSD src repository Modified files: usr.sbin/rarpd rarpd.c Log: Fix a typo. Revision Changes Path 1.39 +1 -1 src/usr.sbin/rarpd/rarpd.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:30:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1012D16A4CE; Tue, 20 Apr 2004 06:30:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48FE43D46; Tue, 20 Apr 2004 06:30:49 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KDUnGe077695; Tue, 20 Apr 2004 06:30:49 -0700 (PDT) (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KDUnkF077694; Tue, 20 Apr 2004 06:30:49 -0700 (PDT) (envelope-from darrenr) Message-Id: <200404201330.i3KDUnkF077694@repoman.freebsd.org> From: Darren Reed Date: Tue, 20 Apr 2004 06:30:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ipfilter ipmon X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:30:50 -0000 darrenr 2004/04/20 06:30:49 PDT FreeBSD src repository Modified files: etc/rc.d ipfilter ipmon Log: apply patch so pr can be closed PR: misc/56715 Submitted by: grant@NetBSD.org Reviewed by: darrenr Revision Changes Path 1.20 +1 -1 src/etc/rc.d/ipfilter 1.10 +1 -1 src/etc/rc.d/ipmon From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:34:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B5116A4CE; Tue, 20 Apr 2004 06:34:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F3143D31; Tue, 20 Apr 2004 06:34:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KDYIGe079473; Tue, 20 Apr 2004 06:34:18 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KDYI36079472; Tue, 20 Apr 2004 06:34:18 -0700 (PDT) (envelope-from obrien) Message-Id: <200404201334.i3KDYI36079472@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Apr 2004 06:34:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/boot0 boot0ext.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:34:19 -0000 obrien 2004/04/20 06:34:18 PDT FreeBSD src repository Modified files: sys/boot/i386/boot0 boot0ext.s Log: Fix a last second typo in 'vi' that caused a problem. Revision Changes Path 1.5 +2 -2 src/sys/boot/i386/boot0/boot0ext.s From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:36:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D1016A4CE; Tue, 20 Apr 2004 06:36:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C5343D31; Tue, 20 Apr 2004 06:36:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KDaiGe079609; Tue, 20 Apr 2004 06:36:44 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KDainn079608; Tue, 20 Apr 2004 06:36:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200404201336.i3KDainn079608@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Apr 2004 06:36:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci amdpm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:36:45 -0000 obrien 2004/04/20 06:36:44 PDT FreeBSD src repository Modified files: sys/pci amdpm.c Log: Add support for the AMD 8111. Revision Changes Path 1.13 +4 -2 src/sys/pci/amdpm.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:44:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE8916A4CE; Tue, 20 Apr 2004 06:44:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E0B43D39; Tue, 20 Apr 2004 06:44:57 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KDivGe081635; Tue, 20 Apr 2004 06:44:57 -0700 (PDT) (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KDivEY081634; Tue, 20 Apr 2004 06:44:57 -0700 (PDT) (envelope-from darrenr) Message-Id: <200404201344.i3KDivEY081634@repoman.freebsd.org> From: Darren Reed Date: Tue, 20 Apr 2004 06:44:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security 610.ipf6denied X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:44:58 -0000 darrenr 2004/04/20 06:44:57 PDT FreeBSD src repository Modified files: etc/defaults periodic.conf Added files: etc/periodic/security 610.ipf6denied Log: Add script for checking ipv6 blocked packets from PR. PR: misc/50154 Submitted by: Kimura Fuyuki Revision Changes Path 1.28 +3 -0 src/etc/defaults/periodic.conf 1.1 +53 -0 src/etc/periodic/security/610.ipf6denied (new) From owner-cvs-src@FreeBSD.ORG Tue Apr 20 06:58:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6186616A4CE; Tue, 20 Apr 2004 06:58:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AFDE43D49; Tue, 20 Apr 2004 06:58:15 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KDwFGe084120; Tue, 20 Apr 2004 06:58:15 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KDwEsl084119; Tue, 20 Apr 2004 06:58:14 -0700 (PDT) (envelope-from joerg) Message-Id: <200404201358.i3KDwEsl084119@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 20 Apr 2004 06:58:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rarpd rarpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 13:58:15 -0000 joerg 2004/04/20 06:58:14 PDT FreeBSD src repository Modified files: usr.sbin/rarpd rarpd.c Log: While walking over the list of interfaces obtained from getifaddrs(3), rarpd clobbered any AF_INET information already configured for a given interface name, so interfaces with more than one IP address made rarpd listen only for the last address out of all IP aliases. I changed this, so that AF_LINK information is always collected first (to ensure the interface name gets its link-layer address associated), but while looking for AF_INET addresses, the configuration is cloned if there has already been one IP address seen for that interface name. Thus, rarpd now effectively listens on all subnets. MFC after: 1 week Revision Changes Path 1.40 +40 -4 src/usr.sbin/rarpd/rarpd.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 07:01:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C0916A4D2; Tue, 20 Apr 2004 07:01:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D1743D5E; Tue, 20 Apr 2004 07:01:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KE1UGe084829; Tue, 20 Apr 2004 07:01:30 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KE1UXF084812; Tue, 20 Apr 2004 07:01:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200404201401.i3KE1UXF084812@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Apr 2004 07:01:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libg2c Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 14:01:31 -0000 obrien 2004/04/20 07:01:29 PDT FreeBSD src repository Modified files: gnu/lib/libg2c Makefile Log: Add "subscribe out of range" support. Revision Changes Path 1.12 +1 -1 src/gnu/lib/libg2c/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 20 07:06:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD95416A4CE; Tue, 20 Apr 2004 07:06:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F86943D53; Tue, 20 Apr 2004 07:06:43 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KE6hGe087355; Tue, 20 Apr 2004 07:06:43 -0700 (PDT) (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KE6gQp087354; Tue, 20 Apr 2004 07:06:42 -0700 (PDT) (envelope-from darrenr) Message-Id: <200404201406.i3KE6gQp087354@repoman.freebsd.org> From: Darren Reed Date: Tue, 20 Apr 2004 07:06:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ipfilter Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 14:06:43 -0000 darrenr 2004/04/20 07:06:42 PDT FreeBSD src repository Modified files: sys/modules/ipfilter Makefile Log: IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default. PR: kern/57730 Submitted by: FUKAUMI Naoki Revision Changes Path 1.13 +2 -0 src/sys/modules/ipfilter/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 20 07:43:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D8A16A4CE; Tue, 20 Apr 2004 07:43:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B8443D3F; Tue, 20 Apr 2004 07:43:26 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KEhQGe095982; Tue, 20 Apr 2004 07:43:26 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KEhQxP095981; Tue, 20 Apr 2004 07:43:26 -0700 (PDT) (envelope-from kensmith) Message-Id: <200404201443.i3KEhQxP095981@repoman.freebsd.org> From: Ken Smith Date: Tue, 20 Apr 2004 07:43:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 14:43:26 -0000 kensmith 2004/04/20 07:43:26 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/stdlib malloc.c Log: This is a partial MFC of 1.74. From the CVS log for that: revision 1.74 date: 2003/01/30 15:00:17; author: phk; state: Exp; lines: +4 -0 Catch some cases where asking for ridiculously large allocations could result in a segfault. Instead just return NULL. Requested by: JINMEI Tatuya and so@ Reviewed by: phk (but he's not responsible if this makes 4.10 go boom :-) Approved by: re (scottl) Revision Changes Path 1.49.2.5 +2 -0 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 07:53:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10FAC16A4CE; Tue, 20 Apr 2004 07:53:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E681543D1D; Tue, 20 Apr 2004 07:53:36 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KEraGe098094; Tue, 20 Apr 2004 07:53:36 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KEraP7098093; Tue, 20 Apr 2004 07:53:36 -0700 (PDT) (envelope-from bms) Message-Id: <200404201453.i3KEraP7098093@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 20 Apr 2004 07:53:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec xform_tcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 14:53:37 -0000 bms 2004/04/20 07:53:35 PDT FreeBSD src repository Modified files: sys/netipsec xform_tcp.c Log: Fix a debugging printf snafu. Revision Changes Path 1.3 +1 -1 src/sys/netipsec/xform_tcp.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:10:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B67516A4CE; Tue, 20 Apr 2004 08:10:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C32F43D1F; Tue, 20 Apr 2004 08:10:00 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFA0Ge001490; Tue, 20 Apr 2004 08:10:00 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFA0hU001489; Tue, 20 Apr 2004 08:10:00 -0700 (PDT) (envelope-from obrien) Message-Id: <200404201510.i3KFA0hU001489@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Apr 2004 08:09:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libg2c config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:10:00 -0000 obrien 2004/04/20 08:09:59 PDT FreeBSD src repository Modified files: gnu/lib/libg2c config.h Log: Updated config.h for f77 3.3.3. Revision Changes Path 1.2 +21 -0 src/gnu/lib/libg2c/config.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:16:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1850E16A4ED; Tue, 20 Apr 2004 08:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE6543D46; Tue, 20 Apr 2004 08:16:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFG7Ge003576; Tue, 20 Apr 2004 08:16:07 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFG7UX003575; Tue, 20 Apr 2004 08:16:07 -0700 (PDT) (envelope-from ru) Message-Id: <200404201516.i3KFG7UX003575@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 Apr 2004 08:16:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:16:08 -0000 ru 2004/04/20 08:16:07 PDT FreeBSD src repository Modified files: share/mk sys.mk Log: g++(1) is unhappy with -Wnested-externs. Prodded by: des Revision Changes Path 1.76 +1 -1 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:33:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D4F116A4CE; Tue, 20 Apr 2004 08:33:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE0743D53; Tue, 20 Apr 2004 08:33:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFX1Ge007508; Tue, 20 Apr 2004 08:33:01 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFX1f0007507; Tue, 20 Apr 2004 08:33:01 -0700 (PDT) (envelope-from obrien) Message-Id: <200404201533.i3KFX1f0007507@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Apr 2004 08:33:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libg2c config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:33:01 -0000 obrien 2004/04/20 08:33:00 PDT FreeBSD src repository Modified files: gnu/lib/libg2c config.h Log: Add missing unique bits from libI77 v3.3.3's config.h.in. The GCC developers separated out the configure header between libU77 and libI77 and FreeBSD didn't keep up with the change. So now this header needs to be a superset of both sublib's configuration specification. Notably this commit causes ftruncate(), fseeko(), and ftello() to be used. PR: 22635 Revision Changes Path 1.3 +45 -0 src/gnu/lib/libg2c/config.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:33:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1147B16A4D1; Tue, 20 Apr 2004 08:33:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC25B43D45; Tue, 20 Apr 2004 08:33:24 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFXOGe007547; Tue, 20 Apr 2004 08:33:24 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFXORV007546; Tue, 20 Apr 2004 08:33:24 -0700 (PDT) (envelope-from njl) Message-Id: <200404201533.i3KFXORV007546@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 08:33:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hfa fore_load.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:33:25 -0000 njl 2004/04/20 08:33:24 PDT FreeBSD src repository Removed files: sys/dev/hfa fore_load.c Log: Delete an unused file which no longer compiles anyway. Approved by: mdodd Revision Changes Path 1.32 +0 -599 src/sys/dev/hfa/fore_load.c (dead) From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:39:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 007C316A4CE; Tue, 20 Apr 2004 08:39:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70CF43D1F; Tue, 20 Apr 2004 08:39:05 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFd5Ge007752; Tue, 20 Apr 2004 08:39:05 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFd5RF007751; Tue, 20 Apr 2004 08:39:05 -0700 (PDT) (envelope-from njl) Message-Id: <200404201539.i3KFd5RF007751@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 08:39:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:39:06 -0000 njl 2004/04/20 08:39:04 PDT FreeBSD src repository Modified files: sys/conf files Log: Remove the commented out line for fore_load.c now that it's been removed. Revision Changes Path 1.887 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:42:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B1B16A4CF; Tue, 20 Apr 2004 08:42:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AD243D53; Tue, 20 Apr 2004 08:42:16 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFgGGe009570; Tue, 20 Apr 2004 08:42:16 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFgGO6009566; Tue, 20 Apr 2004 08:42:16 -0700 (PDT) (envelope-from njl) Message-Id: <200404201542.i3KFgGO6009566@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 08:42:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:42:17 -0000 njl 2004/04/20 08:42:16 PDT FreeBSD src repository Modified files: sys/conf files Log: Remove an extra line that crept in. Revision Changes Path 1.888 +0 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Tue Apr 20 08:49:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 981BF16A4CE; Tue, 20 Apr 2004 08:49:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A85443D3F; Tue, 20 Apr 2004 08:49:31 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KFnVGe015980; Tue, 20 Apr 2004 08:49:31 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KFnVCh015979; Tue, 20 Apr 2004 08:49:31 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404201549.i3KFnVCh015979@repoman.freebsd.org> From: Colin Percival Date: Tue, 20 Apr 2004 08:49:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/sys/kern kern_timeout.c src/sys/sys callout.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 15:49:31 -0000 cperciva 2004/04/20 08:49:31 PDT FreeBSD src repository Modified files: . UPDATING sys/kern kern_timeout.c sys/sys callout.h Log: 1. Remove callout_stop binary compatibility. 2. Document that this means that kernel modules must be rebuilt. 3. While I'm here, fix my sorting error in callout.h Requested by: many [1], scottl [2], bde [3] Revision Changes Path 1.306 +5 -0 src/UPDATING 1.88 +0 -10 src/sys/kern/kern_timeout.c 1.27 +1 -2 src/sys/sys/callout.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 10:07:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3D816A4CE; Tue, 20 Apr 2004 10:07:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F06043D46; Tue, 20 Apr 2004 10:07:56 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KH7tGe034425; Tue, 20 Apr 2004 10:07:55 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KH7tEW034424; Tue, 20 Apr 2004 10:07:55 -0700 (PDT) (envelope-from pjd) Message-Id: <200404201707.i3KH7tEW034424@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 20 Apr 2004 10:07:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/concat g_concat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 17:07:56 -0000 pjd 2004/04/20 10:07:55 PDT FreeBSD src repository Modified files: sys/geom/concat g_concat.c Log: - Don't check if 'gp' is non-NULL, it always is and GEOM wants to dump geom configuration when 'pp' and 'cp' are NULL. - Use tabs instead of spaces. Revision Changes Path 1.7 +10 -10 src/sys/geom/concat/g_concat.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 10:08:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 072BC16A508 for ; Tue, 20 Apr 2004 10:08:11 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 28BF643D54 for ; Tue, 20 Apr 2004 10:08:10 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 46300 invoked from network); 20 Apr 2004 17:08:09 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 20 Apr 2004 17:08:09 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 20 Apr 2004 14:12:51 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <20040420054638.E27872@root.org> Message-ID: <20040420141059.Q25391@odysseus.silby.com> References: <200404200633.i3K6XdXn067858@repoman.freebsd.org> <20040420032850.H20848@odysseus.silby.com> <20040420054638.E27872@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 17:08:11 -0000 On Tue, 20 Apr 2004, Nate Lawson wrote: > > I think that we may have to break away from standard RFC handling and > > change the TIME_WAIT code in tcp_input so that it will accept any SYN > > packet coming in without regard to the sequence number, forcing the > > TIME_WAIT socket to be recycled. > > It's been a while since I looked at all the RFCs, but can the window scale > option be taken into account for this? I'm thinking that if you receive a > packet while in TIME_WAIT with the proper window scale + sequence, accept > it, otherwise discard. As for initial sequences, make them less dependent > on port/address combos. Not sure if this will solve your problem. > > -Nate I don't see how the window scale option would change the situation at all. Making ISNs less dependent on the port/address pair isn't a solution either, their dependence on port/address is RFC1948's best property! In the face of high speed networks, we may just have to drop the check completely. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Tue Apr 20 10:13:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7543116A4CF; Tue, 20 Apr 2004 10:13:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5915943D4C; Tue, 20 Apr 2004 10:13:09 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KHD9Ge036319; Tue, 20 Apr 2004 10:13:09 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KHD8k6036318; Tue, 20 Apr 2004 10:13:08 -0700 (PDT) (envelope-from njl) Message-Id: <200404201713.i3KHD8k6036318@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 10:13:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica/Osd OsdTable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 17:13:09 -0000 njl 2004/04/20 10:13:08 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdTable.c Log: Style fixes. Revision Changes Path 1.7 +3 -16 src/sys/dev/acpica/Osd/OsdTable.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 10:45:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EDE16A4CE; Tue, 20 Apr 2004 10:45:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70C343D5E; Tue, 20 Apr 2004 10:45:48 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KHjmGe042498; Tue, 20 Apr 2004 10:45:48 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KHjmfb042497; Tue, 20 Apr 2004 10:45:48 -0700 (PDT) (envelope-from njl) Message-Id: <200404201745.i3KHjmfb042497@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 10:45:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 17:45:49 -0000 njl 2004/04/20 10:45:48 PDT FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Add the "new" acad disabling feature. Revision Changes Path 1.33 +3 -0 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Tue Apr 20 10:59:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0CA16A4CE; Tue, 20 Apr 2004 10:59:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BF743D49; Tue, 20 Apr 2004 10:59:45 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KHxjGe044621; Tue, 20 Apr 2004 10:59:45 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KHxjr2044620; Tue, 20 Apr 2004 10:59:45 -0700 (PDT) (envelope-from njl) Message-Id: <200404201759.i3KHxjr2044620@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 10:59:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 17:59:45 -0000 njl 2004/04/20 10:59:45 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC quirks. Approved by: re (scottl, any mistakes under penalty of beer) Revision Changes Path 1.42.2.49 +29 -5 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 11:37:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DAF816A4CE; Tue, 20 Apr 2004 11:37:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AEE43D45; Tue, 20 Apr 2004 11:37:34 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KIbYGe053715; Tue, 20 Apr 2004 11:37:34 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KIbXpY053714; Tue, 20 Apr 2004 11:37:33 -0700 (PDT) (envelope-from hrs) Message-Id: <200404201837.i3KIbXpY053714@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 20 Apr 2004 11:37:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 20 Apr 2004 18:37:34 -0000 hrs 2004/04/20 11:37:33 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: DA_OLD_QUIRKS removed, RFC 1948 improvement, random ephemeral port allocation from OpenBSD, df(1) -c option added, rarpd(8) fix when an iface with more than one IP address, and OpenSSH 3.8p1 -> 3.8.1p1. Revision Changes Path 1.720 +19 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 20 11:38:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A0516A4CE; Tue, 20 Apr 2004 11:38:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485B343D41; Tue, 20 Apr 2004 11:38:20 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KIcKGe053759; Tue, 20 Apr 2004 11:38:20 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KIcJhm053758; Tue, 20 Apr 2004 11:38:19 -0700 (PDT) (envelope-from hrs) Message-Id: <200404201838.i3KIcJhm053758@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 20 Apr 2004 11:38:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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.1 Precedence: 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, 20 Apr 2004 18:38:20 -0000 hrs 2004/04/20 11:38:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: DA_OLD_QUIRKS removed. Approved by: re (implicitly) Revision Changes Path 1.22.2.410 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 20 12:04:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B398416A4CE; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9681043D41; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KJ4NGe060971; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KJ4NZE060964; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) (envelope-from ru) Message-Id: <200404201904.i3KJ4NZE060964@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 Apr 2004 12:04:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 19:04:23 -0000 ru 2004/04/20 12:04:23 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/groff/tmac doc-common doc-syms gnu/usr.bin/groff/tmac mdoc.local Log: MFC: Sync mdoc(7) with version in HEAD. Approved by: re (bmah) Revision Changes Path 1.21.2.32 +93 -54 src/contrib/groff/tmac/doc-common 1.24.2.13 +22 -5 src/contrib/groff/tmac/doc-syms 1.2.2.23 +1 -7 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Tue Apr 20 12:04:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3F816A4CF; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52D243D54; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KJ4NGe060972; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KJ4NIY060970; Tue, 20 Apr 2004 12:04:23 -0700 (PDT) (envelope-from bms) Message-Id: <200404201904.i3KJ4NIY060970@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 20 Apr 2004 12:04:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 19:04:24 -0000 bms 2004/04/20 12:04:23 PDT FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Fix a typo in a comment. Revision Changes Path 1.104 +1 -1 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 12:20:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C8C16A4CE; Tue, 20 Apr 2004 12:20:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C3B443D46; Tue, 20 Apr 2004 12:20:19 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KJKJGe063486; Tue, 20 Apr 2004 12:20:19 -0700 (PDT) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KJKJr9063485; Tue, 20 Apr 2004 12:20:19 -0700 (PDT) (envelope-from ceri) Message-Id: <200404201920.i3KJKJr9063485@repoman.freebsd.org> From: Ceri Davies Date: Tue, 20 Apr 2004 12:20:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes.sp.ok fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 19:20:19 -0000 ceri 2004/04/20 12:20:18 PDT FreeBSD src repository (doc committer) Modified files: games/fortune/datfiles fortunes fortunes.sp.ok fortunes2 Log: Don peril-sensitive sunglasses and correct the spelling of ukulele. "Ukulele" is the canonical term, with "ukelele" being a derivation. Also there is some evidence that the original appearance of the quote had the spelling "ukulele", although anyone who has a copy of Esquire from March 1967 is welcome to prove me wrong. PR: bin/65626 Submitted by: Gavin Atkinson Revision Changes Path 1.128 +1 -1 src/games/fortune/datfiles/fortunes 1.5 +1 -1 src/games/fortune/datfiles/fortunes.sp.ok 1.65 +1 -1 src/games/fortune/datfiles/fortunes2 From owner-cvs-src@FreeBSD.ORG Tue Apr 20 12:22:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA06A16A4CE; Tue, 20 Apr 2004 12:22:46 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E09C43D5A; Tue, 20 Apr 2004 12:22:46 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.31; FreeBSD) id 1BG0pR-000PSP-DR; Tue, 20 Apr 2004 20:22:45 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.32; FreeBSD) id 1BG0pP-000Au1-Ew; Tue, 20 Apr 2004 20:22:43 +0100 Date: Tue, 20 Apr 2004 20:22:43 +0100 From: Ceri Davies To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040420192243.GL32710@submonkey.net> Mail-Followup-To: Ceri Davies , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200404201920.i3KJKJr9063485@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qgd2S+2VS1hsWwXW" Content-Disposition: inline In-Reply-To: <200404201920.i3KJKJr9063485@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies Subject: Re: cvs commit: src/games/fortune/datfiles fortunes fortunes.sp.ok fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 19:22:47 -0000 --Qgd2S+2VS1hsWwXW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 20, 2004 at 12:20:18PM -0700, Ceri Davies wrote: > ceri 2004/04/20 12:20:18 PDT >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > games/fortune/datfiles fortunes fortunes.sp.ok fortunes2=20 > Log: > Don peril-sensitive sunglasses and correct the spelling of ukulele. > =20 > "Ukulele" is the canonical term, with "ukelele" being a derivation. > Also there is some evidence that the original appearance of the quote > had the spelling "ukulele", although anyone who has a copy of Esquire > from March 1967 is welcome to prove me wrong. And for those who are interested, although it's not "St. Matthew Passion": http://www.nalu-music.com/nalu/bach.html Ceri --=20 --Qgd2S+2VS1hsWwXW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAhXiDocfcwTS3JF8RAkjCAJ9+3xkJFSnegI9wtToo3mWnvcdVGgCfW7R+ z5Af5BTjyewB9kgzFfhwO8c= =XVtO -----END PGP SIGNATURE----- --Qgd2S+2VS1hsWwXW-- From owner-cvs-src@FreeBSD.ORG Tue Apr 20 13:07:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D510E16A4CE; Tue, 20 Apr 2004 13:07:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B907343D41; Tue, 20 Apr 2004 13:07:30 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KK7UGe080783; Tue, 20 Apr 2004 13:07:30 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KK7UxK080782; Tue, 20 Apr 2004 13:07:30 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404202007.i3KK7UxK080782@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 20 Apr 2004 13:07:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c archive_write_set_format_ustar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 20:07:31 -0000 kientzle 2004/04/20 13:07:30 PDT FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c archive_write_set_format_ustar.c Log: Eliminate some redundant calls to archive_entry_hardlink. Revision Changes Path 1.9 +8 -5 src/lib/libarchive/archive_write_set_format_pax.c 1.7 +7 -3 src/lib/libarchive/archive_write_set_format_ustar.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 13:09:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 031CC16A4CE; Tue, 20 Apr 2004 13:09:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D934843D39; Tue, 20 Apr 2004 13:09:06 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KK96Ge080836; Tue, 20 Apr 2004 13:09:06 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KK96U3080835; Tue, 20 Apr 2004 13:09:06 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404202009.i3KK96U3080835@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 20 Apr 2004 13:09:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 20:09:07 -0000 kientzle 2004/04/20 13:09:06 PDT FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: In GNU tar archives, read ctime from ctime field, not atime field. Credit: Juergen Lock Revision Changes Path 1.9 +1 -1 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 13:21:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1174216A4CE; Tue, 20 Apr 2004 13:21:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CF143D5E; Tue, 20 Apr 2004 13:21:36 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KKLaGe083990; Tue, 20 Apr 2004 13:21:36 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KKLao2083984; Tue, 20 Apr 2004 13:21:36 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404202021.i3KKLao2083984@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 20 Apr 2004 13:21:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_shar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 20:21:37 -0000 kientzle 2004/04/20 13:21:36 PDT FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_shar.c Log: Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives. While I'm here, add some logic to avoid "mkdir ." Reported by: Juergen Lock Revision Changes Path 1.6 +27 -15 src/lib/libarchive/archive_write_set_format_shar.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 13:57:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B89F216A4CE; Tue, 20 Apr 2004 13:57:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C55A43D46; Tue, 20 Apr 2004 13:57:30 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KKvUGe091202; Tue, 20 Apr 2004 13:57:30 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KKvTuH091201; Tue, 20 Apr 2004 13:57:29 -0700 (PDT) (envelope-from sos) Message-Id: <200404202057.i3KKvTuH091201@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 20 Apr 2004 13:57:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c src/sys/dev/ata ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 20:57:30 -0000 sos 2004/04/20 13:57:29 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c sys/dev/ata ata-pci.c Log: Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats on the standard ATA primary and secondary addresses. Reintroduce the size 1 ALTIO space so that we can have both ATA and floppies back working. Revision Changes Path 1.79 +3 -3 src/sys/dev/ata/ata-pci.c 1.246 +9 -0 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 14:06:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300EA16A4D1 for ; Tue, 20 Apr 2004 14:06:38 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D23FC43D58 for ; Tue, 20 Apr 2004 14:06:37 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 31371 invoked by uid 1000); 20 Apr 2004 21:06:39 -0000 Date: Tue, 20 Apr 2004 14:06:39 -0700 (PDT) From: Nate Lawson To: =?X-UNKNOWN?Q?S=F8ren_Schmidt?= In-Reply-To: <20040420205744.3A2C116A52D@hub.freebsd.org> Message-ID: <20040420140621.D31324@root.org> References: <20040420205744.3A2C116A52D@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.c src/sys/dev/ata ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 21:06:38 -0000 On Tue, 20 Apr 2004, S=F8ren Schmidt wrote: > sos 2004/04/20 13:57:29 PDT > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c > sys/dev/ata ata-pci.c > Log: > Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats on > the standard ATA primary and secondary addresses. > > Reintroduce the size 1 ALTIO space so that we can have both ATA and > floppies back working. > > Revision Changes Path > 1.79 +3 -3 src/sys/dev/ata/ata-pci.c > 1.246 +9 -0 src/sys/dev/pci/pci.c Good to have this working again. -Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 20 14:07:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC6A016A4CF; Tue, 20 Apr 2004 14:07:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B108643D53; Tue, 20 Apr 2004 14:07:43 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KL7hGe094484; Tue, 20 Apr 2004 14:07:43 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KL7hRC094483; Tue, 20 Apr 2004 14:07:43 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404202107.i3KL7hRC094483@repoman.freebsd.org> From: Colin Percival Date: Tue, 20 Apr 2004 14:07:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys kqueue.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 21:07:44 -0000 cperciva 2004/04/20 14:07:43 PDT FreeBSD src repository Modified files: lib/libc/sys kqueue.2 Log: Add mention of the fact that timeouts are silently limited to 24 hours. Observed by: jmg Revision Changes Path 1.37 +5 -0 src/lib/libc/sys/kqueue.2 From owner-cvs-src@FreeBSD.ORG Tue Apr 20 15:04:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B3B16A4CE; Tue, 20 Apr 2004 15:04:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D54D43D46; Tue, 20 Apr 2004 15:04:13 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KM4DGe007693; Tue, 20 Apr 2004 15:04:13 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KM4DmK007692; Tue, 20 Apr 2004 15:04:13 -0700 (PDT) (envelope-from green) Message-Id: <200404202204.i3KM4DmK007692@repoman.freebsd.org> From: Brian Feldman Date: Tue, 20 Apr 2004 15:04:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 22:04:13 -0000 green 2004/04/20 15:04:13 PDT FreeBSD src repository Modified files: usr.bin/make job.c Log: Treat kevent(2) returning an error EINTR as the non-error it is. Revision Changes Path 1.49 +3 -2 src/usr.bin/make/job.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 15:10:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0D9A16A4CE; Tue, 20 Apr 2004 15:10:53 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F3F743D45; Tue, 20 Apr 2004 15:10:53 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (22d0c028ecd72e4e5dfee488520b6ed5@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3KMAqh7026236; Tue, 20 Apr 2004 17:10:52 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 685B9511FB; Tue, 20 Apr 2004 15:10:52 -0700 (PDT) Date: Tue, 20 Apr 2004 15:10:52 -0700 From: Kris Kennaway To: Darren Reed Message-ID: <20040420221052.GA67974@xor.obsecurity.org> References: <200404201330.i3KDUnkF077694@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <200404201330.i3KDUnkF077694@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ipfilter ipmon X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 22:10:53 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 20, 2004 at 06:30:49AM -0700, Darren Reed wrote: > darrenr 2004/04/20 06:30:49 PDT >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d ipfilter ipmon=20 > Log: > apply patch so pr can be closed FreeBSD commit logs should contain a concise summary of the change being made. Kris --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAhZ/sWry0BWjoQKURAi/KAJsE6HSSPzB66gAHskT4tqowiobIzwCgnn6O Sa4fYr0lff0c1UPxQaR61zM= =zHEj -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-cvs-src@FreeBSD.ORG Tue Apr 20 16:34:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE9316A4CE; Tue, 20 Apr 2004 16:34:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00DD43D1F; Tue, 20 Apr 2004 16:34:39 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KNYdGe026715; Tue, 20 Apr 2004 16:34:39 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KNYd2j026714; Tue, 20 Apr 2004 16:34:39 -0700 (PDT) (envelope-from brooks) Message-Id: <200404202334.i3KNYd2j026714@repoman.freebsd.org> From: Brooks Davis Date: Tue, 20 Apr 2004 16:34:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/inetd inetd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 23:34:39 -0000 brooks 2004/04/20 16:34:39 PDT FreeBSD src repository Modified files: usr.sbin/inetd inetd.c Log: Remove the requirement that the "discard" service be defined in the services database. Now only services that are actually used need to be defined. Submitted by: ume Revision Changes Path 1.126 +5 -1 src/usr.sbin/inetd/inetd.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 16:40:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB0F16A4CE; Tue, 20 Apr 2004 16:40:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12DE043D45; Tue, 20 Apr 2004 16:40:15 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3KNeEGe026936; Tue, 20 Apr 2004 16:40:14 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3KNeEPu026935; Tue, 20 Apr 2004 16:40:14 -0700 (PDT) (envelope-from luigi) Message-Id: <200404202340.i3KNeEPu026935@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Apr 2004 16:40:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Apr 2004 23:40:15 -0000 luigi 2004/04/20 16:40:14 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net rtsock.c Log: MFC 1.105: only skip the length field (one byte) when comparing addresses. Being so close to the code freeze I went for the easy fix -- just remove the bug -- rather than playing with convoluted casts to produce a stylistically correct piece of code. This and whitespace can be fixed after 4.10 by those interested. Approved by: re Revision Changes Path 1.44.2.14 +1 -1 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 17:36:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2F216A4CE; Tue, 20 Apr 2004 17:36:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F103643D45; Tue, 20 Apr 2004 17:36:15 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L0aFGe045737; Tue, 20 Apr 2004 17:36:15 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L0aFTQ045736; Tue, 20 Apr 2004 17:36:15 -0700 (PDT) (envelope-from njl) Message-Id: <200404210036.i3L0aFTQ045736@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 17:36:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 00:36:16 -0000 njl 2004/04/20 17:36:15 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_cpu.c acpivar.h Log: Move the timer difference convenience function from acpi_cpu.c to make it globally available. acpi_TimerDelta() subtracts two readings from the ACPI PM timer and returns the difference. It properly distinguishes between 24-bit and 32-bit timers and handles wraparound. Revision Changes Path 1.140 +15 -0 src/sys/dev/acpica/acpi.c 1.34 +1 -14 src/sys/dev/acpica/acpi_cpu.c 1.62 +1 -0 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue Apr 20 17:38:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A889D16A4CE; Tue, 20 Apr 2004 17:38:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC5E43D5E; Tue, 20 Apr 2004 17:38:55 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L0ctGe045798; Tue, 20 Apr 2004 17:38:55 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L0ctD2045797; Tue, 20 Apr 2004 17:38:55 -0700 (PDT) (envelope-from njl) Message-Id: <200404210038.i3L0ctD2045797@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 17:38:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 00:38:55 -0000 njl 2004/04/20 17:38:54 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Remove extran parens. Revision Changes Path 1.141 +1 -1 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 17:42:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F5516A4CE; Tue, 20 Apr 2004 17:42:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B589F43D1F; Tue, 20 Apr 2004 17:42:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L0gtGe047757; Tue, 20 Apr 2004 17:42:55 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L0gtY6047756; Tue, 20 Apr 2004 17:42:55 -0700 (PDT) (envelope-from des) Message-Id: <200404210042.i3L0gtY6047756@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 20 Apr 2004 17:42:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/find find.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 00:42:56 -0000 des 2004/04/20 17:42:55 PDT FreeBSD src repository Modified files: usr.bin/find find.1 Log: Clarify and correct some compatibility notes. PR: 65822 Revision Changes Path 1.59 +22 -9 src/usr.bin/find/find.1 From owner-cvs-src@FreeBSD.ORG Tue Apr 20 17:48:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFDC616A4CE; Tue, 20 Apr 2004 17:48:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA83343D1F; Tue, 20 Apr 2004 17:48:17 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L0mHGe048002; Tue, 20 Apr 2004 17:48:17 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L0mHid048001; Tue, 20 Apr 2004 17:48:17 -0700 (PDT) (envelope-from njl) Message-Id: <200404210048.i3L0mHid048001@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 17:48:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 00:48:17 -0000 njl 2004/04/20 17:48:17 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_timer.c Log: Fix several bugs where 32-bit timers and wraparound were not properly supported. Symptoms of this bug included unnecessary use of ACPI-safe and a dmesg that has deltas of about 2^24: ACPI timer looks BAD min = 2, max = 16777206, width = 16777204 ACPI timer looks BAD min = 2, max = 7, width = 5 ACPI timer looks GOOD min = 4, max = 5, width = 1 ACPI timer looks BAD min = 2, max = 16777206, width = 16777204 ACPI timer looks BAD min = 2, max = 7, width = 5 ACPI timer looks BAD min = 2, max = 16777210, width = 16777208 ACPI timer looks BAD min = 4, max = 16777189, width = 16777185 ACPI timer looks GOOD min = 4, max = 5, width = 1 ACPI timer looks BAD min = 2, max = 7, width = 5 ACPI timer looks BAD min = 4, max = 16777189, width = 16777185 To fix this: * Use a 32 bit timecounter mask when the timer is 32 bits. * In test_counter(), use the acpi_TimerDelta function which handles 24/32 bit timers and wraparound. Miscellaneous fixes: * Use C99 initializers for timecounter struct. * Use u_int and uint32_t where appropriate instead of unsigned. * Remove whitespace-only lines * Remove the old PIIX4 PCI workaround. The timecounter testing code has been in use for long enough to prove it's functional. Revision Changes Path 1.29 +26 -110 src/sys/dev/acpica/acpi_timer.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 17:56:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC1D16A4CE; Tue, 20 Apr 2004 17:56:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2950243D1D; Tue, 20 Apr 2004 17:56:39 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L0ucGe050061; Tue, 20 Apr 2004 17:56:38 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L0ucEK050060; Tue, 20 Apr 2004 17:56:38 -0700 (PDT) (envelope-from njl) Message-Id: <200404210056.i3L0ucEK050060@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 17:56:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net res_query.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 00:56:39 -0000 njl 2004/04/20 17:56:38 PDT FreeBSD src repository Modified files: lib/libc/net res_query.c Log: MFdragonfly: resolver fix for timeouts on unqualified hostnames res_search only incremented got_servfail for h_errno == TRY_AGAIN *AND* hp->rcode == SERVFAIL. However, there are cases such as timeouts where rcode is not always set to SERVFAIL. This leads to inconsistent nameserver operation during multi-domain and truncated dot searches, especially during booting when portions of the network are being brought up simultanious with dns lookups. This patch attempts to correct the problem by unconditionally terminating the search if TRY_AGAIN is returned (after res_query has gone through all retries and name servers) instead of trying other domain elements in the domain seach path. This patch should fix reported problems (which I can reproduce) with some NFS mounts failing during boot. This occured because mount_nfs thought the host name lookup returned a definitive failure using a non-dotted host name when, in fact, it timed out on the first part (host.search.domain.name) and got a definitive host-not-found response on the second part (host.). Generally speaking, search path name server timeouts can exceed 60 seconds per element and most machines which consistently timeout on earlier portions of a search path are effectively non-operational due to the imposed delays. It is more important for DNS lookups to return the proper error code then to be able to recover a valid lookup in later portions of the search path in these situations. Obtained from: DragonFly MFC after: 3 weeks Revision Changes Path 1.28 +18 -5 src/lib/libc/net/res_query.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 18:05:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC1C16A4CE; Tue, 20 Apr 2004 18:05:19 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD0343D5F; Tue, 20 Apr 2004 18:05:19 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 5E2FA5C857; Tue, 20 Apr 2004 06:32:20 -0700 (PDT) Date: Tue, 20 Apr 2004 15:32:20 +0200 From: Maxime Henrion To: Darren Reed Message-ID: <20040420133220.GL19602@elvis.mu.org> References: <200404201330.i3KDUnkF077694@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404201330.i3KDUnkF077694@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ipfilter ipmon X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 01:05:20 -0000 Darren Reed wrote: > darrenr 2004/04/20 06:30:49 PDT > > FreeBSD src repository > > Modified files: > etc/rc.d ipfilter ipmon > Log: > apply patch so pr can be closed A descriptive commit log would be nice. By reading this commit log, we have no idea what the patch is... Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Tue Apr 20 19:11:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D6B916A4CF; Tue, 20 Apr 2004 19:11:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FEFB43D39; Tue, 20 Apr 2004 19:11:00 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L2AxGe066168; Tue, 20 Apr 2004 19:11:00 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L2AxUb066167; Tue, 20 Apr 2004 19:10:59 -0700 (PDT) (envelope-from njl) Message-Id: <200404210210.i3L2AxUb066167@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 19:10:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica acpi_machdep.c src/sys/i386/acpica acpi_machdep.c src/sys/ia64/acpica acpi_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 02:11:00 -0000 njl 2004/04/20 19:10:59 PDT FreeBSD src repository Modified files: sys/amd64/acpica acpi_machdep.c sys/i386/acpica acpi_machdep.c sys/ia64/acpica acpi_machdep.c Log: Don't check for NULL, device_get_softc() always succeeds. Revision Changes Path 1.13 +1 -2 src/sys/amd64/acpica/acpi_machdep.c 1.18 +2 -4 src/sys/i386/acpica/acpi_machdep.c 1.3 +1 -2 src/sys/ia64/acpica/acpi_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 19:16:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E79F316A4CE; Tue, 20 Apr 2004 19:16:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF8A43D2F; Tue, 20 Apr 2004 19:16:07 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L2G7Ge068153; Tue, 20 Apr 2004 19:16:07 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L2G7QV068152; Tue, 20 Apr 2004 19:16:07 -0700 (PDT) (envelope-from njl) Message-Id: <200404210216.i3L2G7QV068152@repoman.freebsd.org> From: Nate Lawson Date: Tue, 20 Apr 2004 19:16:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi/acpi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 02:16:08 -0000 njl 2004/04/20 19:16:07 PDT FreeBSD src repository Modified files: sys/modules/acpi/acpi Makefile Log: Divide the drivers into essential (pci, thermal) and mobile (lid, battery, etc.) Revision Changes Path 1.5 +10 -5 src/sys/modules/acpi/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Tue Apr 20 19:29:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4142116A4CE; Tue, 20 Apr 2004 19:29:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B82443D1D; Tue, 20 Apr 2004 19:29:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L2TSGe070257; Tue, 20 Apr 2004 19:29:29 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L2TSes070256; Tue, 20 Apr 2004 19:29:28 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404210229.i3L2TSes070256@repoman.freebsd.org> From: Bill Paul Date: Tue, 20 Apr 2004 19:29:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 02:29:29 -0000 wpaul 2004/04/20 19:29:28 PDT FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Fix the problems people have been having with the Intel 2100B Centrino wireless ever since I added the new spinlock code. Previously, I added a special ndis_rxeof_serial() function to insure that when we receive a packet, we never end up calling the MiniportReturnPacket() routine until after the receive handler has finished. I set things up so that ndis_rxeof_serial() would only be used for serialized miniports since they depend on this property. Well, it turns out deserialized miniports depend on a similar property: you can't let MiniportReturnPacket() be called from the same context as the receive handler at all. The 2100B driver happens to use a single spinlock for all of its synchronization, and it tries to acquire it both while in MiniportHandleInterrupt() and in MiniportReturnPacket(), so if we call MiniportReturnPacket() from the MiniportHandleInterrupt() context, we will end up trying to acquire the spinlock recursively, which you can't do. To fix this, I made the ndis_rxeof_serial() handler the default. An alternate solution would be to make ndis_return_packet() submit the call to MiniportReturnPacket() to the NDIS task queue thread. I may do that in the future, after I've tested things a bit more. Revision Changes Path 1.54 +19 -107 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 20:51:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA6F816A4CE; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC77443D5D; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L3peGe094210; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L3peA6094206; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) (envelope-from scottl) Message-Id: <200404210351.i3L3peA6094206@repoman.freebsd.org> From: Scott Long Date: Tue, 20 Apr 2004 20:51:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 03:51:41 -0000 scottl 2004/04/20 20:51:40 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Begin the slow, painful process of cleaning up asr. This eliminates many of the bogus casts of NULL. It also distracts me while I procrastinate on useful work. Revision Changes Path 1.41 +68 -91 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 20:59:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A092516A4CE; Tue, 20 Apr 2004 20:59:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B2B43D2F; Tue, 20 Apr 2004 20:59:53 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L3xrGe095298; Tue, 20 Apr 2004 20:59:53 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L3xrCs095297; Tue, 20 Apr 2004 20:59:53 -0700 (PDT) (envelope-from scottl) Message-Id: <200404210359.i3L3xrCs095297@repoman.freebsd.org> From: Scott Long Date: Tue, 20 Apr 2004 20:59:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 03:59:53 -0000 scottl 2004/04/20 20:59:53 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Remove all of the old __FreeBSD_version code that provided FreeBSD 2.2.x and 3.x shims. Revision Changes Path 1.42 +0 -236 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 21:23:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE6ED16A4CF; Tue, 20 Apr 2004 21:23:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FDF443D64; Tue, 20 Apr 2004 21:23:51 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L4NpGe002196; Tue, 20 Apr 2004 21:23:51 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L4NpTq002195; Tue, 20 Apr 2004 21:23:51 -0700 (PDT) (envelope-from green) Message-Id: <200404210423.i3L4NpTq002195@repoman.freebsd.org> From: Brian Feldman Date: Tue, 20 Apr 2004 21:23:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci cmi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 04:23:52 -0000 green 2004/04/20 21:23:51 PDT FreeBSD src repository Modified files: sys/dev/sound/pci cmi.c Log: This driver certainly works fine turning INTR_MPSAFE back on. For those of you with other cards, please do review and test the drivers for MP-safety and disable Giant in the interrupt routines when you are sure of proper functionality. Revision Changes Path 1.28 +1 -1 src/sys/dev/sound/pci/cmi.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 21:46:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFD516A4CE; Tue, 20 Apr 2004 21:46:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FE743D1D; Tue, 20 Apr 2004 21:46:33 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L4kWGe006324; Tue, 20 Apr 2004 21:46:32 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L4kWt4006323; Tue, 20 Apr 2004 21:46:32 -0700 (PDT) (envelope-from bde) Message-Id: <200404210446.i3L4kWt4006323@repoman.freebsd.org> From: Bruce Evans Date: Tue, 20 Apr 2004 21:46:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 04:46:33 -0000 bde 2004/04/20 21:46:32 PDT FreeBSD src repository Modified files: sys/conf NOTES Log: Deverbosified and uniformized references to man pages from wording like "the foo(4) manual page" to "foo(4)". Uniformized the remaining instances of "manual page" and "manpage" to "man page". Uniformized some nearby sentence breaks. Reformatted the whole paragraph containing these changes only for DUMMYNET. Revision Changes Path 1.1218 +13 -16 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Apr 20 22:13:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6AC316A4CE; Tue, 20 Apr 2004 22:13:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B034F43D4C; Tue, 20 Apr 2004 22:13:42 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L5DgGe013251; Tue, 20 Apr 2004 22:13:42 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L5DgYt013250; Tue, 20 Apr 2004 22:13:42 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404210513.i3L5DgYt013250@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 20 Apr 2004 22:13:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_entry.c archive_platform.h archive_write_set_format_pax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 05:13:42 -0000 kientzle 2004/04/20 22:13:42 PDT FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_platform.h archive_read_extract.c archive_read_support_format_tar.c archive_write_set_format_pax.c Log: More portability improvements, thanks to Juergen Lock. High-resolution mtime/ctime/atime is not POSIX-standard, so hide set/get of high-resolution time fields behind easily-mutable macros. That makes it easier to change how those fields are accessed. Revision Changes Path 1.8 +1 -2 src/lib/libarchive/archive_entry.c 1.7 +33 -6 src/lib/libarchive/archive_platform.h 1.7 +14 -16 src/lib/libarchive/archive_read_extract.c 1.10 +23 -12 src/lib/libarchive/archive_read_support_format_tar.c 1.10 +11 -8 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-src@FreeBSD.ORG Tue Apr 20 22:16:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0862B16A4CE; Tue, 20 Apr 2004 22:16:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF69C43D2F; Tue, 20 Apr 2004 22:16:28 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L5GSGe013399; Tue, 20 Apr 2004 22:16:28 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L5GSTV013398; Tue, 20 Apr 2004 22:16:28 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404210516.i3L5GSTV013398@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 20 Apr 2004 22:16:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 05:16:29 -0000 kientzle 2004/04/20 22:16:28 PDT FreeBSD src repository Modified files: usr.bin/tar write.c Log: Eliminate a redundant call to archive_entry_set_pathname() Revision Changes Path 1.9 +6 -8 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 00:54:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1051516A4CF; Wed, 21 Apr 2004 00:54:50 -0700 (PDT) Received: from mailbox.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E47B43D48; Wed, 21 Apr 2004 00:54:49 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from leelou (adslle.cc.univie.ac.at [131.130.102.11]) i3L7sY5N1138156; Wed, 21 Apr 2004 09:54:39 +0200 Date: Wed, 21 Apr 2004 09:54:34 +0200 (CEST) From: Lukas Ertl To: Bill Paul In-Reply-To: <200404210229.i3L2TSes070256@repoman.freebsd.org> Message-ID: <20040421095419.X721@leelou.in.tern> References: <200404210229.i3L2TSes070256@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-DCC-ZID-Univie-Metrics: imap 4243; Body=0 Fuz1=0 Fuz2=0 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 07:54:50 -0000 On Tue, 20 Apr 2004, Bill Paul wrote: > wpaul 2004/04/20 19:29:28 PDT > > FreeBSD src repository > > Modified files: > sys/dev/if_ndis if_ndis.c > Log: > Fix the problems people have been having with the Intel 2100B Centrino > wireless ever since I added the new spinlock code. Previously, I added Thanks! cheers, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-src@FreeBSD.ORG Wed Apr 21 02:32:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E5416A4CF for ; Wed, 21 Apr 2004 02:32:21 -0700 (PDT) Received: from ns1.interbgc.com (mail.interbgc.com [217.9.224.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BBF343D4C for ; Wed, 21 Apr 2004 02:32:20 -0700 (PDT) (envelope-from nike_d@cytexbg.com) Received: (qmail 92591 invoked from network); 21 Apr 2004 09:32:18 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.1.60/v4335. spamassassin: 2.63. Clear:SA:0(-4.9/8.0):. Processed in 0.795304 secs); 21 Apr 2004 09:32:18 -0000 X-Spam-Status: No, hits=-4.9 required=8.0 Received: from 213-240-206-214.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.206.214) by mail.interbgc.com with SMTP; 21 Apr 2004 09:32:17 -0000 Received: (qmail 93792 invoked by uid 1006); 21 Apr 2004 09:36:31 -0000 Received: from nike_d@cytexbg.com by tormentor.cytexbg.com by uid 1003 with qmail-scanner-1.15 (sweep: 2.14/3.62. Clear:. Processed in 2.841001 secs); 21 Apr 2004 09:36:31 -0000 Received: from unknown (HELO phobos.totalterror.net) (10.0.0.6) by tormentor.totalterror.net with SMTP; 21 Apr 2004 09:36:28 -0000 References: <200404210229.i3L2TSes070256@repoman.freebsd.org> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Niki Denev To: Bill Paul Date: Wed, 21 Apr 2004 12:32:16 +0300 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=_mimegpg-phobos.totalterror.net-569-1082539936-0001"; micalg=pgp-sha1; protocol="application/pgp-signature" cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 09:32:21 -0000 This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. --=_mimegpg-phobos.totalterror.net-569-1082539936-0001 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Bill Paul writes: > wpaul 2004/04/20 19:29:28 PDT > > FreeBSD src repository > > Modified files: > sys/dev/if_ndis if_ndis.c > Log: > Fix the problems people have been having with the Intel 2100B Centrino > wireless ever since I added the new spinlock code. Previously, I added > a special ndis_rxeof_serial() function to insure that when we receive > a packet, we never end up calling the MiniportReturnPacket() routine > until after the receive handler has finished. I set things up so that > ndis_rxeof_serial() would only be used for serialized miniports since > they depend on this property. Well, it turns out deserialized miniports > depend on a similar property: you can't let MiniportReturnPacket() be > called from the same context as the receive handler at all. The 2100B > driver happens to use a single spinlock for all of its synchronization, > and it tries to acquire it both while in MiniportHandleInterrupt() and > in MiniportReturnPacket(), so if we call MiniportReturnPacket() from > the MiniportHandleInterrupt() context, we will end up trying to acquire > the spinlock recursively, which you can't do. > > To fix this, I made the ndis_rxeof_serial() handler the default. An > alternate solution would be to make ndis_return_packet() submit > the call to MiniportReturnPacket() to the NDIS task queue thread. > I may do that in the future, after I've tested things a bit more. > > Revision Changes Path > 1.54 +19 -107 src/sys/dev/if_ndis/if_ndis.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" > > doesn't seem to help here.... i got exactly the same lockup after the first packets transmitted/recvd over the wireless as before... the machine is ibm tp X31, with the above mentioned centrino wireless mini pci card, and -current as from 1-2 hours ago. is there any info that i can provide, to help on this? --niki --=_mimegpg-phobos.totalterror.net-569-1082539936-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAhj+hHNAJ/fLbfrkRAjAiAJ91IjPBvkcD7kFrPOsyNrA0XzRe0wCdEJbg 8BNGP+lusBHZYnh+1VYknXk= =aTDZ -----END PGP SIGNATURE----- --=_mimegpg-phobos.totalterror.net-569-1082539936-0001-- From owner-cvs-src@FreeBSD.ORG Wed Apr 21 02:50:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA4C16A4CE; Wed, 21 Apr 2004 02:50:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE97F43D46; Wed, 21 Apr 2004 02:50:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3L9orGe076917; Wed, 21 Apr 2004 02:50:53 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L9oqLb076916; Wed, 21 Apr 2004 02:50:52 -0700 (PDT) (envelope-from ru) Message-Id: <200404210950.i3L9oqLb076916@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 21 Apr 2004 02:50:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net res_query.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 09:50:54 -0000 ru 2004/04/21 02:50:52 PDT FreeBSD src repository Modified files: lib/libc/net res_query.c Log: Unbreak world. Revision Changes Path 1.29 +2 -3 src/lib/libc/net/res_query.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 03:32:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E949916A4CF; Wed, 21 Apr 2004 03:32:13 -0700 (PDT) Received: from www.russia.cz (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52E743D46; Wed, 21 Apr 2004 03:32:12 -0700 (PDT) (envelope-from sobomax@portaone.com) Received: from portaone.com (localhost [127.0.0.1]) (authenticated bits=0) by www.russia.cz (8.12.8p2/8.12.8) with ESMTP id i3LAW8b1092687; Wed, 21 Apr 2004 12:32:10 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <40864DA2.9020908@portaone.com> Date: Wed, 21 Apr 2004 13:32:02 +0300 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: "David E. O'Brien" References: <200404200308.i3K38IDc016569@repoman.freebsd.org> In-Reply-To: <200404200308.i3K38IDc016569@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 10:32:14 -0000 David E. O'Brien wrote: > - Expand the OS name table to recognize more windows partitions and rename > the NT entry to 'Windows NT/XP'. Probably should be 'Windows NT/2000/XP/2003'. -Maxim From owner-cvs-src@FreeBSD.ORG Wed Apr 21 03:58:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48AD616A4CF; Wed, 21 Apr 2004 03:58:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A0D743D5A; Wed, 21 Apr 2004 03:58:21 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LAwKGe002448; Wed, 21 Apr 2004 03:58:20 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LAwKhV002443; Wed, 21 Apr 2004 03:58:20 -0700 (PDT) (envelope-from murray) Message-Id: <200404211058.i3LAwKhV002443@repoman.freebsd.org> From: Murray Stokely Date: Wed, 21 Apr 2004 03:58:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 10:58:21 -0000 murray 2004/04/21 03:58:20 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC: Add security/portaudit to disc3. Approved by: re Revision Changes Path 1.1.2.35 +1 -0 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Wed Apr 21 04:02:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A35516A4CE; Wed, 21 Apr 2004 04:02:51 -0700 (PDT) Received: from smtp-out6.xs4all.nl (smtp-out13.xs4all.nl [194.109.24.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAED43D1D; Wed, 21 Apr 2004 04:02:51 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3LB2nGE021617; Wed, 21 Apr 2004 13:02:49 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i3LB2j4L022056; Wed, 21 Apr 2004 13:02:45 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i3LB2jqB022055; Wed, 21 Apr 2004 13:02:45 +0200 (CEST) (envelope-from wkb) Date: Wed, 21 Apr 2004 13:02:45 +0200 From: Wilko Bulte To: Maxim Sobolev Message-ID: <20040421110245.GA22040@freebie.xs4all.nl> References: <200404200308.i3K38IDc016569@repoman.freebsd.org> <40864DA2.9020908@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40864DA2.9020908@portaone.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 11:02:51 -0000 On Wed, Apr 21, 2004 at 01:32:02PM +0300, Maxim Sobolev wrote: > David E. O'Brien wrote: > > - Expand the OS name table to recognize more windows partitions and > > rename > > the NT entry to 'Windows NT/XP'. > > Probably should be 'Windows NT/2000/XP/2003'. Call it 'MS Windows' and be done with it. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Apr 21 04:08:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBEC616A4CE; Wed, 21 Apr 2004 04:08:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9CB43D5A; Wed, 21 Apr 2004 04:08:56 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LB8uGe015790; Wed, 21 Apr 2004 04:08:56 -0700 (PDT) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LB8unr015789; Wed, 21 Apr 2004 04:08:56 -0700 (PDT) (envelope-from murray) Message-Id: <200404211108.i3LB8unr015789@repoman.freebsd.org> From: Murray Stokely Date: Wed, 21 Apr 2004 04:08:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 11:08:57 -0000 murray 2004/04/21 04:08:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/sysinstall dist.c Log: MFC: Update number of ports and size requirement for ports dist. Approved by: re Revision Changes Path 1.175.2.33 +2 -2 src/release/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 04:54:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561A816A4CF; Wed, 21 Apr 2004 04:54:26 -0700 (PDT) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E334443D55; Wed, 21 Apr 2004 04:54:25 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd10.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1BGGJ6-0003ug-02; Wed, 21 Apr 2004 13:54:24 +0200 Received: from Andro-Beta.Leidinger.net (rflJKeZVreKCF8qbEU4EWtMbh4Fb0GRJi+ziOqcJzAiMCCNvZE1C8J@[217.229.210.171]) by fmrl10.sul.t-online.com with esmtp id 1BGGHq-2FXUiu0; Wed, 21 Apr 2004 13:53:06 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i3LBr359004962; Wed, 21 Apr 2004 13:53:03 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 21 Apr 2004 13:53:40 +0200 From: Alexander Leidinger To: Brian Feldman Message-Id: <20040421135340.56f36568@Magellan.Leidinger.net> In-Reply-To: <200404210423.i3L4NpTq002195@repoman.freebsd.org> References: <200404210423.i3L4NpTq002195@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: rflJKeZVreKCF8qbEU4EWtMbh4Fb0GRJi+ziOqcJzAiMCCNvZE1C8J@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 11:54:26 -0000 On Tue, 20 Apr 2004 21:23:51 -0700 (PDT) Brian Feldman wrote: > green 2004/04/20 21:23:51 PDT > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci cmi.c > Log: > This driver certainly works fine turning INTR_MPSAFE back on. For those > of you with other cards, please do review and test the drivers for > MP-safety and disable Giant in the interrupt routines when you are > sure of proper functionality. How to test it? Just mark it as MP-safe and play some audio? Bye, Alexander. -- I'm available to get hired. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Wed Apr 21 05:10:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CCE16A4CF; Wed, 21 Apr 2004 05:10:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBE743D41; Wed, 21 Apr 2004 05:10:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LCAVGe045024; Wed, 21 Apr 2004 05:10:31 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LCAVDx045021; Wed, 21 Apr 2004 05:10:31 -0700 (PDT) (envelope-from bde) Message-Id: <200404211210.i3LCAVDx045021@repoman.freebsd.org> From: Bruce Evans Date: Wed, 21 Apr 2004 05:10:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 12:10:32 -0000 bde 2004/04/21 05:10:31 PDT FreeBSD src repository Modified files: sys/kern vfs_export.c Log: Include and its prerequisite instesd of depending on namespace pollution in . Sorted includes. Revision Changes Path 1.326 +8 -5 src/sys/kern/vfs_export.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 05:26:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFC916A4CE; Wed, 21 Apr 2004 05:26:31 -0700 (PDT) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE2943D31; Wed, 21 Apr 2004 05:26:30 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 61E792E03; Wed, 21 Apr 2004 14:26:29 +0200 (CEST) Date: Wed, 21 Apr 2004 14:26:29 +0200 From: Ollivier Robert To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20040421122629.GA14581@tara.freenix.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200404160814.i3G8EYpj071288@repoman.freebsd.org> <20040416090520.GA1194@FreeBSD.org> <20040416023457.A12665@xorpc.icir.org> <20040416040536.A22418@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040416040536.A22418@xorpc.icir.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/sys/net if.c route.c rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 12:26:31 -0000 > But the most important thing is that we have to decide whether > the search key is the ifp or the ifindex, and use one consistently. The ifindex seems more logical to me. PS: yes I'm behind my mail, how can you tell? :) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.3.0: Fri Mar 5 14:22:55 PST 2004 From owner-cvs-src@FreeBSD.ORG Wed Apr 21 05:48:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E35FC16A4CE; Wed, 21 Apr 2004 05:48:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87BD43D41; Wed, 21 Apr 2004 05:48:08 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LCm8Ge053259; Wed, 21 Apr 2004 05:48:08 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LCm8J7053258; Wed, 21 Apr 2004 05:48:08 -0700 (PDT) (envelope-from scottl) Message-Id: <200404211248.i3LCm8J7053258@repoman.freebsd.org> From: Scott Long Date: Wed, 21 Apr 2004 05:48:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 12:48:09 -0000 scottl 2004/04/21 05:48:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/conf newvers.sh Log: We are at 4.10-RC now. Approved by: re (implicit) Revision Changes Path 1.44.2.34.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed Apr 21 06:25:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82AEA16A4CE; Wed, 21 Apr 2004 06:25:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676AE43D31; Wed, 21 Apr 2004 06:25:56 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LDPuGe062103; Wed, 21 Apr 2004 06:25:56 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LDPtHM062102; Wed, 21 Apr 2004 06:25:55 -0700 (PDT) (envelope-from tjr) Message-Id: <200404211325.i3LDPtHM062102@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 21 Apr 2004 06:25:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include ctype.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 13:25:56 -0000 tjr 2004/04/21 06:25:55 PDT FreeBSD src repository Modified files: include ctype.h Log: Make isblank() visible in the C99 namespace. PR: 63371 Submitted by: Stefan Farfeleder Revision Changes Path 1.25 +8 -2 src/include/ctype.h From owner-cvs-src@FreeBSD.ORG Wed Apr 21 07:29:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C6A416A4CE; Wed, 21 Apr 2004 07:29:17 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i3LESrYq042686; Wed, 21 Apr 2004 10:28:58 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200404211428.i3LESrYq042686@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Alexander Leidinger In-Reply-To: Message from Alexander Leidinger <20040421135340.56f36568@Magellan.Leidinger.net> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Apr 2004 10:28:53 -0400 Sender: green@green.homeunix.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/pci cmi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 14:29:21 -0000 Alexander Leidinger wrote: > On Tue, 20 Apr 2004 21:23:51 -0700 (PDT) > Brian Feldman wrote: > > > green 2004/04/20 21:23:51 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sound/pci cmi.c > > Log: > > This driver certainly works fine turning INTR_MPSAFE back on. For those > > of you with other cards, please do review and test the drivers for > > MP-safety and disable Giant in the interrupt routines when you are > > sure of proper functionality. > > How to test it? Just mark it as MP-safe and play some audio? In this case, I reviewed the lock usage in the code to make sure that it protected the softc correctly, and to make sure I tested out all of the play and all of the record channels and the mixer at once. I don't think that there is really any more you could do than that, and luckily, the drivers are generally simple. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Wed Apr 21 08:16:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB05516A4CE; Wed, 21 Apr 2004 08:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D037343D58; Wed, 21 Apr 2004 08:16:08 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LFG8Ge086201; Wed, 21 Apr 2004 08:16:08 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LFG8eT086195; Wed, 21 Apr 2004 08:16:08 -0700 (PDT) (envelope-from luigi) Message-Id: <200404211516.i3LFG8eT086195@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 21 Apr 2004 08:16:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 15:16:09 -0000 luigi 2004/04/21 08:16:08 PDT FreeBSD src repository Modified files: sys/net route.c Log: Clearly comment the assumptions that allow us to cast a 'struct radix_node *' to a 'struct rtentry *' in this code, and introduce a macro, RNTORT(), to do this type conversion. Revision Changes Path 1.102 +27 -17 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 08:27:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B6316A4CE; Wed, 21 Apr 2004 08:27:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C23F543D3F; Wed, 21 Apr 2004 08:27:37 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LFRbGe088246; Wed, 21 Apr 2004 08:27:37 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LFRabS088245; Wed, 21 Apr 2004 08:27:36 -0700 (PDT) (envelope-from luigi) Message-Id: <200404211527.i3LFRabS088245@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 21 Apr 2004 08:27:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 15:27:37 -0000 luigi 2004/04/21 08:27:36 PDT FreeBSD src repository Modified files: sys/net radix.c Log: Readability fixes: Clearly comment the assumptions on the structure of keys (addresses) and masks, and introduce a macro, LEN(p), to extract the size of these objects instead of using *(u_char *)p which might be confusing. Comment the confusion in the types used to pass around pointers to keys and masks, as a reminder to fix that at some point. Add a few comments on what some functions do. Comment a probably inefficient (but still correct) section of code in rn_walktree_from() The object code generated after this commit is the same as before. At some point we should also change same variable identifiers such as "t, tt, ttt" to fancier names such as "root, left, right" (just in case someone wants to understand the code!), replace misspelling of NULL as 0, remove 'register' declarations that make little sense these days. Revision Changes Path 1.36 +76 -12 src/sys/net/radix.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 08:28:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CFD16A4CE; Wed, 21 Apr 2004 08:28:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AD943D39; Wed, 21 Apr 2004 08:28:24 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LFSNGe088447; Wed, 21 Apr 2004 08:28:23 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LFSNro088446; Wed, 21 Apr 2004 08:28:23 -0700 (PDT) (envelope-from tjr) Message-Id: <200404211528.i3LFSNro088446@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 21 Apr 2004 08:28:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist src/share/colldef Makefile src/share/mklocale Makefile src/share/monetdef Makefile he_IL.UTF-8.src src/share/msgdef Makefile he_IL.UTF-8.src src/share/numericdef Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 15:28:24 -0000 tjr 2004/04/21 08:28:23 PDT FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.usr.dist share/colldef Makefile share/mklocale Makefile share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile share/timedef Makefile Added files: share/monetdef he_IL.UTF-8.src share/msgdef he_IL.UTF-8.src share/timedef he_IL.UTF-8.src Log: Add an Israel Hebrew locale: he_IL.UTF-8. PR: 65826 Submitted by: Hye-Shik Chang Revision Changes Path 1.111 +2 -0 src/etc/mtree/BSD.local.dist 1.303 +4 -0 src/etc/mtree/BSD.usr.dist 1.66 +4 -3 src/share/colldef/Makefile 1.60 +4 -3 src/share/mklocale/Makefile 1.58 +1 -0 src/share/monetdef/Makefile 1.1 +36 -0 src/share/monetdef/he_IL.UTF-8.src (new) 1.56 +1 -0 src/share/msgdef/Makefile 1.1 +10 -0 src/share/msgdef/he_IL.UTF-8.src (new) 1.55 +2 -0 src/share/numericdef/Makefile 1.44 +1 -0 src/share/timedef/Makefile 1.1 +101 -0 src/share/timedef/he_IL.UTF-8.src (new) From owner-cvs-src@FreeBSD.ORG Wed Apr 21 08:43:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB2916A4CE; Wed, 21 Apr 2004 08:43:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600BA43D46; Wed, 21 Apr 2004 08:43:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LFhRGe092406; Wed, 21 Apr 2004 08:43:27 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LFhQAL092405; Wed, 21 Apr 2004 08:43:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200404211543.i3LFhQAL092405@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 21 Apr 2004 08:43:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libg2c Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 15:43:27 -0000 obrien 2004/04/21 08:43:26 PDT FreeBSD src repository Modified files: gnu/lib/libg2c Makefile Log: What is CVS doing to me?? Revision Changes Path 1.13 +1 -1 src/gnu/lib/libg2c/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 21 08:49:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 0C46E16A4CF; Wed, 21 Apr 2004 08:49:43 -0700 (PDT) In-Reply-To: from Niki Denev at "Apr 21, 2004 12:32:16 pm" To: nike_d@cytexbg.com (Niki Denev) Date: Wed, 21 Apr 2004 08:49:43 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040421154943.0C46E16A4CF@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 15:49:43 -0000 > > doesn't seem to help here.... i got exactly the same lockup after the first > packets transmitted/recvd over the wireless as before... > the machine is ibm tp X31, with the above mentioned centrino wireless mini > pci card, and -current as from 1-2 hours ago. > is there any info that i can provide, to help on this? > > --niki Well, seeing as how you didn't provide any info at all in this e-mail, what do you think? I really wish people would stop asking questions like this and just offer me the information. It's not like you need me to lay it all out for you. There isn't anything magical or complicated that requires any hand-holding my my part. Just show me how to reproduce your problem. Now, notice: I said _SHOW_, not _TELL_. Don't describe the problem or interpret the problem. Just show me the precise sequence of steps which you take that precipitates the problem. And don't summarize. Saying "I just bring the interface up" is not helpful. Saying "I use ifconfig to bring the interface up, and here's the commands I typed and all the error/console messages I saw" is helpful. You want to show me the minimum number of steps I need to take to reproduce the issue. And you don't want to assume anything or skip a step because you think it's trivial or unimportant. Oh, and somewhere along the line, you're going to forget that I can't see what kind of network you're attached to (ad-hoc? bss?) and what kind of AP, if any, that you're connected to (manufacturer? model?), so I'm warning you right now _NOT_ to do that. You're also going to forget to give me a copy of the exact driver that you're using, so I'm going to caution you against that as well. -Bill -- ============================================================================= -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu wpaul@windriver.com | Wind River Systems ============================================================================= you're just BEGGING to face the moose ============================================================================= From owner-cvs-src@FreeBSD.ORG Wed Apr 21 09:10:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13AB16A4CE for ; Wed, 21 Apr 2004 09:10:31 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 679CA43D58 for ; Wed, 21 Apr 2004 09:10:31 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 37260 invoked by uid 1000); 21 Apr 2004 16:10:31 -0000 Date: Wed, 21 Apr 2004 09:10:31 -0700 (PDT) From: Nate Lawson To: Ruslan Ermilov In-Reply-To: <20040421095107.7EEAC16A4DF@hub.freebsd.org> Message-ID: <20040421091003.S37242@root.org> References: <20040421095107.7EEAC16A4DF@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net res_query.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 16:10:31 -0000 On Wed, 21 Apr 2004, Ruslan Ermilov wrote: > ru 2004/04/21 02:50:52 PDT > > FreeBSD src repository > > Modified files: > lib/libc/net res_query.c > Log: > Unbreak world. > > Revision Changes Path > 1.29 +2 -3 src/lib/libc/net/res_query.c Thanks. -Nate From owner-cvs-src@FreeBSD.ORG Wed Apr 21 11:07:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61E516A4CE; Wed, 21 Apr 2004 11:07:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD61543D54; Wed, 21 Apr 2004 11:07:21 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LI7LGe029807; Wed, 21 Apr 2004 11:07:21 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LI7LwW029806; Wed, 21 Apr 2004 11:07:21 -0700 (PDT) (envelope-from njl) Message-Id: <200404211807.i3LI7LwW029806@repoman.freebsd.org> From: Nate Lawson Date: Wed, 21 Apr 2004 11:07:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 18:07:22 -0000 njl 2004/04/21 11:07:21 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_timer.c Log: Add comments, including restoring the PIIX4 errata comment, to indicate what the ACPI-safe workaround is intended to fix. Requested by phk. Set the bushandle and tag when attaching the timer, don't do it each time in read_counter(). Pointed out by bde. Move test_counter() to the end. Staticize acpi_timer_reg. Revision Changes Path 1.30 +76 -45 src/sys/dev/acpica/acpi_timer.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 11:15:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D092816A4CE for ; Wed, 21 Apr 2004 11:15:28 -0700 (PDT) Received: from ns1.interbgc.com (mail.interbgc.com [217.9.224.3]) by mx1.FreeBSD.org (Postfix) with SMTP id B428D43D5A for ; Wed, 21 Apr 2004 11:15:27 -0700 (PDT) (envelope-from nike_d@cytexbg.com) Received: (qmail 90506 invoked from network); 21 Apr 2004 18:15:26 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.1.60/v4335. spamassassin: 2.63. Clear:SA:0(-4.4/8.0):. Processed in 1.288734 secs); 21 Apr 2004 18:15:26 -0000 X-Spam-Status: No, hits=-4.4 required=8.0 Received: from 213-240-206-214.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.206.214) by mail.interbgc.com with SMTP; 21 Apr 2004 18:15:25 -0000 Received: (qmail 98945 invoked by uid 1006); 21 Apr 2004 18:19:43 -0000 Received: from nike_d@cytexbg.com by tormentor.cytexbg.com by uid 1003 with qmail-scanner-1.15 (sweep: 2.14/3.62. Clear:. Processed in 2.849833 secs); 21 Apr 2004 18:19:43 -0000 Received: from unknown (HELO phobos.totalterror.net) (10.0.0.6) by tormentor.totalterror.net with SMTP; 21 Apr 2004 18:19:40 -0000 References: <20040421154943.0C46E16A4CF@hub.freebsd.org> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Niki Denev To: Bill Paul Date: Wed, 21 Apr 2004 21:15:24 +0300 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=_mimegpg-phobos.totalterror.net-574-1082571324-0001"; micalg=pgp-sha1; protocol="application/pgp-signature" cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 18:15:28 -0000 This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. --=_mimegpg-phobos.totalterror.net-574-1082571324-0001 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Bill Paul writes: > >> >> doesn't seem to help here.... i got exactly the same lockup after the first >> packets transmitted/recvd over the wireless as before... >> the machine is ibm tp X31, with the above mentioned centrino wireless mini >> pci card, and -current as from 1-2 hours ago. >> is there any info that i can provide, to help on this? >> >> --niki > > Well, seeing as how you didn't provide any info at all in this e-mail, > what do you think? > > I really wish people would stop asking questions like this and just > offer me the information. It's not like you need me to lay it all out > for you. There isn't anything magical or complicated that requires any > hand-holding my my part. Just show me how to reproduce your problem. > > Now, notice: I said _SHOW_, not _TELL_. Don't describe the problem > or interpret the problem. Just show me the precise sequence of steps > which you take that precipitates the problem. And don't summarize. > Saying "I just bring the interface up" is not helpful. Saying "I > use ifconfig to bring the interface up, and here's the commands I > typed and all the error/console messages I saw" is helpful. You want > to show me the minimum number of steps I need to take to reproduce > the issue. And you don't want to assume anything or skip a step > because you think it's trivial or unimportant. > > Oh, and somewhere along the line, you're going to forget that I can't > see what kind of network you're attached to (ad-hoc? bss?) and what > kind of AP, if any, that you're connected to (manufacturer? model?), > so I'm warning you right now _NOT_ to do that. You're also going to > forget to give me a copy of the exact driver that you're using, so > I'm going to caution you against that as well. > > -Bill > > -- > ============================================================================= > -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu > wpaul@windriver.com | Wind River Systems > ============================================================================= > you're just BEGGING to face the moose > ============================================================================= > _______________________________________________ > 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" > > Ok, i run -CURRENT as of less than hour. kernel config and dmesg on : http://www.totalterror.net/freebsd/ i'm using an openbsd 3.4-stable with Linksys wmp11 (prism2.5 ISL3874A, firmware 1.0.5 pri, 1.3.1 station) as AP. i'm also preloading ndis.ko in loader.conf the windows driver files are w70n51.inf and w70n51.sys, and also are available on the above URL after the buidlworld/buildkernel/installkernel/reboot/installworld/reboot i do: # cd /sys/modules/if_ndis # make clean # ndiscvt -s w70n51.sys -i w70n51.inf -o ndis_driver_data.h # make # make load /sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko pci0: driver added pci0:31:3: reprobing on driver added pci0:31:6: reprobing on driver added pci1: driver added pci2: driver added pci2:2:0: reprobing on driver added ndis0: mem 0xc0200000-0xc02 00fff irq 11 at device 2.0 on pci2 ndis0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xc0200000 ndis0: [GIANT-LOCKED] can't re-use a leaf (ESS_ID)! ndis0: NDIS API version: 5.1 ndis0: Ethernet address: 00:04:23:92:33:23 ndis0: 11b rates: 11Mbps 2Mbps 1Mbps Loaded /usr/src/sys/modules/if_ndis/if_ndis.ko, id=9 # ifconfig ndis0 ssid my_accpnt wepmode on 0x************************** # ifconfig ndis0 10.0.0.6 netmask 255.255.255.240 up ndis0: set filter failed: 6 ndis0: set filter failed: 6 ndis0: set filter failed: 6 ndis0: link up after this i have a few seconds before total freeze, but it seems like any network activity is freezing the machine immediately. if i ping it from other machine, it responds exactly to one ping, and then dies. p.s.: sorry for the lack of information in my previous post, but i was under the impression that the problem is well known, and i was just reporting that it is still not working after the last change. i hope that this info will help. --niki --=_mimegpg-phobos.totalterror.net-574-1082571324-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAhro8HNAJ/fLbfrkRAgntAJ9A/gAiaGadkvm8gq0M53A9zOheYgCfUbr+ 3HJWc03SpHG64jYRHF9ps5w= =RPtf -----END PGP SIGNATURE----- --=_mimegpg-phobos.totalterror.net-574-1082571324-0001-- From owner-cvs-src@FreeBSD.ORG Wed Apr 21 12:47:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E5416A4CE; Wed, 21 Apr 2004 12:47:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDBCE43D4C; Wed, 21 Apr 2004 12:47:33 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LJlXGe056621; Wed, 21 Apr 2004 12:47:33 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LJlXs7056620; Wed, 21 Apr 2004 12:47:33 -0700 (PDT) (envelope-from ru) Message-Id: <200404211947.i3LJlXs7056620@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 21 Apr 2004 12:47:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_ether.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 19:47:34 -0000 ru 2004/04/21 12:47:33 PDT FreeBSD src repository Modified files: share/man/man4 ng_ether.4 Log: Improve the documentation somewhat. Revision Changes Path 1.20 +64 -57 src/share/man/man4/ng_ether.4 From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:03:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB72916A4CE; Wed, 21 Apr 2004 13:03:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCF043D55; Wed, 21 Apr 2004 13:03:26 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LK3QGe061492; Wed, 21 Apr 2004 13:03:26 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LK3QHq061491; Wed, 21 Apr 2004 13:03:26 -0700 (PDT) (envelope-from sos) Message-Id: <200404212003.i3LK3QHq061491@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 21 Apr 2004 13:03:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:03:26 -0000 sos 2004/04/21 13:03:26 PDT FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Make the test for ATA PCI legacy addressing mode more robust. Add code (currently ifdef'd out) to allow ATA PCI native addressing. Fix the altio offset for ATA PCI devices. Revision Changes Path 1.69 +1 -1 src/sys/dev/ata/ata-chipset.c 1.80 +41 -11 src/sys/dev/ata/ata-pci.c 1.30 +2 -3 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:09:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED75716A4CE; Wed, 21 Apr 2004 13:09:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1AF943D48; Wed, 21 Apr 2004 13:09:45 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LK9jGe061711; Wed, 21 Apr 2004 13:09:45 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LK9jPQ061710; Wed, 21 Apr 2004 13:09:45 -0700 (PDT) (envelope-from scottl) Message-Id: <200404212009.i3LK9jPQ061710@repoman.freebsd.org> From: Scott Long Date: Wed, 21 Apr 2004 13:09:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:09:46 -0000 scottl 2004/04/21 13:09:45 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Use offsetof() instead of hand-rolling something equivalent. Revision Changes Path 1.43 +1 -1 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:14:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 828CA16A4CE; Wed, 21 Apr 2004 13:14:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED0D43D77; Wed, 21 Apr 2004 13:14:46 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LKEjGe063647; Wed, 21 Apr 2004 13:14:45 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LKEjTn063645; Wed, 21 Apr 2004 13:14:45 -0700 (PDT) (envelope-from scottl) Message-Id: <200404212014.i3LKEjTn063645@repoman.freebsd.org> From: Scott Long Date: Wed, 21 Apr 2004 13:14:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:14:46 -0000 scottl 2004/04/21 13:14:45 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Remove ASR_MEASURE_PERFORMANCE. It hasn't been able to compile in several years. Revision Changes Path 1.44 +0 -354 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:18:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD8016A4CE; Wed, 21 Apr 2004 13:18:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D6943D2F; Wed, 21 Apr 2004 13:18:07 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LKI7Ge063835; Wed, 21 Apr 2004 13:18:07 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LKI7CS063834; Wed, 21 Apr 2004 13:18:07 -0700 (PDT) (envelope-from scottl) Message-Id: <200404212018.i3LKI7CS063834@repoman.freebsd.org> From: Scott Long Date: Wed, 21 Apr 2004 13:18:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:18:07 -0000 scottl 2004/04/21 13:18:07 PDT FreeBSD src repository Modified files: sys/conf NOTES options Log: garbage collect ASR_MEASURE_PERFORMANCE Revision Changes Path 1.1219 +0 -2 src/sys/conf/NOTES 1.442 +0 -3 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:19:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275CA16A4CE; Wed, 21 Apr 2004 13:19:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 233A143D31; Wed, 21 Apr 2004 13:19:57 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LKJuGe063883; Wed, 21 Apr 2004 13:19:56 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LKJuiQ063882; Wed, 21 Apr 2004 13:19:56 -0700 (PDT) (envelope-from imp) Message-Id: <200404212019.i3LKJuiQ063882@repoman.freebsd.org> From: Warner Losh Date: Wed, 21 Apr 2004 13:19:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:19:57 -0000 imp 2004/04/21 13:19:56 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: ata devices in legacy are special, and we must treat them as such. While I would have prefered to have a solution that didn't move knowledge of this into the pci layer. However, this is literally the only exception that's listed in the PCI standard to the usual way of decoding BARs. atapci devices in legacy mode now ignore the first 4 bars and hard code the values to the legacy ide values (well, for each of the controllers that are in legacy mode). The 5th bar is handled normally. Remove the zero bar handling. zero bars should be ignored at all other times, and since we handle that specially, we don't need the older workaround. Revision Changes Path 1.247 +99 -45 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:56:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 265E216A4CF; Wed, 21 Apr 2004 13:56:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A2FD43D46; Wed, 21 Apr 2004 13:56:11 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LKuAGe071949; Wed, 21 Apr 2004 13:56:10 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LKu9MG071948; Wed, 21 Apr 2004 13:56:09 -0700 (PDT) (envelope-from scottl) Message-Id: <200404212056.i3LKu9MG071948@repoman.freebsd.org> From: Scott Long Date: Wed, 21 Apr 2004 13:56:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:56:11 -0000 scottl 2004/04/21 13:56:09 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Don't indent preprocessor tokens. Revision Changes Path 1.45 +70 -70 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 13:58:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E0816A4CE; Wed, 21 Apr 2004 13:58:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84F643D5E; Wed, 21 Apr 2004 13:58:49 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LKwnGe072079; Wed, 21 Apr 2004 13:58:49 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LKwndh072078; Wed, 21 Apr 2004 13:58:49 -0700 (PDT) (envelope-from scottl) Message-Id: <200404212058.i3LKwndh072078@repoman.freebsd.org> From: Scott Long Date: Wed, 21 Apr 2004 13:58:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 20:58:50 -0000 scottl 2004/04/21 13:58:49 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Remove more sead code. Revision Changes Path 1.46 +2 -91 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 14:15:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C80216A4CE; Wed, 21 Apr 2004 14:15:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F3A43D31; Wed, 21 Apr 2004 14:15:08 -0700 (PDT) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LLF8Ge076961; Wed, 21 Apr 2004 14:15:08 -0700 (PDT) (envelope-from jon@repoman.freebsd.org) Received: (from jon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LLF89Y076960; Wed, 21 Apr 2004 14:15:08 -0700 (PDT) (envelope-from jon) Message-Id: <200404212115.i3LLF89Y076960@repoman.freebsd.org> From: Jonathan Chen Date: Wed, 21 Apr 2004 14:15:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 21:15:09 -0000 jon 2004/04/21 14:15:08 PDT FreeBSD src repository Modified files: lib/libc/gen getpwent.c Log: Fix a bug that could result in getpw*() incorrectly returning NULL when NIS adjunct maps are used. One symtom of this bug is sshd saying: login_get_lastlog: Cannot find account for uid X when logging in. The problem here is caused by an incorrect reuse of the rv variable when previous values are needed later. Revision Changes Path 1.87 +1 -0 src/lib/libc/gen/getpwent.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 15:39:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE36416A4CE; Wed, 21 Apr 2004 15:39:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F81943D4C; Wed, 21 Apr 2004 15:39:47 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LMdlGe094129; Wed, 21 Apr 2004 15:39:47 -0700 (PDT) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LMdlUW094128; Wed, 21 Apr 2004 15:39:47 -0700 (PDT) (envelope-from grog) Message-Id: <200404212239.i3LMdlUW094128@repoman.freebsd.org> From: Greg Lehey Date: Wed, 21 Apr 2004 15:39:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 22:39:47 -0000 grog 2004/04/21 15:39:46 PDT FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Add a Dijkstra comment on programming languages. Revision Changes Path 1.129 +20 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Wed Apr 21 15:58:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48EC216A4CE; Wed, 21 Apr 2004 15:58:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A4DA43D2F; Wed, 21 Apr 2004 15:58:40 -0700 (PDT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LMwdGe098139; Wed, 21 Apr 2004 15:58:40 -0700 (PDT) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LMwdp6098138; Wed, 21 Apr 2004 15:58:39 -0700 (PDT) (envelope-from grehan) Message-Id: <200404212258.i3LMwdp6098138@repoman.freebsd.org> From: Peter Grehan Date: Wed, 21 Apr 2004 15:58:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 22:58:40 -0000 grehan 2004/04/21 15:58:39 PDT FreeBSD src repository Modified files: sys/powerpc/include param.h Log: has no business being here. Finally exposed by F77 build failure. Revision Changes Path 1.14 +0 -2 src/sys/powerpc/include/param.h From owner-cvs-src@FreeBSD.ORG Wed Apr 21 15:59:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47CA116A4CE; Wed, 21 Apr 2004 15:59:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A1243D31; Wed, 21 Apr 2004 15:59:34 -0700 (PDT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LMxXGe098220; Wed, 21 Apr 2004 15:59:34 -0700 (PDT) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LMxXDF098219; Wed, 21 Apr 2004 15:59:33 -0700 (PDT) (envelope-from grehan) Message-Id: <200404212259.i3LMxXDF098219@repoman.freebsd.org> From: Peter Grehan Date: Wed, 21 Apr 2004 15:59:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 22:59:34 -0000 grehan 2004/04/21 15:59:33 PDT FreeBSD src repository Modified files: sys/powerpc/include pmap.h Log: Include since it has been removed from . Revision Changes Path 1.15 +1 -0 src/sys/powerpc/include/pmap.h From owner-cvs-src@FreeBSD.ORG Wed Apr 21 16:21:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 014A316A4CE; Wed, 21 Apr 2004 16:21:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE5D43D58; Wed, 21 Apr 2004 16:21:13 -0700 (PDT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LNLDGe003940; Wed, 21 Apr 2004 16:21:13 -0700 (PDT) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LNLD0w003921; Wed, 21 Apr 2004 16:21:13 -0700 (PDT) (envelope-from grehan) Message-Id: <200404212321.i3LNLD0w003921@repoman.freebsd.org> From: Peter Grehan Date: Wed, 21 Apr 2004 16:21:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libdisk chunk.c create_chunk.c disk.c libdisk.h open_disk.c write_powerpc_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 23:21:14 -0000 grehan 2004/04/21 16:21:13 PDT FreeBSD src repository Modified files: lib/libdisk chunk.c create_chunk.c disk.c libdisk.h open_disk.c Added files: lib/libdisk write_powerpc_disk.c Log: PowerPC support. submitted by: Suleiman Souhlal approved by: phk, jhb Revision Changes Path 1.51 +27 -1 src/lib/libdisk/chunk.c 1.85 +24 -1 src/lib/libdisk/create_chunk.c 1.121 +1 -0 src/lib/libdisk/disk.c 1.62 +3 -1 src/lib/libdisk/libdisk.h 1.4 +6 -1 src/lib/libdisk/open_disk.c 1.1 +64 -0 src/lib/libdisk/write_powerpc_disk.c (new) From owner-cvs-src@FreeBSD.ORG Wed Apr 21 16:23:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0654B16A4CE; Wed, 21 Apr 2004 16:23:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC9C43D2D; Wed, 21 Apr 2004 16:23:05 -0700 (PDT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3LNN5Ge005204; Wed, 21 Apr 2004 16:23:05 -0700 (PDT) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3LNN57l005203; Wed, 21 Apr 2004 16:23:05 -0700 (PDT) (envelope-from grehan) Message-Id: <200404212323.i3LNN57l005203@repoman.freebsd.org> From: Peter Grehan Date: Wed, 21 Apr 2004 16:23:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 23:23:06 -0000 grehan 2004/04/21 16:23:05 PDT FreeBSD src repository Modified files: lib Makefile Log: Enable libdisk for powerpc build. Revision Changes Path 1.182 +1 -5 src/lib/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 21 16:24:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 15A0316A4CF; Wed, 21 Apr 2004 16:24:45 -0700 (PDT) Date: Wed, 21 Apr 2004 16:24:45 -0700 From: Darren Reed To: Luigi Rizzo Message-ID: <20040421232445.GB60368@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404211527.i3LFRabS088245@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 21 Apr 2004 23:24:45 -0000 Some of these changes, for the sake of change, can be annoying when you grab code from one BSD, start analysing it and then go looking at others to see if they behave the same, etc. I suppose what I'm saying here is that the more arbitrary divergence in the code base here, the greater the difficulty in analysing the code at some point in the future to see if it is is bug compatible with others. A different example is that changes of this nature might make the casual reader pickup a copy of Stevens and think the code is different, just by virtue of the names being different, when in fact it isn't. Darren On Wed, Apr 21, 2004 at 08:27:36AM -0700, Luigi Rizzo wrote: > luigi 2004/04/21 08:27:36 PDT > > FreeBSD src repository > > Modified files: > sys/net radix.c > Log: > Readability fixes: > > Clearly comment the assumptions on the structure of keys (addresses) > and masks, and introduce a macro, LEN(p), to extract the size of these > objects instead of using *(u_char *)p which might be confusing. > > Comment the confusion in the types used to pass around pointers > to keys and masks, as a reminder to fix that at some point. > > Add a few comments on what some functions do. > > Comment a probably inefficient (but still correct) section of code > in rn_walktree_from() > > The object code generated after this commit is the same as before. > > At some point we should also change same variable identifiers such > as "t, tt, ttt" to fancier names such as "root, left, right" (just > in case someone wants to understand the code!), replace misspelling > of NULL as 0, remove 'register' declarations that make little sense > these days. > > Revision Changes Path > 1.36 +76 -12 src/sys/net/radix.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 17:03:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742C516A4CF for ; Wed, 21 Apr 2004 17:03:47 -0700 (PDT) Received: from tx3.oucs.ox.ac.uk (tx3.oucs.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F2A843D41 for ; Wed, 21 Apr 2004 17:03:46 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BGRgv-0002dm-OL for cvs-src@FreeBSD.org; Thu, 22 Apr 2004 01:03:45 +0100 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 09932-05 for ; Thu, 22 Apr 2004 01:03:45 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BGRgv-0002de-Aw for cvs-src@FreeBSD.org; Thu, 22 Apr 2004 01:03:45 +0100 Received: (qmail 19364 invoked by uid 1004); 22 Apr 2004 00:03:45 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.098017 secs); 22 Apr 2004 00:03:45 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 22 Apr 2004 00:03:44 -0000 Message-Id: <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Thu, 22 Apr 2004 01:03:42 +0100 To: Darren Reed From: Colin Percival In-Reply-To: <20040421232445.GB60368@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <20040421232445.GB60368@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: cvs-src@FreeBSD.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 00:03:47 -0000 At 00:24 22/04/2004, Darren Reed wrote: >Some of these changes, for the sake of change, can be annoying... As Luigi mentioned when he started this, these aren't changes "for the sake of change"; rather, these are changes to clean things up so that it is easier to add all the necessary locking. Colin Percival From owner-cvs-src@FreeBSD.ORG Wed Apr 21 17:21:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 54C9D16A4CF; Wed, 21 Apr 2004 17:21:43 -0700 (PDT) Date: Wed, 21 Apr 2004 17:21:43 -0700 From: Darren Reed To: Colin Percival Message-ID: <20040422002143.GC60368@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <20040421232445.GB60368@hub.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 00:21:43 -0000 On Thu, Apr 22, 2004 at 01:03:42AM +0100, Colin Percival wrote: > At 00:24 22/04/2004, Darren Reed wrote: > >Some of these changes, for the sake of change, can be annoying... > > As Luigi mentioned when he started this, these aren't changes "for the > sake of change"; rather, these are changes to clean things up so that it > is easier to add all the necessary locking. Uh, really? Changing variable names is required to make locking easier? Changing "x = *(u_char *)p" into "x = LEN(p)" makes locking easier? In the end, if someone decides that the code needs to be restructured for better performance in SMP hardware, then that's what'll happen and changes like these will have little significance at that point in time. Darren From owner-cvs-src@FreeBSD.ORG Wed Apr 21 17:53:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807DE16A4CF; Wed, 21 Apr 2004 17:53:56 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D493643D5A; Wed, 21 Apr 2004 17:53:55 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 8E32A530D; Thu, 22 Apr 2004 02:53:54 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 06898530A; Thu, 22 Apr 2004 02:53:48 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id C226933C71; Thu, 22 Apr 2004 02:53:47 +0200 (CEST) To: Darren Reed References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <20040421232445.GB60368@hub.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 22 Apr 2004 02:53:47 +0200 In-Reply-To: <20040422002143.GC60368@hub.freebsd.org> (Darren Reed's message of "Wed, 21 Apr 2004 17:21:43 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 00:53:56 -0000 Darren Reed writes: > Changing variable names is required to make locking easier? > Changing "x =3D *(u_char *)p" into "x =3D LEN(p)" makes locking easier? Yes, if it allows the person doing the locking to better understand the code. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Apr 21 17:58:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35BBC16A4CF; Wed, 21 Apr 2004 17:58:40 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id C010143D45; Wed, 21 Apr 2004 17:58:39 -0700 (PDT) (envelope-from max@love2party.net) Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BGSY2-0008FQ-00; Thu, 22 Apr 2004 02:58:38 +0200 Received: from [217.227.155.3] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BGSY2-0002az-00; Thu, 22 Apr 2004 02:58:38 +0200 From: Max Laier To: Darren Reed Date: Thu, 22 Apr 2004 02:59:38 +0000 User-Agent: KMail/1.6.1 References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> In-Reply-To: <20040422002143.GC60368@hub.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_hUzhAUHD/cpQ2Kx"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404220259.45651.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: cvs-src@FreeBSD.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 00:58:40 -0000 --Boundary-02=_hUzhAUHD/cpQ2Kx Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 22 April 2004 00:21, Darren Reed wrote: > On Thu, Apr 22, 2004 at 01:03:42AM +0100, Colin Percival wrote: > > At 00:24 22/04/2004, Darren Reed wrote: > > >Some of these changes, for the sake of change, can be annoying... > > > > As Luigi mentioned when he started this, these aren't changes "for the > > sake of change"; rather, these are changes to clean things up so that it > > is easier to add all the necessary locking. > > Uh, really? > Changing variable names is required to make locking easier? > Changing "x =3D *(u_char *)p" into "x =3D LEN(p)" makes locking easier? In the end: Yes it does! In this particular example I can easily tell what = the=20 new version does, while I wouldn't be able to tell it from the first (w/o=20 context). It just way easier to read, keeping it obscure as all the other=20 BSDs have it this way and it was this way for years is just baloney. To put some emphasis on why this will help locking, we don't have many brav= e=20 who happen to know from top to bottom and can= =20 easily tell what "x =3D *(u_char *)p" is supposed to mean, but we have some= who=20 have a good idea how to do locking. The changes Luigi is trying to do, shou= ld=20 enable better readability of the network code to make it possible for other= s=20 to lock things down. I find readable code a good thing (even if it does not help locking). > In the end, if someone decides that the code needs to be restructured > for better performance in SMP hardware, then that's what'll happen and > changes like these will have little significance at that point in time. I don't think so. It's much easier to restructure code you can actually rea= d=20 and understand. And honest, when one sees the current radix code (etc.), th= e=20 first thing that comes to mind is "run!". Same applies to IPv6/KAME-code, b= tw=20 =2D and I didn't see anybody to work on the locking there and I know a reas= on=20 why. =2D-=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --Boundary-02=_hUzhAUHD/cpQ2Kx Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAhzUhXyyEoT62BG0RAuv6AJ9y7lsZZuRsXmTa8tJJo/nbEYjc6ACeOFu3 EOi/dlbKDG/KLlC338qCXpo= =y/kc -----END PGP SIGNATURE----- --Boundary-02=_hUzhAUHD/cpQ2Kx-- From owner-cvs-src@FreeBSD.ORG Wed Apr 21 18:50:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB0316A4CE; Wed, 21 Apr 2004 18:50:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7FD43D1F; Wed, 21 Apr 2004 18:50:08 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M1o8Ge041025; Wed, 21 Apr 2004 18:50:08 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M1o8If041024; Wed, 21 Apr 2004 18:50:08 -0700 (PDT) (envelope-from njl) Message-Id: <200404220150.i3M1o8If041024@repoman.freebsd.org> From: Nate Lawson Date: Wed, 21 Apr 2004 18:50:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 01:50:09 -0000 njl 2004/04/21 18:50:08 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_timer.c Log: Fix stepping in ddb by not checking for a maximum interval. The ACPI-safe workaround was for hardware where the clock was not latched, not for hardware that was too slow. Also, make variable names more specific for ddb printing. Revision Changes Path 1.31 +32 -31 src/sys/dev/acpica/acpi_timer.c From owner-cvs-src@FreeBSD.ORG Wed Apr 21 19:22:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA3516A4CE; Wed, 21 Apr 2004 19:22:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB2543D1D; Wed, 21 Apr 2004 19:22:19 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M2MIGe049744; Wed, 21 Apr 2004 19:22:18 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M2MIr4049740; Wed, 21 Apr 2004 19:22:18 -0700 (PDT) (envelope-from njl) Message-Id: <200404220222.i3M2MIr4049740@repoman.freebsd.org> From: Nate Lawson Date: Wed, 21 Apr 2004 19:22:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/asr Makefile src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 02:22:19 -0000 njl 2004/04/21 19:22:18 PDT FreeBSD src repository Modified files: sys/modules/asr Makefile sys/dev/asr asr.c Log: Fix the build. opt_asr.h is gone. Beer or equivalent to? njl Revision Changes Path 1.47 +0 -1 src/sys/dev/asr/asr.c 1.4 +2 -2 src/sys/modules/asr/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 21 20:24:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B27816A4CE; Wed, 21 Apr 2004 20:24:32 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FD743D1D; Wed, 21 Apr 2004 20:24:32 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (scottl@pooker.samsco.org [168.103.85.57]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i3M3RGu6043036; Wed, 21 Apr 2004 21:27:17 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40873AE0.7040909@freebsd.org> Date: Wed, 21 Apr 2004 21:24:16 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200404220222.i3M2MIr4049740@repoman.freebsd.org> In-Reply-To: <200404220222.i3M2MIr4049740@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules/asr Makefile src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 03:24:32 -0000 Nate Lawson wrote: > njl 2004/04/21 19:22:18 PDT > > FreeBSD src repository > > Modified files: > sys/modules/asr Makefile > sys/dev/asr asr.c > Log: > Fix the build. opt_asr.h is gone. > > Beer or equivalent to? njl > > Revision Changes Path > 1.47 +0 -1 src/sys/dev/asr/asr.c > 1.4 +2 -2 src/sys/modules/asr/Makefile Thanks. Scott From owner-cvs-src@FreeBSD.ORG Wed Apr 21 22:19:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id B4C2216A4CF; Wed, 21 Apr 2004 22:19:53 -0700 (PDT) Date: Wed, 21 Apr 2004 22:19:53 -0700 From: Darren Reed To: Max Laier Message-ID: <20040422051953.GA27025@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404220259.45651.max@love2party.net> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 05:19:53 -0000 On Thu, Apr 22, 2004 at 02:59:38AM +0000, Max Laier wrote: > > In the end: Yes it does! In this particular example I can easily tell > what the > new version does, while I wouldn't be able to tell it from > the first (w/o context). It just way easier to read, keeping it obscure > as all the other BSDs have it this way and it was this way for years > is just baloney. I would suggest that if you (or anyone else) has trouble reading the code, then read Stevens. The variable naming, etc, is not really the hard part of this code to grasp, it's the structures and how they interact and interconnect. Look in that book, see where all the arrows go in the diagrams. Perhaps I should say that having some understanding of how the radix/routing stuff works, just changing variable names does little in the way of making it more palatable. > To put some emphasis on why this will help locking, we don't have many brave > who happen to know from top to bottom and can > easily tell what "x = *(u_char *)p" is supposed to mean, but we have some who > have a good idea how to do locking. The changes Luigi is trying to do, should > enable better readability of the network code to make it possible for others > to lock things down. On the contrary, what you need is to understand the relationship between all the data structures and the who/what/where/how/why of their use. > I find readable code a good thing (even if it does not help locking). As does everyone else. > > In the end, if someone decides that the code needs to be restructured > > for better performance in SMP hardware, then that's what'll happen and > > changes like these will have little significance at that point in time. > > I don't think so. It's much easier to restructure code you can actually read > and understand. And honest, when one sees the current radix code (etc.), the > first thing that comes to mind is "run!". Same applies to IPv6/KAME-code, btw > - and I didn't see anybody to work on the locking there and I know a reason > why. Now now, don't be mean :) But don't forget that at least the way the radix code "was" had the backing of a number of chapters in a book that explain(ed/s) it all and so it has an advantage over IPv6/KAME... Darren From owner-cvs-src@FreeBSD.ORG Wed Apr 21 23:23:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8396716A4CE; Wed, 21 Apr 2004 23:23:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6690543D45; Wed, 21 Apr 2004 23:23:48 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M6NmGe007404; Wed, 21 Apr 2004 23:23:48 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M6NmqS007403; Wed, 21 Apr 2004 23:23:48 -0700 (PDT) (envelope-from ps) Message-Id: <200404220623.i3M6NmqS007403@repoman.freebsd.org> From: Paul Saab Date: Wed, 21 Apr 2004 23:23:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ciss cissreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 06:23:48 -0000 ps 2004/04/21 23:23:48 PDT FreeBSD src repository Modified files: sys/dev/ciss cissreg.h Log: define some new fields in the physical drive structure and pad the structure to 512 bytes. Revision Changes Path 1.8 +3 -0 src/sys/dev/ciss/cissreg.h From owner-cvs-src@FreeBSD.ORG Wed Apr 21 23:43:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7490116A4CE; Wed, 21 Apr 2004 23:43:25 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i3M6hNph001564; Thu, 22 Apr 2004 02:43:24 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200404220643.i3M6hNph001564@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Darren Reed In-Reply-To: Message from Darren Reed <20040422051953.GA27025@hub.freebsd.org> From: Brian Fundakowski Feldman Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Apr 2004 02:43:23 -0400 Sender: green@green.homeunix.org cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 06:43:25 -0000 Darren Reed wrote: > On Thu, Apr 22, 2004 at 02:59:38AM +0000, Max Laier wrote: > > > In the end, if someone decides that the code needs to be restructured > > > for better performance in SMP hardware, then that's what'll happen and > > > changes like these will have little significance at that point in time. > > > > I don't think so. It's much easier to restructure code you can actually read > > and understand. And honest, when one sees the current radix code (etc.), the > > first thing that comes to mind is "run!". Same applies to IPv6/KAME-code, btw > > - and I didn't see anybody to work on the locking there and I know a reason > > why. > > Now now, don't be mean :) > > But don't forget that at least the way the radix code "was" had the > backing of a number of chapters in a book that explain(ed/s) it all > and so it has an advantage over IPv6/KAME... We're not Unix; we're FreeBSD+KAME+abazillionotherthings, and whatever advantages Stevens' historical Unix had in the way of book documentation, you can count on it being out of date when it comes to what the code actually looks like, whether Luigi is "cleaning it up" or not. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Thu Apr 22 00:08:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FE716A4CE; Thu, 22 Apr 2004 00:08:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C295543D58; Thu, 22 Apr 2004 00:08:39 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M78dGe016505; Thu, 22 Apr 2004 00:08:39 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M78d1Q016504; Thu, 22 Apr 2004 00:08:39 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404220708.i3M78d1Q016504@repoman.freebsd.org> From: Bill Paul Date: Thu, 22 Apr 2004 00:08:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 07:08:39 -0000 wpaul 2004/04/22 00:08:39 PDT FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c sys/dev/if_ndis if_ndis.c Log: Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time. (I hope.) My original instinct to make ndis_return_packet() asynchronous was correct. Making ndis_rxeof() submit packets to the stack asynchronously fixes one recursive spinlock acquisition, but it's also possible for it to happen via the ndis_txeof() path too. So: - In if_ndis.c, revert ndis_rxeof() to its old behavior (and don't bother putting ndis_rxeof_serial() back since we don't need it anymore). - In kern_ndis.c, make ndis_return_packet() submit the call to the MiniportReturnPacket() function to the "ndis swi" thread so that it always happens in another context no matter who calls it. Revision Changes Path 1.53 +27 -12 src/sys/compat/ndis/kern_ndis.c 1.55 +3 -29 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 00:52:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 9F50116A4CF; Thu, 22 Apr 2004 00:52:47 -0700 (PDT) Date: Thu, 22 Apr 2004 00:52:47 -0700 From: Darren Reed To: Brian Fundakowski Feldman Message-ID: <20040422075247.GB27025@hub.freebsd.org> References: <20040422051953.GA27025@hub.freebsd.org> <200404220643.i3M6hNph001564@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404220643.i3M6hNph001564@green.homeunix.org> User-Agent: Mutt/1.4.1i cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 07:52:47 -0000 On Thu, Apr 22, 2004 at 02:43:23AM -0400, Brian Fundakowski Feldman wrote: > > We're not Unix; we're FreeBSD+KAME+abazillionotherthings, and whatever > advantages Stevens' historical Unix had in the way of book documentation, > you can count on it being out of date when it comes to what the code > actually looks like, whether Luigi is "cleaning it up" or not. The one I'm referring to is almost a line by line code walkthrough of 4.4BSD's networking - which is the foundation for FreeBSD's. You won't find a better resource for understand the routing code. As for how out of date it is...an exercise for the reader. Darren From owner-cvs-src@FreeBSD.ORG Thu Apr 22 00:53:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACE916A4E4; Thu, 22 Apr 2004 00:52:59 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C22143D1D; Thu, 22 Apr 2004 00:52:59 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3M7qwgd087551; Thu, 22 Apr 2004 00:52:58 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3M7qwjF087550; Thu, 22 Apr 2004 00:52:58 -0700 (PDT) (envelope-from rizzo) Date: Thu, 22 Apr 2004 00:52:58 -0700 From: Luigi Rizzo To: Darren Reed Message-ID: <20040422005258.A84320@xorpc.icir.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040422051953.GA27025@hub.freebsd.org>; from darrenr@hub.freebsd.org on Wed, Apr 21, 2004 at 10:19:53PM -0700 cc: Max Laier cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 07:53:01 -0000 i knew this would be a bit controversial :) On Wed, Apr 21, 2004 at 10:19:53PM -0700, Darren Reed wrote: ... > I would suggest that if you (or anyone else) has trouble reading > the code, then read Stevens. The variable naming, etc, is not isn't it even better if you find the documentation in the code itself (and perhaps up to date) rather than having to resort to external sources ? > really the hard part of this code to grasp, it's the structures > and how they interact and interconnect. Look in that book, see > where all the arrows go in the diagrams. Perhaps I should say that part is unchanged and i do not have any intention of changing it, nor interfaces. BTW the hard parts of the code in radix.c (rn_addmask(), rn_addroute(), rn_delete() and so on) are _not_ documented in Stevens' book so there is little if any motivation to preserve the lexical format of the code. > On the contrary, what you need is to understand the relationship > between all the data structures and the who/what/where/how/why > of their use. these were indeed part of my changes: +/* + * Most of the functions in this code assume that the key/mask arguments + * are sockaddr-like structures, where the first byte is an u_char + * indicating the size of the entire structure. + * + * To make the assumption more explicit, we use the LEN() macro to access + * this field. It is safe to pass an expression with side effects + * to LEN() as the argument is evaluated only once. + */ ... +/* + * Whenever we add a new leaf to the tree, we also add a parent node, + * so we allocate them as an array of two elements: the first one must be + * the leaf (see RNTORT() in route.c), the second one is the parent. + * This routine initializes the relevant fields of the nodes, so that + * the leaf is the left child of the parent node, and both nodes have + * (almost) all all fields filled as appropriate. + * (XXX some fields are left unset, see the '#if 0' section). + * The function returns a pointer to the parent node. + */ ... +/* + * Convert a 'struct radix_node *' to a 'struct rtentry *'. + * The operation can be done safely (in this code) because a + * 'struct rtentry' starts with two 'struct radix_node''s, the first + * one representing leaf nodes in the routing tree, which is + * what the code in radix.c passes us as a 'struct radix_node'. + * + * But because there are a lot of assumptions in this conversion, + * do not cast explicitly, but always use the macro below. + */ +#define RNTORT(p) ((struct rtentry *)(p)) + > But don't forget that at least the way the radix code "was" had the > backing of a number of chapters in a book that explain(ed/s) it all > and so it has an advantage over IPv6/KAME... as i said, the part that i [plan to] touch is the undocumented one. Additionally, we need to make progress. The entire routing structure is incredibly expensive time and spacewise -- e.g each entry in the routing table consumes 80 bytes + the metrics + the 2 sockaddr, which 5-10 times the space you need for an optimised implementation of the routing tree for ipv4. Maybe it was ok when you had 1000 entries in the table, not anymore when you have large BGP tables to push in the kernel. We need to be able to provide specialised (and efficient) versions of the code for selected address families -- this likely will cause a change in the APIs, with a compatibility layer to let old code still work. cheers luigi From owner-cvs-src@FreeBSD.ORG Thu Apr 22 01:32:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0867A16A4CE; Thu, 22 Apr 2004 01:32:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0BCB43D5A; Thu, 22 Apr 2004 01:32:14 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M8WEGe040985; Thu, 22 Apr 2004 01:32:14 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M8WEPX040981; Thu, 22 Apr 2004 01:32:14 -0700 (PDT) (envelope-from silby) Message-Id: <200404220832.i3M8WEPX040981@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 22 Apr 2004 01:32:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 08:32:15 -0000 silby 2004/04/22 01:32:14 PDT FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Simplify random port allocation, and add net.inet.ip.portrange.randomized, which can be used to turn off randomized port allocation if so desired. Requested by: alfred Revision Changes Path 1.144 +13 -27 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 01:32:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C66D16A4CE; Thu, 22 Apr 2004 01:32:50 -0700 (PDT) Received: from edgemaster.zombie.org (edgemaster.creighton.edu [147.134.112.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D813143D49; Thu, 22 Apr 2004 01:32:49 -0700 (PDT) (envelope-from smkelly@FreeBSD.org) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id 96C3F39851; Thu, 22 Apr 2004 03:32:49 -0500 (CDT) Date: Thu, 22 Apr 2004 03:32:49 -0500 From: Sean Kelly To: Ruslan Ermilov Message-ID: <20040422083249.GA3172@edgemaster.zombie.org> References: <200404191135.i3JBZFDg084822@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404191135.i3JBZFDg084822@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure Makefile.inc src/secure/lib/libcrypto Makefile Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 08:32:50 -0000 On Mon, Apr 19, 2004 at 04:35:15AM -0700, Ruslan Ermilov wrote: > ru 2004/04/19 04:35:15 PDT > > FreeBSD src repository > > Modified files: > secure Makefile.inc > secure/lib/libcrypto Makefile Makefile.inc > Log: > Turn MAKE_IDEA into a true "bool" type variable, as documented in > the make.conf(5) manpage. > > PR: conf/65738 > OK'ed by: markm It looks like this should close conf/65738, no? -- Sean Kelly | PGP KeyID: D2E5E296 smkelly@FreeBSD.org | http://www.sean-kelly.org/ From owner-cvs-src@FreeBSD.ORG Thu Apr 22 01:34:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F373A16A4CF; Thu, 22 Apr 2004 01:34:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C1043D46; Thu, 22 Apr 2004 01:34:55 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M8YtGe041330; Thu, 22 Apr 2004 01:34:55 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M8YtoQ041329; Thu, 22 Apr 2004 01:34:55 -0700 (PDT) (envelope-from silby) Message-Id: <200404220834.i3M8YtoQ041329@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 22 Apr 2004 01:34:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 08:34:56 -0000 silby 2004/04/22 01:34:55 PDT FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Take out an unneeded variable I forgot to remove in the last commit, and make two small whitespace fixes so that diffs vs rev 1.142 are minimal. Revision Changes Path 1.145 +3 -2 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 01:49:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E03116A4CE; Thu, 22 Apr 2004 01:49:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32DB543D1D; Thu, 22 Apr 2004 01:49:52 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3M8nqGe043521; Thu, 22 Apr 2004 01:49:52 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3M8npaL043520; Thu, 22 Apr 2004 01:49:51 -0700 (PDT) (envelope-from silby) Message-Id: <200404220849.i3M8npaL043520@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 22 Apr 2004 01:49:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 08:49:52 -0000 silby 2004/04/22 01:49:51 PDT FreeBSD src repository Modified files: share/man/man4 ip.4 Log: Document the net.inet.ip.portrange.randomized sysctl. Revision Changes Path 1.35 +7 -0 src/share/man/man4/ip.4 From owner-cvs-src@FreeBSD.ORG Thu Apr 22 01:52:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFE516A4CE for ; Thu, 22 Apr 2004 01:52:19 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F6FD43D60 for ; Thu, 22 Apr 2004 01:52:19 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 92653 invoked from network); 22 Apr 2004 08:52:18 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 22 Apr 2004 08:52:18 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 22 Apr 2004 04:02:58 -0500 (CDT) From: Mike Silbersack To: Mike Silbersack In-Reply-To: <200404220849.i3M8npaL043520@repoman.freebsd.org> Message-ID: <20040422040207.H21358@odysseus.silby.com> References: <200404220849.i3M8npaL043520@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 08:52:20 -0000 On Thu, 22 Apr 2004, Mike Silbersack wrote: > silby 2004/04/22 01:49:51 PDT > > FreeBSD src repository > > Modified files: > share/man/man4 ip.4 > Log: > Document the net.inet.ip.portrange.randomized sysctl. > > Revision Changes Path > 1.35 +7 -0 src/share/man/man4/ip.4 Look, I documented a feature without even being asked to. I deserve a cookie or something. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu Apr 22 02:21:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 4F81316A4D0; Thu, 22 Apr 2004 02:21:20 -0700 (PDT) Date: Thu, 22 Apr 2004 02:21:20 -0700 From: Darren Reed To: Luigi Rizzo Message-ID: <20040422092120.GC27025@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422005258.A84320@xorpc.icir.org> User-Agent: Mutt/1.4.1i cc: Max Laier cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 09:21:20 -0000 On Thu, Apr 22, 2004 at 12:52:58AM -0700, Luigi Rizzo wrote: > i knew this would be a bit controversial :) Glad I met your expectations :) > > really the hard part of this code to grasp, it's the structures > > and how they interact and interconnect. Look in that book, see > > where all the arrows go in the diagrams. Perhaps I should say > > that part is unchanged and i do not have any intention of changing it, > nor interfaces. BTW the hard parts of the code in radix.c (rn_addmask(), > rn_addroute(), rn_delete() and so on) are _not_ documented in Stevens' > book so there is little if any motivation to preserve the lexical format > of the code. I'll take your word for it :) > + * 'struct rtentry' starts with two 'struct radix_node''s, the first > + * one representing leaf nodes in the routing tree, which is > + * what the code in radix.c passes us as a 'struct radix_node'. > + * > + * But because there are a lot of assumptions in this conversion, > + * do not cast explicitly, but always use the macro below. > + */ > +#define RNTORT(p) ((struct rtentry *)(p)) Without looking, my experience with using the radix code is that if RNF_ROOT is set then you don't have an "struct somethingelse" (that flag is only set on structures allocated inside radix.c) so maybe it should be (unless it is ruled out by the code paths): #define RNTORT(p) ((struct rtentry *)((p->rn_flags & RNF_ROOT)?NULL:p)) or create an mtod() equivalent: #define rntod(p,t) ((t)(((p)->rn_flags & RNF_ROOT)?NULL:(p))) > Additionally, we need to make progress. The entire routing structure > is incredibly expensive time and spacewise -- e.g each entry in the > routing table consumes 80 bytes + the metrics + the 2 sockaddr, > which 5-10 times the space you need for an optimised implementation > of the routing tree for ipv4. Maybe it was ok when you had 1000 > entries in the table, not anymore when you have large BGP tables > to push in the kernel. > We need to be able to provide specialised (and efficient) versions > of the code for selected address families -- this likely will > cause a change in the APIs, with a compatibility layer to > let old code still work. Have you throught through this any more or are these just random thoughts as you work your way through this code ? Are you concerned that a radix tree (rather than some other data structure) is being used or that its use is not efficient ? I suppose another pertinent question here might be if I put 4GB of RAM in a PC, can freebsd's kernel use 3.5GB of it, internally, or is it restricted to some fraction of that ? Darren From owner-cvs-src@FreeBSD.ORG Thu Apr 22 02:46:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420D316A4CE; Thu, 22 Apr 2004 02:46:29 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 0828643D66; Thu, 22 Apr 2004 02:46:28 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Apr 2004 10:46:27 +0100 (BST) Date: Thu, 22 Apr 2004 10:46:26 +0100 From: David Malone To: Mike Silbersack Message-ID: <20040422094626.GA61556@walton.maths.tcd.ie> References: <200404220849.i3M8npaL043520@repoman.freebsd.org> <20040422040207.H21358@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422040207.H21358@odysseus.silby.com> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: Mike Silbersack cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 09:46:29 -0000 On Thu, Apr 22, 2004 at 04:02:58AM -0500, Mike Silbersack wrote: > Look, I documented a feature without even being asked to. I deserve a > cookie or something. % xauth list 10.1.1.1:0 10.1.1.1:0 MIT-MAGIC-COOKIE-1 7101640037702539110a53075a4d0f4f David. From owner-cvs-src@FreeBSD.ORG Thu Apr 22 03:54:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B80F16A4D0; Thu, 22 Apr 2004 03:54:27 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBBA43D54; Thu, 22 Apr 2004 03:54:27 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3MAsPgd005953; Thu, 22 Apr 2004 03:54:25 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3MAsP64005952; Thu, 22 Apr 2004 03:54:25 -0700 (PDT) (envelope-from rizzo) Date: Thu, 22 Apr 2004 03:54:24 -0700 From: Luigi Rizzo To: Darren Reed Message-ID: <20040422035424.A4881@xorpc.icir.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040422092120.GC27025@hub.freebsd.org>; from darrenr@hub.freebsd.org on Thu, Apr 22, 2004 at 02:21:20AM -0700 cc: Max Laier cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 10:54:27 -0000 On Thu, Apr 22, 2004 at 02:21:20AM -0700, Darren Reed wrote: ... > Without looking, my experience with using the radix code is that if > RNF_ROOT is set then you don't have an "struct somethingelse" (that > flag is only set on structures allocated inside radix.c) so maybe it > should be (unless it is ruled out by the code paths): > #define RNTORT(p) ((struct rtentry *)((p->rn_flags & RNF_ROOT)?NULL:p)) could be. only one place to touch, now :) > or create an mtod() equivalent: > #define rntod(p,t) ((t)(((p)->rn_flags & RNF_ROOT)?NULL:(p))) not this one though, it would allow random casts which are inconsistent with the way these structures are defined. > > Additionally, we need to make progress. The entire routing structure > > is incredibly expensive time and spacewise -- e.g each entry in the > > routing table consumes 80 bytes + the metrics + the 2 sockaddr, > > which 5-10 times the space you need for an optimised implementation ... > Have you throught through this any more or are these just random yes I have, and andre has even more. but we need to get there gradually. > Are you concerned that a radix tree (rather than some other data > structure) is being used or that its use is not efficient ? > > I suppose another pertinent question here might be if I put 4GB > of RAM in a PC, can freebsd's kernel use 3.5GB of it, internally, > or is it restricted to some fraction of that ? There is memory and memory. If you keep the footprint small, you have a hope to hit a nearby cache which can be 20-50 times faster (in latency) than main memory. Which makes the radix-tree vs. 4-level tree vs other data structure issue almost irrelevant. BTW thanks for the Cisco datapoint (320bytes per entry). Though, does it refer to the FIB (the info kept in the kernel for forwarding purposes) or the RIB (the copy managed by the routing daemon) ? cheers luigi From owner-cvs-src@FreeBSD.ORG Thu Apr 22 04:20:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 4401416A4CF; Thu, 22 Apr 2004 04:20:25 -0700 (PDT) Date: Thu, 22 Apr 2004 04:20:25 -0700 From: Darren Reed To: Luigi Rizzo Message-ID: <20040422112025.GA57112@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422035424.A4881@xorpc.icir.org> User-Agent: Mutt/1.4.1i cc: Max Laier cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 11:20:25 -0000 On Thu, Apr 22, 2004 at 03:54:24AM -0700, Luigi Rizzo wrote: > > BTW thanks for the Cisco datapoint (320bytes per entry). > Though, does it refer to the FIB (the info kept in the kernel for > forwarding purposes) or the RIB (the copy managed by the routing > daemon) ? I don't know enough about Cisco's to say what the output means, but that output (and more) can be found here: http://www.mcvax.org/~jhma/routing/ and off that: http://bgp.potaroo.net/index-bgp.html Darren From owner-cvs-src@FreeBSD.ORG Thu Apr 22 04:35:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6763716A4CE; Thu, 22 Apr 2004 04:35:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53943D49; Thu, 22 Apr 2004 04:35:13 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MBZDGe080269; Thu, 22 Apr 2004 04:35:13 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MBZCn4080264; Thu, 22 Apr 2004 04:35:13 -0700 (PDT) (envelope-from tjr) Message-Id: <200404221135.i3MBZCn4080264@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 22 Apr 2004 04:35:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 11:35:13 -0000 tjr 2004/04/22 04:35:12 PDT FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c vfwprintf.c Log: Use the correct size to allocate, copy and clear argument type tables after their change from an array of char to an array of enum. This fixes problems that occurred when using positional arguments in format strings, particularly with more than STATIC_ARG_TBL_SIZE (8) of them. PR: 65841 Submitted by: Steven Smith (mostly) Revision Changes Path 1.64 +9 -6 src/lib/libc/stdio/vfprintf.c 1.18 +9 -6 src/lib/libc/stdio/vfwprintf.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 05:22:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F4AD16A4CF; Thu, 22 Apr 2004 05:22:34 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id D118543D3F; Thu, 22 Apr 2004 05:22:33 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 7B0E254846; Thu, 22 Apr 2004 07:22:33 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 2CD6D6D479; Thu, 22 Apr 2004 07:22:33 -0500 (CDT) Date: Thu, 22 Apr 2004 07:22:33 -0500 From: "Jacques A. Vidrine" To: Mike Silbersack Message-ID: <20040422122233.GE29225@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mike Silbersack , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200404220832.i3M8WEPX040981@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404220832.i3M8WEPX040981@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 12:22:34 -0000 On Thu, Apr 22, 2004 at 01:32:14AM -0700, Mike Silbersack wrote: > silby 2004/04/22 01:32:14 PDT > > FreeBSD src repository > > Modified files: > sys/netinet in_pcb.c > Log: > Simplify random port allocation, and add net.inet.ip.portrange.randomized, > which can be used to turn off randomized port allocation if so desired. > > Requested by: alfred > > Revision Changes Path > 1.144 +13 -27 src/sys/netinet/in_pcb.c Thanks, Mike! Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Thu Apr 22 05:28:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB17016A4CE; Thu, 22 Apr 2004 05:28:58 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id A649543D45; Thu, 22 Apr 2004 05:28:58 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 4B9D054846; Thu, 22 Apr 2004 07:28:58 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id EE2646D479; Thu, 22 Apr 2004 07:28:57 -0500 (CDT) Date: Thu, 22 Apr 2004 07:28:57 -0500 From: "Jacques A. Vidrine" To: Jonathan Chen Message-ID: <20040422122857.GF29225@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Jonathan Chen , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200404212115.i3LLF89Y076960@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404212115.i3LLF89Y076960@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getpwent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 12:28:59 -0000 On Wed, Apr 21, 2004 at 02:15:08PM -0700, Jonathan Chen wrote: > jon 2004/04/21 14:15:08 PDT > > FreeBSD src repository > > Modified files: > lib/libc/gen getpwent.c > Log: > Fix a bug that could result in getpw*() incorrectly returning NULL when NIS > adjunct maps are used. One symtom of this bug is sshd saying: > login_get_lastlog: Cannot find account for uid X > when logging in. The problem here is caused by an incorrect reuse of the rv > variable when previous values are needed later. > > Revision Changes Path > 1.87 +1 -0 src/lib/libc/gen/getpwent.c Thanks, Jonathan! Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Thu Apr 22 06:07:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECBDB16A4CE; Thu, 22 Apr 2004 06:07:58 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3546843D1F; Thu, 22 Apr 2004 06:07:58 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3MDCXVM068243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2004 16:12:34 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3MD80da009385; Thu, 22 Apr 2004 16:08:00 +0300 (EEST) (envelope-from ru) Date: Thu, 22 Apr 2004 16:08:00 +0300 From: Ruslan Ermilov To: Mike Silbersack Message-ID: <20040422130800.GA9359@ip.net.ua> References: <200404220832.i3M8WEPX040981@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <200404220832.i3M8WEPX040981@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 13:07:59 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 22, 2004 at 01:32:14AM -0700, Mike Silbersack wrote: > silby 2004/04/22 01:32:14 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/netinet in_pcb.c=20 > Log: > Simplify random port allocation, and add net.inet.ip.portrange.randomiz= ed, > which can be used to turn off randomized port allocation if so desired. > =20 > Requested by: alfred > =20 > Revision Changes Path > 1.144 +13 -27 src/sys/netinet/in_pcb.c >=20 Thanks! This comes handy (the ability to turn if back off). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAh8OwUkv4P6juNwoRAv1UAJ44YIL9a5J5b8D5NM5eqctkhtzvpACeNPST mHmaoYDxAZuJ0YbG3SAQBtw= =yTh5 -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-cvs-src@FreeBSD.ORG Thu Apr 22 06:34:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25B416A4CE; Thu, 22 Apr 2004 06:34:18 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03F143D55; Thu, 22 Apr 2004 06:34:18 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B237565436; Thu, 22 Apr 2004 14:34:17 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 39700-02-14; Thu, 22 Apr 2004 14:34:17 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 8DD4C65435; Thu, 22 Apr 2004 14:34:13 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C61A860EE; Thu, 22 Apr 2004 14:34:09 +0100 (BST) Date: Thu, 22 Apr 2004 14:34:09 +0100 From: Bruce M Simpson To: Darren Reed Message-ID: <20040422133409.GI722@empiric.dek.spc.org> Mail-Followup-To: Darren Reed , Brian Fundakowski Feldman , Max Laier , Colin Percival , Luigi Rizzo , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <20040422051953.GA27025@hub.freebsd.org> <200404220643.i3M6hNph001564@green.homeunix.org> <20040422075247.GB27025@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422075247.GB27025@hub.freebsd.org> cc: Brian Fundakowski Feldman cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Colin Percival cc: cvs-all@FreeBSD.org cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 13:34:19 -0000 On Thu, Apr 22, 2004 at 12:52:47AM -0700, Darren Reed wrote: > The one I'm referring to is almost a line by line code walkthrough > of 4.4BSD's networking - which is the foundation for FreeBSD's. > You won't find a better resource for understand the routing code. > > As for how out of date it is...an exercise for the reader. The mbuf rewrite alone was enough to change everything, not to mention all the additions since, e.g. TAO, the syncache, SACK (to come), and RFC 2385. The Stevens series can be regarded as a roadmap, albeit an out of date one, IMHO. Regards, BMS From owner-cvs-src@FreeBSD.ORG Thu Apr 22 06:46:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 467A416A4CF for ; Thu, 22 Apr 2004 06:46:23 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B1543D49 for ; Thu, 22 Apr 2004 06:46:21 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 67287 invoked from network); 22 Apr 2004 13:46:20 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 22 Apr 2004 13:46:20 -0000 Message-ID: <4087CCAB.C745ACB3@freebsd.org> Date: Thu, 22 Apr 2004 15:46:19 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Darren Reed References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Max Laier cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 13:46:23 -0000 Darren Reed wrote: > > On Thu, Apr 22, 2004 at 03:54:24AM -0700, Luigi Rizzo wrote: > > > > BTW thanks for the Cisco datapoint (320bytes per entry). > > Though, does it refer to the FIB (the info kept in the kernel for > > forwarding purposes) or the RIB (the copy managed by the routing > > daemon) ? > > I don't know enough about Cisco's to say what the output means, > but that output (and more) can be found here: > http://www.mcvax.org/~jhma/routing/ > and off that: > http://bgp.potaroo.net/index-bgp.html The interal data repesentation of the RIB I have designed for the new bgpd in OpenBSD uses about 234 bytes per prefix and it will only grow a few bytes for each additional path. This is about as efficient as Cisco IOS, if not better. Zebra/Quagga takes about 80MBytes for bgpd for the same. The FIB (in the kernel) can be way smaller with more efficient data structures in the range 2-5MBytes. With an lctrie you can get to 1-1.5Mbytes which fits into L2/L3 cache of the CPU (but you have to replace the entire table if you want to add prefixes). -- Andre From owner-cvs-src@FreeBSD.ORG Thu Apr 22 07:31:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id AD1A616A4CF; Thu, 22 Apr 2004 07:31:18 -0700 (PDT) Date: Thu, 22 Apr 2004 07:31:18 -0700 From: Darren Reed To: Andre Oppermann Message-ID: <20040422143118.GA90863@hub.freebsd.org> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> <4087CCAB.C745ACB3@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4087CCAB.C745ACB3@freebsd.org> User-Agent: Mutt/1.4.1i cc: Max Laier cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 14:31:18 -0000 On Thu, Apr 22, 2004 at 03:46:19PM +0200, Andre Oppermann wrote: > The FIB (in the kernel) can be way smaller with more efficient data > structures in the range 2-5MBytes. With an lctrie you can get to > 1-1.5Mbytes which fits into L2/L3 cache of the CPU (but you have to > replace the entire table if you want to add prefixes). If you do that, do you need separate routing table code for each protocol that has one ? Darren From owner-cvs-src@FreeBSD.ORG Thu Apr 22 07:37:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A85416A4CF for ; Thu, 22 Apr 2004 07:37:11 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2516243D68 for ; Thu, 22 Apr 2004 07:37:09 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 77311 invoked from network); 22 Apr 2004 14:37:08 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 22 Apr 2004 14:37:08 -0000 Message-ID: <4087D893.BB8D845@freebsd.org> Date: Thu, 22 Apr 2004 16:37:07 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Darren Reed References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> <4087CCAB.C745ACB3@freebsd.org> <20040422143118.GA90863@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Max Laier cc: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 14:37:11 -0000 Darren Reed wrote: > > On Thu, Apr 22, 2004 at 03:46:19PM +0200, Andre Oppermann wrote: > > The FIB (in the kernel) can be way smaller with more efficient data > > structures in the range 2-5MBytes. With an lctrie you can get to > > 1-1.5Mbytes which fits into L2/L3 cache of the CPU (but you have to > > replace the entire table if you want to add prefixes). > > If you do that, do you need separate routing table code for each > protocol that has one ? No. The RIB or different RIBs in userland (bgpd, ospfd, etc.) will have to sort out which one has precedence for equal prefixes with diverse routes. The result will then be feeded into the FIB and be used for packet forwarding. -- Andre From owner-cvs-src@FreeBSD.ORG Thu Apr 22 07:49:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEFED16A4CE; Thu, 22 Apr 2004 07:49:03 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C7D43D48; Thu, 22 Apr 2004 07:49:03 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BGfa4-00045c-Oo; Thu, 22 Apr 2004 21:53:36 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i3MEnHAT028089; Thu, 22 Apr 2004 21:49:17 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i3MEnH4g028003; Thu, 22 Apr 2004 21:49:17 +0700 (NOVST) (envelope-from danfe) Date: Thu, 22 Apr 2004 21:49:17 +0700 From: Alexey Dokuchaev To: Andre Oppermann Message-ID: <20040422144917.GA27137@regency.nsu.ru> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> <4087CCAB.C745ACB3@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4087CCAB.C745ACB3@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: Luigi Rizzo cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Darren Reed cc: cvs-all@freebsd.org cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 14:49:03 -0000 On Thu, Apr 22, 2004 at 03:46:19PM +0200, Andre Oppermann wrote: > Darren Reed wrote: > > > > On Thu, Apr 22, 2004 at 03:54:24AM -0700, Luigi Rizzo wrote: > > > > > > BTW thanks for the Cisco datapoint (320bytes per entry). > > > Though, does it refer to the FIB (the info kept in the kernel for > > > forwarding purposes) or the RIB (the copy managed by the routing > > > daemon) ? > > > > I don't know enough about Cisco's to say what the output means, > > but that output (and more) can be found here: > > http://www.mcvax.org/~jhma/routing/ > > and off that: > > http://bgp.potaroo.net/index-bgp.html > > The interal data repesentation of the RIB I have designed for the new > bgpd in OpenBSD uses about 234 bytes per prefix and it will only grow > a few bytes for each additional path. This is about as efficient as > Cisco IOS, if not better. Zebra/Quagga takes about 80MBytes for bgpd > for the same. Sounds cool; could you comment a bit on reasons for importing bgpd into OpenBSD, and do such plans exist for FreeBSD? Thanks. ./danfe From owner-cvs-src@FreeBSD.ORG Thu Apr 22 08:02:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF0216A4CE for ; Thu, 22 Apr 2004 08:02:21 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6200043D4C for ; Thu, 22 Apr 2004 08:02:20 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 81641 invoked from network); 22 Apr 2004 15:02:19 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 22 Apr 2004 15:02:19 -0000 Message-ID: <4087DE7A.16BC14A9@freebsd.org> Date: Thu, 22 Apr 2004 17:02:18 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Alexey Dokuchaev References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> <4087CCAB.C745ACB3@freebsd.org> <20040422144917.GA27137@regency.nsu.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Luigi Rizzo cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Darren Reed cc: cvs-all@freebsd.org cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 15:02:21 -0000 Alexey Dokuchaev wrote: > > On Thu, Apr 22, 2004 at 03:46:19PM +0200, Andre Oppermann wrote: > > Darren Reed wrote: > > > > > > On Thu, Apr 22, 2004 at 03:54:24AM -0700, Luigi Rizzo wrote: > > > > > > > > BTW thanks for the Cisco datapoint (320bytes per entry). > > > > Though, does it refer to the FIB (the info kept in the kernel for > > > > forwarding purposes) or the RIB (the copy managed by the routing > > > > daemon) ? > > > > > > I don't know enough about Cisco's to say what the output means, > > > but that output (and more) can be found here: > > > http://www.mcvax.org/~jhma/routing/ > > > and off that: > > > http://bgp.potaroo.net/index-bgp.html > > > > The interal data repesentation of the RIB I have designed for the new > > bgpd in OpenBSD uses about 234 bytes per prefix and it will only grow > > a few bytes for each additional path. This is about as efficient as > > Cisco IOS, if not better. Zebra/Quagga takes about 80MBytes for bgpd > > for the same. > > Sounds cool; could you comment a bit on reasons for importing bgpd into > OpenBSD, and do such plans exist for FreeBSD? I don't have a clue why OpenBSD imported it into the base system. I don't think it really belongs there... The code compiles and works fine on FreeBSD. Someone promised me to make a port for the ports collection but so far it has not shown up in my inbox. -- Andre From owner-cvs-src@FreeBSD.ORG Thu Apr 22 08:07:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id E834616A4CF; Thu, 22 Apr 2004 08:07:59 -0700 (PDT) Date: Thu, 22 Apr 2004 08:07:59 -0700 From: Darren Reed To: Andre Oppermann Message-ID: <20040422150759.GA93922@hub.freebsd.org> References: <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> <4087CCAB.C745ACB3@freebsd.org> <20040422144917.GA27137@regency.nsu.ru> <4087DE7A.16BC14A9@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4087DE7A.16BC14A9@freebsd.org> User-Agent: Mutt/1.4.1i cc: Alexey Dokuchaev cc: Luigi Rizzo cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 15:08:00 -0000 On Thu, Apr 22, 2004 at 05:02:18PM +0200, Andre Oppermann wrote: > Alexey Dokuchaev wrote: > > Sounds cool; could you comment a bit on reasons for importing bgpd into > > OpenBSD, and do such plans exist for FreeBSD? > > I don't have a clue why OpenBSD imported it into the base system. I don't > think it really belongs there... The code compiles and works fine on > FreeBSD. Someone promised me to make a port for the ports collection but > so far it has not shown up in my inbox. Isn't the openbsd bgpd different, then? I mean I don't see your name there anywhere? From owner-cvs-src@FreeBSD.ORG Thu Apr 22 08:16:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC1A016A4D6 for ; Thu, 22 Apr 2004 08:16:34 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E0043D5D for ; Thu, 22 Apr 2004 08:16:34 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 83839 invoked from network); 22 Apr 2004 15:16:33 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 22 Apr 2004 15:16:33 -0000 Message-ID: <4087E1D0.68277D4B@freebsd.org> Date: Thu, 22 Apr 2004 17:16:32 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Darren Reed References: <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> <20040422035424.A4881@xorpc.icir.org> <20040422112025.GA57112@hub.freebsd.org> <4087CCAB.C745ACB3@freebsd.org> <20040422144917.GA27137@regency.nsu.ru> <4087DE7A.16BC14A9@freebsd.org> <20040422150759.GA93922@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Alexey Dokuchaev cc: Luigi Rizzo cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 15:16:35 -0000 Darren Reed wrote: > > On Thu, Apr 22, 2004 at 05:02:18PM +0200, Andre Oppermann wrote: > > Alexey Dokuchaev wrote: > > > Sounds cool; could you comment a bit on reasons for importing bgpd into > > > OpenBSD, and do such plans exist for FreeBSD? > > > > I don't have a clue why OpenBSD imported it into the base system. I don't > > think it really belongs there... The code compiles and works fine on > > FreeBSD. Someone promised me to make a port for the ports collection but > > so far it has not shown up in my inbox. > > Isn't the openbsd bgpd different, then? > I mean I don't see your name there anywhere? The coding has been done by Henning and Claudio. I did the internal design of the RDE (route decision engine, includes storage of BGP path information, etc.). The file rde.h contains my name in the copyrights. Claudio is my employee. -- Andre From owner-cvs-src@FreeBSD.ORG Thu Apr 22 08:17:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B00C16A4CF; Thu, 22 Apr 2004 08:17:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D28043D5C; Thu, 22 Apr 2004 08:17:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MFHdGe034405; Thu, 22 Apr 2004 08:17:39 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MFHdLw034404; Thu, 22 Apr 2004 08:17:39 -0700 (PDT) (envelope-from imp) Message-Id: <200404221517.i3MFHdLw034404@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Apr 2004 08:17:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 15:17:40 -0000 imp 2004/04/22 08:17:39 PDT FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: Remove npx(4) reference for isa. While true, it is useless (since there are a lot of other dependencies that preclude the kernel from working). Instead, have a more generic note that isa should not be removed. This should be less confusing for users. Revision Changes Path 1.401 +2 -1 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Apr 22 08:38:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D03016A4CF; Thu, 22 Apr 2004 08:38:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0438543D1D; Thu, 22 Apr 2004 08:38:28 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MFcRGe038431; Thu, 22 Apr 2004 08:38:27 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MFcR7N038430; Thu, 22 Apr 2004 08:38:27 -0700 (PDT) (envelope-from scottl) Message-Id: <200404221538.i3MFcR7N038430@repoman.freebsd.org> From: Scott Long Date: Thu, 22 Apr 2004 08:38:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 15:38:28 -0000 scottl 2004/04/22 08:38:27 PDT FreeBSD src repository Modified files: . approvers Log: Unrestrict the RELENG_4 src/ branch Revision Changes Path 1.4 +0 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Thu Apr 22 08:40:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E6AA16A4CE; Thu, 22 Apr 2004 08:40:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E539843D53; Thu, 22 Apr 2004 08:40:28 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MFeSGe038517; Thu, 22 Apr 2004 08:40:28 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MFeSIM038514; Thu, 22 Apr 2004 08:40:28 -0700 (PDT) (envelope-from pjd) Message-Id: <200404221540.i3MFeSIM038514@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 22 Apr 2004 08:40:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 15:40:29 -0000 pjd 2004/04/22 08:40:27 PDT FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Look out! vn_start_write() is able to return 0 and NULL 'mp'. Submitted by: Alex Lyashkov Revision Changes Path 1.344 +2 -0 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 09:26:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B15F16A4CE; Thu, 22 Apr 2004 09:26:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D98843D49; Thu, 22 Apr 2004 09:26:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MGQ6Ge055375; Thu, 22 Apr 2004 09:26:06 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MGQ5XA055374; Thu, 22 Apr 2004 09:26:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200404221626.i3MGQ5XA055374@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 22 Apr 2004 09:26:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/df df.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 16:26:06 -0000 obrien 2004/04/22 09:26:05 PDT FreeBSD src repository Modified files: bin/df df.c Log: Fix printing of the "Mounted on" values for 'df -i'. Fix spacing before "Mounted on" column in general. Submitted by: bde Revision Changes Path 1.59 +4 -2 src/bin/df/df.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 09:33:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8AFE16A4CE; Thu, 22 Apr 2004 09:33:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD2943D46; Thu, 22 Apr 2004 09:33:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MGXsGe057304; Thu, 22 Apr 2004 09:33:54 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MGXs1N057303; Thu, 22 Apr 2004 09:33:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200404221633.i3MGXs1N057303@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 22 Apr 2004 09:33:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/df df.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 16:33:54 -0000 obrien 2004/04/22 09:33:54 PDT FreeBSD src repository Modified files: bin/df df.1 Log: Add 'g' to SYNOPSIS. Revision Changes Path 1.33 +1 -1 src/bin/df/df.1 From owner-cvs-src@FreeBSD.ORG Thu Apr 22 10:05:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671E616A4CE; Thu, 22 Apr 2004 10:05:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC1C43D46; Thu, 22 Apr 2004 10:05:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MH59Ge064552; Thu, 22 Apr 2004 10:05:09 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MH591Q064551; Thu, 22 Apr 2004 10:05:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200404221705.i3MH591Q064551@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 22 Apr 2004 10:05:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/df df.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 17:05:09 -0000 obrien 2004/04/22 10:05:08 PDT FreeBSD src repository Modified files: bin/df df.c Log: Fix some style issues in rev 1.58. Use 64-bit integer math vs. mixed FP & integer. Add -g to the usage(). Revision Changes Path 1.60 +12 -13 src/bin/df/df.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 10:20:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9AD516A4CE; Thu, 22 Apr 2004 10:20:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBF843D31; Thu, 22 Apr 2004 10:20:13 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MHKDGe066788; Thu, 22 Apr 2004 10:20:13 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MHKDjG066787; Thu, 22 Apr 2004 10:20:13 -0700 (PDT) (envelope-from kensmith) Message-Id: <200404221720.i3MHKDjG066787@repoman.freebsd.org> From: Ken Smith Date: Thu, 22 Apr 2004 10:20:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 17:20:14 -0000 kensmith 2004/04/22 10:20:13 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/sys copyright.h Log: From the better-late-than-never department: Bump copyright year to 2004. Revision Changes Path 1.10.2.6 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Thu Apr 22 11:20:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690F916A4CE; Thu, 22 Apr 2004 11:20:35 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDFA43D53; Thu, 22 Apr 2004 11:20:34 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3MIP0i4093165 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2004 21:25:01 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3MIKQZe010891; Thu, 22 Apr 2004 21:20:26 +0300 (EEST) (envelope-from ru) Date: Thu, 22 Apr 2004 21:20:26 +0300 From: Ruslan Ermilov To: Ken Smith Message-ID: <20040422182026.GA10659@ip.net.ua> References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <200404221720.i3MHKDjG066787@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 18:20:35 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 22, 2004 at 10:20:13AM -0700, Ken Smith wrote: > kensmith 2004/04/22 10:20:13 PDT >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_4) > sys/sys copyright.h=20 > Log: > From the better-late-than-never department: Bump copyright year to 200= 4. > =20 > Revision Changes Path > 1.10.2.6 +3 -3 src/sys/sys/copyright.h >=20 Thank you! There are of course more than this to bump, to mark this task complete. Let me know if you want me to submit a patch, otherwise grep(1) would certainly help. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAiAzqUkv4P6juNwoRAntsAJ9pMaQeBoyWty1pQb0obdXJaF+N1wCfSY+k tZzfjZgcSXqcx+j4YNUIPjA= =Cx94 -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-cvs-src@FreeBSD.ORG Thu Apr 22 11:27:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5584E16A4CF; Thu, 22 Apr 2004 11:27:50 -0700 (PDT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE04243D1D; Thu, 22 Apr 2004 11:27:49 -0700 (PDT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (localhost [127.0.0.1]) i3MIRn8o018208; Thu, 22 Apr 2004 14:27:49 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i3MIRnPm018207; Thu, 22 Apr 2004 14:27:49 -0400 (EDT) Date: Thu, 22 Apr 2004 14:27:49 -0400 From: Ken Smith To: Ruslan Ermilov Message-ID: <20040422182749.GA17894@electra.cse.Buffalo.EDU> References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> <20040422182026.GA10659@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422182026.GA10659@ip.net.ua> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 18:27:50 -0000 On Thu, Apr 22, 2004 at 09:20:26PM +0300, Ruslan Ermilov wrote: > Thank you! There are of course more than this to bump, to > mark this task complete. Let me know if you want me to > submit a patch, otherwise grep(1) would certainly help. ;) I can take a bash at it but I haven't seen this sort of thing happen before so just for confirmation... Basically any line that has the word 'copyright' on it most likely needs to be changed, though engage brain briefly before changing it (e.g. if it's buried inside of the UCB copyright statement leave it alone, just FBSD copyrights). Is that more or less the algorithm? -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Thu Apr 22 11:50:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8066216A4CF for ; Thu, 22 Apr 2004 11:50:34 -0700 (PDT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF4343D54 for ; Thu, 22 Apr 2004 11:50:34 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 18495 invoked from network); 22 Apr 2004 18:50:33 -0000 Received: from dsl017-045-168.spk4.dsl.speakeasy.net (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Apr 2004 18:50:33 -0000 Received: from hydrogen.funkthat.com (ronkdq@localhost.funkthat.com [127.0.0.1])i3MIoXOE078549; Thu, 22 Apr 2004 11:50:33 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id i3MIoUrc078548; Thu, 22 Apr 2004 11:50:30 -0700 (PDT) Date: Thu, 22 Apr 2004 11:50:30 -0700 From: John-Mark Gurney To: Darren Reed Message-ID: <20040422185030.GB567@funkthat.com> References: <200404211527.i3LFRabS088245@repoman.freebsd.org> <6.0.1.1.1.20040422005919.03afaaa0@imap.sfu.ca> <20040422002143.GC60368@hub.freebsd.org> <200404220259.45651.max@love2party.net> <20040422051953.GA27025@hub.freebsd.org> <20040422005258.A84320@xorpc.icir.org> <20040422092120.GC27025@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422092120.GC27025@hub.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE 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: Luigi Rizzo cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival cc: Max Laier Subject: Re: cvs commit: src/sys/net radix.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Apr 2004 18:50:34 -0000 Darren Reed wrote this message on Thu, Apr 22, 2004 at 02:21 -0700: > I suppose another pertinent question here might be if I put 4GB > of RAM in a PC, can freebsd's kernel use 3.5GB of it, internally, > or is it restricted to some fraction of that ? Currently clean installs limit kernel memory to 1gb.. you can see KVA_PAGES in LINT which will increase that... -- 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 Apr 22 11:58:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FBB316A4CE; Thu, 22 Apr 2004 11:58:01 -0700 (PDT) Received: from smtp0.server.rpi.edu (smtp0.server.rpi.edu [128.113.53.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A1F43D5E; Thu, 22 Apr 2004 11:58:00 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp0.server.rpi.edu (8.12.8/8.12.8) with ESMTP id i3MIvvEd024680; Thu, 22 Apr 2004 14:57:57 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040422182749.GA17894@electra.cse.Buffalo.EDU> References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> <20040422182026.GA10659@ip.net.ua> <20040422182749.GA17894@electra.cse.Buffalo.EDU> Date: Thu, 22 Apr 2004 14:57:56 -0400 To: Ken Smith , Ruslan Ermilov From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 18:58:01 -0000 At 2:27 PM -0400 4/22/04, Ken Smith wrote: > >... so just for confirmation: Basically any line >that has the word 'copyright' on it most likely needs to be >changed, though engage brain briefly before changing it (e.g. >if it's buried inside of the UCB copyright statement leave it >alone, just FBSD copyrights). Is that more or less the algorithm? I don't think we can just do that across all source files in the system, if that's what you are thinking of. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:00:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4821E16A4E8; Thu, 22 Apr 2004 12:00:56 -0700 (PDT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A533F43D48; Thu, 22 Apr 2004 12:00:55 -0700 (PDT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (localhost [127.0.0.1]) i3MJ0n8o019683; Thu, 22 Apr 2004 15:00:49 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i3MJ0nAn019682; Thu, 22 Apr 2004 15:00:49 -0400 (EDT) Date: Thu, 22 Apr 2004 15:00:49 -0400 From: Ken Smith To: Garance A Drosihn Message-ID: <20040422190049.GA19359@electra.cse.Buffalo.EDU> References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> <20040422182026.GA10659@ip.net.ua> <20040422182749.GA17894@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ruslan Ermilov cc: Ken Smith cc: Ken Smith Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:00:56 -0000 On Thu, Apr 22, 2004 at 02:57:56PM -0400, Garance A Drosihn wrote: > At 2:27 PM -0400 4/22/04, Ken Smith wrote: > > > >... so just for confirmation: Basically any line > >that has the word 'copyright' on it most likely needs to be > >changed, though engage brain briefly before changing it (e.g. > >if it's buried inside of the UCB copyright statement leave it > >alone, just FBSD copyrights). Is that more or less the algorithm? > > I don't think we can just do that across all source files in > the system, if that's what you are thinking of. Yeah, after a small amount of poking around I realized that can't be the right algorithm. :-) I asked Ruslan privately to provide a hint what the right algorthm is. :-) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:18:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD25E16A4CE; Thu, 22 Apr 2004 12:18:07 -0700 (PDT) Received: from smtp-out7.xs4all.nl (smtp-out7.xs4all.nl [194.109.24.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CE443D54; Thu, 22 Apr 2004 12:18:07 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out7.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3MJHxVb050761; Thu, 22 Apr 2004 21:18:02 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i3MJHui0030861; Thu, 22 Apr 2004 21:17:56 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i3MJHuef030860; Thu, 22 Apr 2004 21:17:56 +0200 (CEST) (envelope-from wkb) Date: Thu, 22 Apr 2004 21:17:56 +0200 From: Wilko Bulte To: Ken Smith Message-ID: <20040422191756.GA30835@freebie.xs4all.nl> References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> <20040422182026.GA10659@ip.net.ua> <20040422182749.GA17894@electra.cse.Buffalo.EDU> <20040422190049.GA19359@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040422190049.GA19359@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Ruslan Ermilov cc: Garance A Drosihn cc: Ken Smith Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:18:07 -0000 On Thu, Apr 22, 2004 at 03:00:49PM -0400, Ken Smith wrote: > On Thu, Apr 22, 2004 at 02:57:56PM -0400, Garance A Drosihn wrote: > > At 2:27 PM -0400 4/22/04, Ken Smith wrote: > > > > > >... so just for confirmation: Basically any line > > >that has the word 'copyright' on it most likely needs to be > > >changed, though engage brain briefly before changing it (e.g. > > >if it's buried inside of the UCB copyright statement leave it > > >alone, just FBSD copyrights). Is that more or less the algorithm? > > > > I don't think we can just do that across all source files in > > the system, if that's what you are thinking of. > > Yeah, after a small amount of poking around I realized that can't > be the right algorithm. :-) I asked Ruslan privately to provide > a hint what the right algorthm is. :-) Can't cvs do that one way or other? Just guessing.. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:18:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485A116A4CE; Thu, 22 Apr 2004 12:18:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD0943D31; Thu, 22 Apr 2004 12:18:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MJIbGe092758; Thu, 22 Apr 2004 12:18:37 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MJIaNQ092757; Thu, 22 Apr 2004 12:18:36 -0700 (PDT) (envelope-from imp) Message-Id: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Apr 2004 12:18:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:18:37 -0000 imp 2004/04/22 12:18:36 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: BETA->STABLE now that we've branched Revision Changes Path 1.44.2.35 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:21:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7337B16A4CE; Thu, 22 Apr 2004 12:21:27 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C8243D46; Thu, 22 Apr 2004 12:21:25 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3MJPsvt097660 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Apr 2004 22:25:56 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3MJLKNC011408; Thu, 22 Apr 2004 22:21:20 +0300 (EEST) (envelope-from ru) Date: Thu, 22 Apr 2004 22:21:20 +0300 From: Ruslan Ermilov To: Ken Smith Message-ID: <20040422192120.GG10659@ip.net.ua> References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> <20040422182026.GA10659@ip.net.ua> <20040422182749.GA17894@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="reI/iBAAp9kzkmX4" Content-Disposition: inline In-Reply-To: <20040422182749.GA17894@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ken Smith Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:21:27 -0000 --reI/iBAAp9kzkmX4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 22, 2004 at 02:27:49PM -0400, Ken Smith wrote: > On Thu, Apr 22, 2004 at 09:20:26PM +0300, Ruslan Ermilov wrote: >=20 > > Thank you! There are of course more than this to bump, to > > mark this task complete. Let me know if you want me to > > submit a patch, otherwise grep(1) would certainly help. ;) >=20 > I can take a bash at it but I haven't seen this sort of thing > happen before so just for confirmation... Basically any line > that has the word 'copyright' on it most likely needs to be > changed, though engage brain briefly before changing it (e.g. > if it's buried inside of the UCB copyright statement leave it > alone, just FBSD copyrights). Is that more or less the algorithm? >=20 Basically, there's a set of files holding the last year copyright. But never mind. It turns that src/COPYRIGHT in RELENG_4 doesn't (hopefully yet) have the FreeBSD copyright, as it does in HEAD. Also, I forgot for the moment that is generated on the fly. So I'm sorry for the noise. :-( Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --reI/iBAAp9kzkmX4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAiBswUkv4P6juNwoRAqL3AJ9dSyuYgDo+Iz3ikE+JRnNYPxRyngCbBcFg Yaqk2JJVpQv586euGQ0O3aY= =7iQh -----END PGP SIGNATURE----- --reI/iBAAp9kzkmX4-- From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:23:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD1D16A4CE; Thu, 22 Apr 2004 12:23:48 -0700 (PDT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA2143D31; Thu, 22 Apr 2004 12:23:48 -0700 (PDT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (localhost [127.0.0.1]) i3MJNl8o020837; Thu, 22 Apr 2004 15:23:47 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i3MJNlm7020836; Thu, 22 Apr 2004 15:23:47 -0400 (EDT) Date: Thu, 22 Apr 2004 15:23:47 -0400 From: Ken Smith To: Warner Losh Message-ID: <20040422192347.GA20346@electra.cse.Buffalo.EDU> References: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:23:49 -0000 On Thu, Apr 22, 2004 at 12:18:36PM -0700, Warner Losh wrote: > imp 2004/04/22 12:18:36 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/conf newvers.sh > Log: > BETA->STABLE now that we've branched > > Revision Changes Path > 1.44.2.35 +1 -1 src/sys/conf/newvers.sh What I'm about to say won't help any of this, and illustrates one of Ruslan's point fairly well... Strictly speaking this is not 4.10-STABLE, 4.10 has not been released yet. But newvers.sh will say it's 4.10-STABLE. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:24:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02AB16A4CE; Thu, 22 Apr 2004 12:24:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CF043D46; Thu, 22 Apr 2004 12:24:26 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MJOQGe094649; Thu, 22 Apr 2004 12:24:26 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MJOQqn094648; Thu, 22 Apr 2004 12:24:26 -0700 (PDT) (envelope-from imp) Message-Id: <200404221924.i3MJOQqn094648@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Apr 2004 12:24:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src COPYRIGHT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:24:26 -0000 imp 2004/04/22 12:24:26 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) . COPYRIGHT Log: MFC: FreeBSD anthology copyright from head Noticed by: kensmith Revision Changes Path 1.4.2.1 +27 -1 src/COPYRIGHT From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:35:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBB816A4CE; Thu, 22 Apr 2004 12:35:49 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD3A43D48; Thu, 22 Apr 2004 12:35:48 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3MJZjgr068980; Thu, 22 Apr 2004 13:35:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 22 Apr 2004 13:35:52 -0600 (MDT) Message-Id: <20040422.133552.69023448.imp@bsdimp.com> To: kensmith@cse.Buffalo.EDU From: "M. Warner Losh" In-Reply-To: <20040422192347.GA20346@electra.cse.Buffalo.EDU> References: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> <20040422192347.GA20346@electra.cse.Buffalo.EDU> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:35:49 -0000 In message: <20040422192347.GA20346@electra.cse.Buffalo.EDU> Ken Smith writes: : Strictly speaking this is not 4.10-STABLE, 4.10 has not been released : yet. But newvers.sh will say it's 4.10-STABLE. Right. That's what branches do. They cause us to go forward with 4.x after the branch. In the past, we've bumped the version number right after the branch. Because you are running something > 4.10 release (well, in most ways, there may be a couple of fixes that are in 4.10 release that aren't in releng_4 today, but that's a grey zone, because it clearly isn't 4.10-BETA either, neither is it 4.9-STABLE. this is the least bad name). Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:38:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894AD16A4CF; Thu, 22 Apr 2004 12:38:31 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C77C43D5D; Thu, 22 Apr 2004 12:38:31 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3MJcRgr069010; Thu, 22 Apr 2004 13:38:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 22 Apr 2004 13:38:33 -0600 (MDT) Message-Id: <20040422.133833.26276033.imp@bsdimp.com> To: drosih@rpi.edu From: "M. Warner Losh" In-Reply-To: References: <20040422182026.GA10659@ip.net.ua> <20040422182749.GA17894@electra.cse.Buffalo.EDU> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: kensmith@cse.Buffalo.EDU cc: kensmith@FreeBSD.org Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:38:31 -0000 In message: Garance A Drosihn writes: : At 2:27 PM -0400 4/22/04, Ken Smith wrote: : > : >... so just for confirmation: Basically any line : >that has the word 'copyright' on it most likely needs to be : >changed, though engage brain briefly before changing it (e.g. : >if it's buried inside of the UCB copyright statement leave it : >alone, just FBSD copyrights). Is that more or less the algorithm? : : I don't think we can just do that across all source files in : the system, if that's what you are thinking of. This is correct. There's only a small handful of files that need to be updated. Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:39:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C0F16A4CE; Thu, 22 Apr 2004 12:39:10 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E9D43D31; Thu, 22 Apr 2004 12:39:10 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3MJd9gr069033; Thu, 22 Apr 2004 13:39:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 22 Apr 2004 13:39:15 -0600 (MDT) Message-Id: <20040422.133915.10296849.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> References: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:39:11 -0000 In message: <200404221918.i3MJIaNQ092757@repoman.freebsd.org> Warner Losh writes: : imp 2004/04/22 12:18:36 PDT : : FreeBSD src repository : : Modified files: (Branch: RELENG_4) : sys/conf newvers.sh : Log: : BETA->STABLE now that we've branched P.S. if this is premature, I'm sure someone will let me know. However, it is common practice in the past. Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:55:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 256C816A4CE; Thu, 22 Apr 2004 12:55:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A77D43D45; Thu, 22 Apr 2004 12:55:00 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MJsxGe006769; Thu, 22 Apr 2004 12:54:59 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MJsx4D006768; Thu, 22 Apr 2004 12:54:59 -0700 (PDT) (envelope-from imp) Message-Id: <200404221954.i3MJsx4D006768@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Apr 2004 12:54:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:55:00 -0000 imp 2004/04/22 12:54:59 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: revert rather than argue Revision Changes Path 1.44.2.36 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:58:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1EC16A4CE; Thu, 22 Apr 2004 12:58:59 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB97E43D54; Thu, 22 Apr 2004 12:58:58 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3MJwwgr069323; Thu, 22 Apr 2004 13:58:58 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 22 Apr 2004 13:59:04 -0600 (MDT) Message-Id: <20040422.135904.32719926.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200404221954.i3MJsx4D006768@repoman.freebsd.org> References: <200404221954.i3MJsx4D006768@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 19:58:59 -0000 In message: <200404221954.i3MJsx4D006768@repoman.freebsd.org> Warner Losh writes: : imp 2004/04/22 12:54:59 PDT : : FreeBSD src repository : : Modified files: (Branch: RELENG_4) : sys/conf newvers.sh : Log: : revert rather than argue Sorry for being terse and causing churn in this file. I thought I was just doing the normal post branch changes, but it appears that my memory doesn't match current practice. I let my frustration with that get the better of me in my commit message. I'm sorry to have done so. Warner From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:16:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9984616A4CE; Thu, 22 Apr 2004 14:16:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4AA43D41; Thu, 22 Apr 2004 14:16:18 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLGIGe024781; Thu, 22 Apr 2004 14:16:18 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLGIpd024773; Thu, 22 Apr 2004 14:16:18 -0700 (PDT) (envelope-from kensmith) Message-Id: <200404222116.i3MLGIpd024773@repoman.freebsd.org> From: Ken Smith Date: Thu, 22 Apr 2004 14:16:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 21:16:18 -0000 kensmith 2004/04/22 14:16:18 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/sys copyright.h Log: Update copyright date. Approved by: re (bmah) Revision Changes Path 1.10.2.5.6.1 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:29:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC25016A4CE; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D747B43D54; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLT2Ge026968; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLT2tt026967; Thu, 22 Apr 2004 14:29:02 -0700 (PDT) (envelope-from philip) Message-Id: <200404222129.i3MLT2tt026967@repoman.freebsd.org> From: Philip Paeps Date: Thu, 22 Apr 2004 14:29:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 acpi_asus.4 src/sys/conf files.i386 src/sys/dev/acpica acpivar.h src/sys/i386/acpica acpi_asus.c src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 21:29:03 -0000 philip 2004/04/22 14:29:02 PDT FreeBSD src repository Modified files: sys/conf files.i386 sys/dev/acpica acpivar.h sys/i386/conf NOTES Added files: share/man/man4/man4.i386 acpi_asus.4 sys/i386/acpica acpi_asus.c Log: Add the ACPI Asus extras driver. Provides support for cool ACPI-controled gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the acpi4asus project which implements these features in the Linux kernel. If this breaks your laptop, please let me know how it does it :-) Approved by: njl (mentor) Revision Changes Path 1.1 +114 -0 src/share/man/man4/man4.i386/acpi_asus.4 (new) 1.485 +1 -0 src/sys/conf/files.i386 1.63 +1 -0 src/sys/dev/acpica/acpivar.h 1.1 +629 -0 src/sys/i386/acpica/acpi_asus.c (new) 1.1157 +3 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:30:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93BF16A4CE; Thu, 22 Apr 2004 14:30:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE75A43D39; Thu, 22 Apr 2004 14:30:56 -0700 (PDT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLUuGe027134; Thu, 22 Apr 2004 14:30:56 -0700 (PDT) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLUujT027133; Thu, 22 Apr 2004 14:30:56 -0700 (PDT) (envelope-from philip) Message-Id: <200404222130.i3MLUujT027133@repoman.freebsd.org> From: Philip Paeps Date: Thu, 22 Apr 2004 14:30:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 21:30:57 -0000 philip 2004/04/22 14:30:56 PDT FreeBSD src repository Added files: sys/modules/acpi/acpi_asus Makefile Log: Missed this out in my last commit. Makefile for the acpi_asus driver. Revision Changes Path 1.1 +10 -0 src/sys/modules/acpi/acpi_asus/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:37:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D07FD16A4CE; Thu, 22 Apr 2004 14:37:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B542643D2F; Thu, 22 Apr 2004 14:37:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLblGe029030; Thu, 22 Apr 2004 14:37:47 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLblFg029029; Thu, 22 Apr 2004 14:37:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200404222137.i3MLblFg029029@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 22 Apr 2004 14:37:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 21:37:48 -0000 obrien 2004/04/22 14:37:47 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: There was a thread on "unusually high load averages" when running under sched_ule, in January 2004. Looking at this, "pagezero" is (one of) the culprit(s). We had no provision for processes with P_NOLOAD set. With pagezero not running at PRI_ITHD, kseq_load_{add,rem} count pagezero as another-normal-process, thus the "expected-plus-one" load reported in the above thread. Submitted by: Nikos Ntarmos Revision Changes Path 1.105 +2 -2 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:43:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F4B16A4CF; Thu, 22 Apr 2004 14:43:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D3D43D41; Thu, 22 Apr 2004 14:43:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLhhGe031089; Thu, 22 Apr 2004 14:43:43 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLhhcM031088; Thu, 22 Apr 2004 14:43:43 -0700 (PDT) (envelope-from ru) Message-Id: <200404222143.i3MLhhcM031088@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 22 Apr 2004 14:43:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_hub.c ng_hub.h src/share/man/man4 Makefile ng_hub.4 src/sys/modules/netgraph Makefile src/sys/modules/netgraph/hub Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 21:43:44 -0000 ru 2004/04/22 14:43:43 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 Makefile sys/modules/netgraph Makefile Added files: (Branch: RELENG_4) sys/netgraph ng_hub.c ng_hub.h share/man/man4 ng_hub.4 sys/modules/netgraph/hub Makefile Log: MFC: ng_hub(4). Revision Changes Path 1.83.2.77 +1 -0 src/share/man/man4/Makefile 1.1.2.1 +68 -0 src/share/man/man4/ng_hub.4 (new) 1.8.2.11 +1 -0 src/sys/modules/netgraph/Makefile 1.1.2.1 +7 -0 src/sys/modules/netgraph/hub/Makefile (new) 1.2.2.1 +110 -0 src/sys/netgraph/ng_hub.c (new) 1.1.2.1 +36 -0 src/sys/netgraph/ng_hub.h (new) From owner-cvs-src@FreeBSD.ORG Thu Apr 22 14:49:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B8E16A4CE; Thu, 22 Apr 2004 14:49:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6692043D53; Thu, 22 Apr 2004 14:49:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MLnIGe031243; Thu, 22 Apr 2004 14:49:18 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MLnIW0031242; Thu, 22 Apr 2004 14:49:18 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404222149.i3MLnIW0031242@repoman.freebsd.org> From: Bill Paul Date: Thu, 22 Apr 2004 14:49:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 21:49:18 -0000 wpaul 2004/04/22 14:49:18 PDT FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Set the INTR_MPSAFE flag. Revision Changes Path 1.56 +1 -1 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 15:03:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B106716A4CE; Thu, 22 Apr 2004 15:03:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC23D43D54; Thu, 22 Apr 2004 15:03:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MM3SGe036236; Thu, 22 Apr 2004 15:03:28 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MM3S63036235; Thu, 22 Apr 2004 15:03:28 -0700 (PDT) (envelope-from ru) Message-Id: <200404222203.i3MM3S63036235@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 22 Apr 2004 15:03:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c src/sys/dev/em if_em.c src/sys/dev/fxp if_fxp.c src/sys/dev/nge if_nge.c src/sys/net if.h src/sys/pci if_dc.c if_rl.c if_sis.c if_ste.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 22:03:28 -0000 ru 2004/04/22 15:03:28 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.8 ifconfig.c sys/dev/em if_em.c sys/dev/fxp if_fxp.c sys/dev/nge if_nge.c sys/net if.h sys/pci if_dc.c if_rl.c if_sis.c if_ste.c Log: MFC: Per-interface polling(4) control. Revision Changes Path 1.27.2.25 +10 -2 src/sbin/ifconfig/ifconfig.8 1.51.2.22 +3 -1 src/sbin/ifconfig/ifconfig.c 1.2.2.19 +13 -5 src/sys/dev/em/if_em.c 1.110.2.33 +16 -1 src/sys/dev/fxp/if_fxp.c 1.13.2.15 +12 -1 src/sys/dev/nge/if_nge.c 1.58.2.11 +1 -0 src/sys/net/if.h 1.9.2.56 +13 -1 src/sys/pci/if_dc.c 1.38.2.22 +13 -1 src/sys/pci/if_rl.c 1.13.4.28 +14 -1 src/sys/pci/if_sis.c 1.14.2.13 +14 -1 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 15:04:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87CB116A4CE; Thu, 22 Apr 2004 15:04:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B63C43D2F; Thu, 22 Apr 2004 15:04:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3MM4qGe036314; Thu, 22 Apr 2004 15:04:52 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3MM4qnr036313; Thu, 22 Apr 2004 15:04:52 -0700 (PDT) (envelope-from ru) Message-Id: <200404222204.i3MM4qnr036313@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 22 Apr 2004 15:04:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 polling.4 src/sys/pci if_vr.c if_vrreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 22:04:52 -0000 ru 2004/04/22 15:04:52 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 polling.4 sys/pci if_vr.c if_vrreg.h Log: MFC: polling(4) meets vr(4). Revision Changes Path 1.1.2.8 +3 -2 src/share/man/man4/polling.4 1.26.2.14 +160 -136 src/sys/pci/if_vr.c 1.7.2.6 +5 -3 src/sys/pci/if_vrreg.h From owner-cvs-src@FreeBSD.ORG Thu Apr 22 16:18:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B4416A4CF for ; Thu, 22 Apr 2004 16:18:54 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EDF443D45 for ; Thu, 22 Apr 2004 16:18:53 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 5560 invoked by uid 65534); 22 Apr 2004 23:18:52 -0000 Received: from p50907DC3.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.144.125.195) by mail.gmx.net (mp027) with SMTP; 23 Apr 2004 01:18:52 +0200 X-Authenticated: #5374206 Received: by abel (Postfix, from userid 1001) id 379C968A; Fri, 23 Apr 2004 01:19:10 +0200 (CEST) Date: Fri, 23 Apr 2004 01:19:10 +0200 From: Thomas Moestl To: Pawel Jakub Dawidek Message-ID: <20040422231910.GB709@timesink.dyndns.org> References: <200404221540.i3MFeSIM038514@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404221540.i3MFeSIM038514@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 23:18:54 -0000 On Thu, 2004/04/22 at 08:40:28 -0700, Pawel Jakub Dawidek wrote: > pjd 2004/04/22 08:40:27 PDT > > FreeBSD src repository > > Modified files: > sys/kern vfs_syscalls.c > Log: > Look out! vn_start_write() is able to return 0 and NULL 'mp'. Hmmm, I'm not sure, but wasn't the real bug to use the struct mount * that vn_start_write() returns instead of nd.ni_vp->v_mount (or at least, not using nd.ni_vp->v_mount if mp turns out to be NULL)? extattrctl() chooses that way. It seems that file systems are not required to implement VOP_GETWRITEMOUNT(), but could choose to implement VFS_QUOTACTL() anyway (although IIRC there currently are none that maintain this combination), so unconditionally returning EOPNOTSUPP would be too strict. The only case where the mount point of the vnode and the mount point returned by vn_start_write() should differ is when unionfs is involved; in that case, the correct semantics of quotactl() is a bit doubtful, and so unionfs does not support quotactl() at all; thus using the mount point of the vnode should not break anything. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ "The most crucial career decision is picking a good 'ism' so everyone knows how to categorize you without understanding the work." -- Calvin and Hobbes From owner-cvs-src@FreeBSD.ORG Thu Apr 22 16:31:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9ED816A4CE; Thu, 22 Apr 2004 16:31:56 -0700 (PDT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4FE43D62; Thu, 22 Apr 2004 16:31:56 -0700 (PDT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 7CF2DACAEE; Fri, 23 Apr 2004 01:31:54 +0200 (CEST) Date: Fri, 23 Apr 2004 01:31:54 +0200 From: Pawel Jakub Dawidek To: Thomas Moestl Message-ID: <20040422233154.GY24376@darkness.comp.waw.pl> References: <200404221540.i3MFeSIM038514@repoman.freebsd.org> <20040422231910.GB709@timesink.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tUxbtEzdJc4sX0sj" Content-Disposition: inline In-Reply-To: <20040422231910.GB709@timesink.dyndns.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 22 Apr 2004 23:31:57 -0000 --tUxbtEzdJc4sX0sj Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 23, 2004 at 01:19:10AM +0200, Thomas Moestl wrote: +> On Thu, 2004/04/22 at 08:40:28 -0700, Pawel Jakub Dawidek wrote: +> > pjd 2004/04/22 08:40:27 PDT +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > sys/kern vfs_syscalls.c=20 +> > Log: +> > Look out! vn_start_write() is able to return 0 and NULL 'mp'. +>=20 +> Hmmm, I'm not sure, but wasn't the real bug to use the struct mount * +> that vn_start_write() returns instead of nd.ni_vp->v_mount (or at +> least, not using nd.ni_vp->v_mount if mp turns out to be NULL)?=20 +> extattrctl() chooses that way. +> It seems that file systems are not required to implement +> VOP_GETWRITEMOUNT(), but could choose to implement VFS_QUOTACTL() +> anyway (although IIRC there currently are none that maintain this +> combination), so unconditionally returning EOPNOTSUPP would be too +> strict. +>=20 +> The only case where the mount point of the vnode and the mount point +> returned by vn_start_write() should differ is when unionfs is +> involved; in that case, the correct semantics of quotactl() is a bit +> doubtful, and so unionfs does not support quotactl() at all; thus +> using the mount point of the vnode should not break anything. Yes. Even quotactl(2) in RELENG_4 is using nd.ni_vp->v_mount. Anyone want to test this patch: http://people.freebsd.org/~pjd/patches/vfs_syscalls.c.3.patch --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --tUxbtEzdJc4sX0sj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAiFXqForvXbEpPzQRAu1fAKCwUgEL6OOHcyw1Tbb+BsKnf64TzwCeK4Mz RnxviWI4wTiqe5Q0b3WE0K4= =TXEF -----END PGP SIGNATURE----- --tUxbtEzdJc4sX0sj-- From owner-cvs-src@FreeBSD.ORG Thu Apr 22 20:01:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF77A16A4CE; Thu, 22 Apr 2004 20:01:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E0343D1F; Thu, 22 Apr 2004 20:01:40 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3N31eGe004954; Thu, 22 Apr 2004 20:01:40 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3N31eDo004950; Thu, 22 Apr 2004 20:01:40 -0700 (PDT) (envelope-from alc) Message-Id: <200404230301.i3N31eDo004950@repoman.freebsd.org> From: Alan Cox Date: Thu, 22 Apr 2004 20:01:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern imgact_elf.c kern_exec.c src/sys/sys imgact.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 03:01:40 -0000 alc 2004/04/22 20:01:40 PDT FreeBSD src repository Modified files: sys/kern imgact_elf.c kern_exec.c sys/sys imgact.h Log: Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes kmem_alloc_wait()) for mapping the image header. On all machines with a direct virtual-to-physical mapping and SMP/HTT i386s, this is a clear win. Revision Changes Path 1.148 +1 -10 src/sys/kern/imgact_elf.c 1.243 +12 -10 src/sys/kern/kern_exec.c 1.35 +2 -1 src/sys/sys/imgact.h From owner-cvs-src@FreeBSD.ORG Thu Apr 22 21:25:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C22716A4CE; Thu, 22 Apr 2004 21:25:53 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BD543D45; Thu, 22 Apr 2004 21:25:53 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i3N4PZVb040726; Fri, 23 Apr 2004 00:25:35 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i3N4PYAU040723; Fri, 23 Apr 2004 00:25:34 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 23 Apr 2004 00:25:34 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Thomas Moestl In-Reply-To: <20040422231910.GB709@timesink.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Pawel Jakub Dawidek cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 04:25:53 -0000 On Fri, 23 Apr 2004, Thomas Moestl wrote: > Hmmm, I'm not sure, but wasn't the real bug to use the struct mount * > that vn_start_write() returns instead of nd.ni_vp->v_mount (or at least, > not using nd.ni_vp->v_mount if mp turns out to be NULL)? extattrctl() > chooses that way. It seems that file systems are not required to > implement VOP_GETWRITEMOUNT(), but could choose to implement > VFS_QUOTACTL() anyway (although IIRC there currently are none that > maintain this combination), so unconditionally returning EOPNOTSUPP > would be too strict. > > The only case where the mount point of the vnode and the mount point > returned by vn_start_write() should differ is when unionfs is involved; > in that case, the correct semantics of quotactl() is a bit doubtful, and > so unionfs does not support quotactl() at all; thus using the mount > point of the vnode should not break anything. FWIW, in Darwin, Apple has moved the majority of ufs_quota.c to a vfs_quota.c, which acts as a library of quota-related functions serving both UFS and HFS+. It's not impossible to imagine a similar arrangement in FreeBSD should we import HFS+ into the base system, or for other file systems as it proves necessary. A bit of cleanup is required to make the utility functions accept explicit ID arguments instead of inode pointers, etc, but it would be fairly straight forward. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Thu Apr 22 22:25:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED5316A4CE; Thu, 22 Apr 2004 22:25:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6159543D48; Thu, 22 Apr 2004 22:25:14 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3N5PEGe042552; Thu, 22 Apr 2004 22:25:14 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3N5PEb0042551; Thu, 22 Apr 2004 22:25:14 -0700 (PDT) (envelope-from imp) Message-Id: <200404230525.i3N5PEb0042551@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Apr 2004 22:25:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 05:25:14 -0000 imp 2004/04/22 22:25:13 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Start programming the bus numbers for the pci<->cardbus. When the secondary bus is 0, we program the primary bus, the secondary bus and the suborindate bus. This isn't ideal, since we start at parent_bus + 1 and store this in a static. Ideally, we'd walk the tree and assign bus numbers. However, that's harder to accomplish without some help from the bus layer which we're not planning on doing that until 6. This fixes my CardBus problems on my Sony PCG-Z1WA, and might fix the Dells that have had problems. Revision Changes Path 1.109 +30 -1 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 23:10:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 142F716A4CE; Thu, 22 Apr 2004 23:10:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA24B43D3F; Thu, 22 Apr 2004 23:10:58 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3N6AwGe051668; Thu, 22 Apr 2004 23:10:58 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3N6Awmp051667; Thu, 22 Apr 2004 23:10:58 -0700 (PDT) (envelope-from alc) Message-Id: <200404230610.i3N6Awmp051667@repoman.freebsd.org> From: Alan Cox Date: Thu, 22 Apr 2004 23:10:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm device_pager.c vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 06:10:59 -0000 alc 2004/04/22 23:10:58 PDT FreeBSD src repository Modified files: sys/vm device_pager.c vnode_pager.c Log: Push down Giant into vm_pager_get_pages(). The only get pages methods that require Giant are in the device and vnode pagers. Revision Changes Path 1.72 +3 -0 src/sys/vm/device_pager.c 1.195 +2 -0 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Thu Apr 22 23:29:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F30EF16A4CE; Thu, 22 Apr 2004 23:29:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D399C43D5A; Thu, 22 Apr 2004 23:29:08 -0700 (PDT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3N6T8Ge055653; Thu, 22 Apr 2004 23:29:08 -0700 (PDT) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3N6T842055652; Thu, 22 Apr 2004 23:29:08 -0700 (PDT) (envelope-from philip) Message-Id: <200404230629.i3N6T842055652@repoman.freebsd.org> From: Philip Paeps Date: Thu, 22 Apr 2004 23:29:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi Makefilesrc/share/man/man4/man4.i386 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 06:29:09 -0000 philip 2004/04/22 23:29:08 PDT FreeBSD src repository Modified files: sys/modules/acpi Makefile share/man/man4/man4.i386 Makefile Log: Hook up acpi_asus and its manual page in two more places I managed to overlook last night. Sorry about that :-o Spotted by: njl (mentor, spotter of forgetfulness) Revision Changes Path 1.168 +2 -1 src/share/man/man4/man4.i386/Makefile 1.39 +1 -1 src/sys/modules/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Fri Apr 23 05:00:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130D516A4CE; Fri, 23 Apr 2004 05:00:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC9343D3F; Fri, 23 Apr 2004 05:00:48 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NC0mGe031093; Fri, 23 Apr 2004 05:00:48 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NC0mxk031092; Fri, 23 Apr 2004 05:00:48 -0700 (PDT) (envelope-from kensmith) Message-Id: <200404231200.i3NC0mxk031092@repoman.freebsd.org> From: Ken Smith Date: Fri, 23 Apr 2004 05:00:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 12:00:49 -0000 kensmith 2004/04/23 05:00:48 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: Dammage control... This is the closest mapping to how the development branch got handled for the previous releases. Revision Changes Path 1.44.2.37 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Apr 23 06:10:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54EBC16A4D0; Fri, 23 Apr 2004 06:10:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A56C43D45; Fri, 23 Apr 2004 06:10:31 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NDAUGe046862; Fri, 23 Apr 2004 06:10:30 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NDAU7S046861; Fri, 23 Apr 2004 06:10:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200404231310.i3NDAU7S046861@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Apr 2004 06:10:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 13:10:31 -0000 tjr 2004/04/23 06:10:29 PDT FreeBSD src repository Modified files: usr.bin/vmstat vmstat.c Log: Print fork statistics with %u as they are unsigned quantities. PR: 65889 Submitted by: Ken Stailey Revision Changes Path 1.82 +3 -3 src/usr.bin/vmstat/vmstat.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 06:54:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F63616A4CE; Fri, 23 Apr 2004 06:54:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FE443D31; Fri, 23 Apr 2004 06:54:29 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NDsSGe056609; Fri, 23 Apr 2004 06:54:29 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NDsS77056608; Fri, 23 Apr 2004 06:54:28 -0700 (PDT) (envelope-from andre) Message-Id: <200404231354.i3NDsS77056608@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 06:54:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_hostcache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 13:54:29 -0000 andre 2004/04/23 06:54:28 PDT FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Fix a potential race when purging expired hostcache entries. Spotted by: luigi Revision Changes Path 1.4 +3 -3 src/sys/netinet/tcp_hostcache.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 07:27:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7944916A4CE; Fri, 23 Apr 2004 07:27:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B5443D2D; Fri, 23 Apr 2004 07:27:28 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NERSGe063764; Fri, 23 Apr 2004 07:27:28 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NERR34063763; Fri, 23 Apr 2004 07:27:28 -0700 (PDT) (envelope-from andre) Message-Id: <200404231427.i3NERR34063763@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 07:27:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 14:27:28 -0000 andre 2004/04/23 07:27:27 PDT FreeBSD src repository Modified files: sys/netinet ip_fw.h ip_fw2.c Log: Add the option versrcreach to verify that a valid route to the source address of a packet exists in the routing table. The default route is ignored because it would match everything and render the check pointless. This option is very useful for routers with a complete view of the Internet (BGP) in the routing table to reject packets with spoofed or unrouteable source addresses. Example: ipfw add 1000 deny ip from any to any not versrcreach also known in Cisco-speak as: ip verify unicast source reachable-via any Reviewed by: luigi Revision Changes Path 1.84 +1 -0 src/sys/netinet/ip_fw.h 1.57 +31 -7 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 07:28:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF3016A4D5; Fri, 23 Apr 2004 07:28:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA06F43D49; Fri, 23 Apr 2004 07:28:39 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NESdGe063837; Fri, 23 Apr 2004 07:28:39 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NESdcd063836; Fri, 23 Apr 2004 07:28:39 -0700 (PDT) (envelope-from andre) Message-Id: <200404231428.i3NESdcd063836@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 07:28:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 14:28:40 -0000 andre 2004/04/23 07:28:39 PDT FreeBSD src repository Modified files: sbin/ipfw ipfw.8 ipfw2.c Log: Add the option versrcreach to verify that a valid route to the source address of a packet exists in the routing table. The default route is ignored because it would match everything and render the check pointless. This option is very useful for routers with a complete view of the Internet (BGP) in the routing table to reject packets with spoofed or unrouteable source addresses. Example: ipfw add 1000 deny ip from any to any not versrcreach also known in Cisco-speak as: ip verify unicast source reachable-via any Reviewed by: luigi Revision Changes Path 1.143 +17 -1 src/sbin/ipfw/ipfw.8 1.47 +11 -1 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 07:33:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9776516A4CE; Fri, 23 Apr 2004 07:33:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DA2E43D5D; Fri, 23 Apr 2004 07:33:31 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NEXVGe065778; Fri, 23 Apr 2004 07:33:31 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NEXVON065777; Fri, 23 Apr 2004 07:33:31 -0700 (PDT) (envelope-from andre) Message-Id: <200404231433.i3NEXVON065777@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 07:33:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 14:33:31 -0000 andre 2004/04/23 07:33:31 PDT FreeBSD src repository Modified files: . UPDATING Log: Recompile of ipfw(8) is required because of new ipfw option (versrcreach). Revision Changes Path 1.307 +6 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Apr 23 07:41:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6EC116A4CE; Fri, 23 Apr 2004 07:41:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D61C43D3F; Fri, 23 Apr 2004 07:41:25 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NEfPGe066664; Fri, 23 Apr 2004 07:41:25 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NEfOCo066615; Fri, 23 Apr 2004 07:41:24 -0700 (PDT) (envelope-from tjr) Message-Id: <200404231441.i3NEfOCo066615@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Apr 2004 07:41:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.amd64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 14:41:25 -0000 tjr 2004/04/23 07:41:23 PDT FreeBSD src repository Modified files: sys/conf files.amd64 Log: Add files required for the NETSMBCRYPTO option. Revision Changes Path 1.31 +3 -0 src/sys/conf/files.amd64 From owner-cvs-src@FreeBSD.ORG Fri Apr 23 08:43:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D249216A4CE; Fri, 23 Apr 2004 08:43:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B851443D39; Fri, 23 Apr 2004 08:43:13 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NFhDGe081013; Fri, 23 Apr 2004 08:43:13 -0700 (PDT) (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NFhDxg081012; Fri, 23 Apr 2004 08:43:13 -0700 (PDT) (envelope-from darrenr) Message-Id: <200404231543.i3NFhDxg081012@repoman.freebsd.org> From: Darren Reed Date: Fri, 23 Apr 2004 08:43:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ipfilter ipmon X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 15:43:14 -0000 darrenr 2004/04/23 08:43:13 PDT FreeBSD src repository Modified files: etc/rc.d ipfilter ipmon Log: Change the dependency between these two scripts so that ipmon depends on ipfilter rather than the other way around, preventing ipmon from exiting at startup because ipfilter is not yet enabled (using the device results too early results in ENXIO.) Revision Changes Path 1.21 +0 -0 src/etc/rc.d/ipfilter 1.11 +0 -0 src/etc/rc.d/ipmon From owner-cvs-src@FreeBSD.ORG Fri Apr 23 08:48:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2678316A4CE; Fri, 23 Apr 2004 08:48:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B36443D48; Fri, 23 Apr 2004 08:48:49 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NFmmGe087221; Fri, 23 Apr 2004 08:48:48 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NFmmOf087220; Fri, 23 Apr 2004 08:48:48 -0700 (PDT) (envelope-from marius) Message-Id: <200404231548.i3NFmmOf087220@repoman.freebsd.org> From: Marius Strobl Date: Fri, 23 Apr 2004 08:48:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 15:48:49 -0000 marius 2004/04/23 08:48:48 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Add a stopgap for the EBus breakage on sparc64 since the PCI code does resource pre-allocation. The problem is that the BARs of the EBus bridges contain the ranges for the resources for the EBus devices beyond the bridge. So when the EBus code tries to allocate the resource for an EBus device it's already allocated by the PCI code. To be removed again as soon as we have a proper solution in the EBus Code. Reviewed by: tmm Approved by: marcel (mentor) Revision Changes Path 1.248 +8 -0 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 09:07:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AD5516A4CE; Fri, 23 Apr 2004 09:07:45 -0700 (PDT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0FE43D5C; Fri, 23 Apr 2004 09:07:45 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (dsl081-189-067.sea1.dsl.speakeasy.net [64.81.189.67]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i3NG7inN042634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Apr 2004 09:07:44 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.11/8.12.11/Submit) id i3NG7iKH051630; Fri, 23 Apr 2004 09:07:44 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040419064204.GB30759@xor.obsecurity.org> Date: Fri, 23 Apr 2004 09:07:44 -0700 (PDT) From: John Polstra To: Kris Kennaway X-Bogosity: No, tests=bogofilter, spamicity=0.391517, version=0.14.5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 16:07:45 -0000 On 19-Apr-2004 Kris Kennaway wrote: > On Mon, Apr 19, 2004 at 09:31:51AM +0300, Ruslan Ermilov wrote: >> On Sun, Apr 18, 2004 at 04:13:14PM -0700, Kris Kennaway wrote: >> > On Sun, Apr 18, 2004 at 12:13:10PM -0600, M. Warner Losh wrote: >> > >> > > In the past, we've done this sort of import as a process to get things >> > > going, and then deleted the files from CVS repo to not bloat it too >> > > badly. After things were complete, the files were re-imported on top >> > > of the traditional place. >> > >> > Note that the files from the last time this happened never were deleted: >> > >> > /home/ncvs/src/contrib/ still contains gcc.295 libstdc++.295 gdb.291 >> > libio.295 libobjc.295 >> > >> Running ``find -type f'' in these directories shows no files. > > Interesting, I certainly have files in my copy of the repo updated via > cvsup. You must have made your first CVSup run on a pre-existing local copy of the repository. If CVSup finds "extra" files that it knows nothing about (because they don't exist in the master repository), it won't delete them or otherwise molest them. The basic rule is, if CVSup didn't create the file then it won't delete it. The next time CVSup doesn't delete your kernel configuration file, you can thank it for that. :-) BTW, there's a script in the "contrib" subdirectory of the CVSup source distribution that can scan your file tree and warn you about this sort of thing. > Perhaps this is another reason why removal of stuff from the > cvs repository is evil :-) Agreed. Evil. Eeeeeviiill. John From owner-cvs-src@FreeBSD.ORG Fri Apr 23 09:10:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D61116A4CF; Fri, 23 Apr 2004 09:10:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE1B43D55; Fri, 23 Apr 2004 09:10:24 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NGAOGe092230; Fri, 23 Apr 2004 09:10:24 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NGAOYF092229; Fri, 23 Apr 2004 09:10:24 -0700 (PDT) (envelope-from andre) Message-Id: <200404231610.i3NGAOYF092229@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 09:10:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 16:10:27 -0000 andre 2004/04/23 09:10:24 PDT FreeBSD src repository Modified files: sys/net if_gre.c Log: Call ip_output() with IP_FORWARD flag to prevent it from overwriting the ip_id again. ip_id is already set to the ip_id of the encapsulated packet. Make a comment about mbuf allocation failures more realistic. Reviewed by: sobomax Revision Changes Path 1.22 +2 -2 src/sys/net/if_gre.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 09:27:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7111916A4DF; Fri, 23 Apr 2004 09:27:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EDF43D6D; Fri, 23 Apr 2004 09:27:38 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NGRcGe096245; Fri, 23 Apr 2004 09:27:38 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NGRcVA096244; Fri, 23 Apr 2004 09:27:38 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404231627.i3NGRcVA096244@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 23 Apr 2004 09:27:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 16:27:38 -0000 kientzle 2004/04/23 09:27:37 PDT FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Correct spelling of == so that file flags are correctly restored. Credit to Juergen Lock. Revision Changes Path 1.8 +1 -1 src/lib/libarchive/archive_read_extract.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 09:33:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A3C16A4CE; Fri, 23 Apr 2004 09:33:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE54443D5F; Fri, 23 Apr 2004 09:33:51 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NGXpGe098169; Fri, 23 Apr 2004 09:33:51 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NGXprd098168; Fri, 23 Apr 2004 09:33:51 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404231633.i3NGXprd098168@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 23 Apr 2004 09:33:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 16:33:52 -0000 kientzle 2004/04/23 09:33:51 PDT FreeBSD src repository Modified files: usr.bin/tar write.c Log: Fix username/groupname cache so it returns a name that was just looked up by get{pw,gr}id(). Otherwise, it returns a NULL name unless it's already in the cache. Credit to Juergen Lock. Revision Changes Path 1.10 +2 -0 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 09:57:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C640316A4CE; Fri, 23 Apr 2004 09:57:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D9143D4C; Fri, 23 Apr 2004 09:57:43 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NGvhGe002471; Fri, 23 Apr 2004 09:57:43 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NGvh9B002470; Fri, 23 Apr 2004 09:57:43 -0700 (PDT) (envelope-from andre) Message-Id: <200404231657.i3NGvh9B002470@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 09:57:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 16:57:43 -0000 andre 2004/04/23 09:57:43 PDT FreeBSD src repository Modified files: sys/net if_gre.c Log: Add the comment of the previous commit to the source file directly. Requested by: ru Revision Changes Path 1.23 +5 -1 src/sys/net/if_gre.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:13:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A24416A4CE; Fri, 23 Apr 2004 10:13:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC0743D49; Fri, 23 Apr 2004 10:13:40 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NHDeGe007362; Fri, 23 Apr 2004 10:13:40 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NHDeQW007361; Fri, 23 Apr 2004 10:13:40 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404231713.i3NHDeQW007361@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 23 Apr 2004 10:13:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_shar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:13:40 -0000 kientzle 2004/04/23 10:13:40 PDT FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_shar.c Log: Set the 'dump' flag for shardump format. Credit Juergen Lock. Pointy hat to me for deleting this somewhere along the way. Revision Changes Path 1.7 +4 -0 src/lib/libarchive/archive_write_set_format_shar.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:15:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BADF16A4CF; Fri, 23 Apr 2004 10:15:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51AE43D39; Fri, 23 Apr 2004 10:15:14 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NHFEGe007424; Fri, 23 Apr 2004 10:15:14 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NHFEnT007423; Fri, 23 Apr 2004 10:15:14 -0700 (PDT) (envelope-from wpaul) Message-Id: <200404231715.i3NHFEnT007423@repoman.freebsd.org> From: Bill Paul Date: Fri, 23 Apr 2004 10:15:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:15:15 -0000 wpaul 2004/04/23 10:15:14 PDT FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Correct KASSERT()s that check for initialization of mutexes in ndis_detach(), which are different now that I'm not using mutex pools anymore. Noticed by: des Revision Changes Path 1.57 +6 -2 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:15:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3CC16A4CE; Fri, 23 Apr 2004 10:15:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFD843D3F; Fri, 23 Apr 2004 10:15:49 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NHFmGe007522; Fri, 23 Apr 2004 10:15:48 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NHFm0S007521; Fri, 23 Apr 2004 10:15:48 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404231715.i3NHFm0S007521@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 23 Apr 2004 10:15:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_entry.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:15:49 -0000 kientzle 2004/04/23 10:15:48 PDT FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Make clone more aggressive about copying strings to the new entry. The original might have pointers to user-specified strings; copying the string (instead of just the pointer) protects against the client re-using their own buffers. I'm trying hard to avoid dumping all of the 'set' string functions in favor of slower, but more predictable 'copy' semantics. Revision Changes Path 1.9 +9 -9 src/lib/libarchive/archive_entry.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:41:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73BF16A4CE; Fri, 23 Apr 2004 10:41:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A12843D31; Fri, 23 Apr 2004 10:41:05 -0700 (PDT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NHf5Ge011727; Fri, 23 Apr 2004 10:41:05 -0700 (PDT) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NHf5lU011726; Fri, 23 Apr 2004 10:41:05 -0700 (PDT) (envelope-from philip) Message-Id: <200404231741.i3NHf5lU011726@repoman.freebsd.org> From: Philip Paeps Date: Fri, 23 Apr 2004 10:41:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_asus.csrc/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:41:05 -0000 philip 2004/04/23 10:41:05 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_asus.c sys/modules/acpi/acpi_asus Makefile Log: Enable the led-toggling magic. Compiling files which are in the kernel into modules is a very nice way to produce hard-to-find panics. Who would look for a bug in a Makefile anyway? Has anyone seen the pointy hat? :-o Approved by: njl (mentor) Revision Changes Path 1.2 +0 -12 src/sys/i386/acpica/acpi_asus.c 1.2 +2 -3 src/sys/modules/acpi/acpi_asus/Makefile From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:53:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4CF16A4CF; Fri, 23 Apr 2004 10:53:45 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B643343D48; Fri, 23 Apr 2004 10:53:44 -0700 (PDT) (envelope-from tim@kientzle.com) Received: from kientzle.com (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i3NHri90089251; Fri, 23 Apr 2004 10:53:44 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <40895826.7050707@kientzle.com> Date: Fri, 23 Apr 2004 10:53:42 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Philip Paeps References: <200404231741.i3NHf5lU011726@repoman.freebsd.org> In-Reply-To: <200404231741.i3NHf5lU011726@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica acpi_asus.c src/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:53:46 -0000 Philip Paeps wrote: > philip 2004/04/23 10:41:05 PDT > > Has anyone seen the pointy hat? :-o Has your "new committer package" not arrived yet? (It includes a free trial pack of 100 pointy hats.) Your mentor is supposed to place the order for you; maybe Nate's been too busy. I'm running a bit low on pointy hats myself; time to order a refill. (I'm also thinking of ordering one of those nifty pointy hat dispensers to keep next to my development machine; that way, I won't have to walk across the room to get one out of the closet.) Tim From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:57:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0E016A4CE; Fri, 23 Apr 2004 10:57:10 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C1343D5A; Fri, 23 Apr 2004 10:57:09 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-235-189.zoominternet.net [24.154.235.189]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i3NHv7FY094410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 23 Apr 2004 13:57:08 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 23 Apr 2004 13:57:32 -0400 From: Tom Rhodes To: Tim Kientzle Message-Id: <20040423135732.22b7c0c1@localhost> In-Reply-To: <40895826.7050707@kientzle.com> References: <200404231741.i3NHf5lU011726@repoman.freebsd.org> <40895826.7050707@kientzle.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Philip Paeps Subject: Re: cvs commit: src/sys/i386/acpica acpi_asus.c src/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:57:10 -0000 On Fri, 23 Apr 2004 10:53:42 -0700 Tim Kientzle wrote: > > I'm running a bit low on pointy hats myself; > time to order a refill. (I'm also thinking of > ordering one of those nifty pointy hat dispensers > to keep next to my development machine; that > way, I won't have to walk across the room to > get one out of the closet.) I just use the ones from our water machine thingy. :P -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Fri Apr 23 10:58:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC4916A4D0 for ; Fri, 23 Apr 2004 10:58:12 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BBDFF43D1D for ; Fri, 23 Apr 2004 10:58:11 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 52768 invoked by uid 1000); 23 Apr 2004 17:58:12 -0000 Date: Fri, 23 Apr 2004 10:58:12 -0700 (PDT) From: Nate Lawson To: Tim Kientzle In-Reply-To: <40895826.7050707@kientzle.com> Message-ID: <20040423105637.M52585@root.org> References: <200404231741.i3NHf5lU011726@repoman.freebsd.org> <40895826.7050707@kientzle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Philip Paeps Subject: Re: cvs commit: src/sys/i386/acpica acpi_asus.c src/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 17:58:12 -0000 On Fri, 23 Apr 2004, Tim Kientzle wrote: > Philip Paeps wrote: > > philip 2004/04/23 10:41:05 PDT > > > > Has anyone seen the pointy hat? :-o > > Has your "new committer package" not arrived yet? > (It includes a free trial pack of 100 pointy hats.) > Your mentor is supposed to place the order for you; > maybe Nate's been too busy. The mentor found the bug after reviewing the post-commit diff. He suggested a hat might be appropriate. > I'm running a bit low on pointy hats myself; > time to order a refill. (I'm also thinking of > ordering one of those nifty pointy hat dispensers > to keep next to my development machine; that > way, I won't have to walk across the room to > get one out of the closet.) Since I recently collected a few of my own, I just passed him one of mine, slightly used. ;-) -Nate From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:20:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D3E16A4D0; Fri, 23 Apr 2004 12:20:39 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB3543D5D; Fri, 23 Apr 2004 12:20:38 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <20040423192036013004oij1e>; Fri, 23 Apr 2004 19:20:36 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA08427; Fri, 23 Apr 2004 12:20:35 -0700 (PDT) Date: Fri, 23 Apr 2004 12:20:34 -0700 (PDT) From: Julian Elischer To: Tim Kientzle In-Reply-To: <200404231627.i3NGRcVA096244@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:20:39 -0000 done on a small subdirectory of our data... (only accounts starting with 849xxx) total data as reported by 'du': 9394486 KB (9GB) (note du takes links into account and doesn't count the same data twice) number of files with > 1 link: # find 849* -type f -links +1 | wc -l 240395 # total number of file directory entries.. # find 849* -type f | wc -l 598018 # total number of directories: %find 849* -type d | wc -l 51245 average filesize 23k but major file types are: jpeg images.. 100kb jpeg thumbnails, 3kb transaction descriptors 1kb ######################################################## the bad news: old (FreeBSD 2.x) tar with symlink hack %time ~/tar cf /dev/null 849* 5.309u 73.584s 21:15.44 6.1% 329+5150k 786697+0io 0pf+0w freebsd 4.8 tar %time tar cf /dev/null 849 5.159u 17.724s 4:08.97 9.1% 364+5863k 66144+0io 1pf+0w bsdtar %time ~/bsdtar cf /dev/null 849* 16.423u 68.141s 31:40.82 4.4% 402+1639k 784651+0io 0pf+0w It looks to me that the tar in 4.8 is doing something very sneeky with it's IOs.. maybe using mmap? maybe detecting /dev/null and instead discarding the data? maybe reading the entire file in a single read? From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:25:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06BB916A4CE; Fri, 23 Apr 2004 12:25:34 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E009843D5A; Fri, 23 Apr 2004 12:25:31 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <2004042319253101400i4s5qe>; Fri, 23 Apr 2004 19:25:31 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA08512; Fri, 23 Apr 2004 12:25:31 -0700 (PDT) Date: Fri, 23 Apr 2004 12:25:30 -0700 (PDT) From: Julian Elischer To: Tim Kientzle In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:25:34 -0000 On Fri, 23 Apr 2004, Julian Elischer wrote: > done on a small subdirectory of our data... > (only accounts starting with 849xxx) [...] oops.. not meant to be sent to everyone.. just tim.. sorry From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:35:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5677116A4D0 for ; Fri, 23 Apr 2004 12:35:06 -0700 (PDT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 378D543D62 for ; Fri, 23 Apr 2004 12:35:05 -0700 (PDT) (envelope-from lehmann@ans-netz.de) Received: (qmail 72330 invoked from network); 23 Apr 2004 19:34:45 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 23 Apr 2004 19:34:45 -0000 Date: Fri, 23 Apr 2004 21:34:59 +0200 From: Oliver Lehmann To: Julian Elischer Message-Id: <20040423213459.76c447cd.lehmann@ans-netz.de> In-Reply-To: References: <200404231627.i3NGRcVA096244@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: kientzle@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:35:06 -0000 Julian Elischer wrote: > %time tar cf /dev/null 849 ^ Asterisk for 4.8-tar missing? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:43:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7610416A4CE; Fri, 23 Apr 2004 12:43:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 592FB43D3F; Fri, 23 Apr 2004 12:43:36 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NJhaGe039377; Fri, 23 Apr 2004 12:43:36 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NJha2J039376; Fri, 23 Apr 2004 12:43:36 -0700 (PDT) (envelope-from tmm) Message-Id: <200404231943.i3NJha2J039376@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 23 Apr 2004 12:43:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/gem if_gem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:43:36 -0000 tmm 2004/04/23 12:43:36 PDT FreeBSD src repository Modified files: sys/dev/gem if_gem.c Log: Clean up two printf()s that were on a line by themselves unintendedly after the ethernet address printing was moved to common code. Revision Changes Path 1.22 +2 -2 src/sys/dev/gem/if_gem.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:46:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9908A16A4CE; Fri, 23 Apr 2004 12:46:49 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8197E43D45; Fri, 23 Apr 2004 12:46:49 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <20040423194648013004qk6je>; Fri, 23 Apr 2004 19:46:49 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA08755; Fri, 23 Apr 2004 12:46:47 -0700 (PDT) Date: Fri, 23 Apr 2004 12:46:46 -0700 (PDT) From: Julian Elischer To: Oliver Lehmann In-Reply-To: <20040423213459.76c447cd.lehmann@ans-netz.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: kientzle@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:46:49 -0000 not that this was meant to be sent everywhere.. but... On Fri, 23 Apr 2004, Oliver Lehmann wrote: > Julian Elischer wrote: > > > %time tar cf /dev/null 849 > ^ > Asterisk for 4.8-tar missing? > cut-n-paste-o # time ~/tar cf /dev/null 849* 5.309u 73.584s 21:15.44 6.1% 329+5150k 786697+0io 0pf+0w # time tar cf /dev/null 849* 5.159u 17.724s 4:08.97 9.1% 364+5863k 66144+0io 1pf+0w # time ~/bsdtar cf /dev/null 849* 16.423u 68.141s 31:40.82 4.4% 402+1639k 784651+0io 0pf+0w if it had been just 849 it would have taken 0 time. (no such directory) From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:48:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFB316A4CE; Fri, 23 Apr 2004 12:48:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542DB43D55; Fri, 23 Apr 2004 12:48:44 -0700 (PDT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NJmiGe045565; Fri, 23 Apr 2004 12:48:44 -0700 (PDT) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NJmiMP045564; Fri, 23 Apr 2004 12:48:44 -0700 (PDT) (envelope-from emax) Message-Id: <200404231948.i3NJmiMP045564@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 23 Apr 2004 12:48:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files kern.pre.mk options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:48:44 -0000 emax 2004/04/23 12:48:44 PDT FreeBSD src repository Modified files: sys/conf NOTES files kern.pre.mk options Log: Make sure Bluetooth stuff can be statically compiled into kernel Submitted by: ps Reviewed by: imp (mentor), ru Revision Changes Path 1.1220 +10 -0 src/sys/conf/NOTES 1.889 +21 -0 src/sys/conf/files 1.51 +9 -0 src/sys/conf/kern.pre.mk 1.443 +10 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Fri Apr 23 12:49:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F374D16A4D7; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D360A43D2D; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NJn8Ge045600; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NJn8LR045599; Fri, 23 Apr 2004 12:49:08 -0700 (PDT) (envelope-from truckman) Message-Id: <200404231949.i3NJn8LR045599@repoman.freebsd.org> From: Don Lewis Date: Fri, 23 Apr 2004 12:49:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 19:49:09 -0000 truckman 2004/04/23 12:49:08 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the socket address length check fails. This is similar to the fix in revision 1.99, except this version of the fix does not move the sanity checks out from under the spl. Submitted by: pjd Pointy hat to: truckman Revision Changes Path 1.51.2.22 +16 -8 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 13:21:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC6516A4CE; Fri, 23 Apr 2004 13:21:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C779043D45; Fri, 23 Apr 2004 13:21:17 -0700 (PDT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NKLHGe053508; Fri, 23 Apr 2004 13:21:17 -0700 (PDT) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NKLHPJ053507; Fri, 23 Apr 2004 13:21:17 -0700 (PDT) (envelope-from emax) Message-Id: <200404232021.i3NKLHPJ053507@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 23 Apr 2004 13:21:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 20:21:18 -0000 emax 2004/04/23 13:21:17 PDT FreeBSD src repository Modified files: sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c Log: Make sure RFCOMM multiplexor channel does not hang in DISCONNECTING state. Apparently it happens when both devices try to disconnect RFCOMM multiplexor channel at the same time. The scenario is as follows: - local device initiates RFCOMM connection to the remote device. This creates both RFCOMM multiplexor channel and data channel; - remote device terminates RFCOMM data channel (inactivity timeout); - local device acknowledges RFCOMM data channel termination. Because there is no more active data channels and local device has initiated connection it terminates RFCOMM multiplexor channel; - remote device does not acknowledges RFCOMM multiplexor channel termination. Instead it sends its own request to terminate RFCOMM multiplexor channel. Even though local device acknowledges RFCOMM multiplexor channel termination the remote device still keeps L2CAP connection open. Because of hanging RFCOMM multiplexor channel subsequent RFCOMM connections between local and remote devices will fail. Reported by: Johann Hugo Revision Changes Path 1.5 +6 -3 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 13:48:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9862E16A4CE; Fri, 23 Apr 2004 13:48:27 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE50943D41; Fri, 23 Apr 2004 13:48:26 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from mp3 (jxskmbbj@mp3files.int.ru [195.128.64.20]) by relay.macomnet.ru (8.12.10/8.12.10) with ESMTP id i3NKmPu512555603; Sat, 24 Apr 2004 00:48:25 +0400 (MSD) Date: Sat, 24 Apr 2004 00:48:24 +0400 (MSD) From: Maxim Konovalov To: Don Lewis In-Reply-To: <20040423194922.2A89916A543@hub.freebsd.org> Message-ID: <20040424004637.T10687@mp3files.int.ru> References: <20040423194922.2A89916A543@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 20:48:27 -0000 On Fri, 23 Apr 2004, 12:49-0700, Don Lewis wrote: > truckman 2004/04/23 12:49:08 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/netinet tcp_usrreq.c > Log: > Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the > socket address length check fails. This is similar to the fix in > revision 1.99, except this version of the fix does not move the sanity > checks out from under the spl. > > Submitted by: pjd > Pointy hat to: truckman > > Revision Changes Path > 1.51.2.22 +16 -8 src/sys/netinet/tcp_usrreq.c Please MFC that to RELENG_4_10. I've got the approval from RE but haven't manage to commit the fix yet. -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Fri Apr 23 13:56:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DBF16A4CE for ; Fri, 23 Apr 2004 13:56:40 -0700 (PDT) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9752643D2F for ; Fri, 23 Apr 2004 13:56:39 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (dsl-082-082-076-216.arcor-ip.net [82.82.76.216]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 34E53C19705 for ; Fri, 23 Apr 2004 22:56:38 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.11/8.12.10) with ESMTP id i3NKubZx037162 for ; Fri, 23 Apr 2004 22:56:37 +0200 (CEST) (envelope-from mailnull@kemoauc.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.11/8.12.11/Submit) id i3NKua1Y037161 for cvs-src@freebsd.org; Fri, 23 Apr 2004 22:56:36 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Fri, 23 Apr 2004 20:56:36 +0000 (UTC) Message-ID: References: <200404231627.i3NGRcVA096244@repoman.freebsd.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: cvs-src@freebsd.org Subject: Re: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 20:56:40 -0000 Julian Elischer wrote: > It looks to me that the tar in 4.8 is doing something very > sneeky with it's IOs.. > maybe detecting /dev/null and instead discarding the data? Yes. See src/buffer.c, ca. line 800. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-cvs-src@FreeBSD.ORG Fri Apr 23 14:12:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2284916A4CE; Fri, 23 Apr 2004 14:12:11 -0700 (PDT) Received: from smtp-out6.xs4all.nl (smtp-out6.xs4all.nl [194.109.24.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA8243D48; Fri, 23 Apr 2004 14:12:10 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i3NLC9Eg008245; Fri, 23 Apr 2004 23:12:09 +0200 (CEST) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i3NLC9FD038957; Fri, 23 Apr 2004 23:12:09 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i3NLC9K7038956; Fri, 23 Apr 2004 23:12:09 +0200 (CEST) (envelope-from wkb) Date: Fri, 23 Apr 2004 23:12:09 +0200 From: Wilko Bulte To: Maxim Konovalov Message-ID: <20040423211209.GA38939@freebie.xs4all.nl> References: <20040423194922.2A89916A543@hub.freebsd.org> <20040424004637.T10687@mp3files.int.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040424004637.T10687@mp3files.int.ru> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-BETA X-PGP: finger wilko@freebsd.org cc: cvs-src@freebsd.org cc: Don Lewis cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 21:12:11 -0000 On Sat, Apr 24, 2004 at 12:48:24AM +0400, Maxim Konovalov wrote: > On Fri, 23 Apr 2004, 12:49-0700, Don Lewis wrote: > > > truckman 2004/04/23 12:49:08 PDT > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > sys/netinet tcp_usrreq.c > > Log: > > Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the > > socket address length check fails. This is similar to the fix in > > revision 1.99, except this version of the fix does not move the sanity > > checks out from under the spl. > > > > Submitted by: pjd > > Pointy hat to: truckman > > > > Revision Changes Path > > 1.51.2.22 +16 -8 src/sys/netinet/tcp_usrreq.c > > Please MFC that to RELENG_4_10. I've got the approval from RE but > haven't manage to commit the fix yet. You have to re-gain approval for commits to RELENG_4_10 as we are now in the RC (release candidates) timeframe. As least that is what I think scottl wrote. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Apr 23 14:51:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A3516A4CE; Fri, 23 Apr 2004 14:51:40 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CDB643D31; Fri, 23 Apr 2004 14:51:40 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id i3NLpP7E052542; Fri, 23 Apr 2004 14:51:29 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200404232151.i3NLpP7E052542@gw.catspoiler.org> Date: Fri, 23 Apr 2004 14:51:25 -0700 (PDT) From: Don Lewis To: wkb@freebie.xs4all.nl In-Reply-To: <20040423211209.GA38939@freebie.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: maxim@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: re@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 21:51:40 -0000 On 23 Apr, Wilko Bulte wrote: > On Sat, Apr 24, 2004 at 12:48:24AM +0400, Maxim Konovalov wrote: >> On Fri, 23 Apr 2004, 12:49-0700, Don Lewis wrote: >> >> > truckman 2004/04/23 12:49:08 PDT >> > >> > FreeBSD src repository >> > >> > Modified files: (Branch: RELENG_4) >> > sys/netinet tcp_usrreq.c >> > Log: >> > Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the >> > socket address length check fails. This is similar to the fix in >> > revision 1.99, except this version of the fix does not move the sanity >> > checks out from under the spl. >> > >> > Submitted by: pjd >> > Pointy hat to: truckman >> > >> > Revision Changes Path >> > 1.51.2.22 +16 -8 src/sys/netinet/tcp_usrreq.c >> >> Please MFC that to RELENG_4_10. I've got the approval from RE but >> haven't manage to commit the fix yet. > > You have to re-gain approval for commits to RELENG_4_10 as we are now > in the RC (release candidates) timeframe. As least that is what I think > scottl wrote. Ken Smith gave approval for the merge to RELENG_4_10 yesterday. I wanted to let it age for a little while in RELENG_4 before I did the merge. From owner-cvs-src@FreeBSD.ORG Fri Apr 23 15:44:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D0E16A4CE; Fri, 23 Apr 2004 15:44:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8473743D5A; Fri, 23 Apr 2004 15:44:59 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NMixGe084352; Fri, 23 Apr 2004 15:44:59 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NMixUR084351; Fri, 23 Apr 2004 15:44:59 -0700 (PDT) (envelope-from andre) Message-Id: <200404232244.i3NMixUR084351@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 23 Apr 2004 15:44:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 22:44:59 -0000 andre 2004/04/23 15:44:59 PDT FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Correct an edge case in tcp_mss() where the cached path MTU from tcp_hostcache would have overridden a (now) lower MTU of an interface or route that changed since first PMTU discovery. The bug would have caused TCP to redo the PMTU discovery when not strictly necessary. Make a comment about already pre-initialized default values more clear. Reviewed by: sam Revision Changes Path 1.234 +2 -2 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 16:29:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5785D16A4CE; Fri, 23 Apr 2004 16:29:27 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4437B43D39; Fri, 23 Apr 2004 16:29:27 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (11d79ce2d233e917e1b75a535499523f@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3NNTQQZ026504; Fri, 23 Apr 2004 16:29:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9725352346; Fri, 23 Apr 2004 16:29:26 -0700 (PDT) Date: Fri, 23 Apr 2004 16:29:26 -0700 From: Kris Kennaway To: Darren Reed Message-ID: <20040423232926.GA19257@xor.obsecurity.org> References: <200404231543.i3NFhDxg081012@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <200404231543.i3NFhDxg081012@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ipfilter ipmon X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 23:29:27 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 23, 2004 at 08:43:13AM -0700, Darren Reed wrote: > darrenr 2004/04/23 08:43:13 PDT >=20 > FreeBSD src repository >=20 > Modified files: > etc/rc.d ipfilter ipmon=20 > Log: > Change the dependency between these two scripts so that ipmon depends on > ipfilter rather than the other way around, preventing ipmon from exiting > at startup because ipfilter is not yet enabled (using the device results > too early results in ENXIO.) Thanks! Kris --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAiabWWry0BWjoQKURAjunAJ909N2Zlt9ajg8L7BImgwgt/hbMmQCgj/AP gVBtnmxr+vT1zBJOrR043hM= =yZIw -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- From owner-cvs-src@FreeBSD.ORG Fri Apr 23 16:29:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66AC316A4CE; Fri, 23 Apr 2004 16:29:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A25743D3F; Fri, 23 Apr 2004 16:29:50 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NNToGe093520; Fri, 23 Apr 2004 16:29:50 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NNToc9093519; Fri, 23 Apr 2004 16:29:50 -0700 (PDT) (envelope-from silby) Message-Id: <200404232329.i3NNToc9093519@repoman.freebsd.org> From: Mike Silbersack Date: Fri, 23 Apr 2004 16:29:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 23:29:50 -0000 silby 2004/04/23 16:29:50 PDT FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Wrap two long lines in the previous commit. Revision Changes Path 1.146 +4 -2 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 16:31:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4D816A4CE; Fri, 23 Apr 2004 16:31:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FAD043D48; Fri, 23 Apr 2004 16:31:54 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NNVsGe094918; Fri, 23 Apr 2004 16:31:54 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NNVsXV094917; Fri, 23 Apr 2004 16:31:54 -0700 (PDT) (envelope-from silby) Message-Id: <200404232331.i3NNVsXV094917@repoman.freebsd.org> From: Mike Silbersack Date: Fri, 23 Apr 2004 16:31:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 23:31:54 -0000 silby 2004/04/23 16:31:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c Log: MFC rev 1.143 - 1.146: Randomize ephermal source ports. Revision Changes Path 1.59.2.28 +11 -0 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 16:39:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C5516A4CE; Fri, 23 Apr 2004 16:39:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F2643D1F; Fri, 23 Apr 2004 16:39:54 -0700 (PDT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3NNdrGe095595; Fri, 23 Apr 2004 16:39:53 -0700 (PDT) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3NNdrYJ095594; Fri, 23 Apr 2004 16:39:53 -0700 (PDT) (envelope-from grehan) Message-Id: <200404232339.i3NNdrYJ095594@repoman.freebsd.org> From: Peter Grehan Date: Fri, 23 Apr 2004 16:39:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powermac ata_kauai.c ata_macio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 23 Apr 2004 23:39:54 -0000 grehan 2004/04/23 16:39:53 PDT FreeBSD src repository Modified files: sys/powerpc/powermac ata_kauai.c ata_macio.c Log: - Catch up with recent ATA changes. - Remove trailing space in ata_macio.c Revision Changes Path 1.4 +2 -0 src/sys/powerpc/powermac/ata_kauai.c 1.10 +7 -6 src/sys/powerpc/powermac/ata_macio.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 18:23:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E001916A4CE; Fri, 23 Apr 2004 18:23:50 -0700 (PDT) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1B343D2D; Fri, 23 Apr 2004 18:23:50 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (24-161-166-146.san.rr.com [24.161.166.146]) by smtp-relay.omnis.com (Postfix) with ESMTP id 0721710049A; Fri, 23 Apr 2004 18:23:46 -0700 (PDT) From: Wes Peters Organization: Softweyr.COM To: Ken Smith Date: Fri, 23 Apr 2004 18:23:46 -0700 User-Agent: KMail/1.6.1 References: <200404221720.i3MHKDjG066787@repoman.freebsd.org> <20040422190049.GA19359@electra.cse.Buffalo.EDU> In-Reply-To: <20040422190049.GA19359@electra.cse.Buffalo.EDU> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404231823.46377.wes@softweyr.com> cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Ruslan Ermilov cc: Garance A Drosihn cc: Ken Smith Subject: Re: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 01:23:51 -0000 On Thursday 22 April 2004 12:00, Ken Smith wrote: > On Thu, Apr 22, 2004 at 02:57:56PM -0400, Garance A Drosihn wrote: > > At 2:27 PM -0400 4/22/04, Ken Smith wrote: > > >... so just for confirmation: Basically any line > > >that has the word 'copyright' on it most likely needs to be > > >changed, though engage brain briefly before changing it (e.g. > > >if it's buried inside of the UCB copyright statement leave it > > >alone, just FBSD copyrights). Is that more or less the algorithm? > > > > I don't think we can just do that across all source files in > > the system, if that's what you are thinking of. > > Yeah, after a small amount of poking around I realized that can't > be the right algorithm. :-) I asked Ruslan privately to provide > a hint what the right algorthm is. :-) The right algorithm for most source files is to update the copyright statement if and only if you're fixing something, too. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Fri Apr 23 19:56:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B228A16A4CE; Fri, 23 Apr 2004 19:56:37 -0700 (PDT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0C443D39; Fri, 23 Apr 2004 19:56:37 -0700 (PDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by smtp3.sentex.ca (8.12.11/8.12.10) with ESMTP id i3O2uXOL072300; Fri, 23 Apr 2004 22:56:34 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.10/8.12.10) with ESMTP id i3O2uX3x019572; Fri, 23 Apr 2004 22:56:33 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i3O2uWSk054199; Fri, 23 Apr 2004 22:56:33 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.3.0.0.20040423224055.0898cfe0@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Fri, 23 Apr 2004 22:57:56 -0400 To: Mike Silbersack , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: Mike Tancsa In-Reply-To: <200404232331.i3NNVsXV094917@repoman.freebsd.org> References: <200404232331.i3NNVsXV094917@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 02:56:37 -0000 Hi, thanks for this commit. I notice, net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 net.inet.ip.portrange.randomized: 1 How are the ranges allocated to applications ? A quick test of 30 sequential outbound connections to another box on port 25 shows all allocations in the 1024 to 5000 range. Is this the way it is supposed to be ? Also, is there any caveats about moving that range from say 4000 to 20000 ? ---Mike At 07:31 PM 23/04/2004, Mike Silbersack wrote: >silby 2004/04/23 16:31:54 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/netinet in_pcb.c > Log: > MFC rev 1.143 - 1.146: > > Randomize ephermal source ports. > > Revision Changes Path > 1.59.2.28 +11 -0 src/sys/netinet/in_pcb.c >_______________________________________________ >cvs-all@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/cvs-all >To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Fri Apr 23 20:03:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 949C716A4D0 for ; Fri, 23 Apr 2004 20:03:03 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 02DD143D48 for ; Fri, 23 Apr 2004 20:03:03 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 38872 invoked from network); 24 Apr 2004 03:03:02 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 24 Apr 2004 03:03:02 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 23 Apr 2004 22:05:48 -0500 (CDT) From: Mike Silbersack To: Mike Tancsa In-Reply-To: <6.0.3.0.0.20040423224055.0898cfe0@64.7.153.2> Message-ID: <20040423220212.C1915@odysseus.silby.com> References: <200404232331.i3NNVsXV094917@repoman.freebsd.org> <6.0.3.0.0.20040423224055.0898cfe0@64.7.153.2> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 03:03:03 -0000 On Fri, 23 Apr 2004, Mike Tancsa wrote: > Hi, thanks for this commit. I notice, > > net.inet.ip.portrange.lowfirst: 1023 > net.inet.ip.portrange.lowlast: 600 > net.inet.ip.portrange.first: 1024 > net.inet.ip.portrange.last: 5000 > net.inet.ip.portrange.hifirst: 49152 > net.inet.ip.portrange.hilast: 65535 > net.inet.ip.portrange.randomized: 1 > > > How are the ranges allocated to applications ? A quick test of 30 > sequential outbound connections to another box on port 25 shows all > allocations in the 1024 to 5000 range. Is this the way it is supposed to > be ? Also, is there any caveats about moving that range from say 4000 to > 20000 ? > > ---Mike The randomization is within the selected range, not randomization between ranges. You can change the first -> last range to anything you like, as long as you stay above 1024. The RFCs say to use 49152->65535, but some OSes use 1024->32768, some use 32768->65535, so anything you pick will be equally ok. :) Ignore the hifirst/hilast range, that's really only used by ftpd, it was a way to give ftpd a larger range of ports without changing first/last. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Fri Apr 23 20:46:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002B616A4CE; Fri, 23 Apr 2004 20:46:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC60043D41; Fri, 23 Apr 2004 20:46:44 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3O3kiGe055273; Fri, 23 Apr 2004 20:46:44 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3O3kipl055272; Fri, 23 Apr 2004 20:46:44 -0700 (PDT) (envelope-from alc) Message-Id: <200404240346.i3O3kipl055272@repoman.freebsd.org> From: Alan Cox Date: Fri, 23 Apr 2004 20:46:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c vm_map.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 03:46:45 -0000 alc 2004/04/23 20:46:44 PDT FreeBSD src repository Modified files: sys/vm vm_map.c vm_map.h Log: In cases where a file was resident in memory mmap(..., PROT_NONE, ...) would actually map the file with read access enabled. According to http://www.opengroup.org/onlinepubs/007904975/functions/mmap.html this is an error. Similarly, an madvise(..., MADV_WILLNEED) would enable read access on a virtual address range that was PROT_NONE. The solution implemented herein is (1) to pass a vm_prot_t to vm_map_pmap_enter() describing the allowed access and (2) to make vm_map_pmap_enter() responsible for understanding the limitations of pmap_enter_quick(). Submitted by: "Mark W. Krentel" PR: kern/64573 Revision Changes Path 1.333 +5 -4 src/sys/vm/vm_map.c 1.109 +1 -1 src/sys/vm/vm_map.h From owner-cvs-src@FreeBSD.ORG Fri Apr 23 20:52:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E12616A4CE; Fri, 23 Apr 2004 20:52:19 -0700 (PDT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F05743D48; Fri, 23 Apr 2004 20:52:19 -0700 (PDT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id E06FD4AC09; Fri, 23 Apr 2004 22:52:18 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 08660-01-46; Fri, 23 Apr 2004 22:52:18 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 624CF4ABAF; Fri, 23 Apr 2004 22:52:18 -0500 (CDT) Date: Fri, 23 Apr 2004 22:52:18 -0500 From: Alan Cox To: Alan Cox Message-ID: <20040424035218.GI5199@cs.rice.edu> References: <200404240346.i3O3kipl055272@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404240346.i3O3kipl055272@repoman.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c vm_map.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 03:52:19 -0000 On Fri, Apr 23, 2004 at 08:46:44PM -0700, Alan Cox wrote: > alc 2004/04/23 20:46:44 PDT > > FreeBSD src repository > > Modified files: > sys/vm vm_map.c vm_map.h > Log: > In cases where a file was resident in memory mmap(..., PROT_NONE, ...) > would actually map the file with read access enabled. According to > http://www.opengroup.org/onlinepubs/007904975/functions/mmap.html this is > an error. Similarly, an madvise(..., MADV_WILLNEED) would enable read > access on a virtual address range that was PROT_NONE. > > The solution implemented herein is (1) to pass a vm_prot_t to > vm_map_pmap_enter() describing the allowed access and (2) to make > vm_map_pmap_enter() responsible for understanding the limitations of > pmap_enter_quick(). > > Submitted by: "Mark W. Krentel" > PR: kern/64573 > > Revision Changes Path > 1.333 +5 -4 src/sys/vm/vm_map.c > 1.109 +1 -1 src/sys/vm/vm_map.h Could someone else please port and commit this change to RELENG_4? I'm happy to explain what to do. Thanks, Alan From owner-cvs-src@FreeBSD.ORG Fri Apr 23 21:32:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 157A316A4CE; Fri, 23 Apr 2004 21:32:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADD743D3F; Fri, 23 Apr 2004 21:31:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3O4VxGe071628; Fri, 23 Apr 2004 21:31:59 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3O4VxS7071627; Fri, 23 Apr 2004 21:31:59 -0700 (PDT) (envelope-from marcel) Message-Id: <200404240431.i3O4VxS7071627@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 23 Apr 2004 21:31:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 04:32:00 -0000 marcel 2004/04/23 21:31:59 PDT FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4 statfs functions conditional upon the option. Revision Changes Path 1.22 +10 -0 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 21:52:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 216D216A4CE; Fri, 23 Apr 2004 21:52:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F5F43D5C; Fri, 23 Apr 2004 21:52:39 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3O4qcGe078263; Fri, 23 Apr 2004 21:52:38 -0700 (PDT) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3O4qcPH078262; Fri, 23 Apr 2004 21:52:38 -0700 (PDT) (envelope-from truckman) Message-Id: <200404240452.i3O4qcPH078262@repoman.freebsd.org> From: Don Lewis Date: Fri, 23 Apr 2004 21:52:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 04:52:39 -0000 truckman 2004/04/23 21:52:38 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/netinet tcp_usrreq.c Log: MFS tcp_usrreq.c 1.51.2.22: Don't skip the splx() call in *_usr_bind() and *_usr_connect() if the socket address length check fails. Submitted by: pjd Approved by: re (kensmith) Revision Changes Path 1.51.2.21.2.1 +16 -8 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Apr 23 23:44:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A9A216A4CE; Fri, 23 Apr 2004 23:44:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5E743D39; Fri, 23 Apr 2004 23:44:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3O6iXGe002150; Fri, 23 Apr 2004 23:44:33 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3O6iXPj002149; Fri, 23 Apr 2004 23:44:33 -0700 (PDT) (envelope-from bde) Message-Id: <200404240644.i3O6iXPj002149@repoman.freebsd.org> From: Bruce Evans Date: Fri, 23 Apr 2004 23:44:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys imgact.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 06:44:34 -0000 bde 2004/04/23 23:44:33 PDT FreeBSD src repository Modified files: sys/sys imgact.h Log: Fixed some style bugs (useless forward declarations of structs and misplaced forward declarations of structs). This also reduces namespace pollution (the misplaced declarations were declared in the !_KERNEL case when they are not used). Revision Changes Path 1.36 +3 -6 src/sys/sys/imgact.h From owner-cvs-src@FreeBSD.ORG Sat Apr 24 01:59:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A9116A4CE; Sat, 24 Apr 2004 01:59:13 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E7B43D2D; Sat, 24 Apr 2004 01:59:13 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 2CE995C80D; Sat, 24 Apr 2004 01:59:13 -0700 (PDT) Date: Sat, 24 Apr 2004 01:59:13 -0700 From: Alfred Perlstein To: Julian Elischer Message-ID: <20040424085913.GA78817@elvis.mu.org> References: <200404231627.i3NGRcVA096244@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: Tim Kientzle cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 08:59:13 -0000 * Julian Elischer [040423 12:21] wrote: > done on a small subdirectory of our data... > (only accounts starting with 849xxx) > total data as reported by 'du': 9394486 KB (9GB) > (note du takes links into account and doesn't count the same data twice) > number of files with > 1 link: Have you guys thought of using aio or at least another process to parallelize IO? (One to read files, and one to write out the archive) Actually with our kernel threads in 5 you could just use those to speed IO. -Alfred From owner-cvs-src@FreeBSD.ORG Sat Apr 24 02:38:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB8616A4CE; Sat, 24 Apr 2004 02:38:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4280543D39; Sat, 24 Apr 2004 02:38:42 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3O9cgGe044809; Sat, 24 Apr 2004 02:38:42 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3O9cgCB044808; Sat, 24 Apr 2004 02:38:42 -0700 (PDT) (envelope-from mtm) Message-Id: <200404240938.i3O9cgCB044808@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 24 Apr 2004 02:38:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_spinlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 09:38:42 -0000 mtm 2004/04/24 02:38:42 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_spinlock.c Log: Unconditionaly initialize any spin lock passed to pthread_spin_init(). While makeing sure the spinlock isn't already in use might be a nice feature to have in theory, it's hard to implement in practice since the passed in pointer may not be NULL, but still be an invalid value (i.e. 1..2..3.. etc). Revision Changes Path 1.10 +0 -4 src/lib/libthr/thread/thr_spinlock.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 03:14:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A03716A4CE; Sat, 24 Apr 2004 03:14:26 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B8643D2D; Sat, 24 Apr 2004 03:14:25 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.30) id 1BHKFj-0002ig-CI; Sat, 24 Apr 2004 17:19:19 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i3OAElAT013822; Sat, 24 Apr 2004 17:14:47 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i3OAEljp013803; Sat, 24 Apr 2004 17:14:47 +0700 (NOVST) (envelope-from danfe) Date: Sat, 24 Apr 2004 17:14:46 +0700 From: Alexey Dokuchaev To: Alfred Perlstein Message-ID: <20040424101446.GA12719@regency.nsu.ru> References: <200404231627.i3NGRcVA096244@repoman.freebsd.org> <20040424085913.GA78817@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040424085913.GA78817@elvis.mu.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: Julian Elischer cc: cvs-all@freebsd.org Subject: Re: bad news for bsdtar.. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 10:14:26 -0000 On Sat, Apr 24, 2004 at 01:59:13AM -0700, Alfred Perlstein wrote: > * Julian Elischer [040423 12:21] wrote: > > done on a small subdirectory of our data... > > (only accounts starting with 849xxx) > > total data as reported by 'du': 9394486 KB (9GB) > > (note du takes links into account and doesn't count the same data twice) > > number of files with > 1 link: > > Have you guys thought of using aio or at least another process > to parallelize IO? (One to read files, and one to write out the > archive) > > Actually with our kernel threads in 5 you could just use those > to speed IO. IMHO, still non-blocking/async IO would be faster, and more probably portable, unless I'm utterly wrong, of course. 8-) ./danfe From owner-cvs-src@FreeBSD.ORG Sat Apr 24 05:31:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C8C16A4CE; Sat, 24 Apr 2004 05:31:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF8B43D31; Sat, 24 Apr 2004 05:31:00 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OCV0Ge087834; Sat, 24 Apr 2004 05:31:00 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OCV0NO087833; Sat, 24 Apr 2004 05:31:00 -0700 (PDT) (envelope-from simon) Message-Id: <200404241231.i3OCV0NO087833@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 24 Apr 2004 05:31:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 aue.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 12:31:00 -0000 simon 2004/04/24 05:31:00 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 aue.4 Log: Add Sandberg USB to Network Link to the list of supported devices. Revision Changes Path 1.18 +2 -0 src/share/man/man4/aue.4 From owner-cvs-src@FreeBSD.ORG Sat Apr 24 06:04:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 959FE16A4DA; Sat, 24 Apr 2004 06:04:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790A143D31; Sat, 24 Apr 2004 06:04:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OD41Ge096506; Sat, 24 Apr 2004 06:04:01 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OD41pB096503; Sat, 24 Apr 2004 06:04:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200404241304.i3OD41pB096503@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 24 Apr 2004 06:04:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 13:04:01 -0000 sobomax 2004/04/24 06:04:01 PDT FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add IC Book Labs Gunboat x2 and x4 series of serial adapters. Hardware provided by: IC Book Labs MFC After: 2 weeks Revision Changes Path 1.44 +45 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 06:37:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E8A16A4CE; Sat, 24 Apr 2004 06:37:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D1843D5F; Sat, 24 Apr 2004 06:37:54 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ODbrGe002876; Sat, 24 Apr 2004 06:37:53 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ODbrsO002875; Sat, 24 Apr 2004 06:37:53 -0700 (PDT) (envelope-from hrs) Message-Id: <200404241337.i3ODbrsO002875@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 24 Apr 2004 06:37:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/commonartheader.sgml src/release/doc/en_US.ISO8859-1/share/sgml release.dsl src/release/doc/share/examples Makefile.relnotesng ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 13:37:54 -0000 hrs 2004/04/24 06:37:53 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/hardware/common artheader.sgml release/doc/en_US.ISO8859-1/installation/common artheader.sgml release/doc/en_US.ISO8859-1/readme article.sgml release/doc/en_US.ISO8859-1/share/sgml release.dsl release/doc/share/examples Makefile.relnotesng release/doc/share/sgml release.ent Log: Update copyright and version number for 4.10-RC. Approved by: re (implicitly) Revision Changes Path 1.1.2.122.2.1 +1 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.1.2.4.6.1 +1 -0 src/release/doc/en_US.ISO8859-1/hardware/common/artheader.sgml 1.1.2.4.6.1 +1 -0 src/release/doc/en_US.ISO8859-1/installation/common/artheader.sgml 1.1.2.17.4.1 +1 -0 src/release/doc/en_US.ISO8859-1/readme/article.sgml 1.1.2.8.4.1 +0 -10 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl 1.1.2.2.12.1 +2 -2 src/release/doc/share/examples/Makefile.relnotesng 1.1.2.25.2.1 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Apr 24 06:56:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 169BF16A4CE; Sat, 24 Apr 2004 06:56:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106DC43D1D; Sat, 24 Apr 2004 06:56:22 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ODuLGe006961; Sat, 24 Apr 2004 06:56:21 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ODuLMu006960; Sat, 24 Apr 2004 06:56:21 -0700 (PDT) (envelope-from hrs) Message-Id: <200404241356.i3ODuLMu006960@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 24 Apr 2004 06:56:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/hardware/commonartheader.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 13:56:22 -0000 hrs 2004/04/24 06:56:21 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/hardware/common artheader.sgml release/doc/en_US.ISO8859-1/installation/common artheader.sgml release/doc/en_US.ISO8859-1/readme article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/sgml release.ent Log: Update copyright and version numbers, and trim relnotes and errata items for 4.10-STABLE. Revision Changes Path 1.1.2.123 +3 -94 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.1.2.5 +1 -0 src/release/doc/en_US.ISO8859-1/hardware/common/artheader.sgml 1.1.2.5 +1 -0 src/release/doc/en_US.ISO8859-1/installation/common/artheader.sgml 1.1.2.18 +1 -0 src/release/doc/en_US.ISO8859-1/readme/article.sgml 1.22.2.411 +10 -206 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.1.2.26 +3 -3 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Apr 24 08:19:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D6416A4CE; Sat, 24 Apr 2004 08:19:39 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E246C43D45; Sat, 24 Apr 2004 08:19:39 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E06435C816; Sat, 24 Apr 2004 08:19:39 -0700 (PDT) Date: Sat, 24 Apr 2004 08:19:39 -0700 From: Alfred Perlstein To: Mike Makonnen Message-ID: <20040424151939.GC78817@elvis.mu.org> References: <200404240938.i3O9cgCB044808@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404240938.i3O9cgCB044808@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr/thread thr_spinlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 15:19:40 -0000 * Mike Makonnen [040424 02:38] wrote: > mtm 2004/04/24 02:38:42 PDT > > FreeBSD src repository > > Modified files: > lib/libthr/thread thr_spinlock.c > Log: > Unconditionaly initialize any spin lock passed to pthread_spin_init(). While > makeing sure the spinlock isn't already in use might be a nice feature to > have in theory, it's hard to implement in practice since the passed in > pointer may not be NULL, but still be an invalid value (i.e. 1..2..3.. etc). Good call. Forcing it to be NULL and it might as already be initialized. :) (*looks at our kernel API and grumbles*) > > Revision Changes Path > 1.10 +0 -4 src/lib/libthr/thread/thr_spinlock.c -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sat Apr 24 08:54:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA3316A4CE; Sat, 24 Apr 2004 08:54:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 712B543D55; Sat, 24 Apr 2004 08:54:21 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OFsLGe038759; Sat, 24 Apr 2004 08:54:21 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OFsKvp038758; Sat, 24 Apr 2004 08:54:20 -0700 (PDT) (envelope-from sos) Message-Id: <200404241554.i3OFsKvp038758@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 24 Apr 2004 08:54:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 15:54:21 -0000 sos 2004/04/24 08:54:20 PDT FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Change setup for SiS device to allow PCI native mode. Revision Changes Path 1.70 +4 -4 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 09:25:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BF116A4CE; Sat, 24 Apr 2004 09:25:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C5843D41; Sat, 24 Apr 2004 09:25:00 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OGP0Ge046458; Sat, 24 Apr 2004 09:25:00 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OGP0u6046457; Sat, 24 Apr 2004 09:25:00 -0700 (PDT) (envelope-from njl) Message-Id: <200404241625.i3OGP0u6046457@repoman.freebsd.org> From: Nate Lawson Date: Sat, 24 Apr 2004 09:25:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 16:25:01 -0000 njl 2004/04/24 09:25:00 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_timer.c Log: Disable interrupts while testing the timer. Not doing this unnecessarily added an arbitrary delay to our readings, causing us to use the ACPI-safe read method when not necessary. Submitted by: bde Old: ACPI timer looks GOOD min = 3, max = 5, width = 2 ACPI timer looks BAD min = 3, max = 19, width = 16 ACPI timer looks GOOD min = 3, max = 5, width = 2 ACPI timer looks GOOD min = 3, max = 5, width = 2 ACPI timer looks GOOD min = 3, max = 5, width = 2 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 5, width = 2 ACPI timer looks BAD min = 3, max = 19, width = 16 ACPI timer looks GOOD min = 3, max = 5, width = 2 ACPI timer looks GOOD min = 3, max = 4, width = 1 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 New: ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 ACPI timer looks GOOD min = 3, max = 4, width = 1 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Also, reduce unnecesary overhead in ACPI-fast by remove the barrier for reads. The timer in the ACPI-fast case is known to increase monotonically so there is no need to serialize access to it. Revision Changes Path 1.32 +7 -6 src/sys/dev/acpica/acpi_timer.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 09:32:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89EAB16A4CE; Sat, 24 Apr 2004 09:32:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F2C343D39; Sat, 24 Apr 2004 09:32:06 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OGW6Ge048176; Sat, 24 Apr 2004 09:32:06 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OGW6Md048172; Sat, 24 Apr 2004 09:32:06 -0700 (PDT) (envelope-from sos) Message-Id: <200404241632.i3OGW6Md048172@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 24 Apr 2004 09:32:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 16:32:06 -0000 sos 2004/04/24 09:32:06 PDT FreeBSD src repository Modified files: sys/dev/ata ata-pci.c Log: Try the simplify determining what is ata0 and ata1. Remove the PCI native addressing code, it eed to be run before we even have control in the ATA driver and should be moved to the pci code. Revision Changes Path 1.81 +1 -17 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 09:41:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7299516A4CE; Sat, 24 Apr 2004 09:41:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5647C43D2F; Sat, 24 Apr 2004 09:41:21 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OGfLGe049579; Sat, 24 Apr 2004 09:41:21 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OGfLb0049575; Sat, 24 Apr 2004 09:41:21 -0700 (PDT) (envelope-from hrs) Message-Id: <200404241641.i3OGfLb0049575@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 24 Apr 2004 09:41:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 16:41:21 -0000 hrs 2004/04/24 09:41:21 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) release/doc/share/sgml release.ent Log: Update various entities for 4.10-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.1.2.25.2.2 +6 -6 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Apr 24 10:30:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8421916A4CE; Sat, 24 Apr 2004 10:30:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FB443D31; Sat, 24 Apr 2004 10:30:33 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OHUXGe059744; Sat, 24 Apr 2004 10:30:33 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OHUXCe059743; Sat, 24 Apr 2004 10:30:33 -0700 (PDT) (envelope-from hrs) Message-Id: <200404241730.i3OHUXCe059743@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 24 Apr 2004 10:30:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 24 Apr 2004 17:30:34 -0000 hrs 2004/04/24 10:30:33 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: acpi_asus(4) added, versrcreach option of ipfw(4), and Israel Hebrew locale he_IL.UTF-8 added. Update release note: The random ephemeral port allocation can be disabled using the net.inet.ip.portrange.randomized sysctl. MFC: ng_hub(4), vr(4) polling support, per-interface polling(4) support, and random ephemeral port allocation. Revision Changes Path 1.721 +27 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 24 10:33:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E05CF16A4CE; Sat, 24 Apr 2004 10:33:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C9143D2D; Sat, 24 Apr 2004 10:33:10 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OHXAGe061518; Sat, 24 Apr 2004 10:33:10 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OHXAgE061517; Sat, 24 Apr 2004 10:33:10 -0700 (PDT) (envelope-from hrs) Message-Id: <200404241733.i3OHXAgE061517@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 24 Apr 2004 10:33:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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.1 Precedence: 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, 24 Apr 2004 17:33:11 -0000 hrs 2004/04/24 10:33:10 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ng_hub(4), vr(4) polling support, per-interface polling(4) support, and random ephemeral port allocation. Revision Changes Path 1.22.2.412 +16 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 24 12:54:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C206816A4CE; Sat, 24 Apr 2004 12:54:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A707543D45; Sat, 24 Apr 2004 12:54:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OJstGe000123; Sat, 24 Apr 2004 12:54:55 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OJstMF000122; Sat, 24 Apr 2004 12:54:55 -0700 (PDT) (envelope-from phk) Message-Id: <200404241954.i3OJstMF000122@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 24 Apr 2004 12:54:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share Makefile src/share/snmp Makefile src/share/snmp/mibs FREEBSD-MIB.txt Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 19:54:55 -0000 phk 2004/04/24 12:54:55 PDT FreeBSD src repository Modified files: share Makefile Added files: share/snmp Makefile share/snmp/mibs FREEBSD-MIB.txt Makefile Log: Add a FreeBSD MIB with a few branches we can hang things from. Revision Changes Path 1.32 +1 -0 src/share/Makefile 1.1 +5 -0 src/share/snmp/Makefile (new) 1.1 +57 -0 src/share/snmp/mibs/FREEBSD-MIB.txt (new) 1.1 +7 -0 src/share/snmp/mibs/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat Apr 24 13:53:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15EAA16A4CE; Sat, 24 Apr 2004 13:53:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1086243D5C; Sat, 24 Apr 2004 13:53:56 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OKrtGe013094; Sat, 24 Apr 2004 13:53:55 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OKrtFl013093; Sat, 24 Apr 2004 13:53:55 -0700 (PDT) (envelope-from alc) Message-Id: <200404242053.i3OKrtFl013093@repoman.freebsd.org> From: Alan Cox Date: Sat, 24 Apr 2004 13:53:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/pci agp.c agp_i810.c src/sys/vm vm_kern.c vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 20:53:56 -0000 alc 2004/04/24 13:53:55 PDT FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/pci agp.c agp_i810.c sys/vm vm_kern.c vm_page.c Log: Push down the responsibility for zeroing a physical page from the caller to vm_page_grab(). Although this gives VM_ALLOC_ZERO a different meaning for vm_page_grab() than for vm_page_alloc(), I feel such change is necessary to accomplish other goals. Specifically, I want to make the PG_ZERO flag immutable between the time it is allocated by vm_page_alloc() and freed by vm_page_free() or vm_page_free_zero() to avoid locking overheads. Once we gave up on the ability to automatically recognize a zeroed page upon entry to vm_page_free(), the ability to mutate the PG_ZERO flag became useless. Instead, I would like to say that "Once a page becomes valid, its PG_ZERO flag must be ignored." Revision Changes Path 1.144 +0 -3 src/sys/alpha/alpha/pmap.c 1.39 +0 -2 src/sys/pci/agp.c 1.28 +0 -2 src/sys/pci/agp_i810.c 1.116 +0 -2 src/sys/vm/vm_kern.c 1.280 +2 -0 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 14:36:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEDB16A4CE; Sat, 24 Apr 2004 14:36:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A0143D5F; Sat, 24 Apr 2004 14:36:24 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OLaOGe022189; Sat, 24 Apr 2004 14:36:24 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OLaOcv022188; Sat, 24 Apr 2004 14:36:24 -0700 (PDT) (envelope-from alc) Message-Id: <200404242136.i3OLaOcv022188@repoman.freebsd.org> From: Alan Cox Date: Sat, 24 Apr 2004 14:36:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 21:36:24 -0000 alc 2004/04/24 14:36:24 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: Update the comment describing vm_page_grab() to reflect the previous revision and correct some of its style errors. Revision Changes Path 1.281 +5 -6 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 14:59:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0494D16A4CE; Sat, 24 Apr 2004 14:59:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9F543D66; Sat, 24 Apr 2004 14:59:41 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OLxfGe026358; Sat, 24 Apr 2004 14:59:41 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OLxf1s026357; Sat, 24 Apr 2004 14:59:41 -0700 (PDT) (envelope-from luigi) Message-Id: <200404242159.i3OLxf1s026357@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 24 Apr 2004 14:59:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_iso88025subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 21:59:42 -0000 luigi 2004/04/24 14:59:41 PDT FreeBSD src repository Modified files: sys/net if_ethersubr.c if_fddisubr.c if_iso88025subr.c Log: arpcom untangling: - use ifp instead if &ac->ac_if in a couple of nd6* calls; this removes a useless dependency. - use IFP2AC(ifp) instead of an extra variable to point to the struct arpcom; this does not remove the nesting dependency between arpcom and ifnet but makes it more evident. Revision Changes Path 1.168 +3 -4 src/sys/net/if_ethersubr.c 1.93 +2 -3 src/sys/net/if_fddisubr.c 1.63 +2 -3 src/sys/net/if_iso88025subr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 15:03:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C4E16A4CE; Sat, 24 Apr 2004 15:03:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE2443D46; Sat, 24 Apr 2004 15:03:02 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OM32Ge028787; Sat, 24 Apr 2004 15:03:02 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OM32Oa028762; Sat, 24 Apr 2004 15:03:02 -0700 (PDT) (envelope-from rik) Message-Id: <200404242203.i3OM32Oa028762@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 24 Apr 2004 15:03:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 22:03:03 -0000 rik 2004/04/24 15:03:02 PDT FreeBSD src repository Modified files: sys/conf NOTES files options Log: Connect ng_sppp to the build process. Revision Changes Path 1.1221 +1 -0 src/sys/conf/NOTES 1.890 +1 -0 src/sys/conf/files 1.444 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sat Apr 24 15:11:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA9A16A4CE; Sat, 24 Apr 2004 15:11:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4267A43D55; Sat, 24 Apr 2004 15:11:14 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OMBEGe030142; Sat, 24 Apr 2004 15:11:14 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OMBEQJ030141; Sat, 24 Apr 2004 15:11:14 -0700 (PDT) (envelope-from luigi) Message-Id: <200404242211.i3OMBEQJ030141@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 24 Apr 2004 15:11:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 22:11:14 -0000 luigi 2004/04/24 15:11:14 PDT FreeBSD src repository Modified files: sys/net bridge.c Log: arpcom untangling: do not use struct arpcom directly, rather use IFP2AC(ifp). Revision Changes Path 1.77 +6 -5 src/sys/net/bridge.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 15:24:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C593F16A4CE; Sat, 24 Apr 2004 15:24:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FE543D48; Sat, 24 Apr 2004 15:24:48 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3OMOmGe033236; Sat, 24 Apr 2004 15:24:48 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3OMOmpK033235; Sat, 24 Apr 2004 15:24:48 -0700 (PDT) (envelope-from luigi) Message-Id: <200404242224.i3OMOmpK033235@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 24 Apr 2004 15:24:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 22:24:48 -0000 luigi 2004/04/24 15:24:48 PDT FreeBSD src repository Modified files: sys/net if.c if_vlan.c Log: arpcom untangling: consistently with the rest of the code, use IFP2AC(ifp) to access the arpcom structure given the ifp. In this case also fix a difference in assumptions WRT the rest of the net/ sources: it is not the 'struct *softc' that starts with a 'struct arpcom', but a 'struct arpcom' that starts with a 'struct ifnet' Revision Changes Path 1.191 +2 -2 src/sys/net/if.c 1.58 +1 -1 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 15:51:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B1416A4CE; Sat, 24 Apr 2004 15:51:50 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C871143D1F; Sat, 24 Apr 2004 15:51:49 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i3OMuf8V083272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Apr 2004 01:56:43 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i3OMpuWv091370; Sun, 25 Apr 2004 01:51:56 +0300 (EEST) (envelope-from ru) Date: Sun, 25 Apr 2004 01:51:55 +0300 From: Ruslan Ermilov To: Luigi Rizzo Message-ID: <20040424225155.GC35913@ip.net.ua> References: <200404242224.i3OMOmpK033235@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KDt/GgjP6HVcx58l" Content-Disposition: inline In-Reply-To: <200404242224.i3OMOmpK033235@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 22:51:50 -0000 --KDt/GgjP6HVcx58l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 24, 2004 at 03:24:48PM -0700, Luigi Rizzo wrote: > luigi 2004/04/24 15:24:48 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/net if.c if_vlan.c=20 > Log: > arpcom untangling: > =20 > consistently with the rest of the code, use IFP2AC(ifp) to access > the arpcom structure given the ifp. > =20 > In this case also fix a difference in assumptions WRT the rest of > the net/ sources: it is not the 'struct *softc' that starts with a > 'struct arpcom', but a 'struct arpcom' that starts with a > 'struct ifnet' > =20 Hmm, actually both statements are true. From if_var.h: /* * NB: For FreeBSD, it is assumed that each NIC driver's softc starts with * one of these structures, typically held within an arpcom structure. * * struct _softc { * struct arpcom { * struct ifnet ac_if; * ... * } ; * ... * }; * * The assumption is used in a number of places, including many * files in sys/net, device drivers, and sys/dev/mii.c:miibus_attach(). * * Unfortunately devices' softc are opaque, so we depend on this layout * to locate the struct ifnet from the softc in the generic code. * */ But I think your intention is to only leave the latter; in this case, please care to update this comment in if_var.h. It came very handy when I fixed the problem in sys/netgraph/ng_eiface.c, rev. 1.11, and I'll sure look here again next time I do something similar. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --KDt/GgjP6HVcx58l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAiu+LUkv4P6juNwoRAsNoAJ4o35asxuY7I4nfq2sZPRY3eia54gCeJQZw FE1Ovks9i1dPetvDVW//Qkc= =ELUO -----END PGP SIGNATURE----- --KDt/GgjP6HVcx58l-- From owner-cvs-src@FreeBSD.ORG Sat Apr 24 16:03:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D86F16A4CE; Sat, 24 Apr 2004 16:03:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1D643D5D; Sat, 24 Apr 2004 16:03:15 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ON3FGe042223; Sat, 24 Apr 2004 16:03:15 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ON3FAk042222; Sat, 24 Apr 2004 16:03:15 -0700 (PDT) (envelope-from nectar) Message-Id: <200404242303.i3ON3FAk042222@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 24 Apr 2004 16:03:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 23:03:15 -0000 nectar 2004/04/24 16:03:15 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/netinet in_pcb.c Log: MFC 1.143-1.146: Randomize ephemeral source ports. Approved by: re Revision Changes Path 1.59.2.27.2.1 +11 -0 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 16:22:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EC8D16A4CE; Sat, 24 Apr 2004 16:22:47 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3636A43D58; Sat, 24 Apr 2004 16:22:47 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3ONMjgd072833; Sat, 24 Apr 2004 16:22:45 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3ONMjJD072832; Sat, 24 Apr 2004 16:22:45 -0700 (PDT) (envelope-from rizzo) Date: Sat, 24 Apr 2004 16:22:45 -0700 From: Luigi Rizzo To: Ruslan Ermilov Message-ID: <20040424162245.C69916@xorpc.icir.org> References: <200404242224.i3OMOmpK033235@repoman.freebsd.org> <20040424225155.GC35913@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040424225155.GC35913@ip.net.ua>; from ru@FreeBSD.org on Sun, Apr 25, 2004 at 01:51:55AM +0300 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 23:22:47 -0000 On Sun, Apr 25, 2004 at 01:51:55AM +0300, Ruslan Ermilov wrote: ... > > In this case also fix a difference in assumptions WRT the rest of > > the net/ sources: it is not the 'struct *softc' that starts with a > > 'struct arpcom', but a 'struct arpcom' that starts with a > > 'struct ifnet' > > > Hmm, actually both statements are true. From if_var.h: yes but apparently (though not 100% sure) only the arpcom-ifnet layout is used by the majority of the code, whereas the softc-arpcom layout restriction is only left in sys/dev/mii.c Now, i _believe_ this can be removed as well because there are device-specific methods which probably override the generic miibus_attach() below, and they know the *_softc layout. But we should ask the author of the MII code to see if this is true. cheers luigi > /* > * NB: For FreeBSD, it is assumed that each NIC driver's softc starts with > * one of these structures, typically held within an arpcom structure. > * > * struct _softc { > * struct arpcom { > * struct ifnet ac_if; > * ... > * } ; > * ... > * }; > * > * The assumption is used in a number of places, including many > * files in sys/net, device drivers, and sys/dev/mii.c:miibus_attach(). > * > * Unfortunately devices' softc are opaque, so we depend on this layout > * to locate the struct ifnet from the softc in the generic code. > * > */ > > But I think your intention is to only leave the latter; in this > case, please care to update this comment in if_var.h. It came > very handy when I fixed the problem in sys/netgraph/ng_eiface.c, > rev. 1.11, and I'll sure look here again next time I do something > similar. From owner-cvs-src@FreeBSD.ORG Sat Apr 24 16:23:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAC316A4CE; Sat, 24 Apr 2004 16:23:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D124D43D46; Sat, 24 Apr 2004 16:23:36 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ONNaGe046212; Sat, 24 Apr 2004 16:23:36 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ONNafW046211; Sat, 24 Apr 2004 16:23:36 -0700 (PDT) (envelope-from alc) Message-Id: <200404242323.i3ONNafW046211@repoman.freebsd.org> From: Alan Cox Date: Sat, 24 Apr 2004 16:23:36 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm phys_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 23:23:37 -0000 alc 2004/04/24 16:23:36 PDT FreeBSD src repository Modified files: sys/vm phys_pager.c Log: Add a VM_OBJECT_LOCK_ASSERT() call. Remove splvm() and splx() calls. Move a comment. Revision Changes Path 1.21 +5 -7 src/sys/vm/phys_pager.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 16:34:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC8516A4CE; Sat, 24 Apr 2004 16:34:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D114043D5C; Sat, 24 Apr 2004 16:34:04 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ONY4Ge048277; Sat, 24 Apr 2004 16:34:04 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ONY4p3048276; Sat, 24 Apr 2004 16:34:04 -0700 (PDT) (envelope-from luigi) Message-Id: <200404242334.i3ONY4p3048276@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 24 Apr 2004 16:34:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 23:34:05 -0000 luigi 2004/04/24 16:34:04 PDT FreeBSD src repository Modified files: sys/net route.h Log: document the locking behaviour of the functions that access the routing table. Revision Changes Path 1.60 +15 -3 src/sys/net/route.h From owner-cvs-src@FreeBSD.ORG Sat Apr 24 16:34:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF5F16A4CE; Sat, 24 Apr 2004 16:34:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E40A43D41; Sat, 24 Apr 2004 16:34:56 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ONYuGe048317; Sat, 24 Apr 2004 16:34:56 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ONYuDg048316; Sat, 24 Apr 2004 16:34:56 -0700 (PDT) (envelope-from luigi) Message-Id: <200404242334.i3ONYuDg048316@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 24 Apr 2004 16:34:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 23:34:56 -0000 luigi 2004/04/24 16:34:56 PDT FreeBSD src repository Modified files: sys/net route.c Log: Correct and extend the description of the behaviour of rt_check(). Revision Changes Path 1.103 +27 -7 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 16:41:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A680E16A4CE; Sat, 24 Apr 2004 16:41:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8838743D4C; Sat, 24 Apr 2004 16:41:21 -0700 (PDT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ONfLGe049369; Sat, 24 Apr 2004 16:41:21 -0700 (PDT) (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ONfLHq049368; Sat, 24 Apr 2004 16:41:21 -0700 (PDT) (envelope-from le) Message-Id: <200404242341.i3ONfLHq049368@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 24 Apr 2004 16:41:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 24 Apr 2004 23:41:21 -0000 le 2004/04/24 16:41:21 PDT FreeBSD src repository Modified files: sys/dev/vinum vinumio.c Log: Plug a mem leak in vinum_scandisk(). Approved by: grog (mentor) Revision Changes Path 1.98 +1 -0 src/sys/dev/vinum/vinumio.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 17:08:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CDB16A4CE; Sat, 24 Apr 2004 17:08:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149CC43D1D; Sat, 24 Apr 2004 17:08:16 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P08FGe061598; Sat, 24 Apr 2004 17:08:15 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P08FXR061597; Sat, 24 Apr 2004 17:08:15 -0700 (PDT) (envelope-from tmm) Message-Id: <200404250008.i3P08FXR061597@repoman.freebsd.org> From: Thomas Moestl Date: Sat, 24 Apr 2004 17:08:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 00:08:16 -0000 tmm 2004/04/24 17:08:15 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 iommu.c Log: Prefix a printf with the device name. Revision Changes Path 1.36 +1 -1 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 17:30:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E8116A4CE; Sat, 24 Apr 2004 17:30:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7764C43D6A; Sat, 24 Apr 2004 17:30:28 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P0USGe065759; Sat, 24 Apr 2004 17:30:28 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P0USfa065758; Sat, 24 Apr 2004 17:30:28 -0700 (PDT) (envelope-from tmm) Message-Id: <200404250030.i3P0USfa065758@repoman.freebsd.org> From: Thomas Moestl Date: Sat, 24 Apr 2004 17:30:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h psychovar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 00:30:28 -0000 tmm 2004/04/24 17:30:28 PDT FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h psychovar.h Log: Some code cleanup: - Fix some comments; remove numerous superfluous or outdated ones. - Correctly pass on the requesting device when handing requests up to the parent bus. - Use the complete device name, including unit number, to build the IOMMU instance name. - Inline a function that was only used once, and was trivial. Revision Changes Path 1.46 +22 -65 src/sys/sparc64/pci/psycho.c 1.8 +1 -49 src/sys/sparc64/pci/psychoreg.h 1.10 +5 -14 src/sys/sparc64/pci/psychovar.h From owner-cvs-src@FreeBSD.ORG Sat Apr 24 18:39:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 079CD16A4CE; Sat, 24 Apr 2004 18:39:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA6343D5C; Sat, 24 Apr 2004 18:39:00 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P1d0Ge080590; Sat, 24 Apr 2004 18:39:00 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P1d0SA080589; Sat, 24 Apr 2004 18:39:00 -0700 (PDT) (envelope-from luigi) Message-Id: <200404250139.i3P1d0SA080589@repoman.freebsd.org> From: Luigi Rizzo Date: Sat, 24 Apr 2004 18:39:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 01:39:01 -0000 luigi 2004/04/24 18:39:00 PDT FreeBSD src repository Modified files: sys/net route.c Log: fix one typo and remove one wrong line Revision Changes Path 1.104 +1 -2 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 19:32:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E43616A4CE; Sat, 24 Apr 2004 19:32:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020E143D54; Sat, 24 Apr 2004 19:32:47 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P2WkGe093273; Sat, 24 Apr 2004 19:32:46 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P2Wku9093272; Sat, 24 Apr 2004 19:32:46 -0700 (PDT) (envelope-from das) Message-Id: <200404250232.i3P2Wku9093272@repoman.freebsd.org> From: David Schultz Date: Sat, 24 Apr 2004 19:32:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src math.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 02:32:47 -0000 das 2004/04/24 19:32:46 PDT FreeBSD src repository Modified files: lib/msun/src math.h Log: Remove a stale comment referring to values.h, which has never been part of FreeBSD. PR: 65939 Revision Changes Path 1.30 +1 -6 src/lib/msun/src/math.h From owner-cvs-src@FreeBSD.ORG Sat Apr 24 19:35:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F50016A4CE; Sat, 24 Apr 2004 19:35:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587F943D39; Sat, 24 Apr 2004 19:35:43 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P2ZhGe093460; Sat, 24 Apr 2004 19:35:43 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P2ZgNd093459; Sat, 24 Apr 2004 19:35:42 -0700 (PDT) (envelope-from das) Message-Id: <200404250235.i3P2ZgNd093459@repoman.freebsd.org> From: David Schultz Date: Sat, 24 Apr 2004 19:35:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/src math.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 02:35:43 -0000 das 2004/04/24 19:35:42 PDT FreeBSD src repository Modified files: lib/msun/src math.h Log: Make sure that symbols are declared in math.h iff the appropriate namespaces are visible. Previously, math.h failed to hide some C99-, XSI-, and BSD-specific symbols in certain compilation environments. The referenced PR has a nice listing of the appropriate conditions for making symbols visible in math.h. The only non-stylistic difference between the patch in the PR and this commit is that I superfluously test for __BSD_VISIBLE in a few places to be more explicit about which symbols have historically been part of the FreeBSD environment. PR: 65939 Submitted by: Stefan Farfeleder Revision Changes Path 1.31 +68 -65 src/lib/msun/src/math.h From owner-cvs-src@FreeBSD.ORG Sat Apr 24 19:36:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D07816A4CE; Sat, 24 Apr 2004 19:36:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0540A43D4C; Sat, 24 Apr 2004 19:36:30 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P2aTGe093614; Sat, 24 Apr 2004 19:36:29 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P2aTN9093613; Sat, 24 Apr 2004 19:36:29 -0700 (PDT) (envelope-from das) Message-Id: <200404250236.i3P2aTN9093613@repoman.freebsd.org> From: David Schultz Date: Sat, 24 Apr 2004 19:36:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/include float.h src/sys/amd64/include float.h src/sys/i386/include float.h src/sys/ia64/include float.h src/sys/powerpc/include float.h src/sys/sparc64/include float.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 02:36:30 -0000 das 2004/04/24 19:36:29 PDT FreeBSD src repository Modified files: sys/alpha/include float.h sys/amd64/include float.h sys/i386/include float.h sys/ia64/include float.h sys/powerpc/include float.h sys/sparc64/include float.h Log: Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilation environments. PR: 63935 Submitted by: Stefan Farfeleder Revision Changes Path 1.6 +2 -0 src/sys/alpha/include/float.h 1.12 +4 -0 src/sys/amd64/include/float.h 1.12 +4 -0 src/sys/i386/include/float.h 1.6 +2 -0 src/sys/ia64/include/float.h 1.5 +4 -0 src/sys/powerpc/include/float.h 1.5 +2 -0 src/sys/sparc64/include/float.h From owner-cvs-src@FreeBSD.ORG Sat Apr 24 21:10:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BA916A4CF; Sat, 24 Apr 2004 21:10:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A1943D3F; Sat, 24 Apr 2004 21:10:18 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P4AIGe019753; Sat, 24 Apr 2004 21:10:18 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P4AHFJ019752; Sat, 24 Apr 2004 21:10:17 -0700 (PDT) (envelope-from hmp) Message-Id: <200404250410.i3P4AHFJ019752@repoman.freebsd.org> From: Hiten Pandya Date: Sat, 24 Apr 2004 21:10:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 04:10:18 -0000 hmp 2004/04/24 21:10:17 PDT FreeBSD src repository Modified files: sys/kern kern_timeout.c Log: The paper "Hashed Timers and Hierarchical Wheels: Data Structures for the Efficient Implementation of a Timer Facility" was co-author'ed by T. Lauk, not A. Lauk. Adjust nearby whitespace. Revision Changes Path 1.89 +1 -1 src/sys/kern/kern_timeout.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 21:30:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7426016A4CE; Sat, 24 Apr 2004 21:30:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5687343D49; Sat, 24 Apr 2004 21:30:40 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P4UeGe023855; Sat, 24 Apr 2004 21:30:40 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P4UeQY023854; Sat, 24 Apr 2004 21:30:40 -0700 (PDT) (envelope-from marcel) Message-Id: <200404250430.i3P4UeQY023854@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 24 Apr 2004 21:30:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_dev_sab82532.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 04:30:40 -0000 marcel 2004/04/24 21:30:40 PDT FreeBSD src repository Modified files: sys/dev/uart uart_dev_sab82532.c Log: Don't mask TCD in IMR0 when we initialize the channel. Doing so makes it impossible to check the interrupt status bit when we try to get a character in the low level console code. Revision Changes Path 1.6 +1 -1 src/sys/dev/uart/uart_dev_sab82532.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 21:33:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1122616A4CF; Sat, 24 Apr 2004 21:33:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B3043D45; Sat, 24 Apr 2004 21:33:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3P4XuGe025626; Sat, 24 Apr 2004 21:33:56 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3P4XugJ025625; Sat, 24 Apr 2004 21:33:56 -0700 (PDT) (envelope-from bde) Message-Id: <200404250433.i3P4XugJ025625@repoman.freebsd.org> From: Bruce Evans Date: Sat, 24 Apr 2004 21:33:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa fd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 04:33:57 -0000 bde 2004/04/24 21:33:56 PDT FreeBSD src repository Modified files: sys/isa fd.c Log: Fixed breakage of the formatting operation in rev.1.266. The wrong clause of an if-else statement was removed. Reviewed by: no response from maintainer in 12 days Revision Changes Path 1.270 +9 -2 src/sys/isa/fd.c From owner-cvs-src@FreeBSD.ORG Sat Apr 24 22:59:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E6A716A4CE; Sat, 24 Apr 2004 22:59:37 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5024F43D54; Sat, 24 Apr 2004 22:59:36 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.11/8.12.11) with ESMTP id i3P5xZJ4047009; Sun, 25 Apr 2004 09:59:35 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 25 Apr 2004 09:59:35 +0400 (MSD) From: Dmitry Morozovsky To: Lukas Ertl In-Reply-To: <200404242341.i3ONfLHq049368@repoman.freebsd.org> Message-ID: <20040425095600.L46851@woozle.rinet.ru> References: <200404242341.i3ONfLHq049368@repoman.freebsd.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/vinum vinumio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 25 Apr 2004 05:59:37 -0000 On Sat, 24 Apr 2004, Lukas Ertl wrote: LE> le 2004/04/24 16:41:21 PDT LE> LE> sys/dev/vinum vinumio.c LE> Log: LE> Plug a mem leak in vinum_scandisk(). Isn't it an MFC candidate? Being just one-line fix... Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------