From owner-cvs-src@FreeBSD.ORG Sun Jan 20 02:38:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405DE16A417; Sun, 20 Jan 2008 02:38:43 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1059D13C4CE; Sun, 20 Jan 2008 02:38:43 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0K2cgFF029753; Sun, 20 Jan 2008 02:38:42 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0K2cgiT029752; Sun, 20 Jan 2008 02:38:42 GMT (envelope-from rodrigc) Message-Id: <200801200238.m0K2cgiT029752@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 20 Jan 2008 02:38:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 02:38:43 -0000 rodrigc 2008-01-20 02:38:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/kern vfs_mount.c Log: MFC: 1.270 - In vfs_scanopt(), make sure that the mount option value is not NULL before calling vsscanf(). PR: 118531 MFC: 1.268 - Internally convert "rdonly" mount option to "ro". Approved by: re (kensmith) Revision Changes Path 1.265.2.1.2.1 +8 -3 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sun Jan 20 04:09:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ADEE16A417; Sun, 20 Jan 2008 04:09:48 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3761E13C447; Sun, 20 Jan 2008 04:09:48 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0K49kh7036387; Sun, 20 Jan 2008 04:09:46 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0K49k7B036386; Sun, 20 Jan 2008 04:09:46 GMT (envelope-from bde) Message-Id: <200801200409.m0K49k7B036386@repoman.freebsd.org> From: Bruce Evans Date: Sun, 20 Jan 2008 04:09:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src k_rem_pio2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 04:09:50 -0000 bde 2008-01-20 04:09:44 UTC FreeBSD src repository Modified files: lib/msun/src k_rem_pio2.c Log: Oops, when merging from the float version to the double versions, don't forget to translate "float" to "double". ucbtest didn't detect the bug, but exhaustive testing of the float case relative to the double case eventually did. The bug only affects args x with |x| ~> 2**19*(pi/2) on non-i386 (i386 is broken in a different way for large args). Revision Changes Path 1.9 +1 -1 src/lib/msun/src/k_rem_pio2.c From owner-cvs-src@FreeBSD.ORG Sun Jan 20 05:57:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6068416A468; Sun, 20 Jan 2008 05:57:41 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADDD13C4FB; Sun, 20 Jan 2008 05:57:41 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0K5veXq067163; Sun, 20 Jan 2008 05:57:40 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0K5vefW067162; Sun, 20 Jan 2008 05:57:40 GMT (envelope-from bmah) Message-Id: <200801200557.m0K5vefW067162@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 20 Jan 2008 05:57:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Jan 2008 05:57:41 -0000 bmah 2008-01-20 05:57:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/sgml release.ent Log: Update entities for a post-6.2 world. Revision Changes Path 1.24.2.8 +4 -4 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sun Jan 20 05:58:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B44F816A41A; Sun, 20 Jan 2008 05:58:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E50513C4E8; Sun, 20 Jan 2008 05:58:18 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0K5wIf9067210; Sun, 20 Jan 2008 05:58:18 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0K5wI11067209; Sun, 20 Jan 2008 05:58:18 GMT (envelope-from bmah) Message-Id: <200801200558.m0K5wI11067209@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 20 Jan 2008 05:58:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 05:58:18 -0000 bmah 2008-01-20 05:58:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Trim release notes for a post 6.3 world. Revision Changes Path 1.883.2.89 +13 -223 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jan 20 06:00:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D20F16A41A; Sun, 20 Jan 2008 06:00:03 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBD113C442; Sun, 20 Jan 2008 06:00:03 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0K6035s067336; Sun, 20 Jan 2008 06:00:03 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0K603aY067335; Sun, 20 Jan 2008 06:00:03 GMT (envelope-from bmah) Message-Id: <200801200600.m0K603aY067335@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 20 Jan 2008 06:00:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Jan 2008 06:00:03 -0000 bmah 2008-01-20 06:00:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/sgml release.ent Log: Forced commit to note that revision 1.24.2.8 was appropriate for a post-6.3 world. Revision Changes Path 1.24.2.9 +0 -0 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sun Jan 20 08:31:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B591D16A418; Sun, 20 Jan 2008 08:31:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8E613C442; Sun, 20 Jan 2008 08:31:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0K8VZLh081131; Sun, 20 Jan 2008 08:31:35 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0K8VZ0E081130; Sun, 20 Jan 2008 08:31:35 GMT (envelope-from maxim) Message-Id: <200801200831.m0K8VZ0E081130@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 20 Jan 2008 08:31:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 08:31:35 -0000 maxim 2008-01-20 08:31:35 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" requires an argument. PR: bin/119815 Submitted by: Dierk Sacher MFC after: 1 week Revision Changes Path 1.112 +2 -0 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Sun Jan 20 10:08:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B7EE16A418; Sun, 20 Jan 2008 10:08:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1351B13C459; Sun, 20 Jan 2008 10:08:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KA8FTm096811; Sun, 20 Jan 2008 10:08:15 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KA8FYi096810; Sun, 20 Jan 2008 10:08:15 GMT (envelope-from bz) Message-Id: <200801201008.m0KA8FYi096810@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 20 Jan 2008 10:08:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 in6_src.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 10:08:16 -0000 bz 2008-01-20 10:08:15 UTC FreeBSD src repository Modified files: sys/netinet6 in6_src.c Log: Correct the commented out debugging printf()s in REPLACE and NEXT macros. ip6_sprintf() needs a buffer as first argument these days. MFC after: 2 weeks Revision Changes Path 1.49 +8 -2 src/sys/netinet6/in6_src.c From owner-cvs-src@FreeBSD.ORG Sun Jan 20 16:18:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E0516A474 for ; Sun, 20 Jan 2008 16:18:11 +0000 (UTC) (envelope-from admin@su29.net) Received: from aliska.alo.ru (aliska.alo.ru [80.251.131.12]) by mx1.freebsd.org (Postfix) with ESMTP id F1CD713C458 for ; Sun, 20 Jan 2008 16:18:10 +0000 (UTC) (envelope-from admin@su29.net) Received: from aliska (aliska.alo.ru [80.251.131.12]) by aliska.alo.ru (Postfix) with SMTP id 242A724C6EE for ; Sun, 20 Jan 2008 18:47:41 +0300 (MSK) Received: from ws.su29.net (secured.by.ipfw.ru [81.200.11.182]) by aliska.alo.ru (Postfix) with ESMTP id 254B824C6F6; Sun, 20 Jan 2008 18:47:40 +0300 (MSK) Message-ID: <47936D1C.6030805@su29.net> Date: Sun, 20 Jan 2008 18:47:40 +0300 From: "Alexander V. Chernikov" Organization: AlmazTelecom User-Agent: Thunderbird 2.0.0.9 (X11/20080116) MIME-Version: 1.0 To: Maxim Konovalov References: <200801191733.m0JHX326066454@repoman.freebsd.org> In-Reply-To: <200801191733.m0JHX326066454@repoman.freebsd.org> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: admin@su29.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 16:18:11 -0000 Maxim Konovalov wrote: > maxim 2008-01-19 17:33:03 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/man/man9 mbuf_tags.9 > Log: > MFC revs. 1.8, 1.9: do not claim vlan(4) uses mbuf_tags(9). > > Revision Changes Path > 1.7.2.1 +3 -4 src/share/man/man9/mbuf_tags.9 > _______________________________________________ > 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" > > Hi Maxim, mbuf_tags(9) are still used in vlan processing code on RELENG_6 From owner-cvs-src@FreeBSD.ORG Sun Jan 20 16:31:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E60F16A418; Sun, 20 Jan 2008 16:31:40 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00DB913C45A; Sun, 20 Jan 2008 16:31:40 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KGVdnW037551; Sun, 20 Jan 2008 16:31:39 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KGVdm6037550; Sun, 20 Jan 2008 16:31:39 GMT (envelope-from maxim) Message-Id: <200801201631.m0KGVdm6037550@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 20 Jan 2008 16:31:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 16:31:40 -0000 maxim 2008-01-20 16:31:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 mbuf_tags.9 Log: Revert 1.7.2.1: vlan(4) does use mbuf_tags(9) in RELENG_6. Noticed by: Alexander V. Chernikov Revision Changes Path 1.7.2.2 +4 -3 src/share/man/man9/mbuf_tags.9 From owner-cvs-src@FreeBSD.ORG Sun Jan 20 19:55:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 657F516A418; Sun, 20 Jan 2008 19:55:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF2F13C455; Sun, 20 Jan 2008 19:55:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KJtr3J094312; Sun, 20 Jan 2008 19:55:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KJtr2m094245; Sun, 20 Jan 2008 19:55:53 GMT (envelope-from rwatson) Message-Id: <200801201955.m0KJtr2m094245@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Jan 2008 19:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys user.h src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 19:55:53 -0000 rwatson 2008-01-20 19:55:52 UTC FreeBSD src repository Modified files: sys/sys user.h sys/kern kern_descrip.c Log: Export a type for POSIX SHM file descriptors via kern.proc.filedesc as used by procstat, or SHM descriptors will show up as type unknown in userspace. Revision Changes Path 1.321 +4 -0 src/sys/kern/kern_descrip.c 1.73 +1 -0 src/sys/sys/user.h From owner-cvs-src@FreeBSD.ORG Sun Jan 20 19:57:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17AB616A418; Sun, 20 Jan 2008 19:57:34 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F109413C46E; Sun, 20 Jan 2008 19:57:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KJvXir094699; Sun, 20 Jan 2008 19:57:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KJvXA2094698; Sun, 20 Jan 2008 19:57:33 GMT (envelope-from rwatson) Message-Id: <200801201957.m0KJvXA2094698@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Jan 2008 19:57:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/procstat procstat_files.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 19:57:34 -0000 rwatson 2008-01-20 19:57:33 UTC FreeBSD src repository Modified files: usr.bin/procstat procstat_files.c Log: When printing process file descriptor lists, show a type of 'h' for POSIX shared memory descriptors. Revision Changes Path 1.3 +4 -0 src/usr.bin/procstat/procstat_files.c From owner-cvs-src@FreeBSD.ORG Sun Jan 20 21:55:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0426716A469; Sun, 20 Jan 2008 21:55:29 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE74613C46B; Sun, 20 Jan 2008 21:55:28 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KLtSuw013985; Sun, 20 Jan 2008 21:55:28 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KLtS3b013984; Sun, 20 Jan 2008 21:55:28 GMT (envelope-from brueffer) Message-Id: <200801202155.m0KLtS3b013984@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 20 Jan 2008 21:55:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 Makefile coretemp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 21:55:29 -0000 brueffer 2008-01-20 21:55:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 Makefile Added files: (Branch: RELENG_6) share/man/man4 coretemp.4 Log: MFC: Manpage for the coretemp(4) driver. PR: 119837 Submitted by: Dylan Cochran Revision Changes Path 1.320.2.33 +2 -0 src/share/man/man4/Makefile 1.4.2.1 +74 -0 src/share/man/man4/coretemp.4 (new) From owner-cvs-src@FreeBSD.ORG Sun Jan 20 23:43:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DF3116A419; Sun, 20 Jan 2008 23:43:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 548BD13C455; Sun, 20 Jan 2008 23:43:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KNh7oM028008; Sun, 20 Jan 2008 23:43:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KNh7St028007; Sun, 20 Jan 2008 23:43:07 GMT (envelope-from rwatson) Message-Id: <200801202343.m0KNh7St028007@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Jan 2008 23:43:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern syscalls.master src/sys/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 23:43:07 -0000 rwatson 2008-01-20 23:43:06 UTC FreeBSD src repository Modified files: sys/kern syscalls.master sys/compat/freebsd32 syscalls.master Log: Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system calls shm_open() and shm_unlink(). More auditing will need to be done for these calls to capture arguments properly. Revision Changes Path 1.95 +2 -2 src/sys/compat/freebsd32/syscalls.master 1.236 +2 -2 src/sys/kern/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Jan 20 23:44:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4968916A417; Sun, 20 Jan 2008 23:44:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 467E213C457; Sun, 20 Jan 2008 23:44:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KNiPih028142; Sun, 20 Jan 2008 23:44:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KNiPTA028141; Sun, 20 Jan 2008 23:44:25 GMT (envelope-from rwatson) Message-Id: <200801202344.m0KNiPTA028141@repoman.freebsd.org> From: Robert Watson Date: Sun, 20 Jan 2008 23:44:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 23:44:25 -0000 rwatson 2008-01-20 23:44:25 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c systrace_args.c sys/sys syscall.h syscall.mk sysproto.h sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regenerate. Revision Changes Path 1.81 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.79 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.70 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.80 +3 -3 src/sys/compat/freebsd32/freebsd32_sysent.c 1.232 +3 -3 src/sys/kern/init_sysent.c 1.216 +1 -1 src/sys/kern/syscalls.c 1.16 +0 -0 src/sys/kern/systrace_args.c 1.213 +1 -1 src/sys/sys/syscall.h 1.168 +1 -1 src/sys/sys/syscall.mk 1.217 +3 -3 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Mon Jan 21 00:47:23 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E837816A417; Mon, 21 Jan 2008 00:47:23 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ipmail01.adl6.internode.on.net (ipmail01.adl6.internode.on.net [203.16.214.146]) by mx1.freebsd.org (Postfix) with ESMTP id CC34A13C44B; Mon, 21 Jan 2008 00:47:22 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAM52k0d5LUDQ/2dsb2JhbACBV6h4 X-IronPort-AV: E=Sophos;i="4.25,224,1199626200"; d="scan'208";a="25991742" Received: from ppp121-45-64-208.lns10.adl6.internode.on.net (HELO mail.clearchain.com) ([121.45.64.208]) by ipmail01.adl6.internode.on.net with ESMTP; 21 Jan 2008 11:02:01 +1030 Received: from wolf.clearchain.com (wcl.ml.unisa.edu.au [130.220.166.5]) (authenticated bits=0) by mail.clearchain.com (8.13.8/8.13.8) with ESMTP id m0L0VqhI057192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Jan 2008 11:01:58 +1030 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <4793E7FF.5060009@clearchain.com> Date: Mon, 21 Jan 2008 11:01:59 +1030 From: Benjamin Close User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Doug Ambrisko References: <200801171929.m0HJT2kV027229@repoman.freebsd.org> In-Reply-To: <200801171929.m0HJT2kV027229@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.clearchain.com [192.168.154.1]); Mon, 21 Jan 2008 11:01:58 +1030 (CST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/misc pci_vendors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 00:47:24 -0000 Doug Ambrisko wrote: > ambrisko 2008-01-17 19:29:02 UTC > > FreeBSD src repository > > Modified files: > share/misc pci_vendors > Log: > Correct that LSI 0060 is a mfi device and not mpt. > > Revision Changes Path > 1.37 +1 -1 src/share/misc/pci_vendors > You might want to inform one of the two sources that the vendors file is generated from, else next update this change will probably get clobbered. (See top of file) Cheers, Benjamin From owner-cvs-src@FreeBSD.ORG Mon Jan 21 04:13:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 662BA16A41B; Mon, 21 Jan 2008 04:13:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E25813C44B; Mon, 21 Jan 2008 04:13:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L4D1kW064705; Mon, 21 Jan 2008 04:13:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L4D1Hl064704; Mon, 21 Jan 2008 04:13:01 GMT (envelope-from sam) Message-Id: <200801210413.m0L4D1Hl064704@repoman.freebsd.org> From: Sam Leffler Date: Mon, 21 Jan 2008 04:13:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 axe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 04:13:01 -0000 sam 2008-01-21 04:13:01 UTC FreeBSD src repository Modified files: share/man/man4 axe.4 Log: updates for additional chip support Submitted by: "J.R. Oldroyd" MFC after: 2 weeks Revision Changes Path 1.15 +47 -10 src/share/man/man4/axe.4 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 04:23:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FBD216A41B; Mon, 21 Jan 2008 04:23:51 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06E4613C458; Mon, 21 Jan 2008 04:23:51 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L4Noh4066127; Mon, 21 Jan 2008 04:23:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L4NorL066126; Mon, 21 Jan 2008 04:23:50 GMT (envelope-from yongari) Message-Id: <200801210423.m0L4NorL066126@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 04:23:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sf if_sf.c if_sfreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 04:23:51 -0000 yongari 2008-01-21 04:23:48 UTC FreeBSD src repository Modified files: sys/dev/sf if_sf.c if_sfreg.h Log: Forced commit to note that sf(4) was repocopied from sys/pci and modified for its new location. Revision Changes Path 1.97 +1 -1 src/sys/dev/sf/if_sf.c 1.20 +0 -0 src/sys/dev/sf/if_sfreg.h From owner-cvs-src@FreeBSD.ORG Mon Jan 21 04:27:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC25516A419; Mon, 21 Jan 2008 04:27:33 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2DAA13C45D; Mon, 21 Jan 2008 04:27:33 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L4RXBT066322; Mon, 21 Jan 2008 04:27:33 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L4RXbe066321; Mon, 21 Jan 2008 04:27:33 GMT (envelope-from yongari) Message-Id: <200801210427.m0L4RXbe066321@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 04:27:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/sf Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 04:27:34 -0000 yongari 2008-01-21 04:27:32 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/sf Makefile Log: Update file list and Makefile after repocopying sf(4) from src/sys/pci to src/sys/dev. Revision Changes Path 1.1265 +1 -1 src/sys/conf/files 1.15 +1 -1 src/sys/modules/sf/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jan 21 04:41:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEF4616A41A; Mon, 21 Jan 2008 04:41:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A567113C459; Mon, 21 Jan 2008 04:41:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L4fKse066917; Mon, 21 Jan 2008 04:41:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L4fJrK066916; Mon, 21 Jan 2008 04:41:19 GMT (envelope-from rafan) Message-Id: <200801210441.m0L4fJrK066916@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 21 Jan 2008 04:41:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.firewall src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 04:41:20 -0000 rafan 2008-01-21 04:41:18 UTC FreeBSD src repository Modified files: etc rc.firewall etc/defaults rc.conf Log: Improve kernel NAT support in rc.firewall - Allow IP in firewall_nat_interface, just like natd_interface - Allow additional configuration parameters passed to ipfw via firewall_nat_flags - Document firewall_nat_* in defaults/rc.conf Tested by: Albert B. Wang MFC after: 1 month Revision Changes Path 1.323 +3 -0 src/etc/defaults/rc.conf 1.54 +7 -1 src/etc/rc.firewall From owner-cvs-src@FreeBSD.ORG Mon Jan 21 04:46:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4614C16A41A; Mon, 21 Jan 2008 04:46:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB5113C465; Mon, 21 Jan 2008 04:46:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L4k2GQ067098; Mon, 21 Jan 2008 04:46:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L4k2HZ067097; Mon, 21 Jan 2008 04:46:02 GMT (envelope-from yongari) Message-Id: <200801210446.m0L4k2HZ067097@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 04:46:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_sf.c if_sfreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 04:46:03 -0000 yongari 2008-01-21 04:45:59 UTC FreeBSD src repository Removed files: sys/pci if_sf.c if_sfreg.h Log: sf(4) was repocopied to src/sys/dev/sf. Revision Changes Path 1.97 +0 -1604 src/sys/pci/if_sf.c (dead) 1.20 +0 -1059 src/sys/pci/if_sfreg.h (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 21 05:02:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C07916A417; Mon, 21 Jan 2008 05:02:56 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0174C13C447; Mon, 21 Jan 2008 05:02:56 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L52sNS076590; Mon, 21 Jan 2008 05:02:55 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L52rR4076589; Mon, 21 Jan 2008 05:02:53 GMT (envelope-from yongari) Message-Id: <200801210502.m0L52rR4076589@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 05:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sf starfire_rx.h starfire_tx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 05:02:56 -0000 yongari 2008-01-21 05:02:46 UTC FreeBSD src repository Added files: sys/dev/sf starfire_rx.h starfire_tx.h Log: Import AIC-6915 firmware for GFP from Adaptec. Special thanks to bruffer to send the firmware image to me. Submitted by: gibbs via bruffer Revision Changes Path 1.1 +118 -0 src/sys/dev/sf/starfire_rx.h (new) 1.1 +117 -0 src/sys/dev/sf/starfire_tx.h (new) From owner-cvs-src@FreeBSD.ORG Mon Jan 21 05:09:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2498316A417; Mon, 21 Jan 2008 05:09:09 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12FFE13C442; Mon, 21 Jan 2008 05:09:09 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L598ft077895; Mon, 21 Jan 2008 05:09:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L598Xm077894; Mon, 21 Jan 2008 05:09:08 GMT (envelope-from yongari) Message-Id: <200801210509.m0L598Xm077894@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 05:09:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sf starfire_tx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 05:09:09 -0000 yongari 2008-01-21 05:09:07 UTC FreeBSD src repository Modified files: sys/dev/sf starfire_tx.h Log: It seems that the firmware for TxGFP does not work at all. I could be wrong but I couldn't find a way to make it work. In addition, the number of TxGFP instruction does not match the firmware image size, so I guess something was wrong when Adaptec generated the TxGFP firmware from their DDK. According to datasheet, normally, the first GFP instruction would be opcode C, WaitForStartOfFrame, to synchronize checksumming with incoming frame. But the first instruction in TxGFP firmware was opcode 1, BrToImmIfTrue, so it could not process checksum correctly, I guess. Checking for RxGFP firmware also indicates the first instruction should be opcode C. Since the number of instructions in TxGFP firmware lacks exactly one instruction, I prepended the opcode C to TxGFP firmware image. With this change, the resulting image size perfectly matches with the nummber of instructions and Tx checksum offload seems to work without problems. Revision Changes Path 1.2 +1 -0 src/sys/dev/sf/starfire_tx.h From owner-cvs-src@FreeBSD.ORG Mon Jan 21 06:38:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35DFF16A418; Mon, 21 Jan 2008 06:38:24 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3CE13C447; Mon, 21 Jan 2008 06:38:24 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L6cO87080987; Mon, 21 Jan 2008 06:38:24 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L6cOOZ080986; Mon, 21 Jan 2008 06:38:24 GMT (envelope-from yongari) Message-Id: <200801210638.m0L6cOOZ080986@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 06:38:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sf if_sf.c if_sfreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 06:38:24 -0000 yongari 2008-01-21 06:38:23 UTC FreeBSD src repository Modified files: sys/dev/sf if_sf.c if_sfreg.h Log: Overhaul sf(4) to make it run on all architectures and implement checksum offoload by downloading AIC-6915 firmware. Changes are o Header file cleanup. o Simplified probe logic. o s/u_int{8,16,32}_t/uint{8,16,32}_t/g o K&R -> ANSI C. o In register access function, added support both memory mapped and IO space register acccess. The function will dynamically detect which method would be choosed. o sf_setperf() was modified to support strict-alignment architectures. o Use SF_MII_DATAPORT instead of hardcoded value 0xffff. o Added link state/speed, duplex changes handling task q. The task q is also responsible for flow control settings. o Always hornor link up/down state reported by mii layers. The link state information is used in sf_start() to determine whether we got a valid link. o Added experimental flow-control setup. It was commented out but will be activated once we have flow-cotrol infrastructure in mii layer. o Simplify IFF_UP/IFCAP_POLLING and IFF_PROMISC handling logic. Rx filter always honors promiscuous mode. o Implemented suspend/resume methods. o Reorganized Rx filter routine so promiscuous mode changes doesn't require interface re-initialization. o Reimplemnted driver probe routine such that it looks for matching device from supported hardware list table. This change will help to add newer hardware revision to the driver. o Use ETHER_ADDR_LEN instead of hardcoded value. o Prefer memory space register mapping over I/O space as the hardware requires lots of register access to get various consumer/producer index. Failing to get memory space mapping, sf(4) falls back to I/O space mapping. Use of memory space register mapping requires somewhat large memory space(512K), though. o Switch to simpler bus_{read,write}_{1,2,4}. o Use PCIR_BAR macro to get BARs. o Program PCI cache line size if the cache line size was set to 0 and enable PCI MWI. o Add a new sysctl node 'dev.sf.N.stats' that shows various MAC counters for Rx/Tx statistics. o Add a sysctl node to configure interrupt moderation timer. The timer defers interrupts generation until time specified in timer control register is expired. The value in the timer register is in units of 102.4us. The allowable range for the timer is 0 - 31 (0 ~ 3.276ms). The default value is 1(102.4us). Users can change the timer value with dev.sf.N.int_mod sysctl(8) variable/loader(8) tunable. o bus_dma(9) conversion - Enable 64bit DMA addressing. - Enable 64bit descriptor format support. - Apply descriptor ring alignment requirements(256 bytes alignment). - Apply Rx buffer address alignment requirements(4 bytes alignment). - Apply 4GB boundary restrictions(Tx/Rx ring and its completion ring should live in the same 4GB address space.) - Set number of allowable number of DMA segments to 16. In fact, AIC-6915 doesn't have a limit for number of DMA segments but it would be waste of Tx descriptor resource if we allow more than 16. - Rx/Tx side bus_dmamap_load_mbuf_sg(9) support. - Added alignment fixup code for strict-alignment architectures. - Added endianness support code in Tx/Rx descriptor access. With these changes sf(4) should work on all platforms. o Don't set if_mtu in device attach, it's handled in ether_ifattach. o Use our own callout to drive watchdog timer. o Enable VLAN oversized frames and announce sf(4)'s VLAN capability to upper layer. o In sf_detach(), remove mtx_initialized KASSERT as it's not possible to get there without initialzing the mutex. Also mark that we're about to detaching so active bpf listeners do not panic the system. o To reduce PCI register access cycles, Rx completion ring is directly scanned instead of reading consumer/producer index registers. In theory, Tx completion ring also can be directly scanned. However the completion ring is composed of two types completion(1 for Tx done and 1 and DMA done). So reading producer index via register access would be more safer way to detect the ring wrap-around. o In sf_rxeof(), don't use m_devget(9) to align recevied frames. The alignment is required only for strict-alignment architectures and now the alignment is handled by sf_fixup_rx() if required. The removal of the copy operation in fast path should increase Rx performance a lot on non-strict-alignemnt architectures such as i386 and amd64. o In sf_newbuf(), don't set descriptor valid bit as sf(4) is programmed to run with normal mode. In normal mode, the valid bit have no meaning. The valid bit should be used only when the hardware uses polling(prefetch) mode. The end of descriptor queue bit could be used if needed, but sf(4) relys on auto-wrapping of hardware on 256 descriptor queue entries so both valid and descriptor end bit are not used anymore. o Don't disable generation of Tx DMA completion as said in datasheet and use the Tx DMA completion entry instead of relying on Tx done completion entry. Also added additional Tx completion entry type check in Tx completion handler. o Don't blindly reset watchdog timer in sf_txeof(). sf(4) now unarm the the watchdog only if there are no active Tx descriptors in Tx queue. o Don't manually update various counters in driver, instead, use built-in MAC statistic registers to update them. The statistic registers are updated in every second. o Modified Tx underrun handlers to increase the threshold value in units of 256 bytes. Previously it used to increase 16 bytes at a time which seems to take too long to stabalize whenever Tx underrun occurrs. o In interrupt handler, additional check for the interrupt is performed such that interrupts only for this device is allowed to process descriptor rings. Because reading SF_ISR register clears all interrtups, nuke writing to a SF_ISR register. o Tx underrun is abonormal condition and SF_ISR_ABNORMALINTR includes the interrupt. So there is no need to inspect the Tx underrun again in main interrupt loop. o Don't blindly reinitialize hardware for abnormal interrupt condition. sf(4) reintializes the hardware only when it encounters DMA error which requires an explicit hardware reinitialization. o Fix a long standing bug that incorrectly clears MAC statistic registers in sf_init_locked. o Added strict-alignment safe way of ethernet address reprogramming as IF_LLADDR may return unaligned address. o Move sf_reset() to sf_init_locked in order to always reset the hardware to a known state prior to configuring hardware. o Set default Rx DMA, Tx DMA paramters as shown in datasheet. o Enable PCI busmaster logic and autopadding for VLAN frames. o Rework sf_encap. - Previously sf(4) used to type 0 of Tx descriptor with padding enabled to store driver private data. Emebedding private data structures into descriptors is bad idea as the structure size would be different between 64bit and 32bit architectures. The type 0 descriptor allows fixed number of DMA segments in a descriptor format and provides relatively simple interface to manage multi-fragmented frames. However, it wastes lots of Tx descriptors as not all frames are fragmented as the number of allowable segments in a descriptor. - To overcome the limitation of type 0 descriptor, switch to type 2 descriptor which allows 64bit DMA addressing and can handle unliumited number of fragmented DMA segments. The drawback of type 2 descriptor is in its complexity in managing descriptors as driver should handle the end of Tx ring manually. - Manually set Tx desciptor queue end mark and record number of used descriptors to reclaim used descriptors in sf_txeof(). o Rework sf_start. - Honor link up/down state before attempting transmission. - Because sf(4) uses only one of two Tx queues, use low priority queue instead of high one. This will remove one shift operation in each Tx kick command. - Cache last produder index into softc such that subsequenet Tx operation doesn't need to access producer index register. o Rewrote sf_stats_update to include all available MAC statistic counters. o Employ AIC-6915 firmware from Adaptec and implement firmware download routine and TCP/UDP checksum offload. Partial checksum offload support was commented out due to the possibility of firmware bug in RxGFP. The firmware can strip VLAN tag in Rx path but the lack of firmware assistance of VLAN tag insertion in transmit side made it useless on FreeBSD. Unlike checksum offload, FreeBSD requires both Tx/Rx hardware VLAN assistance capability. The firmware may also detect wakeup frame and can wake system up from states other than D0. However, the lack of wakeup support form D3cold state keep me from adding WOL capability. Also detecting WOL frame requires firmware support but it's not yet known to me whether the firmware can process the WOL frame. o Changed *_ADDR_HIADDR to *_ADDR_HI to match other definitions of registers. o Added definitioan to interrupt moderation related constants. o Redefined SF_INTRS to include Tx DMA done and DMA errors. Removed Tx done as it's not needed anymore. o Added definition for Rx/Tx DMA high priority threshold. o Nuked unused marco SF_IDX_LO, SF_IDX_HI. o Added complete MAC statistic register definition. o Modified sf_stats structure to hold all MAC statistic regiters. o Nuke various driver private padding data in Tx/Rx descriptor definition. sf(4) no longer requires private padding. Also remove unused padding related definitions. This greatly simplifies descriptor manipulation on 64bit architectures. o Becase we no longer pad driver private data into descriptor, remove deprecated/not-applicable comments for padding. o Redefine Rx/Tx desciptor status. sf(4) doesn't use bit fileds anymore to support endianness. Tested by: bruffer (initial version) Revision Changes Path 1.98 +1814 -702 src/sys/dev/sf/if_sf.c 1.21 +312 -267 src/sys/dev/sf/if_sfreg.h From owner-cvs-src@FreeBSD.ORG Mon Jan 21 06:47:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1293516A421; Mon, 21 Jan 2008 06:47:23 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6C4613C457; Mon, 21 Jan 2008 06:47:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L6lM5g081195; Mon, 21 Jan 2008 06:47:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L6lLhe081194; Mon, 21 Jan 2008 06:47:22 GMT (envelope-from yongari) Message-Id: <200801210647.m0L6lLhe081194@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 06:47:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 06:47:23 -0000 yongari 2008-01-21 06:47:21 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: sf(4) gained VLAN_MTU support. Touch Dd. Revision Changes Path 1.45 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 06:51:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4992916A419; Mon, 21 Jan 2008 06:51:26 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2D813C447; Mon, 21 Jan 2008 06:51:26 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L6pPwB081319; Mon, 21 Jan 2008 06:51:26 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L6pPIx081318; Mon, 21 Jan 2008 06:51:25 GMT (envelope-from yongari) Message-Id: <200801210651.m0L6pPIx081318@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 06:51:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 06:51:26 -0000 yongari 2008-01-21 06:51:25 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Uncomment sf(4), sf(4) should work on all architectures. Revision Changes Path 1.131 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon Jan 21 07:35:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2BFD16A417; Mon, 21 Jan 2008 07:35:15 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2D3B13C4CC; Mon, 21 Jan 2008 07:35:15 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L7ZFQP086586; Mon, 21 Jan 2008 07:35:15 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L7ZFWx086585; Mon, 21 Jan 2008 07:35:15 GMT (envelope-from yongari) Message-Id: <200801210735.m0L7ZFWx086585@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 07:35:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 sf.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 07:35:15 -0000 yongari 2008-01-21 07:35:15 UTC FreeBSD src repository Modified files: share/man/man4 sf.4 Log: Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats. Xref vlan(4). Touchd Dd. Reviewed by: brueffer Revision Changes Path 1.25 +19 -1 src/share/man/man4/sf.4 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 09:00:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 329D416A4EE; Mon, 21 Jan 2008 09:00:11 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 01B9613C469; Mon, 21 Jan 2008 09:00:11 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L90A9s000678; Mon, 21 Jan 2008 09:00:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L90Aaq000667; Mon, 21 Jan 2008 09:00:10 GMT (envelope-from brueffer) Message-Id: <200801210900.m0L90Aaq000667@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 09:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 09:00:11 -0000 brueffer 2008-01-21 09:00:09 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: sf(4) should work on all archs now, remove it from here. Revision Changes Path 1.102 +0 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Mon Jan 21 09:51:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7F2C16A4CC; Mon, 21 Jan 2008 09:51:28 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A681E13C447; Mon, 21 Jan 2008 09:51:28 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0L9pSL0004822; Mon, 21 Jan 2008 09:51:28 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0L9pSF6004821; Mon, 21 Jan 2008 09:51:28 GMT (envelope-from yongari) Message-Id: <200801210951.m0L9pSF6004821@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 21 Jan 2008 09:51:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sf if_sf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 09:51:29 -0000 yongari 2008-01-21 09:51:28 UTC FreeBSD src repository Modified files: sys/dev/sf if_sf.c Log: Fix build. Revision Changes Path 1.99 +2 -2 src/sys/dev/sf/if_sf.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 12:44:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE73216A420; Mon, 21 Jan 2008 12:44:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8662713C44B; Mon, 21 Jan 2008 12:44:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 06A3A207F; Mon, 21 Jan 2008 13:44:48 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id E956F2049; Mon, 21 Jan 2008 13:44:47 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id DF808844B7; Mon, 21 Jan 2008 13:44:47 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Rong-En Fan References: <200801191147.m0JBlbeI019947@repoman.freebsd.org> Date: Mon, 21 Jan 2008 13:44:47 +0100 In-Reply-To: <200801191147.m0JBlbeI019947@repoman.freebsd.org> (Rong-En Fan's message of "Sat\, 19 Jan 2008 11\:47\:37 +0000 \(UTC\)") Message-ID: <86prvvxs8w.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/include/security openpam_attr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 12:44:56 -0000 Rong-En Fan writes: > Added files: (Branch: RELENG_7) > contrib/openpam/include/security openpam_attr.h=20 > Log: > - Add missing file for OpenPAM Hydrangea MFC Bugger. Of course, 'make world' worked fine before I committed, and I didn't notice that the new file wasn't included in the commit. Thank you for taking care of it. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 21 12:57:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A8F916A419; Mon, 21 Jan 2008 12:57:01 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4643F13C4EE; Mon, 21 Jan 2008 12:57:01 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 7EB9C208A; Mon, 21 Jan 2008 13:56:53 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 6C6CC2088; Mon, 21 Jan 2008 13:56:53 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 580E68449D; Mon, 21 Jan 2008 13:56:53 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Rong-En Fan References: <200801191147.m0JBlbeI019947@repoman.freebsd.org> <86prvvxs8w.fsf@ds4.des.no> Date: Mon, 21 Jan 2008 13:56:53 +0100 In-Reply-To: <86prvvxs8w.fsf@ds4.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rg?= =?utf-8?Q?rav=22's?= message of "Mon\, 21 Jan 2008 13\:44\:47 +0100") Message-ID: <86lk6jxroq.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/include/security openpam_attr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 12:57:01 -0000 Dag-Erling Sm=C3=B8rgrav writes: > Rong-En Fan writes: > > Added files: (Branch: RELENG_7) > > contrib/openpam/include/security openpam_attr.h > > Log: > > - Add missing file for OpenPAM Hydrangea MFC > Bugger. Of course, 'make world' worked fine before I committed, and I > didn't notice that the new file wasn't included in the commit. Thank > you for taking care of it. OK, this is very weird. I did a cvs up on the tree I committed from, and discovered that not only had openpam_attr.h been correctly 'cvs add'ed, but several other removed or added files were not committed: R contrib/openpam/MANIFEST A contrib/openpam/compile R contrib/openpam/configure.in R contrib/openpam/ltconfig R contrib/openpam/mkinstalldirs R contrib/openpam/stamp-h.in cvs update: conflict: contrib/openpam/include/security/openpam_attr.h creat= ed independently by second party C contrib/openpam/include/security/openpam_attr.h Fortunately, none of these (except opempam_attr.h) were important. There is something rotten in the state of CVS. I believe the command I used to commit was % fncvs commit -m contrib/openpam/commit-message contrib/openpam lib/libpam= usr.sbin/ppp (where fncvs is an alias for 'cvs -z3 -d ncvs.freebsd.org:/home/ncvs') Apparently, it only committed modified files, not added or removed files. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 21 12:57:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 712E416A479; Mon, 21 Jan 2008 12:57:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4764513C447; Mon, 21 Jan 2008 12:57:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LCvJsd030036; Mon, 21 Jan 2008 12:57:19 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LCvJNj030032; Mon, 21 Jan 2008 12:57:19 GMT (envelope-from kib) Message-Id: <200801211257.m0LCvJNj030032@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 21 Jan 2008 12:57:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/kern tty_pty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 12:57:19 -0000 kib 2008-01-21 12:57:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/kern tty_pty.c Log: MFC rev. 1.156: In the rev. 1.153, the one place for converting minor number to unit was missed. As result, pty_create_slave() may index out of the names[] bounds, creating wrong slave tty names. Approved by: re (kensmith) Revision Changes Path 1.152.2.2.2.1 +3 -1 src/sys/kern/tty_pty.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 13:26:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACE4016A419; Mon, 21 Jan 2008 13:26:33 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8969E13C4F4; Mon, 21 Jan 2008 13:26:33 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LDQXuN033619; Mon, 21 Jan 2008 13:26:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LDQWgX033618; Mon, 21 Jan 2008 13:26:32 GMT (envelope-from ru) Message-Id: <200801211326.m0LDQWgX033618@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 21 Jan 2008 13:26:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/pci amdsmb.c nfsmb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 13:26:33 -0000 ru 2008-01-21 13:26:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci amdsmb.c nfsmb.c Log: Add copyrights. PR: 119136 Revision Changes Path 1.4.2.1 +26 -0 src/sys/pci/amdsmb.c 1.6.2.2 +26 -0 src/sys/pci/nfsmb.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 13:26:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 586BF16A473; Mon, 21 Jan 2008 13:26:34 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3545313C4CC; Mon, 21 Jan 2008 13:26:34 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LDQYwZ033638; Mon, 21 Jan 2008 13:26:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LDQYRP033637; Mon, 21 Jan 2008 13:26:34 GMT (envelope-from ru) Message-Id: <200801211326.m0LDQYRP033637@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 21 Jan 2008 13:26:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci amdsmb.c nfsmb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 13:26:34 -0000 ru 2008-01-21 13:26:34 UTC FreeBSD src repository Modified files: sys/pci amdsmb.c nfsmb.c Log: Add copyrights. PR: 119136 Revision Changes Path 1.5 +26 -0 src/sys/pci/amdsmb.c 1.8 +26 -0 src/sys/pci/nfsmb.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 13:46:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D642116A417; Mon, 21 Jan 2008 13:46:21 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C98F613C4DD; Mon, 21 Jan 2008 13:46:21 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LDkLUG034747; Mon, 21 Jan 2008 13:46:21 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LDkLmZ034746; Mon, 21 Jan 2008 13:46:21 GMT (envelope-from bde) Message-Id: <200801211346.m0LDkLmZ034746@repoman.freebsd.org> From: Bruce Evans Date: Mon, 21 Jan 2008 13:46:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src s_log1pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 13:46:21 -0000 bde 2008-01-21 13:46:21 UTC FreeBSD src repository Modified files: lib/msun/src s_log1pf.c Log: Fix cutoffs. This is just a cleanup and an optimization for unusual cases which are used mainly by regression tests. As usual, the cutoff for tiny args was not correctly translated to float precision. It was 2**-54 but 2**-24 works. It must be about 2**-precision, since the error from approximating log(1+x) by x is about the same as |x|. Exhaustive testing shows that 2**-24 gives perfect rounding in round-to-nearest mode. Similarly for the cutoff for being small, except this is not used by so many other functions. It was 2**-29 but 2**-15 works. It must be a bit smaller than sqrt(2**-precision), since the error from approximating log(1+x) by x-x*x/2 is about the same as x*x. Exhaustive testing shows that 2**-15 gives a maximum error of 0.5052 ulps in round-to-nearest-mode. The algorithm for the general case is only good for 0.8388 ulps, so this is sufficient (but it loses slightly on i386 -- then extra precision gives 0.5032 ulps for the general case). While investigating this, I noticed that optimizing the usual case by falling into a middle case involving a simple polynomial evaluation (return x-x*x/2 instead of x here) is not such a good idea since it gives an enormous pessimization of tinier args on machines for which denormals are slow. Float x*x/2 is denormal when |x| ~< 2**-64 and x*x/2 is evaluated in float precision, so it can easily be denormal for normal x. This is even more interesting for general polynomial evaluations. Multiplying out large powers of x is normally a good optimization since it reduces dependencies, but it creates denormals starting with quite large x. Revision Changes Path 1.11 +2 -2 src/lib/msun/src/s_log1pf.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 15:07:54 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65E1C16A52E; Mon, 21 Jan 2008 15:07:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 508C713C458; Mon, 21 Jan 2008 15:07:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id 0CF141A4D83; Mon, 21 Jan 2008 07:04:11 -0800 (PST) From: John Baldwin To: Robert Watson Date: Mon, 21 Jan 2008 09:30:56 -0500 User-Agent: KMail/1.9.7 References: <200801201955.m0KJtr2m094245@repoman.freebsd.org> In-Reply-To: <200801201955.m0KJtr2m094245@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801210930.56939.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys user.h src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 15:07:54 -0000 On Sunday 20 January 2008 02:55:52 pm Robert Watson wrote: > rwatson 2008-01-20 19:55:52 UTC > > FreeBSD src repository > > Modified files: > sys/sys user.h > sys/kern kern_descrip.c > Log: > Export a type for POSIX SHM file descriptors via kern.proc.filedesc as > used by procstat, or SHM descriptors will show up as type unknown in > userspace. Oops, thanks for fixing. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jan 21 15:07:56 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71E4316A41A; Mon, 21 Jan 2008 15:07:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4AC13C45B; Mon, 21 Jan 2008 15:07:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id 0B0C81A4D83; Mon, 21 Jan 2008 07:04:12 -0800 (PST) From: John Baldwin To: Dag-Erling =?utf-8?q?Sm=C3=B8rgrav?= Date: Mon, 21 Jan 2008 09:35:45 -0500 User-Agent: KMail/1.9.7 References: <200801191147.m0JBlbeI019947@repoman.freebsd.org> <86prvvxs8w.fsf@ds4.des.no> <86lk6jxroq.fsf@ds4.des.no> In-Reply-To: <86lk6jxroq.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801210935.45997.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Rong-En Fan Subject: Re: cvs commit: src/contrib/openpam/include/security openpam_attr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 15:07:56 -0000 On Monday 21 January 2008 07:56:53 am Dag-Erling Sm=C3=B8rgrav wrote: > Dag-Erling Sm=C3=B8rgrav writes: > > Rong-En Fan writes: > > > Added files: (Branch: RELENG_7) > > > contrib/openpam/include/security openpam_attr.h > > > Log: > > > - Add missing file for OpenPAM Hydrangea MFC > > Bugger. Of course, 'make world' worked fine before I committed, and I > > didn't notice that the new file wasn't included in the commit. Thank > > you for taking care of it. >=20 > OK, this is very weird. >=20 > I did a cvs up on the tree I committed from, and discovered that not > only had openpam_attr.h been correctly 'cvs add'ed, but several other > removed or added files were not committed: >=20 > R contrib/openpam/MANIFEST > A contrib/openpam/compile > R contrib/openpam/configure.in > R contrib/openpam/ltconfig > R contrib/openpam/mkinstalldirs > R contrib/openpam/stamp-h.in > cvs update: conflict: contrib/openpam/include/security/openpam_attr.h cre= ated independently by second party > C contrib/openpam/include/security/openpam_attr.h >=20 > Fortunately, none of these (except opempam_attr.h) were important. >=20 > There is something rotten in the state of CVS. >=20 > I believe the command I used to commit was >=20 > % fncvs commit -m contrib/openpam/commit-message contrib/openpam lib/libp= am usr.sbin/ppp >=20 > (where fncvs is an alias for 'cvs -z3 -d ncvs.freebsd.org:/home/ncvs') >=20 > Apparently, it only committed modified files, not added or removed > files. Are you running HEAD with the recent CVS import? It appears to have introduced at least one other bug as well (a duplicate free() bug was reported on the lists as a regression). =2D-=20 John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Jan 21 15:51:35 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FE0E16A417; Mon, 21 Jan 2008 15:51:35 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id BB52A13C468; Mon, 21 Jan 2008 15:51:34 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 4817F207E; Mon, 21 Jan 2008 16:51:26 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id BB5552049; Mon, 21 Jan 2008 16:51:25 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 9485F84492; Mon, 21 Jan 2008 16:51:25 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: John Baldwin References: <200801191147.m0JBlbeI019947@repoman.freebsd.org> <86prvvxs8w.fsf@ds4.des.no> <86lk6jxroq.fsf@ds4.des.no> <200801210935.45997.jhb@freebsd.org> Date: Mon, 21 Jan 2008 16:51:25 +0100 In-Reply-To: <200801210935.45997.jhb@freebsd.org> (John Baldwin's message of "Mon\, 21 Jan 2008 09\:35\:45 -0500") Message-ID: <86myqzmb2a.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Rong-En Fan Subject: Re: cvs commit: src/contrib/openpam/include/security openpam_attr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 15:51:35 -0000 John Baldwin writes: > Dag-Erling Sm=C3=B8rgrav writes: > > [CVS did not commit added / removed files] > Are you running HEAD with the recent CVS import? HEAD from December 6. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 21 16:12:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D928E16A468; Mon, 21 Jan 2008 16:12:07 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6012C13C458; Mon, 21 Jan 2008 16:12:06 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LGC6CR047404; Mon, 21 Jan 2008 16:12:06 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LGC60o047403; Mon, 21 Jan 2008 16:12:06 GMT (envelope-from des) Message-Id: <200801211612.m0LGC60o047403@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 21 Jan 2008 16:12:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/contrib/openpam MANIFEST compile configure.in ltconfig mkinstalldirs stamp-h.in X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 16:12:08 -0000 des 2008-01-21 16:12:05 UTC FreeBSD src repository Added files: (Branch: RELENG_7) contrib/openpam compile Removed files: (Branch: RELENG_7) contrib/openpam MANIFEST configure.in ltconfig mkinstalldirs stamp-h.in Log: Final part of the OpenPAM MFC which CVS botched. Revision Changes Path 1.1.1.15.10.1 +0 -173 src/contrib/openpam/MANIFEST (dead) 1.1.1.1.2.1 +142 -0 src/contrib/openpam/compile (new) 1.1.1.2.18.1 +0 -99 src/contrib/openpam/configure.in (dead) 1.1.1.1.20.1 +0 -3132 src/contrib/openpam/ltconfig (dead) 1.1.1.1.20.1 +0 -40 src/contrib/openpam/mkinstalldirs (dead) 1.1.1.2.18.1 +0 -1 src/contrib/openpam/stamp-h.in (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 21 17:17:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4C6416A469; Mon, 21 Jan 2008 17:17:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9C213C459; Mon, 21 Jan 2008 17:17:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LHH1XN067647; Mon, 21 Jan 2008 17:17:01 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LHH1AZ067646; Mon, 21 Jan 2008 17:17:01 GMT (envelope-from jkim) Message-Id: <200801211717.m0LHH1AZ067646@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 21 Jan 2008 17:17:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 17:17:01 -0000 jkim 2008-01-21 17:17:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c Log: MFC: 1.201 Fix mbuf pool watermark configuration. Revision Changes Path 1.198.2.3 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 17:25:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE1F16A4FB; Mon, 21 Jan 2008 17:25:50 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3255E13C4D3; Mon, 21 Jan 2008 17:25:50 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LHPnFP067992; Mon, 21 Jan 2008 17:25:49 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LHPnTF067991; Mon, 21 Jan 2008 17:25:49 GMT (envelope-from kensmith) Message-Id: <200801211725.m0LHPnTF067991@repoman.freebsd.org> From: Ken Smith Date: Mon, 21 Jan 2008 17:25:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release fixit.profile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 17:25:50 -0000 kensmith 2008-01-21 17:25:49 UTC FreeBSD src repository Modified files: release fixit.profile Log: Adjust paths for EDITOR and PAGER environment variables in the fixit shell. This would break them for floppy based fixit mode which still seems to use /stand except that vi(1) and more(1) don't exist in /stand on the fixit floppy so it really doesn't matter what these settings are there. These paths work for CD-based fixit mode. This is just "temporary" and on its way to 7.0-REL. I'm too chicken to make what is probably the correct adjustment this close to release. It seems /mnt2 is just a symbolic link, and stuff really gets mounted as /dist. Adjusting paths to that for 8.X is probably the right thing to do and I'll try that after 7.0 is done. Noticed by: gallatin MFC after: 1 day Revision Changes Path 1.12 +2 -2 src/release/fixit.profile From owner-cvs-src@FreeBSD.ORG Mon Jan 21 18:04:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8898E16A47A; Mon, 21 Jan 2008 18:04:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6101713C4EF; Mon, 21 Jan 2008 18:04:42 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LI4fVY079118; Mon, 21 Jan 2008 18:04:41 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LI4fKP079117; Mon, 21 Jan 2008 18:04:41 GMT (envelope-from jkim) Message-Id: <200801211804.m0LI4fKP079117@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 21 Jan 2008 18:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 18:04:42 -0000 jkim 2008-01-21 18:04:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: 1.201 Fix mbuf pool watermark configuration. Revision Changes Path 1.91.2.24 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 18:44:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6432416A420; Mon, 21 Jan 2008 18:44:56 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3552E13C442; Mon, 21 Jan 2008 18:44:56 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LIiuel081897; Mon, 21 Jan 2008 18:44:56 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LIiufY081896; Mon, 21 Jan 2008 18:44:56 GMT (envelope-from obrien) Message-Id: <200801211844.m0LIiufY081896@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 21 Jan 2008 18:44:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 18:44:56 -0000 obrien 2008-01-21 18:44:55 UTC FreeBSD src repository Modified files: . Makefile.inc1 tools/build Makefile Log: Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior to RELENG_7 are not supported. Revision Changes Path 1.593 +0 -28 src/Makefile.inc1 1.13 +0 -5 src/tools/build/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jan 21 18:47:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BC8A16A41A; Mon, 21 Jan 2008 18:47:38 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 697B713C478; Mon, 21 Jan 2008 18:47:38 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LIlclq082035; Mon, 21 Jan 2008 18:47:38 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LIlc50082034; Mon, 21 Jan 2008 18:47:38 GMT (envelope-from brueffer) Message-Id: <200801211847.m0LIlc50082034@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 18:47:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/tools/build/mk OptionalObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 18:47:38 -0000 brueffer 2008-01-21 18:47:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) tools/build/mk OptionalObsoleteFiles.inc Log: MFC: rev. 1.12 Remove files conditional on the obsolete MK_FORTRAN knob. They are already listed in ObsoleteFiles.inc anyway. Approved by: rwatson (mentor) Revision Changes Path 1.11.2.1 +0 -12 src/tools/build/mk/OptionalObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Mon Jan 21 18:49:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18E9C16A421; Mon, 21 Jan 2008 18:49:06 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE75C13C44B; Mon, 21 Jan 2008 18:49:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LIn5fD082096; Mon, 21 Jan 2008 18:49:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LIn5UR082095; Mon, 21 Jan 2008 18:49:05 GMT (envelope-from brueffer) Message-Id: <200801211849.m0LIn5UR082095@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 18:49:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 18:49:06 -0000 brueffer 2008-01-21 18:49:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . Makefile.inc1 Log: MFC: rev. 1.592 Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore. Approved by: rwatson (mentor) Revision Changes Path 1.588.2.3 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 18:50:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C02716A417; Mon, 21 Jan 2008 18:50:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F079913C45B; Mon, 21 Jan 2008 18:50:20 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LIoKjN082211; Mon, 21 Jan 2008 18:50:20 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LIoKkm082210; Mon, 21 Jan 2008 18:50:20 GMT (envelope-from brueffer) Message-Id: <200801211850.m0LIoKkm082210@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 18:50:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/mk bsd.own.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 18:50:21 -0000 brueffer 2008-01-21 18:50:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/mk bsd.own.mk Log: MFC: rev. 1.72 Remove remnants of old *_FORTRAN build flags. Approved by: rwatson (mentor) Revision Changes Path 1.67.2.3 +0 -2 src/share/mk/bsd.own.mk From owner-cvs-src@FreeBSD.ORG Mon Jan 21 19:52:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 857CB16A46C; Mon, 21 Jan 2008 19:52:17 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6400D13C44B; Mon, 21 Jan 2008 19:52:17 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LJqHEx087691; Mon, 21 Jan 2008 19:52:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LJqHgR087689; Mon, 21 Jan 2008 19:52:17 GMT (envelope-from brueffer) Message-Id: <200801211952.m0LJqHgR087689@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 19:52:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 19:52:17 -0000 brueffer 2008-01-21 19:52:16 UTC FreeBSD src repository Modified files: share/man/man7 ports.7 Log: Document the 'maintainer' target. PR: 119699 Submitted by: Warren Block MFC after: 3 days Revision Changes Path 1.65 +3 -1 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 21:19:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1443516A468; Mon, 21 Jan 2008 21:19:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB05213C4F2; Mon, 21 Jan 2008 21:19:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LLJ992004883; Mon, 21 Jan 2008 21:19:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LLJ9wd004882; Mon, 21 Jan 2008 21:19:09 GMT (envelope-from rwatson) Message-Id: <200801212119.m0LLJ9wd004882@repoman.freebsd.org> From: Robert Watson Date: Mon, 21 Jan 2008 21:19:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 21:19:10 -0000 rwatson 2008-01-21 21:19:08 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vnops.c Log: Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY, avoiding extra error handling, or in some cases, missing error handling. MFC after: 3 days Discussed with: kib Revision Changes Path 1.84 +4 -14 src/sys/fs/coda/coda_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 21:23:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A764716A419; Mon, 21 Jan 2008 21:23:20 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF4E13C43E; Mon, 21 Jan 2008 21:23:20 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 3F6A72084; Mon, 21 Jan 2008 22:23:12 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id AAF9F207F; Mon, 21 Jan 2008 22:23:11 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 8A8778449D; Mon, 21 Jan 2008 22:23:11 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "David E. O'Brien" References: <200801130608.m0D68oPe086845@repoman.freebsd.org> Date: Mon, 21 Jan 2008 22:23:11 +0100 In-Reply-To: <200801130608.m0D68oPe086845@repoman.freebsd.org> (David E. O'Brien's message of "Sun\, 13 Jan 2008 06\:08\:50 +0000 \(UTC\)") Message-ID: <86prvu7u0w.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 21:23:20 -0000 "David E. O'Brien" writes: > Log: > Merge rev 1.3 ('-n' option) & rev. 1.2 ("iso8601" option keyword) > into version 1.11.22. Speaking of which, it's about time we flipped the iso8601 switch for ncvs... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Jan 21 21:39:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E085916A418; Mon, 21 Jan 2008 21:39:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C161713C45D; Mon, 21 Jan 2008 21:39:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LLd91E005914; Mon, 21 Jan 2008 21:39:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LLd9qR005913; Mon, 21 Jan 2008 21:39:09 GMT (envelope-from rwatson) Message-Id: <200801212139.m0LLd9qR005913@repoman.freebsd.org> From: Robert Watson Date: Mon, 21 Jan 2008 21:39:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda coda_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 21:39:10 -0000 rwatson 2008-01-21 21:39:09 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vnops.c Log: Put "coda_rdwr: Internally Opening" printf generated by in-kernel writes to files, such as ktrace output, under CODA_VERBOSE. Otherwise, each such call to VOP_WRITE() results in a kernel printf. MFC after: 3 days Obtained from: NetBSD Revision Changes Path 1.85 +2 -0 src/sys/fs/coda/coda_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 21:56:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A83D816A417; Mon, 21 Jan 2008 21:56:03 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8580413C45D; Mon, 21 Jan 2008 21:56:03 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LLu32n006751; Mon, 21 Jan 2008 21:56:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LLu3N6006744; Mon, 21 Jan 2008 21:56:03 GMT (envelope-from brueffer) Message-Id: <200801212156.m0LLu3N6006744@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 21:56:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man5 src.conf.5 src/tools/build/options WITHOUT_FORTRAN X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 21:56:03 -0000 brueffer 2008-01-21 21:56:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) share/man/man5 src.conf.5 Removed files: (Branch: RELENG_7_0) tools/build/options WITHOUT_FORTRAN Log: MFC: WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5. Approved by: re (kensmith), rwatson (mentor) Revision Changes Path 1.18.2.2.2.1 +3 -8 src/share/man/man5/src.conf.5 1.1.4.1 +0 -4 src/tools/build/options/WITHOUT_FORTRAN (dead) From owner-cvs-src@FreeBSD.ORG Mon Jan 21 21:58:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54A5316A417; Mon, 21 Jan 2008 21:58:56 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 32F5D13C469; Mon, 21 Jan 2008 21:58:56 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LLwuT1007162; Mon, 21 Jan 2008 21:58:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LLwugG007161; Mon, 21 Jan 2008 21:58:56 GMT (envelope-from brueffer) Message-Id: <200801212158.m0LLwugG007161@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 21:58:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 21:58:56 -0000 brueffer 2008-01-21 21:58:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) . Makefile.inc1 Log: MFC: rev. 1.592 Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore. Approved by: re (kensmith), rwatson (mentor) Revision Changes Path 1.588.2.2.2.2 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 22:00:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF6B716A420; Mon, 21 Jan 2008 22:00:26 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4C013C46A; Mon, 21 Jan 2008 22:00:26 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LM0Q5L007406; Mon, 21 Jan 2008 22:00:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LM0QTH007405; Mon, 21 Jan 2008 22:00:26 GMT (envelope-from brueffer) Message-Id: <200801212200.m0LM0QTH007405@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 22:00:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/mk bsd.own.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 22:00:26 -0000 brueffer 2008-01-21 22:00:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) share/mk bsd.own.mk Log: MFC: rev. 1.72 Remove remnants of old *_FORTRAN build flags. Approved by: re (kensmith), rwatson (mentor) Revision Changes Path 1.67.2.2.2.1 +0 -2 src/share/mk/bsd.own.mk From owner-cvs-src@FreeBSD.ORG Mon Jan 21 22:02:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06AA416A469; Mon, 21 Jan 2008 22:02:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D915913C461; Mon, 21 Jan 2008 22:02:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LM2LhO007523; Mon, 21 Jan 2008 22:02:21 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LM2LeP007522; Mon, 21 Jan 2008 22:02:21 GMT (envelope-from brueffer) Message-Id: <200801212202.m0LM2LeP007522@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 21 Jan 2008 22:02:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/tools/build/mk OptionalObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 22:02:22 -0000 brueffer 2008-01-21 22:02:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) tools/build/mk OptionalObsoleteFiles.inc Log: MFC: rev. 1.12 Remove files conditional on the obsolete MK_FORTRAN knob. They are already listed in ObsoleteFiles.inc anyway. Approved by: re (kensmith), rwatson (mentor) Revision Changes Path 1.11.4.1 +0 -12 src/tools/build/mk/OptionalObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Mon Jan 21 22:04:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7B3416A418; Mon, 21 Jan 2008 22:04:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C692D13C469; Mon, 21 Jan 2008 22:04:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LM4beY008747; Mon, 21 Jan 2008 22:04:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LM4brH008746; Mon, 21 Jan 2008 22:04:37 GMT (envelope-from imp) Message-Id: <200801212204.m0LM4brH008746@repoman.freebsd.org> From: Warner Losh Date: Mon, 21 Jan 2008 22:04:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 22:04:38 -0000 imp 2008-01-21 22:04:37 UTC FreeBSD src repository Modified files: . UPDATING Log: Note change in the supported upgrade path. Prior to this 5.3-release and newer were supported upgrade paths to -current. After today's commits, 6.0-RELEASE and newer is supported for jumping to current. Make that clear in the UPDATING entry. For the pedants out there, upgrading from FreeBSD_version 600029 and newer should still work. This represents a point from May 29, 2005 forward. The prior date was October 16th 2004. Revision Changes Path 1.514 +8 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Jan 21 22:08:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B0FD16A419; Mon, 21 Jan 2008 22:08:06 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 594B413C46E; Mon, 21 Jan 2008 22:08:06 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LM86eh008941; Mon, 21 Jan 2008 22:08:06 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LM86Z4008940; Mon, 21 Jan 2008 22:08:06 GMT (envelope-from trhodes) Message-Id: <200801212208.m0LM86Z4008940@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 21 Jan 2008 22:08:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mt mt.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 22:08:06 -0000 trhodes 2008-01-21 22:08:06 UTC FreeBSD src repository Modified files: usr.bin/mt mt.1 Log: Note what options are only for DDS drives. PR: 35608 Revision Changes Path 1.45 +4 -4 src/usr.bin/mt/mt.1 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 22:16:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E10B16A420; Mon, 21 Jan 2008 22:16:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E787113C4F9; Mon, 21 Jan 2008 22:16:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m0LMAoQI025785; Mon, 21 Jan 2008 15:10:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 21 Jan 2008 15:14:17 -0700 (MST) Message-Id: <20080121.151417.1106074095.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200801211844.m0LIiufY081896@repoman.freebsd.org> References: <200801211844.m0LIiufY081896@repoman.freebsd.org> X-Mailer: Mew version 5.2 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 22:16:30 -0000 In message: <200801211844.m0LIiufY081896@repoman.freebsd.org> "David E. O'Brien" writes: : Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior : to RELENG_7 are not supported. I've just committed an updating entry for this change. The commit message has a typo in it. It should read "versions prior to RELENG_6" rather than RELENG_7. This means we support people back just under 3 years (May 2005: 2 years 8 months) rather than the little over 3 years we did before (Oct 2004 3 years 3 months). FreeBSD_vesrion 600029 and newer will work. So this delta pushes back things forward only about 8 months. Warner From owner-cvs-src@FreeBSD.ORG Mon Jan 21 23:09:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0E2E16A419; Mon, 21 Jan 2008 23:09:19 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B877D13C4CC; Mon, 21 Jan 2008 23:09:18 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LN9IMi022255; Mon, 21 Jan 2008 23:09:18 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LN9IjR022254; Mon, 21 Jan 2008 23:09:18 GMT (envelope-from trhodes) Message-Id: <200801212309.m0LN9IjR022254@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 21 Jan 2008 23:09:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/natd natd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 23:09:20 -0000 trhodes 2008-01-21 23:09:18 UTC FreeBSD src repository Modified files: sbin/natd natd.8 Log: Note that the punch_fw option does not work in securelevel 3 and Xref init.8. Bump .Dd. PR: 41807 Revision Changes Path 1.66 +6 -1 src/sbin/natd/natd.8 From owner-cvs-src@FreeBSD.ORG Mon Jan 21 23:48:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416EB16A41A; Mon, 21 Jan 2008 23:48:14 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1690513C45D; Mon, 21 Jan 2008 23:48:14 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LNmDWf026645; Mon, 21 Jan 2008 23:48:13 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LNmDCD026644; Mon, 21 Jan 2008 23:48:13 GMT (envelope-from ache) Message-Id: <200801212348.m0LNmDCD026644@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 21 Jan 2008 23:48:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/locale Makefile.inc ascii.c mblocal.h setrunelocale.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 23:48:14 -0000 ache 2008-01-21 23:48:13 UTC FreeBSD src repository Modified files: lib/libc/locale Makefile.inc mblocal.h setrunelocale.c Added files: lib/libc/locale ascii.c Log: Introduce new encoding: "ASCII" It differs from default C/POSIX "NONE" mainly by stricter 8bit check for mb*towc*/wc*tomb* family, returning EILSEQ Revision Changes Path 1.62 +1 -1 src/lib/libc/locale/Makefile.inc 1.1 +187 -0 src/lib/libc/locale/ascii.c (new) 1.7 +1 -0 src/lib/libc/locale/mblocal.h 1.48 +2 -0 src/lib/libc/locale/setrunelocale.c From owner-cvs-src@FreeBSD.ORG Mon Jan 21 23:54:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36AA816A41A; Mon, 21 Jan 2008 23:54:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE3213C442; Mon, 21 Jan 2008 23:54:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LNsv2a026934; Mon, 21 Jan 2008 23:54:57 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LNsv3N026933; Mon, 21 Jan 2008 23:54:57 GMT (envelope-from brooks) Message-Id: <200801212354.m0LNsv3N026933@repoman.freebsd.org> From: Brooks Davis Date: Mon, 21 Jan 2008 23:54:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dhclient dhclient-script X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 Jan 2008 23:54:58 -0000 brooks 2008-01-21 23:54:57 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient-script Log: During PREINIT, when giving the interface the address 0.0.0.0, do it as an alias to avoid distrubing other addresses. PR: bin/119255 Submitted by: Jaakko Heinonen Revision Changes Path 1.18 +1 -1 src/sbin/dhclient/dhclient-script From owner-cvs-src@FreeBSD.ORG Mon Jan 21 23:59:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB8A916A41A; Mon, 21 Jan 2008 23:59:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF3A13C467; Mon, 21 Jan 2008 23:59:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0LNxOAk027131; Mon, 21 Jan 2008 23:59:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0LNxNvN027130; Mon, 21 Jan 2008 23:59:23 GMT (envelope-from rwatson) Message-Id: <200801212359.m0LNxNvN027130@repoman.freebsd.org> From: Robert Watson Date: Mon, 21 Jan 2008 23:59:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile coda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 23:59:24 -0000 rwatson 2008-01-21 23:59:23 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Added files: share/man/man4 coda.4 Log: Add a rather basic man page for the coda kernel module. MFC after: 3 days Revision Changes Path 1.403 +1 -0 src/share/man/man4/Makefile 1.1 +82 -0 src/share/man/man4/coda.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Jan 22 00:05:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE5FC16A418; Tue, 22 Jan 2008 00:05:06 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0ABB13C44B; Tue, 22 Jan 2008 00:05:06 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0M056bL028643; Tue, 22 Jan 2008 00:05:06 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0M056LN028605; Tue, 22 Jan 2008 00:05:06 GMT (envelope-from ache) Message-Id: <200801220005.m0M056LN028605@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 22 Jan 2008 00:04:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mklocale mklocale.1 yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2008 00:05:07 -0000 ache 2008-01-22 00:04:52 UTC FreeBSD src repository Modified files: usr.bin/mklocale mklocale.1 yacc.y Log: Understand newly introduced "ASCII" encoding Revision Changes Path 1.28 +2 -0 src/usr.bin/mklocale/mklocale.1 1.28 +1 -0 src/usr.bin/mklocale/yacc.y From owner-cvs-src@FreeBSD.ORG Tue Jan 22 00:32:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C0416A417; Tue, 22 Jan 2008 00:32:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C76113C459; Tue, 22 Jan 2008 00:32:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0M0Wt1k031185; Tue, 22 Jan 2008 00:32:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0M0Wt3x031184; Tue, 22 Jan 2008 00:32:55 GMT (envelope-from rwatson) Message-Id: <200801220032.m0M0Wt3x031184@repoman.freebsd.org> From: Robert Watson Date: Tue, 22 Jan 2008 00:32:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_namecache.h coda_psdev.c coda_vfsops.c coda_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 00:32:55 -0000 rwatson 2008-01-22 00:32:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/coda cnode.h coda_namecache.h coda_psdev.c coda_vfsops.c coda_vnops.c Log: Merge a variety of Coda fixes from HEAD to RELENG_7: coda_vnops.c:1.79: Borrow the VM object associated with an underlying cache vnode with the Coda vnode derived from it, in the style of nullfs. This allows files in the Coda file system to be memory-mapped, such as with execve(2) or mmap(2). Reported by: Rune coda_vnops.c:1.80: Lock the new directory vnode returned by coda_mkdir(), as this is required by FreeBSD's vnode locking protocol. coda_vnops.c:1.81: Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so as to avoid panicking in DDB show lockedvnods. cnode.h:1.22, coda_namecache.h:1.12, coda_psdev.c:1.40, coda_vfsops.c:1.70: Don't declare functions as extern. Move all extern variable definitions to associated .h files, move some extern variable definitions between include files to place them more appropriately. coda_vnops.c:1.82: Don't acquire an additional vnode reference to a vnode when it is opened and then release it when it is closed: we rely on the caller to keep the vnode around with a valid reference. This avoids vrele() destroying the vnode vop_close() is being called from during a call to vop_close(), and a crash due to lockmgr recursing the vnode lock when a Coda unmount occurs. coda_vfsops.c:1.71: Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on the vnodes during coda_unmount() in order to detect errant use of them after the vnode references may no longer be valid. No need to clear the VV_ROOT flag on mi_rootvp flag (especially after the vnode reference is no longer valid) as this isn't done on other file systems. coda_vfsops.c: Rework coda_statfs(): no longer need to zero the statfs structure or fill out all fields, just fill out the ones the file system knows about. Among other things, this causes the outpuf of "mount" and "df" to make quite a bit more sense as /dev/cfs0 is specified as the mountfrom name. coda_vnops.c:1.83: Improve default vnode operation handling for Coda: - Don't specify vnode operations for mknod, lease, and advlock--let them fall through to vop_default. - Implement vop_default with &default_vnodeops, rather than with VOP_PANIC, so that unimplemented vnode operations are handled in more sensible ways than panicking, such as EOPNOTSUPP on ACL queries generated by bsdtar, or mknod. coda_namecache.h:1.13: Remove unused oldhash definition from Coda namecache. coda_vnops.c:1.84: Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY, avoiding extra error handling, or in some cases, missing error handling. Discussed with: kib coda_vnops.c:1.85: Put "coda_rdwr: Internally Opening" printf generated by in-kernel writes to files, such as ktrace output, under CODA_VERBOSE. Otherwise, each such call to VOP_WRITE() results in a kernel printf. Obtained from: NetBSD Revision Changes Path 1.21.2.1 +0 -6 src/sys/fs/coda/cnode.h 1.11.2.1 +22 -20 src/sys/fs/coda/coda_namecache.h 1.39.2.1 +0 -3 src/sys/fs/coda/coda_psdev.c 1.67.2.1 +4 -13 src/sys/fs/coda/coda_vfsops.c 1.76.2.1 +15 -23 src/sys/fs/coda/coda_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 07:23:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B468E16A419; Tue, 22 Jan 2008 07:23:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71C1813C467; Tue, 22 Jan 2008 07:23:44 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0M7Niio081472; Tue, 22 Jan 2008 07:23:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0M7NiVW081471; Tue, 22 Jan 2008 07:23:44 GMT (envelope-from kientzle) Message-Id: <200801220723.m0M7NiVW081471@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 22 Jan 2008 07:23:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 07:23:44 -0000 kientzle 2008-01-22 07:23:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Make -l always have the SUSv2 meaning of "check links." GNU tar changed -l to match SUSv2 a couple of years ago, so bsdtar no longer needs to pander to this particular GNUism. Thanks to: Debian maintainers MFC after: 7 days Revision Changes Path 1.37 +8 -17 src/usr.bin/tar/bsdtar.1 1.79 +3 -13 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 07:40:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CB3D16A41B; Tue, 22 Jan 2008 07:40:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A13413C447; Tue, 22 Jan 2008 07:40:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0M7eLv7082165; Tue, 22 Jan 2008 07:40:21 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0M7eLhX082164; Tue, 22 Jan 2008 07:40:21 GMT (envelope-from brueffer) Message-Id: <200801220740.m0M7eLhX082164@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 22 Jan 2008 07:40:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 coda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 07:40:22 -0000 brueffer 2008-01-22 07:40:21 UTC FreeBSD src repository Modified files: share/man/man4 coda.4 Log: Small fixes. Revision Changes Path 1.2 +2 -2 src/share/man/man4/coda.4 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 09:00:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BBB916A420; Tue, 22 Jan 2008 09:00:31 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3B213C447; Tue, 22 Jan 2008 09:00:30 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix1-g20.free.fr (Postfix) with ESMTP id 4103321B4838; Tue, 22 Jan 2008 09:43:42 +0100 (CET) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id 6AB4D3F6182; Tue, 22 Jan 2008 09:43:40 +0100 (CET) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 265843F61D9; Tue, 22 Jan 2008 09:43:40 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 2B58F9BF12; Tue, 22 Jan 2008 08:39:44 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 1E97E405B; Tue, 22 Jan 2008 09:39:44 +0100 (CET) Date: Tue, 22 Jan 2008 09:39:44 +0100 From: Jeremie Le Hen To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20080122083944.GB73672@obiwan.tataz.chchile.org> References: <200801130608.m0D68oPe086845@repoman.freebsd.org> <86prvu7u0w.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86prvu7u0w.fsf@ds4.des.no> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 09:00:31 -0000 Hi, On Mon, Jan 21, 2008 at 10:23:11PM +0100, Dag-Erling Smørgrav wrote: > "David E. O'Brien" writes: > > Log: > > Merge rev 1.3 ('-n' option) & rev. 1.2 ("iso8601" option keyword) > > into version 1.11.22. > > Speaking of which, it's about time we flipped the iso8601 switch for > ncvs... Do you have some pointers about this point of history? Thank you. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-src@FreeBSD.ORG Tue Jan 22 10:42:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D42816A417; Tue, 22 Jan 2008 10:42:05 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id A1FED13C467; Tue, 22 Jan 2008 10:42:04 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id B4F532085; Tue, 22 Jan 2008 11:41:57 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id A769D2084; Tue, 22 Jan 2008 11:41:57 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 89CD2844B6; Tue, 22 Jan 2008 11:41:57 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Jeremie Le Hen References: <200801130608.m0D68oPe086845@repoman.freebsd.org> <86prvu7u0w.fsf@ds4.des.no> <20080122083944.GB73672@obiwan.tataz.chchile.org> Date: Tue, 22 Jan 2008 11:41:57 +0100 In-Reply-To: <20080122083944.GB73672@obiwan.tataz.chchile.org> (Jeremie Le Hen's message of "Tue\, 22 Jan 2008 09\:39\:44 +0100") Message-ID: <864pd65eh6.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 10:42:05 -0000 Jeremie Le Hen writes: > Dag-Erling Sm=C3=B8rgrav writes: > > Speaking of which, it's about time we flipped the iso8601 switch for > > ncvs... > Do you have some pointers about this point of history? Huh? CVS uses a non-standard time format (which IIRC has changed over time) in "cvs log" output and Id tags. In 2004, I patched our version to optionally use an ISO 8601 format instead, but didn't make it the default, and enabled it only in projcvs as an experiment. There hasn't been any trouble with it for years, so it should be safe to enable it on [dnp]cvs as well. At the same time, I patched log_accum.pl to output dates in ISO 8601 format, as you can see from the commit emails. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Jan 22 11:18:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8559716A421; Tue, 22 Jan 2008 11:18:52 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 407DB13C46E; Tue, 22 Jan 2008 11:18:52 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MBIpKq020185; Tue, 22 Jan 2008 11:18:51 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MBIpN4020184; Tue, 22 Jan 2008 11:18:51 GMT (envelope-from keramida) Message-Id: <200801221118.m0MBIpN4020184@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 22 Jan 2008 11:18:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 11:18:52 -0000 keramida 2008-01-22 11:18:51 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/iostat iostat.c Log: Repeat iostat header after rows-3 instead of a hardcoded 20. Use ioctl() to get the window size in iostat(8), and force a new header to be prepended to the output every time the current window size changes. Change the number of lines before each header to `rows - 3' when the terminal is resized, so that the full terminal length can be used for output lines. PR: bin/119705 Submitted by: keramida Approved by: maxim MFC after: 2 weeks Revision Changes Path 1.40 +71 -3 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 12:10:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 418E616A417; Tue, 22 Jan 2008 12:10:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id E935113C469; Tue, 22 Jan 2008 12:10:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B1AE246C52; Tue, 22 Jan 2008 07:10:26 -0500 (EST) Date: Tue, 22 Jan 2008 12:10:26 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Christian Brueffer In-Reply-To: <200801220740.m0M7eLhX082164@repoman.freebsd.org> Message-ID: <20080122121007.S65035@fledge.watson.org> References: <200801220740.m0M7eLhX082164@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 coda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 12:10:27 -0000 On Tue, 22 Jan 2008, Christian Brueffer wrote: > brueffer 2008-01-22 07:40:21 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 coda.4 > Log: > Small fixes. Thanks! I'll be sure to MFC them with the man page when I do the MFC. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Tue Jan 22 12:23:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5713416A41B; Tue, 22 Jan 2008 12:23:31 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1324613C465; Tue, 22 Jan 2008 12:23:31 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MCNVRB025469; Tue, 22 Jan 2008 12:23:31 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MCNVEN025468; Tue, 22 Jan 2008 12:23:31 GMT (envelope-from trhodes) Message-Id: <200801221223.m0MCNVEN025468@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Jan 2008 12:23:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 12:23:31 -0000 trhodes 2008-01-22 12:23:30 UTC FreeBSD src repository Modified files: share/man/man7 ports.7 Log: The config-recursive target is not run during the normal install process, move it down to where it belongs. Document 'all-depends-list' target and bump doc date. PR: 119519 Submitted by: Yuri Pankov Reviewed by: flz Revision Changes Path 1.66 +8 -6 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 15:05:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C926D16A420; Tue, 22 Jan 2008 15:05:28 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC70113C4E1; Tue, 22 Jan 2008 15:05:28 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MF5PVP047997; Tue, 22 Jan 2008 15:05:25 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MF5OGD047996; Tue, 22 Jan 2008 15:05:24 GMT (envelope-from trhodes) Message-Id: <200801221505.m0MF5OGD047996@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Jan 2008 15:05:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 15:05:28 -0000 trhodes 2008-01-22 15:05:22 UTC FreeBSD src repository Modified files: . UPDATING Log: Quick note on how to disable malloc debugging in the top entry in this file. PR: 83621 Submitted by: Scott Robbins (original version) Reviewed by: imp Revision Changes Path 1.515 +2 -1 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Jan 22 15:54:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C2F316A419; Tue, 22 Jan 2008 15:54:34 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 0138A13C478; Tue, 22 Jan 2008 15:54:33 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=64007 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JHLSJ-0000iN-Ai; Tue, 22 Jan 2008 15:54:31 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m0MFsSvc017247; Tue, 22 Jan 2008 18:54:28 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m0MFsRwJ017246; Tue, 22 Jan 2008 18:54:27 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Tue, 22 Jan 2008 18:54:27 +0300 From: Ruslan Ermilov To: "M. Warner Losh" Message-ID: <20080122155427.GB16573@team.vega.ru> References: <200801211844.m0LIiufY081896@repoman.freebsd.org> <20080121.151417.1106074095.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080121.151417.1106074095.imp@bsdimp.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 15:54:34 -0000 Hi, On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote: > In message: <200801211844.m0LIiufY081896@repoman.freebsd.org> > "David E. O'Brien" writes: > : Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior > : to RELENG_7 are not supported. > > I've just committed an updating entry for this change. The commit > message has a typo in it. It should read "versions prior to RELENG_6" > rather than RELENG_7. Both messages are bad, because RELENG_[67] are floating targets. > This means we support people back just under 3 > years (May 2005: 2 years 8 months) rather than the little over 3 years > we did before (Oct 2004 3 years 3 months). FreeBSD_vesrion 600029 and > newer will work. So this delta pushes back things forward only about > 8 months. I only wonder how was the value of 600029 choosen? Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-cvs-src@FreeBSD.ORG Tue Jan 22 15:56:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF2316A419; Tue, 22 Jan 2008 15:56:49 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 796B613C469; Tue, 22 Jan 2008 15:56:49 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MFunuc052169; Tue, 22 Jan 2008 15:56:49 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MFunv3052168; Tue, 22 Jan 2008 15:56:49 GMT (envelope-from trhodes) Message-Id: <200801221556.m0MFunv3052168@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Jan 2008 15:56:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys flock.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2008 15:56:49 -0000 trhodes 2008-01-22 15:56:49 UTC FreeBSD src repository Modified files: lib/libc/sys flock.2 Log: Xref flopen.3 which references this manual page. PR: 112650 Revision Changes Path 1.26 +2 -1 src/lib/libc/sys/flock.2 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 15:57:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0670416A417; Tue, 22 Jan 2008 15:57:58 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9E9E13C44B; Tue, 22 Jan 2008 15:57:57 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MFvvEn052233; Tue, 22 Jan 2008 15:57:57 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MFvvZu052232; Tue, 22 Jan 2008 15:57:57 GMT (envelope-from ru) Message-Id: <200801221557.m0MFvvZu052232@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Jan 2008 15:57:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 15:57:58 -0000 ru 2008-01-22 15:57:57 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Cleanup after last commit (remove undefined variables). Revision Changes Path 1.594 +1 -7 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 16:35:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CDA716A418; Tue, 22 Jan 2008 16:35:10 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 875E413C4CC; Tue, 22 Jan 2008 16:35:10 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MGZArB056059; Tue, 22 Jan 2008 16:35:10 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MGZA9a056058; Tue, 22 Jan 2008 16:35:10 GMT (envelope-from kensmith) Message-Id: <200801221635.m0MGZA9a056058@repoman.freebsd.org> From: Ken Smith Date: Tue, 22 Jan 2008 16:35:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/release/powerpc boot_crunch.conf src/release/sparc64 boot_crunch.conf ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 16:35:10 -0000 kensmith 2008-01-22 16:35:10 UTC FreeBSD src repository Modified files: release/amd64 boot_crunch.conf release/i386 boot_crunch.conf release/ia64 boot_crunch.conf release/pc98 boot_crunch.conf release/powerpc boot_crunch.conf release/sparc64 boot_crunch.conf release/sun4v boot_crunch.conf Log: In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that it can't find fsck_4.2bsd because there was no fstab file saying what filesystem type it is looking at so it got the filesystem type from the disk's label. When that fails admins who haven't been in this situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because ufs is the type used in fstab files on working systems but that also fails complaining it can't find fsck_ufs. This just sets it up so /stand in the MFS image (/sbin is a symlink to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to fsck_ffs which is what is present in /sbin on installed systems. Prodded by: obrien MFC after: 1 day Revision Changes Path 1.62 +2 -0 src/release/amd64/boot_crunch.conf 1.62 +2 -0 src/release/i386/boot_crunch.conf 1.12 +2 -0 src/release/ia64/boot_crunch.conf 1.63 +2 -0 src/release/pc98/boot_crunch.conf 1.5 +2 -0 src/release/powerpc/boot_crunch.conf 1.9 +2 -0 src/release/sparc64/boot_crunch.conf 1.2 +2 -0 src/release/sun4v/boot_crunch.conf From owner-cvs-src@FreeBSD.ORG Tue Jan 22 16:58:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8385B16A420; Tue, 22 Jan 2008 16:58:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 62FC313C465; Tue, 22 Jan 2008 16:58:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m0MGsHR5049910; Tue, 22 Jan 2008 09:54:18 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 22 Jan 2008 09:57:57 -0700 (MST) Message-Id: <20080122.095757.1159151185.imp@bsdimp.com> To: ru@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <20080122155427.GB16573@team.vega.ru> References: <200801211844.m0LIiufY081896@repoman.freebsd.org> <20080121.151417.1106074095.imp@bsdimp.com> <20080122155427.GB16573@team.vega.ru> X-Mailer: Mew version 5.2 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, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 16:58:57 -0000 In message: <20080122155427.GB16573@team.vega.ru> Ruslan Ermilov writes: : Hi, : : On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote: : > In message: <200801211844.m0LIiufY081896@repoman.freebsd.org> : > "David E. O'Brien" writes: : > : Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior : > : to RELENG_7 are not supported. : > : > I've just committed an updating entry for this change. The commit : > message has a typo in it. It should read "versions prior to RELENG_6" : > rather than RELENG_7. : : Both messages are bad, because RELENG_[67] are floating targets. They are imprecise. But are a good mnemonic for how to remember what's supported. : > This means we support people back just under 3 : > years (May 2005: 2 years 8 months) rather than the little over 3 years : > we did before (Oct 2004 3 years 3 months). FreeBSD_vesrion 600029 and : > newer will work. So this delta pushes back things forward only about : > 8 months. : : I only wonder how was the value of 600029 choosen? It was two revisions before the branch point for RELENG_6, which happened at 600031. It also is one greater than the largest if that was removed. Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 22 17:10:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE37C16A420; Tue, 22 Jan 2008 17:10:57 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 7BD2313C43E; Tue, 22 Jan 2008 17:10:57 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=54496 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JHMeE-0003n1-Ao; Tue, 22 Jan 2008 17:10:56 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m0MHAps1019750; Tue, 22 Jan 2008 20:10:51 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m0MHApec019749; Tue, 22 Jan 2008 20:10:51 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Tue, 22 Jan 2008 20:10:51 +0300 From: Ruslan Ermilov To: "M. Warner Losh" Message-ID: <20080122171051.GB19248@team.vega.ru> References: <200801211844.m0LIiufY081896@repoman.freebsd.org> <20080121.151417.1106074095.imp@bsdimp.com> <20080122155427.GB16573@team.vega.ru> <20080122.095757.1159151185.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122.095757.1159151185.imp@bsdimp.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 17:10:57 -0000 On Tue, Jan 22, 2008 at 09:57:57AM -0700, M. Warner Losh wrote: > In message: <20080122155427.GB16573@team.vega.ru> > Ruslan Ermilov writes: > : Hi, > : > : On Mon, Jan 21, 2008 at 03:14:17PM -0700, M. Warner Losh wrote: > : > In message: <200801211844.m0LIiufY081896@repoman.freebsd.org> > : > "David E. O'Brien" writes: > : > : Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions prior > : > : to RELENG_7 are not supported. > : > > : > I've just committed an updating entry for this change. The commit > : > message has a typo in it. It should read "versions prior to RELENG_6" > : > rather than RELENG_7. > : > : Both messages are bad, because RELENG_[67] are floating targets. > > They are imprecise. But are a good mnemonic for how to remember > what's supported. > OK, agreed. > : > This means we support people back just under 3 > : > years (May 2005: 2 years 8 months) rather than the little over 3 years > : > we did before (Oct 2004 3 years 3 months). FreeBSD_vesrion 600029 and > : > newer will work. So this delta pushes back things forward only about > : > 8 months. > : > : I only wonder how was the value of 600029 choosen? > > It was two revisions before the branch point for RELENG_6, which > happened at 600031. I think you're twice off-by-one here, : $ cvs -R ann -rRELENG_6_BP param.h | grep '#define.*__FreeBSD_version' : : Annotations for param.h : *************** : 1.244 (sam 11-Jul-05): #define __FreeBSD_version 600032 /* Master, propagated to newvers */ but it still doesn't answer my question. Why you've choosen this __FreeBSD_version and not RELENG_6_BP (i.e., 600032). I don't mind it, just want to understand the formulae. :-) > It also is one greater than the largest if that > was removed. Can you elaborate on what you mean here? I don't understand. Thanks. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-cvs-src@FreeBSD.ORG Tue Jan 22 17:11:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 454A616A417; Tue, 22 Jan 2008 17:11:34 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 35E3713C442; Tue, 22 Jan 2008 17:11:34 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m0MHBXr3007274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jan 2008 09:11:33 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <479623C5.9030804@errno.com> Date: Tue, 22 Jan 2008 09:11:33 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Ken Smith References: <200801221635.m0MGZA9a056058@repoman.freebsd.org> In-Reply-To: <200801221635.m0MGZA9a056058@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/release/powerpc boot_crunch.conf src/release/sparc64 boot_crunch.conf ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 17:11:34 -0000 Ken Smith wrote: > kensmith 2008-01-22 16:35:10 UTC > > FreeBSD src repository > > Modified files: > release/amd64 boot_crunch.conf > release/i386 boot_crunch.conf > release/ia64 boot_crunch.conf > release/pc98 boot_crunch.conf > release/powerpc boot_crunch.conf > release/sparc64 boot_crunch.conf > release/sun4v boot_crunch.conf > Log: > In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that it > can't find fsck_4.2bsd because there was no fstab file saying what > filesystem type it is looking at so it got the filesystem type from > the disk's label. When that fails admins who haven't been in this > situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because > ufs is the type used in fstab files on working systems but that also fails > complaining it can't find fsck_ufs. > > This just sets it up so /stand in the MFS image (/sbin is a symlink > to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to > fsck_ffs which is what is present in /sbin on installed systems. > Thank you, this has been item #1 on my TODO list for several years! Want to go for #2? :-) (loading a module via loader w/ undefined symbols causes the system to panic at boot). Sam From owner-cvs-src@FreeBSD.ORG Tue Jan 22 17:13:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24EB616A417; Tue, 22 Jan 2008 17:13:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F35F813C46A; Tue, 22 Jan 2008 17:13:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MHDeIc068783; Tue, 22 Jan 2008 17:13:40 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MHDeFZ068782; Tue, 22 Jan 2008 17:13:40 GMT (envelope-from jkim) Message-Id: <200801221713.m0MHDeFZ068782@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 22 Jan 2008 17:13:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 17:13:41 -0000 jkim 2008-01-22 17:13:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: 1.194 Remove BCM5704S specific tunable (hw.bge.fake_autoneg) and auto-detect the condition. PR: kern/118308 Revision Changes Path 1.91.2.25 +13 -15 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 17:30:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 026D516A418; Tue, 22 Jan 2008 17:30:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D110F13C4D9; Tue, 22 Jan 2008 17:30:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MHUDNS069748; Tue, 22 Jan 2008 17:30:13 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MHUDmR069747; Tue, 22 Jan 2008 17:30:13 GMT (envelope-from jkim) Message-Id: <200801221730.m0MHUDmR069747@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 22 Jan 2008 17:30:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 17:30:14 -0000 jkim 2008-01-22 17:30:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/bge if_bge.c Log: MFC: 1.201 Fix mbuf pool watermark configuration. Approved by: re (kensmith) Revision Changes Path 1.198.2.2.2.1 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 17:31:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2930E16A417; Tue, 22 Jan 2008 17:31:31 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id DE91513C468; Tue, 22 Jan 2008 17:31:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m0MHQ0dE050335; Tue, 22 Jan 2008 10:26:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 22 Jan 2008 10:29:40 -0700 (MST) Message-Id: <20080122.102940.1586015611.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20080122171051.GB19248@team.vega.ru> References: <20080122155427.GB16573@team.vega.ru> <20080122.095757.1159151185.imp@bsdimp.com> <20080122171051.GB19248@team.vega.ru> X-Mailer: Mew version 5.2 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 17:31:31 -0000 In message: <20080122171051.GB19248@team.vega.ru> Ruslan Ermilov writes: : > : I only wonder how was the value of 600029 choosen? : > : > It was two revisions before the branch point for RELENG_6, which : > happened at 600031. : : I think you're twice off-by-one here, : : : $ cvs -R ann -rRELENG_6_BP param.h | grep '#define.*__FreeBSD_version' : : : : Annotations for param.h : : *************** : : 1.244 (sam 11-Jul-05): #define __FreeBSD_version 600032 /* Master, propagated to newvers */ : : but it still doesn't answer my question. Why you've choosen : this __FreeBSD_version and not RELENG_6_BP (i.e., 600032). : I don't mind it, just want to understand the formulae. :-) Maybe I should have selected this. I wanted to select the version that would work rather than the branch point. Maybe this was silly of me. : > It also is one greater than the largest if that : > was removed. : : Can you elaborate on what you mean here? I don't understand. : Thanks. The following line: .if ${BOOTSTRAPPING} < 600029 was the line with the biggest number on the right hand side of the < that was removed. Meaning that anything 600029 and newer will still work. Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 22 17:53:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B1CA16A469; Tue, 22 Jan 2008 17:53:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2662A13C4E1; Tue, 22 Jan 2008 17:53:41 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MHrfcw070874; Tue, 22 Jan 2008 17:53:41 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MHree2070873; Tue, 22 Jan 2008 17:53:40 GMT (envelope-from jkim) Message-Id: <200801221753.m0MHree2070873@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 22 Jan 2008 17:53:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_battery.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 17:53:41 -0000 jkim 2008-01-22 17:53:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/acpica acpi_battery.c Log: MFC: 1.26 Check battery presence first before trying to get battery information. Revision Changes Path 1.25.2.1 +4 -3 src/sys/dev/acpica/acpi_battery.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 18:06:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 409F316A419; Tue, 22 Jan 2008 18:06:24 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id DDD9813C45D; Tue, 22 Jan 2008 18:06:23 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (unknown [202.108.54.204]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTP id AD56828448; Wed, 23 Jan 2008 02:06:22 +0800 (CST) Received: from localhost (unknown [202.108.54.204]) by tarsier.geekcn.org (Postfix) with ESMTP id E5C71EB9223; Wed, 23 Jan 2008 02:06:21 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([202.108.54.204]) by localhost (mail.geekcn.org [202.108.54.204]) (amavisd-new, port 10024) with ESMTP id 7NqDQVxAQ8Qb; Wed, 23 Jan 2008 02:06:16 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 3D372EB8F61; Wed, 23 Jan 2008 02:06:15 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=j+v0TdnX56kjxJ0oYu+VkpS4qd2nMgEYsMxWAnK34UCyn5nkCtLjsdUHSU41i0aqQ 45GPYrXb3H9YgrS8JmTTg== Message-ID: <47963094.6070702@delphij.net> Date: Tue, 22 Jan 2008 10:06:12 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: Jung-uk Kim References: <200801221730.m0MHUDmR069747@repoman.freebsd.org> In-Reply-To: <200801221730.m0MHUDmR069747@repoman.freebsd.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 18:06:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jung-uk Kim wrote: > jkim 2008-01-22 17:30:13 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7_0) > sys/dev/bge if_bge.c > Log: > MFC: 1.201 > > Fix mbuf pool watermark configuration. > > Approved by: re (kensmith) Thanks! - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHljCUi+vbBBjt66ARAgfOAKCiDyoRpfhqztQ+n9daR9yAWuChWACfUawK afglaCriwsz2mT2QE5Sh0ik= =IEr4 -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Tue Jan 22 18:35:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D823016A41A; Tue, 22 Jan 2008 18:35:24 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B559D13C447; Tue, 22 Jan 2008 18:35:24 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MIZOuN074635; Tue, 22 Jan 2008 18:35:24 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MIZO7C074634; Tue, 22 Jan 2008 18:35:24 GMT (envelope-from trhodes) Message-Id: <200801221835.m0MIZO7C074634@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Jan 2008 18:35:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 syncache.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 18:35:24 -0000 trhodes 2008-01-22 18:35:24 UTC FreeBSD src repository Modified files: share/man/man4 syncache.4 Log: Document net.inet.tcp.syncookies_only using a description taken from tcp_syncache.c revision 1.99 of andre's commit log. PR: 107611 Revision Changes Path 1.5 +11 -1 src/share/man/man4/syncache.4 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 18:58:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7238116A419; Tue, 22 Jan 2008 18:58:51 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 501FD13C442; Tue, 22 Jan 2008 18:58:51 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MIwpUc080586; Tue, 22 Jan 2008 18:58:51 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MIworN080583; Tue, 22 Jan 2008 18:58:50 GMT (envelope-from mnag) Message-Id: <200801221858.m0MIworN080583@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 22 Jan 2008 18:58:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 18:58:51 -0000 mnag 2008-01-22 18:58:50 UTC FreeBSD src repository (ports committer) Modified files: usr.sbin/sysinstall menus.c Log: - Add new NTP servers provided by NIC.br (http://www.ntp.br) - Remove nonfunctional servers PR: 119884 Approved by: simon MFC after: 3 days Revision Changes Path 1.430 +10 -7 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Tue Jan 22 19:00:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D693916A46B; Tue, 22 Jan 2008 19:00:57 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 875E413C457; Tue, 22 Jan 2008 19:00:56 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=56424 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JHOMh-0008xj-Bp; Tue, 22 Jan 2008 19:00:55 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m0MJ0fbu047217; Tue, 22 Jan 2008 22:00:41 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m0MJ0ejZ047216; Tue, 22 Jan 2008 22:00:40 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Tue, 22 Jan 2008 22:00:40 +0300 From: Ruslan Ermilov To: "M. Warner Losh" Message-ID: <20080122190040.GA47055@team.vega.ru> References: <20080122155427.GB16573@team.vega.ru> <20080122.095757.1159151185.imp@bsdimp.com> <20080122171051.GB19248@team.vega.ru> <20080122.102940.1586015611.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122.102940.1586015611.imp@bsdimp.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 19:00:58 -0000 On Tue, Jan 22, 2008 at 10:29:40AM -0700, M. Warner Losh wrote: > In message: <20080122171051.GB19248@team.vega.ru> > Ruslan Ermilov writes: > : > : I only wonder how was the value of 600029 choosen? > : > > : > It was two revisions before the branch point for RELENG_6, which > : > happened at 600031. > : > : I think you're twice off-by-one here, > : > : : $ cvs -R ann -rRELENG_6_BP param.h | grep '#define.*__FreeBSD_version' > : : > : : Annotations for param.h > : : *************** > : : 1.244 (sam 11-Jul-05): #define __FreeBSD_version 600032 /* Master, propagated to newvers */ > : > : but it still doesn't answer my question. Why you've choosen > : this __FreeBSD_version and not RELENG_6_BP (i.e., 600032). > : I don't mind it, just want to understand the formulae. :-) > > Maybe I should have selected this. I wanted to select the version > that would work rather than the branch point. Maybe this was silly of > me. > > : > It also is one greater than the largest if that > : > was removed. > : > : Can you elaborate on what you mean here? I don't understand. > : Thanks. > > The following line: > > .if ${BOOTSTRAPPING} < 600029 > > was the line with the biggest number on the right hand side of the < > that was removed. Meaning that anything 600029 and newer will still > work. > Got it now, thanks. How about if we restore the check whose aim was to avoid cluttering mailing lists with questions about upsupported source upgrades, but make it correspond to 6.0-RELEASE: %%% Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.594 diff -u -p -r1.594 Makefile.inc1 --- Makefile.inc1 22 Jan 2008 15:57:57 -0000 1.594 +++ Makefile.inc1 22 Jan 2008 18:58:35 -0000 @@ -841,6 +841,10 @@ update: # legacy: Build compatibility shims for the next three targets # legacy: +.if ${BOOTSTRAPPING} < 600034 + @echo "ERROR: Source upgrades from versions prior to 6.0 not supported."; \ + false +.endif .for _tool in tools/build ${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \ cd ${.CURDIR}/${_tool}; \ %%% Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-cvs-src@FreeBSD.ORG Tue Jan 22 19:08:40 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A5C16A41B; Tue, 22 Jan 2008 19:08:40 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 75EF013C44B; Tue, 22 Jan 2008 19:08:40 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=54305 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JHOUB-00091v-KB; Tue, 22 Jan 2008 19:08:39 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m0MJ8PSv047295; Tue, 22 Jan 2008 22:08:25 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m0MJ8PAL047294; Tue, 22 Jan 2008 22:08:25 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Tue, 22 Jan 2008 22:08:25 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Message-ID: <20080122190825.GD47055@team.vega.ru> References: <200801220005.m0M056LN028605@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801220005.m0M056LN028605@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Warner Losh , cvs-all@freebsd.org, David O'Brien Subject: Re: cvs commit: src/usr.bin/mklocale mklocale.1 yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2008 19:08:40 -0000 On Tue, Jan 22, 2008 at 12:04:53AM +0000, Andrey A. Chernov wrote: > ache 2008-01-22 00:04:52 UTC > > FreeBSD src repository > > Modified files: > usr.bin/mklocale mklocale.1 yacc.y > Log: > Understand newly introduced "ASCII" encoding > > Revision Changes Path > 1.28 +2 -0 src/usr.bin/mklocale/mklocale.1 > 1.28 +1 -0 src/usr.bin/mklocale/yacc.y > mklocale(1) is a tool used during buildworld. Am I right that after this commit it should be bootstrapped (i.e., a new version should be built and used instead of the currently installed one)? Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-cvs-src@FreeBSD.ORG Tue Jan 22 19:16:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9DF416A468; Tue, 22 Jan 2008 19:16:09 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7BD013C45B; Tue, 22 Jan 2008 19:16:09 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MJG9hb087790; Tue, 22 Jan 2008 19:16:09 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MJG98S087789; Tue, 22 Jan 2008 19:16:09 GMT (envelope-from trhodes) Message-Id: <200801221916.m0MJG98S087789@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 22 Jan 2008 19:16:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 syncache.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 19:16:09 -0000 trhodes 2008-01-22 19:16:09 UTC FreeBSD src repository Modified files: share/man/man4 syncache.4 Log: Correct a typo. Noticed by: ru Revision Changes Path 1.6 +1 -1 src/share/man/man4/syncache.4 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 19:17:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D956116A46D; Tue, 22 Jan 2008 19:17:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id B94E113C4D9; Tue, 22 Jan 2008 19:17:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m0MJHKhr009349; Tue, 22 Jan 2008 11:17:20 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m0MJH5E2009321; Tue, 22 Jan 2008 11:17:05 -0800 (PST) (envelope-from obrien) Date: Tue, 22 Jan 2008 11:17:05 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20080122191705.GA9070@dragon.NUXI.org> References: <20080122155427.GB16573@team.vega.ru> <20080122.095757.1159151185.imp@bsdimp.com> <20080122171051.GB19248@team.vega.ru> <20080122.102940.1586015611.imp@bsdimp.com> <20080122190040.GA47055@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122190040.GA47055@team.vega.ru> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "M. Warner Losh" Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 19:17:28 -0000 On Tue, Jan 22, 2008 at 10:00:40PM +0300, Ruslan Ermilov wrote: > How about if we restore the check whose aim was to avoid cluttering > mailing lists with questions about upsupported source upgrades, but > make it correspond to 6.0-RELEASE: > > %%% > Index: Makefile.inc1 > =================================================================== > RCS file: /home/ncvs/src/Makefile.inc1,v > retrieving revision 1.594 > diff -u -p -r1.594 Makefile.inc1 > --- Makefile.inc1 22 Jan 2008 15:57:57 -0000 1.594 > +++ Makefile.inc1 22 Jan 2008 18:58:35 -0000 > @@ -841,6 +841,10 @@ update: > # legacy: Build compatibility shims for the next three targets > # > legacy: > +.if ${BOOTSTRAPPING} < 600034 > + @echo "ERROR: Source upgrades from versions prior to 6.0 not supported."; \ > + false > +.endif I see your point here. Should I add this back? From owner-cvs-src@FreeBSD.ORG Tue Jan 22 19:22:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB86316A421; Tue, 22 Jan 2008 19:22:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8F99F13C46A; Tue, 22 Jan 2008 19:22:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id m0MJHdaQ055937; Tue, 22 Jan 2008 12:17:39 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 22 Jan 2008 12:20:59 -0700 (MST) Message-Id: <20080122.122059.270770161.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20080122191705.GA9070@dragon.NUXI.org> References: <20080122.102940.1586015611.imp@bsdimp.com> <20080122190040.GA47055@team.vega.ru> <20080122191705.GA9070@dragon.NUXI.org> X-Mailer: Mew version 5.2 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, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/tools/build Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 19:22:23 -0000 In message: <20080122191705.GA9070@dragon.NUXI.org> "David O'Brien" writes: : On Tue, Jan 22, 2008 at 10:00:40PM +0300, Ruslan Ermilov wrote: : > How about if we restore the check whose aim was to avoid cluttering : > mailing lists with questions about upsupported source upgrades, but : > make it correspond to 6.0-RELEASE: : > : > %%% : > Index: Makefile.inc1 : > =================================================================== : > RCS file: /home/ncvs/src/Makefile.inc1,v : > retrieving revision 1.594 : > diff -u -p -r1.594 Makefile.inc1 : > --- Makefile.inc1 22 Jan 2008 15:57:57 -0000 1.594 : > +++ Makefile.inc1 22 Jan 2008 18:58:35 -0000 : > @@ -841,6 +841,10 @@ update: : > # legacy: Build compatibility shims for the next three targets : > # : > legacy: : > +.if ${BOOTSTRAPPING} < 600034 : > + @echo "ERROR: Source upgrades from versions prior to 6.0 not supported."; \ : > + false : > +.endif : : I see your point here. Should I add this back? It does break BOOTSTRAPPING=0 case, which would be nice to keep working. Err, fix, since the last set of changes also broke it. Warner From owner-cvs-src@FreeBSD.ORG Tue Jan 22 19:58:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7802216A417; Tue, 22 Jan 2008 19:58:33 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5726113C448; Tue, 22 Jan 2008 19:58:33 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MJwU9d008394; Tue, 22 Jan 2008 19:58:30 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MJwU3l008393; Tue, 22 Jan 2008 19:58:30 GMT (envelope-from attilio) Message-Id: <200801221958.m0MJwU3l008393@repoman.freebsd.org> From: Attilio Rao Date: Tue, 22 Jan 2008 19:58:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 19:58:33 -0000 attilio 2008-01-22 19:58:30 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Fix lock.9 manpage in order to recall lockmgr_disown() with 'man' command. Revision Changes Path 1.321 +1 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jan 22 20:02:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E00416A420; Tue, 22 Jan 2008 20:02:24 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D32813C442; Tue, 22 Jan 2008 20:02:24 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MK2ONu008630; Tue, 22 Jan 2008 20:02:24 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MK2OLb008629; Tue, 22 Jan 2008 20:02:24 GMT (envelope-from attilio) Message-Id: <200801222002.m0MK2OLb008629@repoman.freebsd.org> From: Attilio Rao Date: Tue, 22 Jan 2008 20:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 BUF_REFCNT.9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 20:02:24 -0000 attilio 2008-01-22 20:02:24 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Removed files: share/man/man9 BUF_REFCNT.9 Log: BUF_REFCNT(9) function no more exists, so just axe out the manpage. Revision Changes Path 1.8 +0 -61 src/share/man/man9/BUF_REFCNT.9 (dead) 1.322 +0 -1 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jan 22 20:08:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49E9516A41A; Tue, 22 Jan 2008 20:08:10 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 24DC213C44B; Tue, 22 Jan 2008 20:08:10 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MK89kX010057; Tue, 22 Jan 2008 20:08:09 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MK89BI010056; Tue, 22 Jan 2008 20:08:09 GMT (envelope-from attilio) Message-Id: <200801222008.m0MK89BI010056@repoman.freebsd.org> From: Attilio Rao Date: Tue, 22 Jan 2008 20:08:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 20:08:10 -0000 attilio 2008-01-22 20:08:09 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Reflect BUF_REFCNT(9) removal. Pointed out by: brueffer Revision Changes Path 1.126 +2 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Tue Jan 22 20:16:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7068716A418; Tue, 22 Jan 2008 20:16:10 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5050D13C469; Tue, 22 Jan 2008 20:16:10 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MKGAE7011231; Tue, 22 Jan 2008 20:16:10 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MKGAKY011230; Tue, 22 Jan 2008 20:16:10 GMT (envelope-from attilio) Message-Id: <200801222016.m0MKGAKY011230@repoman.freebsd.org> From: Attilio Rao Date: Tue, 22 Jan 2008 20:16:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile lock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 20:16:10 -0000 attilio 2008-01-22 20:16:10 UTC FreeBSD src repository Modified files: share/man/man9 Makefile lock.9 Log: Add the newly added function lockmgr_recursed() to the manpages. Revision Changes Path 1.323 +1 -0 src/share/man/man9/Makefile 1.21 +9 -1 src/share/man/man9/lock.9 From owner-cvs-src@FreeBSD.ORG Tue Jan 22 21:26:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C55016A41B; Tue, 22 Jan 2008 21:26:36 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE8313C4F0; Tue, 22 Jan 2008 21:26:36 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MLQZTY060885; Tue, 22 Jan 2008 21:26:35 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MLQZid060884; Tue, 22 Jan 2008 21:26:35 GMT (envelope-from attilio) Message-Id: <200801222126.m0MLQZid060884@repoman.freebsd.org> From: Attilio Rao Date: Tue, 22 Jan 2008 21:26:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 BUF_ISLOCKED.9 BUF_RECURSED.9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 21:26:36 -0000 attilio 2008-01-22 21:26:35 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 BUF_ISLOCKED.9 BUF_RECURSED.9 Log: Add manpages for BUF_RECURSED(9) and BUF_ISLOCKED(9) and connect them to the build. Reviewed by: brueffer Revision Changes Path 1.1 +68 -0 src/share/man/man9/BUF_ISLOCKED.9 (new) 1.1 +64 -0 src/share/man/man9/BUF_RECURSED.9 (new) 1.324 +2 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Tue Jan 22 22:04:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C1A416A41B; Tue, 22 Jan 2008 22:04:31 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E16E13C447; Tue, 22 Jan 2008 22:04:31 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MM4VOL064252; Tue, 22 Jan 2008 22:04:31 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MM4V6N064251; Tue, 22 Jan 2008 22:04:31 GMT (envelope-from gallatin) Message-Id: <200801222204.m0MM4V6N064251@repoman.freebsd.org> From: Andrew Gallatin Date: Tue, 22 Jan 2008 22:04:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c if_mxge_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 22:04:31 -0000 gallatin 2008-01-22 22:04:31 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c if_mxge_var.h Log: Take advantage of the new physically contiguous 9K jumbos in 8. Revision Changes Path 1.44 +23 -3 src/sys/dev/mxge/if_mxge.c 1.18 +6 -0 src/sys/dev/mxge/if_mxge_var.h From owner-cvs-src@FreeBSD.ORG Tue Jan 22 23:05:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBD0016A41B; Tue, 22 Jan 2008 23:05:27 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAB8F13C468; Tue, 22 Jan 2008 23:05:27 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0MN5RJk070652; Tue, 22 Jan 2008 23:05:27 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0MN5RFV070651; Tue, 22 Jan 2008 23:05:27 GMT (envelope-from bmah) Message-Id: <200801222305.m0MN5RFV070651@repoman.freebsd.org> From: "Bruce A. Mah" Date: Tue, 22 Jan 2008 23:05:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 23:05:28 -0000 bmah 2008-01-22 23:05:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: SA-08:01, SA-08:02. Bump copyright date. Approved by: re (implicitly) Revision Changes Path 1.1068.2.20.2.2 +14 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Tue Jan 22 23:31:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2CD216A417; Tue, 22 Jan 2008 23:31:15 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 184DD13C457; Tue, 22 Jan 2008 23:31:14 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m0MNIWIg015394; Wed, 23 Jan 2008 02:18:32 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1201043912; bh=ytR6DpO3Xf4A6rwTG0xN7XqJQkbgOKJPeBFBn60 Olgo=; l=835; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=Iwgbf8IFcHVFnAktMSCtRkIWa9EIFRzvKPL8zZ9e /9OesSdqDUxxAdw236vO7DrfrSP1aXOpED80NrxaVNJGGMp1xZlC8bx8NvDC4lNS+Zi TaLUq5pmSWgX4bsfBJkm3JhjzWJV+47J2nnt5fJ4RhqTQrad1jJTIWkd96k978ek= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m0MNIW8m015393; Wed, 23 Jan 2008 02:18:32 +0300 (MSK) (envelope-from ache) Date: Wed, 23 Jan 2008 02:18:31 +0300 From: Andrey Chernov To: Ruslan Ermilov Message-ID: <20080122231830.GA15131@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , Warner Losh , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200801220005.m0M056LN028605@repoman.freebsd.org> <20080122190825.GD47055@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122190825.GD47055@team.vega.ru> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Warner Losh , cvs-all@FreeBSD.ORG, David O'Brien Subject: Re: cvs commit: src/usr.bin/mklocale mklocale.1 yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2008 23:31:15 -0000 On Tue, Jan 22, 2008 at 10:08:25PM +0300, Ruslan Ermilov wrote: > On Tue, Jan 22, 2008 at 12:04:53AM +0000, Andrey A. Chernov wrote: > > ache 2008-01-22 00:04:52 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/mklocale mklocale.1 yacc.y > > Log: > > Understand newly introduced "ASCII" encoding > > > > Revision Changes Path > > 1.28 +2 -0 src/usr.bin/mklocale/mklocale.1 > > 1.28 +1 -0 src/usr.bin/mklocale/yacc.y > > > mklocale(1) is a tool used during buildworld. Am I right > that after this commit it should be bootstrapped (i.e., > a new version should be built and used instead of the > currently installed one)? As I can see in Makefile.inc1, it is bootstrapped already. May I miss something? -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Jan 22 23:57:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79B5B16A46B; Tue, 22 Jan 2008 23:57:34 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id DB0C713C44B; Tue, 22 Jan 2008 23:57:33 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m0MNvWww016045; Wed, 23 Jan 2008 02:57:32 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1201046252; bh=ulL59a2knLQgXRYJGc5+JFleOQq+MGnpnwbIpzd 4E0Y=; l=511; h=Date:From:To:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=Zh0EJfK836s6nt/75h0xHIIEIEzmr79/zHojaDuN Hxp8Oh3XeLmk/V+tfbpAB2cMjDdpCWl6IOUsCLG7tOPxFhrUCjCks+GuPDcEEKZiPUH 9rKwWdTh4YM2YjHmXgKxhy9QLpHnRxCLIq/4PT27KoXLBp32VCkWupReKlsZuEBI= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m0MNvWlE016044; Wed, 23 Jan 2008 02:57:32 +0300 (MSK) (envelope-from ache) Date: Wed, 23 Jan 2008 02:57:32 +0300 From: Andrey Chernov To: Ruslan Ermilov , Warner Losh , "David O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20080122235732.GA16024@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , Warner Losh , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200801220005.m0M056LN028605@repoman.freebsd.org> <20080122190825.GD47055@team.vega.ru> <20080122231830.GA15131@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122231830.GA15131@nagual.pp.ru> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: cvs commit: src/usr.bin/mklocale mklocale.1 yacc.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 Jan 2008 23:57:34 -0000 On Wed, Jan 23, 2008 at 02:18:31AM +0300, Andrey Chernov wrote: > > mklocale(1) is a tool used during buildworld. Am I right > > that after this commit it should be bootstrapped (i.e., > > a new version should be built and used instead of the > > currently installed one)? > > As I can see in Makefile.inc1, it is bootstrapped already. > May I miss something? Oops, not there anymore after your latest commit. I realize that macro was empty in anycase, so I'll add it. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Wed Jan 23 00:04:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 885A916A41B; Wed, 23 Jan 2008 00:04:18 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63C0013C461; Wed, 23 Jan 2008 00:04:18 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N04Ibi075211; Wed, 23 Jan 2008 00:04:18 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N04IvK075210; Wed, 23 Jan 2008 00:04:18 GMT (envelope-from ache) Message-Id: <200801230004.m0N04IvK075210@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 23 Jan 2008 00:04:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 00:04:18 -0000 ache 2008-01-23 00:04:18 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump FreeBSD_version after adding "ASCII" encoding to libc Revision Changes Path 1.327 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Wed Jan 23 00:15:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4495616A419; Wed, 23 Jan 2008 00:15:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 20D3F13C455; Wed, 23 Jan 2008 00:15:23 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N0FMPt076670; Wed, 23 Jan 2008 00:15:22 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N0FMVw076669; Wed, 23 Jan 2008 00:15:22 GMT (envelope-from jkim) Message-Id: <200801230015.m0N0FMVw076669@repoman.freebsd.org> From: Jung-uk Kim Date: Wed, 23 Jan 2008 00:15:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_battery.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 00:15:23 -0000 jkim 2008-01-23 00:15:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/acpica acpi_battery.c Log: MFC: 1.26 Check battery presence first before trying to get battery information. Approved by: re (kensmith) Revision Changes Path 1.25.4.1 +4 -3 src/sys/dev/acpica/acpi_battery.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 00:16:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 860F116A419; Wed, 23 Jan 2008 00:16:37 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 629BB13C45B; Wed, 23 Jan 2008 00:16:37 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N0GbfU076717; Wed, 23 Jan 2008 00:16:37 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N0GbNW076716; Wed, 23 Jan 2008 00:16:37 GMT (envelope-from ache) Message-Id: <200801230016.m0N0GbNW076716@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 23 Jan 2008 00:16:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 00:16:37 -0000 ache 2008-01-23 00:16:37 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Conditionally add mklocale to bootstrap-tools Revision Changes Path 1.595 +5 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Wed Jan 23 01:57:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4267616A417; Wed, 23 Jan 2008 01:57:27 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B01113C44B; Wed, 23 Jan 2008 01:57:27 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N1vQer092193; Wed, 23 Jan 2008 01:57:26 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N1vQ62092192; Wed, 23 Jan 2008 01:57:26 GMT (envelope-from ache) Message-Id: <200801230157.m0N1vQ62092192@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 23 Jan 2008 01:57:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/locale setrunelocale.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 01:57:27 -0000 ache 2008-01-23 01:57:26 UTC FreeBSD src repository Modified files: lib/libc/locale setrunelocale.c Log: 1) Add (void) cast to _none_init() (while I am here) 2) Fix longstanding segfault in mb/wc code when unknown encoding is specified in the locale file (mb/wc functions becomes NULL in that case). Revision Changes Path 1.49 +4 -2 src/lib/libc/locale/setrunelocale.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 02:17:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2FF716A419; Wed, 23 Jan 2008 02:17:27 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA1F113C478; Wed, 23 Jan 2008 02:17:27 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N2HRa3094953; Wed, 23 Jan 2008 02:17:27 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N2HRrY094952; Wed, 23 Jan 2008 02:17:27 GMT (envelope-from ache) Message-Id: <200801230217.m0N2HRrY094952@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 23 Jan 2008 02:17:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/locale setrunelocale.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 02:17:27 -0000 ache 2008-01-23 02:17:27 UTC FreeBSD src repository Modified files: lib/libc/locale setrunelocale.c Log: Better fix for longstanding segfault. Don't touch current locale at all on unknown encoding. Previous fix resets it to POSIX. Revision Changes Path 1.50 +29 -17 src/lib/libc/locale/setrunelocale.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 03:05:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C411F16A419; Wed, 23 Jan 2008 03:05:36 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6A613C45B; Wed, 23 Jan 2008 03:05:36 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N35aB9099623; Wed, 23 Jan 2008 03:05:36 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N35awJ099622; Wed, 23 Jan 2008 03:05:36 GMT (envelope-from ache) Message-Id: <200801230305.m0N35awJ099622@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 23 Jan 2008 03:05:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/locale setrunelocale.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 03:05:36 -0000 ache 2008-01-23 03:05:35 UTC FreeBSD src repository Modified files: lib/libc/locale setrunelocale.c Log: Fix longstanding mb/wc functions segfault if error occurse inside __init(). Currently _EUC_init() only was affected. Revision Changes Path 1.51 +39 -29 src/lib/libc/locale/setrunelocale.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 03:10:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0280D16A418; Wed, 23 Jan 2008 03:10:19 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD59413C45B; Wed, 23 Jan 2008 03:10:18 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N3AI25099836; Wed, 23 Jan 2008 03:10:18 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N3AI20099835; Wed, 23 Jan 2008 03:10:18 GMT (envelope-from jeff) Message-Id: <200801230310.m0N3AI20099835@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 23 Jan 2008 03:10:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 03:10:19 -0000 jeff 2008-01-23 03:10:18 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - sched_prio() should only adjust tdq_lowpri if the thread is running or on a run-queue. If the priority is numerically raised only change lowpri if we're certain it will be correct. Some slop is allowed however previously we could erroneously raise lowpri for an idle cpu that a thread had recently run on which lead to errors in load balancing decisions. Revision Changes Path 1.223 +9 -7 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 04:25:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28E2216A418; Wed, 23 Jan 2008 04:25:11 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F02D913C448; Wed, 23 Jan 2008 04:25:10 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N4PAhO009957; Wed, 23 Jan 2008 04:25:10 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N4PAsj009954; Wed, 23 Jan 2008 04:25:10 GMT (envelope-from ache) Message-Id: <200801230425.m0N4PAsj009954@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 23 Jan 2008 04:25:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mklocale la_LN.US-ASCII.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2008 04:25:11 -0000 ache 2008-01-23 04:25:10 UTC FreeBSD src repository Modified files: share/mklocale la_LN.US-ASCII.src Log: "NONE" -> "ASCII" encoding Revision Changes Path 1.3 +1 -1 src/share/mklocale/la_LN.US-ASCII.src From owner-cvs-src@FreeBSD.ORG Wed Jan 23 05:43:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9589616A417; Wed, 23 Jan 2008 05:43:26 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 685EF13C461; Wed, 23 Jan 2008 05:43:26 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N5hQ9l023931; Wed, 23 Jan 2008 05:43:26 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N5hQKf023930; Wed, 23 Jan 2008 05:43:26 GMT (envelope-from kientzle) Message-Id: <200801230543.m0N5hQKf023930@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 23 Jan 2008 05:43:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_write_set_format_cpio_newc.c src/lib/libarchive/test test_write_format_cpio_newc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 05:43:26 -0000 kientzle 2008-01-23 05:43:26 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_cpio_newc.c lib/libarchive/test test_write_format_cpio_newc.c Log: Properly pad symlinks when writing cpio "newc" format. Thanks to: Jesse Barker for reporting this. MFC after: 7 days Revision Changes Path 1.3 +7 -1 src/lib/libarchive/archive_write_set_format_cpio_newc.c 1.2 +42 -3 src/lib/libarchive/test/test_write_format_cpio_newc.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 05:47:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0BFB16A419; Wed, 23 Jan 2008 05:47:08 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4C8613C4EB; Wed, 23 Jan 2008 05:47:08 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N5l8GD024128; Wed, 23 Jan 2008 05:47:08 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N5l8i3024127; Wed, 23 Jan 2008 05:47:08 GMT (envelope-from kientzle) Message-Id: <200801230547.m0N5l8i3024127@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 23 Jan 2008 05:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_write_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 05:47:09 -0000 kientzle 2008-01-23 05:47:08 UTC FreeBSD src repository Modified files: lib/libarchive/test test_write_disk.c Log: Explain a subtle API change that was made recently. Even though I believe this is a good change, it does have the potential to break certain clients, so it's good to document the reasoning behind the change. Revision Changes Path 1.8 +21 -0 src/lib/libarchive/test/test_write_disk.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 05:48:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDE5916A419; Wed, 23 Jan 2008 05:48:07 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1F8913C4D9; Wed, 23 Jan 2008 05:48:07 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N5m75X024203; Wed, 23 Jan 2008 05:48:07 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N5m7kp024202; Wed, 23 Jan 2008 05:48:07 GMT (envelope-from kientzle) Message-Id: <200801230548.m0N5m7kp024202@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 23 Jan 2008 05:48:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 05:48:08 -0000 kientzle 2008-01-23 05:48:07 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Log: Track version # from the portable release. Revision Changes Path 1.80 +1 -1 src/lib/libarchive/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jan 23 08:50:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D99B16A417; Wed, 23 Jan 2008 08:50:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB2A13C467; Wed, 23 Jan 2008 08:50:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0N8oZ3m057409; Wed, 23 Jan 2008 08:50:35 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0N8oZ7S057408; Wed, 23 Jan 2008 08:50:35 GMT (envelope-from maxim) Message-Id: <200801230850.m0N8oZ7S057408@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 23 Jan 2008 08:50:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 08:50:35 -0000 maxim 2008-01-23 08:50:35 UTC FreeBSD src repository Modified files: sys Makefile Log: o Add boot, gdb, nfsserver and opencrypto dirs to CSCOPEDIRS; sort. Revision Changes Path 1.46 +3 -3 src/sys/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jan 23 11:47:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34B2E16A41B; Wed, 23 Jan 2008 11:47:10 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA99213C4D1; Wed, 23 Jan 2008 11:47:09 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NBl9p4007589; Wed, 23 Jan 2008 11:47:09 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NBl9lN007588; Wed, 23 Jan 2008 11:47:09 GMT (envelope-from mav) Message-Id: <200801231147.m0NBl9lN007588@repoman.freebsd.org> From: Alexander Motin Date: Wed, 23 Jan 2008 11:47:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 11:47:10 -0000 mav 2008-01-23 11:47:09 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Fix bundle xmit octets stats for packet-split operation mode. Revision Changes Path 1.71 +4 -4 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 11:50:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C4BD16A41A; Wed, 23 Jan 2008 11:50:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CED513C468; Wed, 23 Jan 2008 11:50:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NBoaHU009101; Wed, 23 Jan 2008 11:50:36 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NBoadJ009100; Wed, 23 Jan 2008 11:50:36 GMT (envelope-from mav) Message-Id: <200801231150.m0NBoadJ009100@repoman.freebsd.org> From: Alexander Motin Date: Wed, 23 Jan 2008 11:50:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 11:50:36 -0000 mav 2008-01-23 11:50:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netgraph ng_ppp.c Log: MFC rev 1.71 Fix bundle xmit octets stats for packet-split operation mode. Revision Changes Path 1.70.2.1 +4 -4 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:07:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DFC016A41B; Wed, 23 Jan 2008 12:07:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 164CD13C46A; Wed, 23 Jan 2008 12:07:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NC7HMH011124; Wed, 23 Jan 2008 12:07:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NC7Hgv011123; Wed, 23 Jan 2008 12:07:17 GMT (envelope-from rwatson) Message-Id: <200801231207.m0NC7Hgv011123@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 12:07:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:07:18 -0000 rwatson 2008-01-23 12:07:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.214 from HEAD to RELENG_7: Move unlock of global UNIX domain socket lock slightly lower in unp_connect(): it is expected to return with the lock held, and two possible error paths otherwise returned with it unlocked. The fix committed here is slightly different from the patch in the PR, but along an alternative line suggested in the PR. PR: 119778 Submitted by: James Juran Approved by: re (gnn) Revision Changes Path 1.206.2.1 +1 -1 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:08:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C10916A468; Wed, 23 Jan 2008 12:08:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64F2B13C469; Wed, 23 Jan 2008 12:08:12 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NC8CH1011202; Wed, 23 Jan 2008 12:08:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NC8CWS011201; Wed, 23 Jan 2008 12:08:12 GMT (envelope-from rwatson) Message-Id: <200801231208.m0NC8CWS011201@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 12:08:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:08:12 -0000 rwatson 2008-01-23 12:08:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/kern uipc_usrreq.c Log: Merge uipc_usrreq.c:1.214 from HEAD to RELENG_7_0: Move unlock of global UNIX domain socket lock slightly lower in unp_connect(): it is expected to return with the lock held, and two possible error paths otherwise returned with it unlocked. The fix committed here is slightly different from the patch in the PR, but along an alternative line suggested in the PR. PR: 119778 Submitted by: James Juran Approved by: re (gnn) Revision Changes Path 1.206.4.1 +1 -1 src/sys/kern/uipc_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:09:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7F0816A417; Wed, 23 Jan 2008 12:09:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F5EE13C46A; Wed, 23 Jan 2008 12:09:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NC9hWU011273; Wed, 23 Jan 2008 12:09:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NC9hqu011272; Wed, 23 Jan 2008 12:09:43 GMT (envelope-from rwatson) Message-Id: <200801231209.m0NC9hqu011272@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 12:09:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/fs/coda cnode.h coda_namecache.h coda_psdev.c coda_vfsops.c coda_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:09:43 -0000 rwatson 2008-01-23 12:09:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/fs/coda cnode.h coda_namecache.h coda_psdev.c coda_vfsops.c coda_vnops.c Log: Merge a variety of Coda fixes from HEAD to RELENG_7_0: coda_vnops.c:1.79: Borrow the VM object associated with an underlying cache vnode with the Coda vnode derived from it, in the style of nullfs. This allows files in the Coda file system to be memory-mapped, such as with execve(2) or mmap(2). Reported by: Rune coda_vnops.c:1.80: Lock the new directory vnode returned by coda_mkdir(), as this is required by FreeBSD's vnode locking protocol. coda_vnops.c:1.81: Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so as to avoid panicking in DDB show lockedvnods. cnode.h:1.22, coda_namecache.h:1.12, coda_psdev.c:1.40, coda_vfsops.c:1.70: Don't declare functions as extern. Move all extern variable definitions to associated .h files, move some extern variable definitions between include files to place them more appropriately. coda_vnops.c:1.82: Don't acquire an additional vnode reference to a vnode when it is opened and then release it when it is closed: we rely on the caller to keep the vnode around with a valid reference. This avoids vrele() destroying the vnode vop_close() is being called from during a call to vop_close(), and a crash due to lockmgr recursing the vnode lock when a Coda unmount occurs. coda_vfsops.c:1.71: Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on the vnodes during coda_unmount() in order to detect errant use of them after the vnode references may no longer be valid. No need to clear the VV_ROOT flag on mi_rootvp flag (especially after the vnode reference is no longer valid) as this isn't done on other file systems. coda_vfsops.c: Rework coda_statfs(): no longer need to zero the statfs structure or fill out all fields, just fill out the ones the file system knows about. Among other things, this causes the outpuf of "mount" and "df" to make quite a bit more sense as /dev/cfs0 is specified as the mountfrom name. coda_vnops.c:1.83: Improve default vnode operation handling for Coda: - Don't specify vnode operations for mknod, lease, and advlock--let them fall through to vop_default. - Implement vop_default with &default_vnodeops, rather than with VOP_PANIC, so that unimplemented vnode operations are handled in more sensible ways than panicking, such as EOPNOTSUPP on ACL queries generated by bsdtar, or mknod. coda_namecache.h:1.13: Remove unused oldhash definition from Coda namecache. coda_vnops.c:1.84: Replace references to VOP_LOCK() w/o LK_RETRY to vn_lock() with LK_RETRY, avoiding extra error handling, or in some cases, missing error handling. Discussed with: kib coda_vnops.c:1.85: Put "coda_rdwr: Internally Opening" printf generated by in-kernel writes to files, such as ktrace output, under CODA_VERBOSE. Otherwise, each such call to VOP_WRITE() results in a kernel printf. Obtained from: NetBSD Approved by: re (kensmith) Revision Changes Path 1.21.4.1 +0 -6 src/sys/fs/coda/cnode.h 1.11.4.1 +22 -20 src/sys/fs/coda/coda_namecache.h 1.39.4.1 +0 -3 src/sys/fs/coda/coda_psdev.c 1.67.4.1 +4 -13 src/sys/fs/coda/coda_vfsops.c 1.76.4.1 +15 -23 src/sys/fs/coda/coda_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:12:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D880D16A46B; Wed, 23 Jan 2008 12:12:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A789113C468; Wed, 23 Jan 2008 12:12:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NCCOQE011506; Wed, 23 Jan 2008 12:12:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NCCO8W011505; Wed, 23 Jan 2008 12:12:24 GMT (envelope-from rwatson) Message-Id: <200801231212.m0NCCO8W011505@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 12:12:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:12:25 -0000 rwatson 2008-01-23 12:12:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 Makefile Log: Merge revisions 1.1 and 1.2 of the coda.4 man page from HEAD to RELENG_7: Add a rather basic man page for the coda kernel module. Small fixes. Approved by: re (kensmith) Revision Changes Path 1.393.2.3 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:16:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAEA916A41B; Wed, 23 Jan 2008 12:16:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 767AE13C458; Wed, 23 Jan 2008 12:16:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NCG0LM012556; Wed, 23 Jan 2008 12:16:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NCG0Za012555; Wed, 23 Jan 2008 12:16:00 GMT (envelope-from rwatson) Message-Id: <200801231216.m0NCG0Za012555@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 12:16:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4 coda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:16:00 -0000 rwatson 2008-01-23 12:16:00 UTC FreeBSD src repository Added files: (Branch: RELENG_7) share/man/man4 coda.4 Log: Merge revisions 1.1 and 1.2 of the coda.4 man page from HEAD to RELENG_7: Add a rather basic man page for the coda kernel module. Small fixes. Approved by: re (kensmith) Revision Changes Path 1.2.2.1 +82 -0 src/share/man/man4/coda.4 (new) From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:17:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9584B16A418; Wed, 23 Jan 2008 12:17:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6665F13C459; Wed, 23 Jan 2008 12:17:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NCHY0p012676; Wed, 23 Jan 2008 12:17:34 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NCHYnJ012675; Wed, 23 Jan 2008 12:17:34 GMT (envelope-from mav) Message-Id: <200801231217.m0NCHYnJ012675@repoman.freebsd.org> From: Alexander Motin Date: Wed, 23 Jan 2008 12:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:17:34 -0000 mav 2008-01-23 12:17:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_ppp.c Log: MFC rev 1.71 Fix bundle xmit octets stats for packet-split operation mode. Revision Changes Path 1.57.2.5 +4 -4 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 12:22:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD40D16A41B; Wed, 23 Jan 2008 12:22:11 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADAC013C4CC; Wed, 23 Jan 2008 12:22:11 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NCMBDi012930; Wed, 23 Jan 2008 12:22:11 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NCMBgt012929; Wed, 23 Jan 2008 12:22:11 GMT (envelope-from rwatson) Message-Id: <200801231222.m0NCMBgt012929@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 12:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 Makefile coda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 12:22:12 -0000 rwatson 2008-01-23 12:22:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) share/man/man4 Makefile Added files: (Branch: RELENG_7_0) share/man/man4 coda.4 Log: Merge revisions 1.1 and 1.2 of the coda.4 man page from HEAD to RELENG_7_0: Add a rather basic man page for the coda kernel module. Small fixes. Approved by: re (kensmith) Revision Changes Path 1.393.2.2.2.1 +1 -0 src/share/man/man4/Makefile 1.2.4.1 +82 -0 src/share/man/man4/coda.4 (new) From owner-cvs-src@FreeBSD.ORG Wed Jan 23 16:08:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE90C16A419; Wed, 23 Jan 2008 16:08:35 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B427413C469; Wed, 23 Jan 2008 16:08:35 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NG8ZS1049626; Wed, 23 Jan 2008 16:08:35 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NG8Z5N049625; Wed, 23 Jan 2008 16:08:35 GMT (envelope-from chinsan) Message-Id: <200801231608.m0NG8Z5N049625@repoman.freebsd.org> From: Chin-San Huang Date: Wed, 23 Jan 2008 16:08:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 16:08:36 -0000 chinsan 2008-01-23 16:08:35 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man5 rc.conf.5 Log: - Document firewall_nat_enable related settings. Tested by: AB MFC after: 1 month Revision Changes Path 1.333 +26 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Jan 23 17:33:08 2008 Return-Path: Delivered-To: cvs-src@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C6BD16A41B; Wed, 23 Jan 2008 17:33:08 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D07B13C455; Wed, 23 Jan 2008 17:33:08 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0NHX7ru037513; Wed, 23 Jan 2008 17:33:07 GMT (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0NHX7A9037512; Wed, 23 Jan 2008 17:33:07 GMT (envelope-from yar) Date: Wed, 23 Jan 2008 17:33:07 +0000 From: Yar Tikhiy To: John Baldwin Message-ID: <20080123173307.GA27907@freefall.freebsd.org> References: <200801172143.m0HLhCm8016953@repoman.freebsd.org> <200801171652.31546.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801171652.31546.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 17:33:08 -0000 On Thu, Jan 17, 2008 at 04:52:30PM -0500, John Baldwin wrote: > On Thursday 17 January 2008 04:43:12 pm John Baldwin wrote: > > jhb 2008-01-17 21:43:12 UTC > > > > FreeBSD src repository > > > > Modified files: > > gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c > > Log: > > Add a new 'add-kld ' command to kgdb to make it easier to analyze > > crash dumps with kernel modules. The command is basically a wrapper > > around add-symbol-file except that it uses the kernel linker data > > structures and the ELF section headers of the kld to calculate the > > section addresses add-symbol-file needs. > > Forgot to say: > > Tested on: i386, amd64 > > A sample run on i386: > > > sudo ./kgdb -c /usr/crash/vmcore.10 /boot/kernel/kernel > ... > crash: blow the kernel stack on purpose > > Fatal double fault: > eip = 0xc05c6220 > esp = 0xe61b0000 > ebp = 0xe61b0018 > panic: double fault > KDB: enter: panic > ... > (kgdb) where > #0 doadump () at pcpu.h:195 > #1 0xc05d399c in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:417 > #2 0xc05d3c0a in panic (fmt=Variable "fmt" is not available. > ) at /usr/src/sys/kern/kern_shutdown.c:571 > #3 0xc08115d9 in dblfault_handler () at /usr/src/sys/i386/i386/trap.c:927 > #4 0xc05c6220 in mtx_pool_setup_dynamic () > #5 0xc065e125 in arc4rand (ptr=0xe61b0168, len=4, reseed=0) > at /usr/src/sys/libkern/arc4random.c:142 > #6 0xc065e171 in arc4random () at /usr/src/sys/libkern/arc4random.c:150 > #7 0xc3d43402 in ?? () > #8 0xb15ac28c in ?? () > #9 0x793b5626 in ?? () > #10 0xe61b018c in ?? () > #11 0xc3d43410 in ?? () > #12 0xbc8e58bf in ?? () > ... > (kgdb) add-kld crash.ko > add symbol table from file "/boot/modules/crash.ko.symbols" at > .text_addr = 0xc3d416f0 > .data_addr = 0xc3d44000 > .bss_addr = 0xc3d44254 > .rodata_addr = 0xc3d4364e > Reading symbols from /boot/modules/crash.ko.symbols...done. Thank you! By the way, if there are a lot of modules to load, using asf(8) might be a little easier: one needs to run asf once and then he can source its output (written to .asf by default) into the kgdb session. Just a little advertisment so that my work on asf(8) doesn't fall into oblivion. :-) OTOH, I can imagine `add-all-klds' command for kgdb implemented in a similar vein since there is a full list of loaded modules in the core image. Yar From owner-cvs-src@FreeBSD.ORG Wed Jan 23 17:58:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4438716A41A; Wed, 23 Jan 2008 17:58:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2179113C46B; Wed, 23 Jan 2008 17:58:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NHwkDa066294; Wed, 23 Jan 2008 17:58:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NHwk2F066293; Wed, 23 Jan 2008 17:58:46 GMT (envelope-from jhb) Message-Id: <200801231758.m0NHwk2F066293@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jan 2008 17:58:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 17:58:47 -0000 jhb 2008-01-23 17:58:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdlib grantpt.c lib/libutil pty.3 Log: MFC: Update openpty(3) manpage for the recent pty fixes and remove some now-unused macros from grantpt.c. Revision Changes Path 1.7.2.5 +1 -12 src/lib/libc/stdlib/grantpt.c 1.13.18.1 +14 -18 src/lib/libutil/pty.3 From owner-cvs-src@FreeBSD.ORG Wed Jan 23 17:59:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA63816A420; Wed, 23 Jan 2008 17:59:27 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C840F13C46A; Wed, 23 Jan 2008 17:59:27 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NHxR4n066374; Wed, 23 Jan 2008 17:59:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NHxRqG066373; Wed, 23 Jan 2008 17:59:27 GMT (envelope-from jhb) Message-Id: <200801231759.m0NHxRqG066373@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jan 2008 17:59:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 17:59:28 -0000 jhb 2008-01-23 17:59:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdlib grantpt.c lib/libutil pty.3 Log: MFC: Update openpty(3) manpage for the recent pty fixes and remove some now-unused macros from grantpt.c. Revision Changes Path 1.4.2.3 +1 -10 src/lib/libc/stdlib/grantpt.c 1.13.8.1 +14 -18 src/lib/libutil/pty.3 From owner-cvs-src@FreeBSD.ORG Wed Jan 23 18:02:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8693616A419; Wed, 23 Jan 2008 18:02:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64B9713C455; Wed, 23 Jan 2008 18:02:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NI2wJ2066677; Wed, 23 Jan 2008 18:02:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NI2we1066676; Wed, 23 Jan 2008 18:02:58 GMT (envelope-from jhb) Message-Id: <200801231802.m0NI2we1066676@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jan 2008 18:02:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_hpet.c acpi_hpet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 18:02:58 -0000 jhb 2008-01-23 18:02:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/acpica acpi_hpet.c Added files: (Branch: RELENG_7) sys/dev/acpica acpi_hpet.h Log: MFC: Fix some minor issues such as using read/modify/write for updating the configuration register and add a header file to hold HPET register constants. Revision Changes Path 1.12.2.1 +58 -20 src/sys/dev/acpica/acpi_hpet.c 1.1.2.1 +65 -0 src/sys/dev/acpica/acpi_hpet.h (new) From owner-cvs-src@FreeBSD.ORG Wed Jan 23 18:03:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10C2316A468; Wed, 23 Jan 2008 18:03:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E329613C46A; Wed, 23 Jan 2008 18:03:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NI3FDb067893; Wed, 23 Jan 2008 18:03:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NI3FDu067892; Wed, 23 Jan 2008 18:03:15 GMT (envelope-from jhb) Message-Id: <200801231803.m0NI3FDu067892@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jan 2008 18:03:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_hpet.c acpi_hpet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 18:03:16 -0000 jhb 2008-01-23 18:03:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/acpica acpi_hpet.c Added files: (Branch: RELENG_6) sys/dev/acpica acpi_hpet.h Log: MFC: Fix some minor issues such as using read/modify/write for updating the configuration register and add a header file to hold HPET register constants. Revision Changes Path 1.5.2.7 +58 -20 src/sys/dev/acpica/acpi_hpet.c 1.1.4.1 +65 -0 src/sys/dev/acpica/acpi_hpet.h (new) From owner-cvs-src@FreeBSD.ORG Wed Jan 23 18:04:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4DA316A418; Wed, 23 Jan 2008 18:04:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3AA313C447; Wed, 23 Jan 2008 18:04:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NI4SXL067989; Wed, 23 Jan 2008 18:04:28 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NI4S4p067988; Wed, 23 Jan 2008 18:04:28 GMT (envelope-from jhb) Message-Id: <200801231804.m0NI4S4p067988@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jan 2008 18:04:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/pci pci_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 18:04:28 -0000 jhb 2008-01-23 18:04:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/pci pci_user.c Log: MFC: Don't cache the new-bus name of a PCI device in the PCI conf structure. Revision Changes Path 1.22.2.3 +4 -1 src/sys/dev/pci/pci_user.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 18:05:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C7E16A418; Wed, 23 Jan 2008 18:05:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 923D813C4D3; Wed, 23 Jan 2008 18:05:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NI5YJr068107; Wed, 23 Jan 2008 18:05:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NI5YDn068106; Wed, 23 Jan 2008 18:05:34 GMT (envelope-from jhb) Message-Id: <200801231805.m0NI5YDn068106@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Jan 2008 18:05:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 18:05:34 -0000 jhb 2008-01-23 18:05:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci_user.c Log: MFC: Don't cache the new-bus name of a PCI device in the PCI conf structure. Revision Changes Path 1.19.2.3 +4 -1 src/sys/dev/pci/pci_user.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:04:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D15416A41B; Wed, 23 Jan 2008 20:04:12 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00EC013C46B; Wed, 23 Jan 2008 20:04:12 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NK4BWL081996; Wed, 23 Jan 2008 20:04:11 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NK4BH8081995; Wed, 23 Jan 2008 20:04:11 GMT (envelope-from kensmith) Message-Id: <200801232004.m0NK4BH8081995@repoman.freebsd.org> From: Ken Smith Date: Wed, 23 Jan 2008 20:04:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release fixit.profile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2008 20:04:12 -0000 kensmith 2008-01-23 20:04:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release fixit.profile Log: MFC v1.12: Update EDITOR and PAGER environment variables so they are correct for the CDROM fixit environment. Noticed by: gallatin Revision Changes Path 1.10.10.2 +2 -2 src/release/fixit.profile From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:05:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B56616A420; Wed, 23 Jan 2008 20:05:23 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E3CBF13C478; Wed, 23 Jan 2008 20:05:22 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NK5MNb082077; Wed, 23 Jan 2008 20:05:22 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NK5Mwq082076; Wed, 23 Jan 2008 20:05:22 GMT (envelope-from kensmith) Message-Id: <200801232005.m0NK5Mwq082076@repoman.freebsd.org> From: Ken Smith Date: Wed, 23 Jan 2008 20:05:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release fixit.profile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2008 20:05:23 -0000 kensmith 2008-01-23 20:05:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release fixit.profile Log: MFC v1.12: Update EDITOR and PAGER environment variables so they are correct for the CDROM fixit environment. Noticed by: gallatin Revision Changes Path 1.10.2.2 +2 -2 src/release/fixit.profile From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:06:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7308516A506; Wed, 23 Jan 2008 20:06:27 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56D6D13C45D; Wed, 23 Jan 2008 20:06:27 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NK6RiA082136; Wed, 23 Jan 2008 20:06:27 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NK6RtG082135; Wed, 23 Jan 2008 20:06:27 GMT (envelope-from kensmith) Message-Id: <200801232006.m0NK6RtG082135@repoman.freebsd.org> From: Ken Smith Date: Wed, 23 Jan 2008 20:06:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/release fixit.profile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 Jan 2008 20:06:27 -0000 kensmith 2008-01-23 20:06:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) release fixit.profile Log: MFC v1.12: Update EDITOR and PAGER environment variables so they are correct for the CDROM fixit environment. Noticed by: gallatin Approved by: re (bmah) Revision Changes Path 1.10.10.1.2.1 +2 -2 src/release/fixit.profile From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:16:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B33116A419; Wed, 23 Jan 2008 20:16:49 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2264E13C46B; Wed, 23 Jan 2008 20:16:49 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NKGmaA083560; Wed, 23 Jan 2008 20:16:48 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NKGmbe083559; Wed, 23 Jan 2008 20:16:48 GMT (envelope-from kensmith) Message-Id: <200801232016.m0NKGmbe083559@repoman.freebsd.org> From: Ken Smith Date: Wed, 23 Jan 2008 20:16:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/release/powerpc boot_crunch.conf src/release/sparc64 boot_crunch.conf ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:16:49 -0000 kensmith 2008-01-23 20:16:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/amd64 boot_crunch.conf release/i386 boot_crunch.conf release/ia64 boot_crunch.conf release/pc98 boot_crunch.conf release/powerpc boot_crunch.conf release/sparc64 boot_crunch.conf release/sun4v boot_crunch.conf Log: MFC: Add fsck_4.2bsd and fsck_ufs as hard links to fsck_ffs in /stand on the MFS image so that (for example) "fsck /dev/ad0s1a" will work. Without this you needed (for example) "fsck -t ffs /dev/ad0s1a" (or needed to run fsck_ffs instead of fsck). Versions being MFCed: 1.62 src/release/amd64/boot_crunch.conf 1.62 src/release/i386/boot_crunch.conf 1.12 src/release/ia64/boot_crunch.conf 1.63 src/release/pc98/boot_crunch.conf 1.5 src/release/powerpc/boot_crunch.conf 1.9 src/release/sparc64/boot_crunch.conf 1.2 src/release/sun4v/boot_crunch.conf Revision Changes Path 1.61.2.1 +2 -0 src/release/amd64/boot_crunch.conf 1.61.2.1 +2 -0 src/release/i386/boot_crunch.conf 1.11.2.1 +2 -0 src/release/ia64/boot_crunch.conf 1.62.2.1 +2 -0 src/release/pc98/boot_crunch.conf 1.4.2.1 +2 -0 src/release/powerpc/boot_crunch.conf 1.8.2.1 +2 -0 src/release/sparc64/boot_crunch.conf 1.1.2.1 +2 -0 src/release/sun4v/boot_crunch.conf From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:19:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76BDA16A417; Wed, 23 Jan 2008 20:19:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70F0B13C45A; Wed, 23 Jan 2008 20:19:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NKJImf083767; Wed, 23 Jan 2008 20:19:18 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NKJInp083766; Wed, 23 Jan 2008 20:19:18 GMT (envelope-from kensmith) Message-Id: <200801232019.m0NKJInp083766@repoman.freebsd.org> From: Ken Smith Date: Wed, 23 Jan 2008 20:19:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/release/powerpc boot_crunch.conf src/release/sparc64 boot_crunch.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:19:18 -0000 kensmith 2008-01-23 20:19:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/amd64 boot_crunch.conf release/i386 boot_crunch.conf release/ia64 boot_crunch.conf release/pc98 boot_crunch.conf release/powerpc boot_crunch.conf release/sparc64 boot_crunch.conf Log: MFC: Add fsck_4.2bsd and fsck_ufs as hard links to fsck_ffs in /stand on the MFS image so that (for example) "fsck /dev/ad0s1a" will work. Without this you needed (for example) "fsck -t ffs /dev/ad0s1a" (or needed to run fsck_ffs instead of fsck). Versions being MFCed: 1.62 src/release/amd64/boot_crunch.conf 1.62 src/release/i386/boot_crunch.conf 1.12 src/release/ia64/boot_crunch.conf 1.63 src/release/pc98/boot_crunch.conf 1.5 src/release/powerpc/boot_crunch.conf 1.9 src/release/sparc64/boot_crunch.conf 1.2 src/release/sun4v/boot_crunch.conf Revision Changes Path 1.59.2.2 +2 -0 src/release/amd64/boot_crunch.conf 1.59.2.2 +2 -0 src/release/i386/boot_crunch.conf 1.9.2.2 +2 -0 src/release/ia64/boot_crunch.conf 1.59.2.2 +2 -0 src/release/pc98/boot_crunch.conf 1.3.2.1 +2 -0 src/release/powerpc/boot_crunch.conf 1.7.2.1 +2 -0 src/release/sparc64/boot_crunch.conf From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:22:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F10B416A41B; Wed, 23 Jan 2008 20:22:48 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B452613C448; Wed, 23 Jan 2008 20:22:48 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NKMmlE084188; Wed, 23 Jan 2008 20:22:48 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NKMmHv084187; Wed, 23 Jan 2008 20:22:48 GMT (envelope-from kensmith) Message-Id: <200801232022.m0NKMmHv084187@repoman.freebsd.org> From: Ken Smith Date: Wed, 23 Jan 2008 20:22:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/release/powerpc boot_crunch.conf src/release/sparc64 boot_crunch.conf ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:22:49 -0000 kensmith 2008-01-23 20:22:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) release/amd64 boot_crunch.conf release/i386 boot_crunch.conf release/ia64 boot_crunch.conf release/pc98 boot_crunch.conf release/powerpc boot_crunch.conf release/sparc64 boot_crunch.conf release/sun4v boot_crunch.conf Log: MFC: Add fsck_4.2bsd and fsck_ufs as hard links to fsck_ffs in /stand on the MFS image so that (for example) "fsck /dev/ad0s1a" will work. Without this you needed (for example) "fsck -t ffs /dev/ad0s1a" (or needed to run fsck_ffs instead of fsck). Versions being MFCed: 1.62 src/release/amd64/boot_crunch.conf 1.62 src/release/i386/boot_crunch.conf 1.12 src/release/ia64/boot_crunch.conf 1.63 src/release/pc98/boot_crunch.conf 1.5 src/release/powerpc/boot_crunch.conf 1.9 src/release/sparc64/boot_crunch.conf 1.2 src/release/sun4v/boot_crunch.conf Approved by: re (bmah) Revision Changes Path 1.61.4.1 +2 -0 src/release/amd64/boot_crunch.conf 1.61.4.1 +2 -0 src/release/i386/boot_crunch.conf 1.11.4.1 +2 -0 src/release/ia64/boot_crunch.conf 1.62.4.1 +2 -0 src/release/pc98/boot_crunch.conf 1.4.4.1 +2 -0 src/release/powerpc/boot_crunch.conf 1.8.4.1 +2 -0 src/release/sparc64/boot_crunch.conf 1.1.4.1 +2 -0 src/release/sun4v/boot_crunch.conf From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:37:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9C8E16A41B; Wed, 23 Jan 2008 20:37:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E09813C442; Wed, 23 Jan 2008 20:37:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NKbiNg084761; Wed, 23 Jan 2008 20:37:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NKbiUT084760; Wed, 23 Jan 2008 20:37:44 GMT (envelope-from delphij) Message-Id: <200801232037.m0NKbiUT084760@repoman.freebsd.org> From: Xin LI Date: Wed, 23 Jan 2008 20:37:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/release/doc/zh_CN.GB2312/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:37:44 -0000 delphij 2008-01-23 20:37:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) release/doc/zh_CN.GB2312/relnotes article.sgml Log: MFen 1.1068.2.20.2.2 Approved by: re (kensmith) Revision Changes Path 1.1.2.2.2.2 +12 -1 src/release/doc/zh_CN.GB2312/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jan 23 20:58:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F48D16A46B; Wed, 23 Jan 2008 20:58:00 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E941513C4FA; Wed, 23 Jan 2008 20:57:59 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NKvxwJ002603; Wed, 23 Jan 2008 20:57:59 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NKvxq5002602; Wed, 23 Jan 2008 20:57:59 GMT (envelope-from des) Message-Id: <200801232057.m0NKvxq5002602@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 23 Jan 2008 20:57:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 20:58:00 -0000 des 2008-01-23 20:57:59 UTC FreeBSD src repository Modified files: lib/libfetch ftp.c Log: Fix a regression introduced in rev 1.99: replace fclose(f) with a comment explaining why f cannot possibly be a valid FILE * at this point. MFC after: 1 day Revision Changes Path 1.101 +5 -1 src/lib/libfetch/ftp.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 21:15:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A62916A41B; Wed, 23 Jan 2008 21:15:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 791A113C468; Wed, 23 Jan 2008 21:15:51 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NLFp1c005394; Wed, 23 Jan 2008 21:15:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NLFpFB005393; Wed, 23 Jan 2008 21:15:51 GMT (envelope-from rwatson) Message-Id: <200801232115.m0NLFpFB005393@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 21:15:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 21:15:51 -0000 rwatson 2008-01-23 21:15:51 UTC FreeBSD src repository Modified files: sys/netinet tcp_usrreq.c Log: tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), which while in principle a good idea, opened us up to a race inherrent to the syncache's direct insertion of incoming TCP connections into the "completed connection" listen queue, as it transpires that the socket is inserted before the inpcb is fully filled in by syncache_expand(). The bug manifested with the occasional returning of 0.0.0.0:0 in the address returned by the accept() system call, which occurred if accept managed to execute tcp_usr_accept() before syncache_expand() had copied the endpoint addresses into inpcb connection state. Re-add tcbinfo locking around the address copyout, which has the effect of delaying the copy until syncache_expand() has finished running, as it is run while the tcbinfo lock is held. This is undesirable in that it increases contention on tcbinfo further, but a more significant change will be required to how the syncache inserts new sockets in order to fix this and keep more granular locking here. In particular, either more state needs to be passed into sonewconn() so that pru_attach() can fill in the fields *before* the socket is inserted, or the socket needs to be inserted in the incomplete connection queue until it is actually ready to be used. Reported by: glebius (and kris) Tested by: glebius Revision Changes Path 1.167 +2 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 21:54:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323EF16A481 for ; Wed, 23 Jan 2008 21:54:06 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id B31FF13C45B for ; Wed, 23 Jan 2008 21:54:05 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 85219 invoked from network); 23 Jan 2008 21:15:26 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 23 Jan 2008 21:15:26 -0000 Message-ID: <4797B77E.2090605@freebsd.org> Date: Wed, 23 Jan 2008 22:54:06 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Mike Silbersack , kmacy@FreeBSD.org References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> In-Reply-To: <200711200656.lAK6u4bc021279@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 21:54:06 -0000 Mike Silbersack wrote: > silby 2007-11-20 06:56:04 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_syncache.c > Log: > Comment out the syncache's test which ensures that hosts which negotiate TCP > timestamps in the initial SYN packet actually use them in the rest of the > connection. Unfortunately, during the 7.0 testing cycle users have already > found network devices that violate this constraint. > > RFC 1323 states 'and may send a TSopt in other segments' rather than > 'and MUST send', so we must allow it. > > Discovered by: Rob Zietlow > Tracked down by: Kip Macy > PR: bin/118005 > > Revision Changes Path > 1.134 +6 -0 src/sys/netinet/tcp_syncache.c > > kmacy 2007-12-12 06:11:50 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_syncache.c > Log: > Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAY > be transmitted if negotiated. > > Revision Changes Path > 1.138 +1 -17 src/sys/netinet/tcp_syncache.c These changes and their rationale are not really correct. The citation from RFC1323 is grossly misrepresented. The partly cited sentence says that timestamps may only be transmitted if they were negotiated. It doesn't say that timestamps may or may not be sent after they were negotiated. In fact RFC1323 Section 3.2 explicitly states: "For simplicity and symmetry, we specify that timestamps always be sent and echoed in both directions." It is also the unchallenged consensus view of the IETF TCPM is that timestamps must be sent when negotiated [1]. It is not allowed to not include them when agreed so at SYN time. Any deviation of this is a violation of the RFC. Thus the test was correct and valid. OTOH the enforcement of this rule wasn't really there before and it may be argued that we've got a POLA violation here. A careful reading of the referenced PR bin/118005 and its audit trail do not support the conclusion that the enforcement is the root cause of the symptoms described. The submitter makes a clear distinction between inside and outside of his LAN. Inside everything continues to work just fine. It's outside of his LAN that certain machines can't establish connections to the upgraded machine. The cited outside machines are FreeBSD 6.2, OpenBSD 4.1 and Linux RHEL 4U4. All these operating systems correctly implement RFC1323 timestamps and do not omit them once negotiated. Hence it is very likely that the root cause is in some device along the path munging the packets in a non-RFC conform way. Perhaps a reverse-NAT gateway on his Internet gateway. Or some other packet rewriting system. The PR needs to reopened and the root cause properly inspected. Based on the rationale above I'd like to re-instate the test in HEAD because a) it is correct and b) even if disabled to serve as education for future readers of the SYN/SYN-ACK/ACK path. If the test has to remain disabled we should include a clear description including which systems and their revisions fail the test. Alternatively the test should be modified to disable sending of timestamps if this situation occurs as they are a pointless waste of bits anyway as they won't ever be returned back to us to measure anything. [1] http://www1.ietf.org/mail-archive/web/tcpm/current/msg02507.html and (many) following messages in that thread -- Andre Index: tcp_syncache.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/tcp_syncache.c,v retrieving revision 1.141 diff -u -p -r1.141 tcp_syncache.c --- tcp_syncache.c 19 Dec 2007 16:56:28 -0000 1.141 +++ tcp_syncache.c 23 Jan 2008 21:33:49 -0000 @@ -914,12 +914,41 @@ syncache_expand(struct in_conninfo *inc, goto failed; } + /* + * If timestamps were present in the SYN and we accepted + * them in our SYN|ACK RFC1323 Section 3.2 requires them + * to be present from now on. And vice versa. + */ + if ((sc->sc_flags & SCF_TIMESTAMP) && !(to->to_flags & TOF_TS)) { + if ((s = tcp_log_addrs(inc, th, NULL, NULL))) + log(LOG_DEBUG, "%s; %s: Timestamp missing, " + "segment rejected\n", s, __func__); +#ifdef TCP_BROKEN_TS + /* + * There appear to be non-conformant devices that + * negotiate timestamps but then fail to include + * them in every segment from then on. + * + * Evidence of this really happening is inconclusive + * and specific operating systems or firmware and their + * revisions are not known. + * + * For a work-around disable sending of timestamps + * as they become a pointless waste of bandwidth + * if we won't get them reflected back anyway. + */ + sc->sc_flags &= ~SCF_TIMESTAMP; +#else + goto failed; +#endif + } if (!(sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) { if ((s = tcp_log_addrs(inc, th, NULL, NULL))) log(LOG_DEBUG, "%s; %s: Timestamp not expected, " "segment rejected\n", s, __func__); goto failed; } + /* * If timestamps were negotiated the reflected timestamp * must be equal to what we actually sent in the SYN|ACK. From owner-cvs-src@FreeBSD.ORG Wed Jan 23 22:10:04 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 701BE16A468; Wed, 23 Jan 2008 22:10:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6F913C467; Wed, 23 Jan 2008 22:10:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8s) with ESMTP id 229508076-1834499 for multiple; Wed, 23 Jan 2008 17:11:10 -0500 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m0NM9vtg021630; Wed, 23 Jan 2008 17:10:00 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Yar Tikhiy Date: Wed, 23 Jan 2008 15:46:59 -0500 User-Agent: KMail/1.9.7 References: <200801172143.m0HLhCm8016953@repoman.freebsd.org> <200801171652.31546.jhb@freebsd.org> <20080123173307.GA27907@freefall.freebsd.org> In-Reply-To: <20080123173307.GA27907@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801231546.59937.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 23 Jan 2008 17:10:01 -0500 (EST) X-Virus-Scanned: ClamAV 0.91.2/5532/Wed Jan 23 16:08:36 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 22:10:04 -0000 On Wednesday 23 January 2008 12:33:07 pm Yar Tikhiy wrote: > On Thu, Jan 17, 2008 at 04:52:30PM -0500, John Baldwin wrote: > > On Thursday 17 January 2008 04:43:12 pm John Baldwin wrote: > > > jhb 2008-01-17 21:43:12 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c > > > Log: > > > Add a new 'add-kld ' command to kgdb to make it easier to analyze > > > crash dumps with kernel modules. The command is basically a wrapper > > > around add-symbol-file except that it uses the kernel linker data > > > structures and the ELF section headers of the kld to calculate the > > > section addresses add-symbol-file needs. > > > > Forgot to say: > > > > Tested on: i386, amd64 > > > > A sample run on i386: > > > > > sudo ./kgdb -c /usr/crash/vmcore.10 /boot/kernel/kernel > > ... > > crash: blow the kernel stack on purpose > > > > Fatal double fault: > > eip = 0xc05c6220 > > esp = 0xe61b0000 > > ebp = 0xe61b0018 > > panic: double fault > > KDB: enter: panic > > ... > > (kgdb) where > > #0 doadump () at pcpu.h:195 > > #1 0xc05d399c in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:417 > > #2 0xc05d3c0a in panic (fmt=Variable "fmt" is not available. > > ) at /usr/src/sys/kern/kern_shutdown.c:571 > > #3 0xc08115d9 in dblfault_handler () at /usr/src/sys/i386/i386/trap.c:927 > > #4 0xc05c6220 in mtx_pool_setup_dynamic () > > #5 0xc065e125 in arc4rand (ptr=0xe61b0168, len=4, reseed=0) > > at /usr/src/sys/libkern/arc4random.c:142 > > #6 0xc065e171 in arc4random () at /usr/src/sys/libkern/arc4random.c:150 > > #7 0xc3d43402 in ?? () > > #8 0xb15ac28c in ?? () > > #9 0x793b5626 in ?? () > > #10 0xe61b018c in ?? () > > #11 0xc3d43410 in ?? () > > #12 0xbc8e58bf in ?? () > > ... > > (kgdb) add-kld crash.ko > > add symbol table from file "/boot/modules/crash.ko.symbols" at > > .text_addr = 0xc3d416f0 > > .data_addr = 0xc3d44000 > > .bss_addr = 0xc3d44254 > > .rodata_addr = 0xc3d4364e > > Reading symbols from /boot/modules/crash.ko.symbols...done. > > Thank you! > > By the way, if there are a lot of modules to load, using asf(8) > might be a little easier: one needs to run asf once and then he > can source its output (written to .asf by default) into the kgdb > session. Just a little advertisment so that my work on asf(8) > doesn't fall into oblivion. :-) > > OTOH, I can imagine `add-all-klds' command for kgdb implemented in > a similar vein since there is a full list of loaded modules in the > core image. Actually, that is my next step is to make the kgdb auto-load all klds it can find on startup. asf(8) does work, but I find it a bit more work to have to use an external utility to do it, and potentially more confusing for users. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Jan 23 22:21:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A947716A419; Wed, 23 Jan 2008 22:21:36 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9153513C45D; Wed, 23 Jan 2008 22:21:36 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NMLa0W020184; Wed, 23 Jan 2008 22:21:36 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NMLa0Y020183; Wed, 23 Jan 2008 22:21:36 GMT (envelope-from ru) Message-Id: <200801232221.m0NMLa0Y020183@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 23 Jan 2008 22:21:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 22:21:36 -0000 ru 2008-01-23 22:21:36 UTC FreeBSD src repository Modified files: . Makefile.inc1 UPDATING Log: Support source upgrades from at least 6.0-RELEASE. Reviewed by: imp, obrien Revision Changes Path 1.596 +4 -0 src/Makefile.inc1 1.516 +2 -5 src/UPDATING From owner-cvs-src@FreeBSD.ORG Wed Jan 23 22:54:17 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA0C16A468 for ; Wed, 23 Jan 2008 22:54:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.228]) by mx1.freebsd.org (Postfix) with ESMTP id 7E20513C442 for ; Wed, 23 Jan 2008 22:54:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by qb-out-0506.google.com with SMTP id o24so304259qba.1 for ; Wed, 23 Jan 2008 14:54:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=R/pBjfZW92Bqn1Ps1V3arvAepPTY0y3rnJ19in3HC1g=; b=n2xvHHJ0dxER0TpViqhQDf6Oiqawga3IC1PdodAio5oF2ibfW+ve4LUVpNRUdM5gL663GGwDXkXUK+lpNx5p1vuU5VX25YlQFkX9ARucwAIT9mkWPSTwZ/UG8wpy4Z766FUyiSgBSSt0kxlyME9nSbkDS9tEuleoezmymImLsgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=K6BOY059S0zKoAcAZ2fNZFV63oxOPM78ebawO36sL8Q1VB45M7lDN9rY1OKx+ZJo7YA5CeceVBCq8+4qXvw3CkbDuYSelcqgOVF/qgAc6L7miU+c+uq3kcuvJyVRzAC52mxj2wh8H8BSLA8/f9bYKITjjM+BoriM+tITNQ79yPw= Received: by 10.65.250.11 with SMTP id c11mr21816425qbs.49.1201128044549; Wed, 23 Jan 2008 14:40:44 -0800 (PST) Received: from flosoft.no-ip.biz ( [67.85.89.184]) by mx.google.com with ESMTPS id e18sm8395769qba.27.2008.01.23.14.40.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jan 2008 14:40:44 -0800 (PST) Message-ID: <4797C269.7070507@gmail.com> Date: Wed, 23 Jan 2008 17:40:41 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20080121) MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200801232057.m0NKvxq5002602@repoman.freebsd.org> In-Reply-To: <200801232057.m0NKvxq5002602@repoman.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 22:54:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just writting to confirm the fix works on the orginial reported issue.... a stupid question what does MFC stand for? Dag-Erling Smorgrav wrote: > des 2008-01-23 20:57:59 UTC > > FreeBSD src repository > > Modified files: lib/libfetch ftp.c Log: Fix a regression > introduced in rev 1.99: replace fclose(f) with a comment explaining > why f cannot possibly be a valid FILE * at this point. > > MFC after: 1 day > > Revision Changes Path 1.101 +5 -1 > src/lib/libfetch/ftp.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" > - -- Aryeh M. Friedman FloSoft Systems, Java Tool Developers Developer, not business, friendly http://www.flosoft-systems.com "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHl8JoQi2hk2LEXBARAs6NAJ98dfUDffsoNl1b69uMehsCIu4l0QCg3kMJ NdRS3FcnLanF1uuwj3uxtKk= =4fXR -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Wed Jan 23 23:04:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09E316A421; Wed, 23 Jan 2008 23:04:26 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 71B9613C457; Wed, 23 Jan 2008 23:04:26 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.1/8.13.8) with ESMTP id m0NN4PU9014798; Wed, 23 Jan 2008 17:04:25 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.1/8.13.8/Submit) id m0NN4PHC014797; Wed, 23 Jan 2008 17:04:25 -0600 (CST) (envelope-from brooks) Date: Wed, 23 Jan 2008 17:04:25 -0600 From: Brooks Davis To: "Aryeh M. Friedman" Message-ID: <20080123230425.GB14264@lor.one-eyed-alien.net> References: <200801232057.m0NKvxq5002602@repoman.freebsd.org> <4797C269.7070507@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pd0ReVV5GZGQvF3a" Content-Disposition: inline In-Reply-To: <4797C269.7070507@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Wed, 23 Jan 2008 17:04:25 -0600 (CST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 23:04:27 -0000 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 23, 2008 at 05:40:41PM -0500, Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Just writting to confirm the fix works on the orginial reported > issue.... a stupid question what does MFC stand for? Merge From Current as googling for "what does MFC stand for freebsd" would tell you. -- Brooks > Dag-Erling Smorgrav wrote: > > des 2008-01-23 20:57:59 UTC > > > > FreeBSD src repository > > > > Modified files: lib/libfetch ftp.c Log: Fix a regression > > introduced in rev 1.99: replace fclose(f) with a comment explaining > > why f cannot possibly be a valid FILE * at this point. > > > > MFC after: 1 day > > > > Revision Changes Path 1.101 +5 -1 > > src/lib/libfetch/ftp.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" > > >=20 >=20 > - -- > Aryeh M. Friedman > FloSoft Systems, Java Tool Developers > Developer, not business, friendly > http://www.flosoft-systems.com >=20 > "Free software !=3D Free beer" >=20 > Blog: > =20 > http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/inde= x.php > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >=20 > iD8DBQFHl8JoQi2hk2LEXBARAs6NAJ98dfUDffsoNl1b69uMehsCIu4l0QCg3kMJ > NdRS3FcnLanF1uuwj3uxtKk=3D > =3D4fXR > -----END PGP SIGNATURE----- >=20 --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFHl8f4XY6L6fI4GtQRAvbKAJwJYXBH13ayqPXY29sFjaSCXpQ0OwCfVOBQ xJCMSwcNvzJhC94f+nD6HDI= =4Lm6 -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- From owner-cvs-src@FreeBSD.ORG Wed Jan 23 23:40:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F131616A421; Wed, 23 Jan 2008 23:40:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F2D5713C457; Wed, 23 Jan 2008 23:40:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NNeMkB029038; Wed, 23 Jan 2008 23:40:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NNeM5H029037; Wed, 23 Jan 2008 23:40:22 GMT (envelope-from rwatson) Message-Id: <200801232340.m0NNeM5H029037@repoman.freebsd.org> From: Robert Watson Date: Wed, 23 Jan 2008 23:40:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 23:40:23 -0000 rwatson 2008-01-23 23:40:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_usrreq.c Log: Merge tcp_usrreq.c:1.167 from HEAD to RELENG_7: tcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr_accept(), which while in principle a good idea, opened us up to a race inherrent to the syncache's direct insertion of incoming TCP connections into the "completed connection" listen queue, as it transpires that the socket is inserted before the inpcb is fully filled in by syncache_expand(). The bug manifested with the occasional returning of 0.0.0.0:0 in the address returned by the accept() system call, which occurred if accept managed to execute tcp_usr_accept() before syncache_expand() had copied the endpoint addresses into inpcb connection state. Re-add tcbinfo locking around the address copyout, which has the effect of delaying the copy until syncache_expand() has finished running, as it is run while the tcbinfo lock is held. This is undesirable in that it increases contention on tcbinfo further, but a more significant change will be required to how the syncache inserts new sockets in order to fix this and keep more granular locking here. In particular, either more state needs to be passed into sonewconn() so that pru_attach() can fill in the fields *before* the socket is inserted, or the socket needs to be inserted in the incomplete connection queue until it is actually ready to be used. Reported by: glebius (and kris) Tested by: glebius Approved: re (kensmith) Revision Changes Path 1.163.2.2 +2 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Wed Jan 23 23:40:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C521B16A476; Wed, 23 Jan 2008 23:40:50 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 91ACA13C4EB; Wed, 23 Jan 2008 23:40:50 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.2/8.14.2/NETPLEX) with ESMTP id m0NND7LL013702; Wed, 23 Jan 2008 18:13:07 -0500 (EST) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Wed, 23 Jan 2008 18:13:07 -0500 (EST) Date: Wed, 23 Jan 2008 18:13:07 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Brooks Davis In-Reply-To: <20080123230425.GB14264@lor.one-eyed-alien.net> Message-ID: References: <200801232057.m0NKvxq5002602@repoman.freebsd.org> <4797C269.7070507@gmail.com> <20080123230425.GB14264@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, "Aryeh M. Friedman" , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 23:40:50 -0000 On Wed, 23 Jan 2008, Brooks Davis wrote: > On Wed, Jan 23, 2008 at 05:40:41PM -0500, Aryeh M. Friedman wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Just writting to confirm the fix works on the orginial reported >> issue.... a stupid question what does MFC stand for? > > Merge From Current as googling for "what does MFC stand for freebsd" > would tell you. It's funny to think back years ago when I first started watching the commits. At first I thought MFC meant "minor f***ing change", as in WTF or RTFM. -- DE From owner-cvs-src@FreeBSD.ORG Thu Jan 24 00:02:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A71F516A418; Thu, 24 Jan 2008 00:02:57 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 54C9D13C442; Thu, 24 Jan 2008 00:02:57 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id E3CC82218A60; Thu, 24 Jan 2008 11:02:55 +1100 (EST) X-Viruscan-Id: <4797D5AF0000D5EFB567C2@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 94C0021B1A1D; Thu, 24 Jan 2008 11:02:55 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 4DD9922189FF; Thu, 24 Jan 2008 11:02:55 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id EE3FF356; Thu, 24 Jan 2008 11:02:54 +1100 (EST) Date: Thu, 24 Jan 2008 11:02:54 +1100 From: Edwin Groothuis To: Poul-Henning Kamp Message-ID: <20080124000254.GA67469@k7.mavetju> References: <200801180934.m0I9Yd8b097489@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801180934.m0I9Yd8b097489@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo leapseconds X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 00:02:57 -0000 On Fri, Jan 18, 2008 at 09:34:39AM +0000, Poul-Henning Kamp wrote: > phk 2008-01-18 09:34:39 UTC > > FreeBSD src repository > > Modified files: > share/zoneinfo leapseconds > Log: > Still no new leapseconds: Bulletin C-35 This would have been (and still will be) updated in the next tzdata release. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-src@FreeBSD.ORG Thu Jan 24 00:25:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E688816A419; Thu, 24 Jan 2008 00:25:55 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id BB3EE13C448; Thu, 24 Jan 2008 00:25:55 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 74B5317105; Thu, 24 Jan 2008 00:25:54 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.2/8.14.2) with ESMTP id m0O0Q0nY040950; Thu, 24 Jan 2008 00:26:01 GMT (envelope-from phk@critter.freebsd.dk) To: Edwin Groothuis From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 24 Jan 2008 11:02:54 +1100." <20080124000254.GA67469@k7.mavetju> Date: Thu, 24 Jan 2008 00:26:00 +0000 Message-ID: <40949.1201134360@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo leapseconds X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 00:25:56 -0000 In message <20080124000254.GA67469@k7.mavetju>, Edwin Groothuis writes: >On Fri, Jan 18, 2008 at 09:34:39AM +0000, Poul-Henning Kamp wrote: >> phk 2008-01-18 09:34:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> share/zoneinfo leapseconds >> Log: >> Still no new leapseconds: Bulletin C-35 > >This would have been (and still will be) updated in the next tzdata >release. Please understand that the information that _no_ leapsecond is going to happen is just as important as if we were told that a leapsecond was going to happen. Unless tzdata is going to updated at every bulletin C arrival, we need to handle this on ourselves. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Thu Jan 24 00:39:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602EC16A417; Thu, 24 Jan 2008 00:39:39 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B84413C442; Thu, 24 Jan 2008 00:39:39 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O0ddRV035276; Thu, 24 Jan 2008 00:39:39 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O0ddH4035275; Thu, 24 Jan 2008 00:39:39 GMT (envelope-from trhodes) Message-Id: <200801240039.m0O0ddH4035275@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 24 Jan 2008 00:39:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 xl.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 00:39:39 -0000 trhodes 2008-01-24 00:39:39 UTC FreeBSD src repository Modified files: share/man/man4 xl.4 Log: Add a diagnostic note about "transmission error ... tx underrun, increasing tx start threshold ..." Looking around on the mailing lists, and even having one of these cards I agree the messages should be documented. Bump doc date. PR: 88477 Revision Changes Path 1.39 +6 -1 src/share/man/man4/xl.4 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 01:06:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D26816A417; Thu, 24 Jan 2008 01:06:56 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE6313C468; Thu, 24 Jan 2008 01:06:56 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id D29ED2218805; Thu, 24 Jan 2008 12:06:54 +1100 (EST) X-Viruscan-Id: <4797E4AE00015EEEDA4E92@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id 96E4821B195A; Thu, 24 Jan 2008 12:06:54 +1100 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 3E5A12218800; Thu, 24 Jan 2008 12:06:54 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id E5E90356; Thu, 24 Jan 2008 12:06:52 +1100 (EST) Date: Thu, 24 Jan 2008 12:06:52 +1100 From: Edwin Groothuis To: Poul-Henning Kamp Message-ID: <20080124010652.GA68022@k7.mavetju> References: <20080124000254.GA67469@k7.mavetju> <40949.1201134360@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40949.1201134360@critter.freebsd.dk> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo leapseconds X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 01:06:56 -0000 On Thu, Jan 24, 2008 at 12:26:00AM +0000, Poul-Henning Kamp wrote: > In message <20080124000254.GA67469@k7.mavetju>, Edwin Groothuis writes: > >On Fri, Jan 18, 2008 at 09:34:39AM +0000, Poul-Henning Kamp wrote: > >> phk 2008-01-18 09:34:39 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> share/zoneinfo leapseconds > >> Log: > >> Still no new leapseconds: Bulletin C-35 > > > >This would have been (and still will be) updated in the next tzdata > >release. > > Please understand that the information that _no_ leapsecond is going > to happen is just as important as if we were told that a leapsecond > was going to happen. > > Unless tzdata is going to updated at every bulletin C arrival, we need > to handle this on ourselves. With the historical tracking of the tzdata files, I know that now and then the FreeBSD repository got out of sync with the vendor data. But if you look at the last six - nine months, you will see that it's much more in sync with the vendor branch within a shorter time. Leapseconds is one of the files from them, but due to the lack of a SCM repository for them I can't browse through it, but then the FreeBSD repository seems to have a lot of updates on it in it. Honestly, not that I worry that you updated it: it will give me a nice headsup to check for it at the next import. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-src@FreeBSD.ORG Thu Jan 24 04:58:38 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C62816A469 for ; Thu, 24 Jan 2008 04:58:38 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 298B013C474 for ; Thu, 24 Jan 2008 04:58:37 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so155383waf.3 for ; Wed, 23 Jan 2008 20:58:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=XLORr7pSylHTUwMBDn2I5Z65D54Y3yuIXuWEZ4QGu1U=; b=B5jp+YrVYcsDjq1qICXM+65aw38QHKppBJ7QrZX8dpndz5DT5GmjwxFv47cSQMqwcOh1Q/Ah7EyixONLXQGPR9m/Kw6yhsas651c7wO1lned+fwA1GOpdy91pUjyuxixLuqL1mLvVxJybpqmAAcgEAsy5fAoh0XHWRFn2lcqUuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NiWNptKQDagx91O89sysM4/8NHOjXGHHu8HR/Bnjsr20DGEOH/1f1CI0S7Rh0vVX8MycsD4wK3bj/jmZ6CyansYzp3goQN+EZTB6HQh55kMYCG9vmtTv+FAKMd4C1rUj5ShemeRalp2Y21ZVV+ZCPxGkKCFPXGCq9sft9PQZf2s= Received: by 10.114.161.11 with SMTP id j11mr242497wae.127.1201150717563; Wed, 23 Jan 2008 20:58:37 -0800 (PST) Received: by 10.114.255.16 with HTTP; Wed, 23 Jan 2008 20:58:37 -0800 (PST) Message-ID: Date: Wed, 23 Jan 2008 20:58:37 -0800 From: "Kip Macy" To: "Andre Oppermann" In-Reply-To: <4797B77E.2090605@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> Cc: Mike Silbersack , kmacy@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 04:58:38 -0000 Did you talk to the original submitter? Note that FreeBSD's TCP stack is for use in servers and is not intending as a validating TCP stack. If you would like it to serve as such you would better served by tracking down the ANVL tests that FreeBSD fails. Also note that there is no MUST in the following sentence: "For simplicity and symmetry, we specify that timestamps always be sent and echoed in both directions." So it is clearly open to interpretation. -Kip On Jan 23, 2008 1:54 PM, Andre Oppermann wrote: > > Mike Silbersack wrote: > > silby 2007-11-20 06:56:04 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet tcp_syncache.c > > Log: > > Comment out the syncache's test which ensures that hosts which negotiate TCP > > timestamps in the initial SYN packet actually use them in the rest of the > > connection. Unfortunately, during the 7.0 testing cycle users have already > > found network devices that violate this constraint. > > > > RFC 1323 states 'and may send a TSopt in other segments' rather than > > 'and MUST send', so we must allow it. > > > > Discovered by: Rob Zietlow > > Tracked down by: Kip Macy > > PR: bin/118005 > > > > Revision Changes Path > > 1.134 +6 -0 src/sys/netinet/tcp_syncache.c > > > > kmacy 2007-12-12 06:11:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet tcp_syncache.c > > Log: > > Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAY > > be transmitted if negotiated. > > > > Revision Changes Path > > 1.138 +1 -17 src/sys/netinet/tcp_syncache.c > > These changes and their rationale are not really correct. The citation > from RFC1323 is grossly misrepresented. The partly cited sentence says > that timestamps may only be transmitted if they were negotiated. It > doesn't say that timestamps may or may not be sent after they were > negotiated. In fact RFC1323 Section 3.2 explicitly states: "For > simplicity and symmetry, we specify that timestamps always be sent > and echoed in both directions." It is also the unchallenged consensus > view of the IETF TCPM is that timestamps must be sent when negotiated > [1]. It is not allowed to not include them when agreed so at SYN time. > Any deviation of this is a violation of the RFC. Thus the test was > correct and valid. > > OTOH the enforcement of this rule wasn't really there before and it > may be argued that we've got a POLA violation here. A careful reading > of the referenced PR bin/118005 and its audit trail do not support the > conclusion that the enforcement is the root cause of the symptoms > described. The submitter makes a clear distinction between inside and > outside of his LAN. Inside everything continues to work just fine. > It's outside of his LAN that certain machines can't establish > connections to the upgraded machine. The cited outside machines are > FreeBSD 6.2, OpenBSD 4.1 and Linux RHEL 4U4. All these operating > systems correctly implement RFC1323 timestamps and do not omit them > once negotiated. Hence it is very likely that the root cause is in > some device along the path munging the packets in a non-RFC conform > way. Perhaps a reverse-NAT gateway on his Internet gateway. Or some > other packet rewriting system. The PR needs to reopened and the root > cause properly inspected. > > Based on the rationale above I'd like to re-instate the test in HEAD > because a) it is correct and b) even if disabled to serve as education > for future readers of the SYN/SYN-ACK/ACK path. If the test has to > remain disabled we should include a clear description including which > systems and their revisions fail the test. Alternatively the test > should be modified to disable sending of timestamps if this situation > occurs as they are a pointless waste of bits anyway as they won't ever > be returned back to us to measure anything. > > > [1] http://www1.ietf.org/mail-archive/web/tcpm/current/msg02507.html > and (many) following messages in that thread > > -- > Andre > > Index: tcp_syncache.c > =================================================================== > RCS file: /home/ncvs/src/sys/netinet/tcp_syncache.c,v > retrieving revision 1.141 > diff -u -p -r1.141 tcp_syncache.c > --- tcp_syncache.c 19 Dec 2007 16:56:28 -0000 1.141 > +++ tcp_syncache.c 23 Jan 2008 21:33:49 -0000 > @@ -914,12 +914,41 @@ syncache_expand(struct in_conninfo *inc, > goto failed; > } > > + /* > + * If timestamps were present in the SYN and we accepted > + * them in our SYN|ACK RFC1323 Section 3.2 requires them > + * to be present from now on. And vice versa. > + */ > + if ((sc->sc_flags & SCF_TIMESTAMP) && !(to->to_flags & TOF_TS)) { > + if ((s = tcp_log_addrs(inc, th, NULL, NULL))) > + log(LOG_DEBUG, "%s; %s: Timestamp missing, " > + "segment rejected\n", s, __func__); > +#ifdef TCP_BROKEN_TS > + /* > + * There appear to be non-conformant devices that > + * negotiate timestamps but then fail to include > + * them in every segment from then on. > + * > + * Evidence of this really happening is inconclusive > + * and specific operating systems or firmware and their > + * revisions are not known. > + * > + * For a work-around disable sending of timestamps > + * as they become a pointless waste of bandwidth > + * if we won't get them reflected back anyway. > + */ > + sc->sc_flags &= ~SCF_TIMESTAMP; > +#else > + goto failed; > +#endif > + } > if (!(sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) { > if ((s = tcp_log_addrs(inc, th, NULL, NULL))) > log(LOG_DEBUG, "%s; %s: Timestamp not expected, " > "segment rejected\n", s, __func__); > goto failed; > } > + > /* > * If timestamps were negotiated the reflected timestamp > * must be equal to what we actually sent in the SYN|ACK. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Thu Jan 24 05:47:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE26F16A421; Thu, 24 Jan 2008 05:47:59 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA66713C448; Thu, 24 Jan 2008 05:47:59 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O5lxHP078830; Thu, 24 Jan 2008 05:47:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O5lxN9078829; Thu, 24 Jan 2008 05:47:59 GMT (envelope-from brueffer) Message-Id: <200801240547.m0O5lxN9078829@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 24 Jan 2008 05:47:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 05:48:00 -0000 brueffer 2008-01-24 05:47:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man7 ports.7 Log: MFC: rev. 1.65 Document the 'maintainer' target. Revision Changes Path 1.61.2.2 +3 -1 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 05:48:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24ABA16A41B; Thu, 24 Jan 2008 05:48:56 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE9513C455; Thu, 24 Jan 2008 05:48:56 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O5mtub078880; Thu, 24 Jan 2008 05:48:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O5mtOh078879; Thu, 24 Jan 2008 05:48:55 GMT (envelope-from brueffer) Message-Id: <200801240548.m0O5mtOh078879@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 24 Jan 2008 05:48:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 05:48:56 -0000 brueffer 2008-01-24 05:48:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man7 ports.7 Log: MFC: rev. 1.65 Document the 'maintainer' target. Revision Changes Path 1.50.2.8 +3 -1 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 05:55:27 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2761D16A417; Thu, 24 Jan 2008 05:55:27 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id 71B2913C455; Thu, 24 Jan 2008 05:55:26 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.4) with ESMTP id m0O5ZYtn067981; Thu, 24 Jan 2008 08:35:34 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.4/Submit) id m0O5ZXWt067980; Thu, 24 Jan 2008 08:35:33 +0300 (MSK) (envelope-from yar) Date: Thu, 24 Jan 2008 08:35:33 +0300 From: Yar Tikhiy To: John Baldwin Message-ID: <20080124053533.GA59743@comp.chem.msu.su> References: <200801172143.m0HLhCm8016953@repoman.freebsd.org> <200801171652.31546.jhb@freebsd.org> <20080123173307.GA27907@freefall.freebsd.org> <200801231546.59937.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801231546.59937.jhb@freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 05:55:27 -0000 On Wed, Jan 23, 2008 at 03:46:59PM -0500, John Baldwin wrote: > On Wednesday 23 January 2008 12:33:07 pm Yar Tikhiy wrote: > > On Thu, Jan 17, 2008 at 04:52:30PM -0500, John Baldwin wrote: > > > On Thursday 17 January 2008 04:43:12 pm John Baldwin wrote: > > > > jhb 2008-01-17 21:43:12 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > gnu/usr.bin/gdb/kgdb kgdb.h main.c trgt.c > > > > Log: > > > > Add a new 'add-kld ' command to kgdb to make it easier to analyze > > > > crash dumps with kernel modules. The command is basically a wrapper > > > > around add-symbol-file except that it uses the kernel linker data > > > > structures and the ELF section headers of the kld to calculate the > > > > section addresses add-symbol-file needs. > > > > > > Forgot to say: > > > > > > Tested on: i386, amd64 > > > > > > A sample run on i386: > > > > > > > sudo ./kgdb -c /usr/crash/vmcore.10 /boot/kernel/kernel > > > ... > > > crash: blow the kernel stack on purpose > > > > > > Fatal double fault: > > > eip = 0xc05c6220 > > > esp = 0xe61b0000 > > > ebp = 0xe61b0018 > > > panic: double fault > > > KDB: enter: panic > > > ... > > > (kgdb) where > > > #0 doadump () at pcpu.h:195 > > > #1 0xc05d399c in boot (howto=260) > at /usr/src/sys/kern/kern_shutdown.c:417 > > > #2 0xc05d3c0a in panic (fmt=Variable "fmt" is not available. > > > ) at /usr/src/sys/kern/kern_shutdown.c:571 > > > #3 0xc08115d9 in dblfault_handler () at /usr/src/sys/i386/i386/trap.c:927 > > > #4 0xc05c6220 in mtx_pool_setup_dynamic () > > > #5 0xc065e125 in arc4rand (ptr=0xe61b0168, len=4, reseed=0) > > > at /usr/src/sys/libkern/arc4random.c:142 > > > #6 0xc065e171 in arc4random () at /usr/src/sys/libkern/arc4random.c:150 > > > #7 0xc3d43402 in ?? () > > > #8 0xb15ac28c in ?? () > > > #9 0x793b5626 in ?? () > > > #10 0xe61b018c in ?? () > > > #11 0xc3d43410 in ?? () > > > #12 0xbc8e58bf in ?? () > > > ... > > > (kgdb) add-kld crash.ko > > > add symbol table from file "/boot/modules/crash.ko.symbols" at > > > .text_addr = 0xc3d416f0 > > > .data_addr = 0xc3d44000 > > > .bss_addr = 0xc3d44254 > > > .rodata_addr = 0xc3d4364e > > > Reading symbols from /boot/modules/crash.ko.symbols...done. > > > > Thank you! > > > > By the way, if there are a lot of modules to load, using asf(8) > > might be a little easier: one needs to run asf once and then he > > can source its output (written to .asf by default) into the kgdb > > session. Just a little advertisment so that my work on asf(8) > > doesn't fall into oblivion. :-) > > > > OTOH, I can imagine `add-all-klds' command for kgdb implemented in > > a similar vein since there is a full list of loaded modules in the > > core image. > > Actually, that is my next step is to make the kgdb auto-load all klds it can > find on startup. asf(8) does work, but I find it a bit more work to have to > use an external utility to do it, and potentially more confusing for users. Of course, asf(8) is inferior to auto-loading by kgdb. asf(8) did its job for me already, so I won't mind if it is retired now and replaced by the better solution. It's just what is called progress. Many thanks for your work in this area! If it were assigned to a lazy person like me, people would have to use asf(8) forever. :-) -- Yar From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:03:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2295B16A418; Thu, 24 Jan 2008 07:03:22 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00DD013C442; Thu, 24 Jan 2008 07:03:22 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O73LOj085489; Thu, 24 Jan 2008 07:03:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O73Ldn085488; Thu, 24 Jan 2008 07:03:21 GMT (envelope-from ru) Message-Id: <200801240703.m0O73Ldn085488@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:03:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.own.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 07:03:22 -0000 ru 2008-01-24 07:03:21 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Cosmetique: sort the list. Revision Changes Path 1.73 +2 -2 src/share/mk/bsd.own.mk From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:04:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0564416A420; Thu, 24 Jan 2008 07:04:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7E2B13C442; Thu, 24 Jan 2008 07:04:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O74C7R085542; Thu, 24 Jan 2008 07:04:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O74Cep085541; Thu, 24 Jan 2008 07:04:12 GMT (envelope-from ru) Message-Id: <200801240704.m0O74Cep085541@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:04:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d hostid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 07:04:13 -0000 ru 2008-01-24 07:04:12 UTC FreeBSD src repository Modified files: etc/rc.d hostid Log: Shorter equivalent of the command. Revision Changes Path 1.8 +1 -1 src/etc/rc.d/hostid From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:11:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3087916A418; Thu, 24 Jan 2008 07:11:30 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E95E13C448; Thu, 24 Jan 2008 07:11:30 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O7BTl1085900; Thu, 24 Jan 2008 07:11:29 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O7BTsP085899; Thu, 24 Jan 2008 07:11:29 GMT (envelope-from brueffer) Message-Id: <200801240711.m0O7BTsP085899@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 24 Jan 2008 07:11:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:11:30 -0000 brueffer 2008-01-24 07:11:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) share/man/man7 ports.7 Log: MFC: rev. 1.65 Document the 'maintainer' target. Approved by: re (kensmith) Revision Changes Path 1.61.4.2 +3 -1 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:24:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F06416A41B; Thu, 24 Jan 2008 07:24:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0EE13C457; Thu, 24 Jan 2008 07:24:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O7OVsf089500; Thu, 24 Jan 2008 07:24:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O7OUdq089499; Thu, 24 Jan 2008 07:24:30 GMT (envelope-from ru) Message-Id: <200801240724.m0O7OUdq089499@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:24:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fstat/zfs Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:24:31 -0000 ru 2008-01-24 07:24:30 UTC FreeBSD src repository Modified files: usr.bin/fstat/zfs Makefile Log: Style. Revision Changes Path 1.3 +2 -2 src/usr.bin/fstat/zfs/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:25:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC9316A41A; Thu, 24 Jan 2008 07:25:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3E813C469; Thu, 24 Jan 2008 07:25:13 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O7PD9H089632; Thu, 24 Jan 2008 07:25:13 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O7PDRT089631; Thu, 24 Jan 2008 07:25:13 GMT (envelope-from ru) Message-Id: <200801240725.m0O7PDRT089631@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:25:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fstat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:25:13 -0000 ru 2008-01-24 07:25:13 UTC FreeBSD src repository Modified files: usr.bin/fstat Makefile Log: Flag a hack. Revision Changes Path 1.11 +2 -1 src/usr.bin/fstat/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:26:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB8F316A418; Thu, 24 Jan 2008 07:26:53 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A91A313C458; Thu, 24 Jan 2008 07:26:53 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O7QrPV089835; Thu, 24 Jan 2008 07:26:53 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O7QrQn089834; Thu, 24 Jan 2008 07:26:53 GMT (envelope-from scottl) Message-Id: <200801240726.m0O7QrQn089834@repoman.freebsd.org> From: Scott Long Date: Thu, 24 Jan 2008 07:26:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/amr amr.c amrreg.h amrvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:26:53 -0000 scottl 2008-01-24 07:26:53 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amrreg.h amrvar.h Log: Many improvements that have been collected over time: - Improve error handling for load operations. - Fix a memory corruption bug when using certain linux management apps. - Allocate all commands up front to avoid OOM deadlocks later on. Revision Changes Path 1.85 +111 -27 src/sys/dev/amr/amr.c 1.11 +9 -0 src/sys/dev/amr/amrreg.h 1.35 +26 -16 src/sys/dev/amr/amrvar.h From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:34:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FC4116A41B for ; Thu, 24 Jan 2008 07:34:27 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.freebsd.org (Postfix) with SMTP id 9640C13C4CC for ; Thu, 24 Jan 2008 07:34:26 +0000 (UTC) (envelope-from silby@silby.com) Received: (qmail 36376 invoked from network); 24 Jan 2008 07:07:45 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 24 Jan 2008 07:07:45 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 24 Jan 2008 01:07:44 -0600 (CST) From: Mike Silbersack To: Andre Oppermann In-Reply-To: <4797B77E.2090605@freebsd.org> Message-ID: <20080124005006.D93697@odysseus.silby.com> References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Mike Silbersack , kmacy@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:34:27 -0000 On Wed, 23 Jan 2008, Andre Oppermann wrote: > OTOH the enforcement of this rule wasn't really there before and it > may be argued that we've got a POLA violation here. A careful reading That's exactly the point. We were not enforcing timestamps since... whenever the RFC1323 code went in. Then we start enforcing them, and start getting bug reports while we're still in the beta phase. That indicates to me that we would've been likely to see many reports as time went on. If you want to put the check back in, but hide it behind a sysctl that is disabled by default, that would be ok with me. I'm not generally opposed to security improvements that only affect edge cases... but being unable to connect is not an edge case! -Mike From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:43:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3286016A418; Thu, 24 Jan 2008 07:43:10 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCE313C459; Thu, 24 Jan 2008 07:43:10 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O7h995093783; Thu, 24 Jan 2008 07:43:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O7h9uu093782; Thu, 24 Jan 2008 07:43:09 GMT (envelope-from ru) Message-Id: <200801240743.m0O7h9uu093782@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:43:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/csu Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:43:10 -0000 ru 2008-01-24 07:43:09 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: Remove one more alpha leftover. Revision Changes Path 1.28 +1 -1 src/gnu/lib/csu/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 07:50:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0E1316A421; Thu, 24 Jan 2008 07:50:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEA8413C461; Thu, 24 Jan 2008 07:50:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O7oCC8095540; Thu, 24 Jan 2008 07:50:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O7oCEx095539; Thu, 24 Jan 2008 07:50:12 GMT (envelope-from ru) Message-Id: <200801240750.m0O7oCEx095539@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 07:50:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/netstat inet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 07:50:12 -0000 ru 2008-01-24 07:50:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/netstat inet.c Log: MFC: 1.79: Fix printing of the number of syncache entries added. Revision Changes Path 1.78.2.1 +2 -2 src/usr.bin/netstat/inet.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 08:07:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C17E16A419; Thu, 24 Jan 2008 08:07:52 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 67B5413C468; Thu, 24 Jan 2008 08:07:52 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O87q8D099041; Thu, 24 Jan 2008 08:07:52 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O87qPg099038; Thu, 24 Jan 2008 08:07:52 GMT (envelope-from des) Message-Id: <200801240807.m0O87qPg099038@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Jan 2008 08:07:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libfetch ftp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 08:07:52 -0000 des 2008-01-24 08:07:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libfetch ftp.c Log: MFC: (1.101) replace fclose() with comment explaining why it's incorrect. Approved by: re (kensmith) Revision Changes Path 1.96.2.2 +5 -1 src/lib/libfetch/ftp.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 08:14:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CF2716A417; Thu, 24 Jan 2008 08:14:39 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79C9013C47E; Thu, 24 Jan 2008 08:14:39 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O8EdE8000240; Thu, 24 Jan 2008 08:14:39 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O8EdnQ000236; Thu, 24 Jan 2008 08:14:39 GMT (envelope-from bz) Message-Id: <200801240814.m0O8EdnQ000236@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 24 Jan 2008 08:14:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 08:14:39 -0000 bz 2008-01-24 08:14:39 UTC FreeBSD src repository Modified files: sys/netinet in.c Log: Differentiate between addifaddr and delifaddr for the privilege check. Reviewed by: rwatson MFC after: 2 weeks Revision Changes Path 1.103 +2 -1 src/sys/netinet/in.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 08:17:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45D0B16A419; Thu, 24 Jan 2008 08:17:18 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2C313C46A; Thu, 24 Jan 2008 08:17:18 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O8HITB000411; Thu, 24 Jan 2008 08:17:18 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O8HIDe000410; Thu, 24 Jan 2008 08:17:18 GMT (envelope-from des) Message-Id: <200801240817.m0O8HIDe000410@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Jan 2008 08:17:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libfetch Makefile common.c common.h fetch.3 fetch.c file.c ftp.c http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 08:17:18 -0000 des 2008-01-24 08:17:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libfetch Makefile common.c common.h fetch.3 fetch.c file.c ftp.c http.c Log: MFC: namespace pollution cleanup, NO_PROXY support Revision Changes Path 1.44.2.2 +16 -9 src/lib/libfetch/Makefile 1.50.2.1 +100 -50 src/lib/libfetch/common.c 1.28.2.1 +27 -26 src/lib/libfetch/common.h 1.60.2.3 +17 -11 src/lib/libfetch/fetch.3 1.38.2.1 +15 -15 src/lib/libfetch/fetch.c 1.17.2.1 +10 -10 src/lib/libfetch/file.c 1.91.2.3 +140 -128 src/lib/libfetch/ftp.c 1.76.2.3 +114 -109 src/lib/libfetch/http.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 08:17:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D272616A41A; Thu, 24 Jan 2008 08:17:50 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF3AB13C455; Thu, 24 Jan 2008 08:17:50 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O8Hoth000445; Thu, 24 Jan 2008 08:17:50 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O8HoKY000444; Thu, 24 Jan 2008 08:17:50 GMT (envelope-from des) Message-Id: <200801240817.m0O8HoKY000444@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Jan 2008 08:17:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 08:17:50 -0000 des 2008-01-24 08:17:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/fetch fetch.1 Log: MFC: document environment variables. Revision Changes Path 1.66.2.2 +19 -9 src/usr.bin/fetch/fetch.1 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 08:20:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CC3F16A417; Thu, 24 Jan 2008 08:20:26 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EDD2113C4E9; Thu, 24 Jan 2008 08:20:25 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O8KP3h000724; Thu, 24 Jan 2008 08:20:25 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O8KPD5000723; Thu, 24 Jan 2008 08:20:25 GMT (envelope-from des) Message-Id: <200801240820.m0O8KPD5000723@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 24 Jan 2008 08:20:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libfetch Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 08:20:26 -0000 des 2008-01-24 08:20:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libfetch Makefile Log: Previous commit included changes which are invalid for RELENG_6. Revision Changes Path 1.44.2.3 +3 -10 src/lib/libfetch/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 08:25:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA5B16A417; Thu, 24 Jan 2008 08:25:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE00013C455; Thu, 24 Jan 2008 08:25:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O8PxbW001024; Thu, 24 Jan 2008 08:25:59 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O8PxG4001023; Thu, 24 Jan 2008 08:25:59 GMT (envelope-from bz) Message-Id: <200801240825.m0O8PxG4001023@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 24 Jan 2008 08:25:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_jail.c src/sys/netinet ip_options.c src/sys/netinet6 in6.c ip6_output.c ip6_var.h raw_ip6.c udp6_usrreq.c src/sys/sys priv.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 08:26:00 -0000 bz 2008-01-24 08:25:59 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c sys/netinet ip_options.c sys/netinet6 in6.c ip6_output.c ip6_var.h raw_ip6.c udp6_usrreq.c sys/sys priv.h Log: Replace the last susers calls in netinet6/ with privilege checks. Introduce a new privilege allowing to set certain IP header options (hop-by-hop, routing headers). Leave a few comments to be addressed later. Reviewed by: rwatson (older version, before addressing his comments) Revision Changes Path 1.75 +6 -0 src/sys/kern/kern_jail.c 1.8 +1 -0 src/sys/netinet/ip_options.c 1.78 +10 -10 src/sys/netinet6/in6.c 1.113 +75 -44 src/sys/netinet6/ip6_output.c 1.41 +1 -1 src/sys/netinet6/ip6_var.h 1.76 +4 -7 src/sys/netinet6/raw_ip6.c 1.85 +1 -6 src/sys/netinet6/udp6_usrreq.c 1.18 +1 -0 src/sys/sys/priv.h From owner-cvs-src@FreeBSD.ORG Thu Jan 24 09:46:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE49516A419; Thu, 24 Jan 2008 09:46:05 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B30E213C4CE; Thu, 24 Jan 2008 09:46:05 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0O9k5fE017271; Thu, 24 Jan 2008 09:46:05 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0O9k5OF017270; Thu, 24 Jan 2008 09:46:05 GMT (envelope-from trhodes) Message-Id: <200801240946.m0O9k5OF017270@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 24 Jan 2008 09:46:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/ntp Makefile src/usr.sbin/ntp/doc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 09:46:05 -0000 trhodes 2008-01-24 09:46:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ntp Makefile usr.sbin/ntp/doc Makefile Log: MFC: : ru 2006-03-15 11:17:31 UTC : : FreeBSD src repository : : Modified files: : usr.sbin/ntp Makefile : usr.sbin/ntp/doc Makefile : Log: : If we don't want HTML docs, we might still want manpages. : If we don't want manpages, we might still want HTML docs. : : Revision Changes Path : 1.12 +0 -3 src/usr.sbin/ntp/Makefile : 1.12 +2 -0 src/usr.sbin/ntp/doc/Makefile PR: 118261 Revision Changes Path 1.11.2.1 +0 -3 src/usr.sbin/ntp/Makefile 1.11.2.2 +2 -0 src/usr.sbin/ntp/doc/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 10:57:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1F0C16A46C for ; Thu, 24 Jan 2008 10:57:41 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id E9E0813C505 for ; Thu, 24 Jan 2008 10:57:40 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 98676 invoked from network); 24 Jan 2008 10:18:55 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Jan 2008 10:18:55 -0000 Message-ID: <47986F27.10401@freebsd.org> Date: Thu, 24 Jan 2008 11:57:43 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Mike Silbersack References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> <20080124005006.D93697@odysseus.silby.com> In-Reply-To: <20080124005006.D93697@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Mike Silbersack , kmacy@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 10:57:41 -0000 Mike Silbersack wrote: > > On Wed, 23 Jan 2008, Andre Oppermann wrote: > >> OTOH the enforcement of this rule wasn't really there before and it >> may be argued that we've got a POLA violation here. A careful reading > > That's exactly the point. We were not enforcing timestamps since... > whenever the RFC1323 code went in. Then we start enforcing them, and > start getting bug reports while we're still in the beta phase. That > indicates to me that we would've been likely to see many reports as time > went on. I'm complaining about not fixing or modifying the test. The rationale and comments to the change are not correct and a different fix would be more appropriate. > If you want to put the check back in, but hide it behind a sysctl that > is disabled by default, that would be ok with me. The check is fine. However in the edge case it should not cause the connection to be aborted but it should disable timestamps locally. There is no point in sending them if they do not get returned. > I'm not generally opposed to security improvements that only affect edge > cases... but being unable to connect is not an edge case! Fully agreed. I'll reopen the PR and follow up with the originator to do some further analysis. All operating system he cites that were unable to connect correctly send timestamps and do not stop after the SYN phase. So there must be something else at play here. Have you received or heart of any *other* reports that may be related to the timestamp check? -- Andre From owner-cvs-src@FreeBSD.ORG Thu Jan 24 10:58:18 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C362316A46C for ; Thu, 24 Jan 2008 10:58:18 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1707713C4D3 for ; Thu, 24 Jan 2008 10:58:17 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 98697 invoked from network); 24 Jan 2008 10:19:32 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Jan 2008 10:19:32 -0000 Message-ID: <47986F4D.6070208@freebsd.org> Date: Thu, 24 Jan 2008 11:58:21 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Kip Macy References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Mike Silbersack , kmacy@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 10:58:18 -0000 Kip Macy wrote: > Did you talk to the original submitter? Note that FreeBSD's TCP stack > is for use in servers and is not intending as a validating TCP stack. > If you would like it to serve as such you would better served by > tracking down the ANVL tests that FreeBSD fails. Also note that there > is no MUST in the following sentence: > > > "For simplicity and symmetry, we specify that > timestamps always be sent and echoed in both directions." > > So it is clearly open to interpretation. No, it is not. RFC1323 was written in 1992 before RFCs contained the boiler plate definition of MUST, SHOULD, MAY and so on. I, at least as a non-native English speaker, find the sentence perfectly clear and without any doubt. The IETF TCPM working group comes to the same conclusion. And I suppose many native English speakers too. Despite that arguing over whether "always" lacks a "MUST" to make it really always always and never not you cited the wrong part of RFC1323 as reason to completely remove the check. That's what I'm complaining about. Everyone in FreeBSD, including you and me, should at least provide the correct citation and rationale for any code change irrespective of the eventual merit of the change itself which is a separate issue. -- Andre From owner-cvs-src@FreeBSD.ORG Thu Jan 24 11:21:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F92D16A419; Thu, 24 Jan 2008 11:21:55 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3413013C447; Thu, 24 Jan 2008 11:21:55 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OBLt9b030187; Thu, 24 Jan 2008 11:21:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OBLtRw030186; Thu, 24 Jan 2008 11:21:55 GMT (envelope-from pjd) Message-Id: <200801241121.m0OBLtRw030186@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 24 Jan 2008 11:21:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/opensolaris/kern opensolaris_kmem.c src/sys/compat/opensolaris/sys kmem.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 11:21:55 -0000 pjd 2008-01-24 11:21:54 UTC FreeBSD src repository Modified files: sys/compat/opensolaris/kern opensolaris_kmem.c sys/compat/opensolaris/sys kmem.h Log: Change type of kmem_used() and kmem_size() functions to uint64_t, so it doesn't overflow in arc.c in this check: if (kmem_used() > (kmem_size() * 4) / 5) return (1); With this bug ZFS almost doesn't cache. Only 32bit machines are affected that have vm.kmem_size set to values >=1GB. Reported by: David Taylor Revision Changes Path 1.3 +5 -5 src/sys/compat/opensolaris/kern/opensolaris_kmem.c 1.4 +3 -3 src/sys/compat/opensolaris/sys/kmem.h From owner-cvs-src@FreeBSD.ORG Thu Jan 24 11:24:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 849A916A47E; Thu, 24 Jan 2008 11:24:16 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 607A613C447; Thu, 24 Jan 2008 11:24:16 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OBOGb5030294; Thu, 24 Jan 2008 11:24:16 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OBOGjr030293; Thu, 24 Jan 2008 11:24:16 GMT (envelope-from pjd) Message-Id: <200801241124.m0OBOGjr030293@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 24 Jan 2008 11:24:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs arc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 11:24:16 -0000 pjd 2008-01-24 11:24:16 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs arc.c Log: - Reduce how much ZFS caches by default. This is another change to mitigate 'kmem_map too small panics'. - Print two warnings if there is not enough memory and not enough address space. - Improve comment. Revision Changes Path 1.14 +5 -4 src/sys/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 11:58:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 285FC16A419; Thu, 24 Jan 2008 11:58:57 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.freebsd.org (Postfix) with ESMTP id A272B13C4D3; Thu, 24 Jan 2008 11:58:56 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.8) with ESMTP id m0OBwsSP020905; Thu, 24 Jan 2008 14:58:54 +0300 (MSK) (envelope-from maxim@macomnet.ru) Date: Thu, 24 Jan 2008 14:58:54 +0300 (MSK) From: Maxim Konovalov To: Andre Oppermann In-Reply-To: <47986F27.10401@freebsd.org> Message-ID: <20080124145713.K15031@mp2.macomnet.net> References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> <20080124005006.D93697@odysseus.silby.com> <47986F27.10401@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: src-committers@FreeBSD.ORG, kmacy@FreeBSD.ORG, cvs-src@FreeBSD.ORG, Mike Silbersack , cvs-all@FreeBSD.ORG, freebsd-net@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 11:58:57 -0000 [...] > > I'm not generally opposed to security improvements that only affect edge > > cases... but being unable to connect is not an edge case! > > Fully agreed. I'll reopen the PR and follow up with the originator > to do some further analysis. All operating system he cites that were > unable to connect correctly send timestamps and do not stop after > the SYN phase. So there must be something else at play here. Have > you received or heart of any *other* reports that may be related to > the timestamp check? > I saw this with my adsl router. Happy to test patches. -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Thu Jan 24 12:10:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F1B716A475; Thu, 24 Jan 2008 12:10:00 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9471813C46A; Thu, 24 Jan 2008 12:09:59 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OC9xCH034367; Thu, 24 Jan 2008 12:09:59 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OC9xAi034366; Thu, 24 Jan 2008 12:09:59 GMT (envelope-from marck) Message-Id: <200801241209.m0OC9xAi034366@repoman.freebsd.org> From: Dmitry Morozovsky Date: Thu, 24 Jan 2008 12:09:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 puc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 12:10:00 -0000 marck 2008-01-24 12:09:59 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 puc.4 Log: There is no PUC_FASTINTR option anymore. MFC after: 2 weeks Revision Changes Path 1.5 +1 -12 src/share/man/man4/puc.4 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 12:34:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B4A16A41B; Thu, 24 Jan 2008 12:34:30 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9753C13C44B; Thu, 24 Jan 2008 12:34:30 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OCYUWs036793; Thu, 24 Jan 2008 12:34:30 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OCYU8N036792; Thu, 24 Jan 2008 12:34:30 GMT (envelope-from attilio) Message-Id: <200801241234.m0OCYU8N036792@repoman.freebsd.org> From: Attilio Rao Date: Thu, 24 Jan 2008 12:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c if_udav.c src/sys/fs/cd9660 cd9660_vfsops.c src/sys/fs/hpfs hpfs_subr.h hpfs_vfsops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/ntfs ntfs_subr.c src/sys/fs/nullfs null_vnops.c src/sys/fs/nwfs nwfs_node.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 12:34:30 -0000 attilio 2008-01-24 12:34:30 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c if_udav.c sys/fs/cd9660 cd9660_vfsops.c sys/fs/hpfs hpfs_subr.h hpfs_vfsops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/ntfs ntfs_subr.c sys/fs/nullfs null_vnops.c sys/fs/nwfs nwfs_node.c sys/fs/smbfs smbfs_node.c sys/fs/udf udf_vfsops.c sys/fs/unionfs union_subr.c sys/gnu/fs/ext2fs ext2_vfsops.c sys/gnu/fs/reiserfs reiserfs_inode.c sys/kern kern_lock.c vfs_default.c vfs_mount.c vfs_subr.c sys/netncp ncp_conn.c sys/netsmb smb_conn.c sys/nfs4client nfs4_idmap.c sys/nfsclient nfs_node.c sys/sys buf.h lockmgr.h sys/ufs/ffs ffs_snapshot.c ffs_vfsops.c ffs_vnops.c sys/ufs/ufs ufs_extattr.c Log: Cleanup lockmgr interface and exported KPI: - Remove the "thread" argument from the lockmgr() function as it is always curthread now - Axe lockcount() function as it is no longer used - Axe LOCKMGR_ASSERT() as it is bogus really and no currently used. Hopefully this will be soonly replaced by something suitable for it. - Remove the prototype for dumplockinfo() as the function is no longer present Addictionally: - Introduce a KASSERT() in lockstatus() in order to let it accept only curthread or NULL as they should only be passed - Do a little bit of style(9) cleanup on lockmgr.h KPI results heavilly broken by this change, so manpages and FreeBSD_version will be modified accordingly by further commits. Tested by: matteo Revision Changes Path 1.58 +2 -2 src/sys/dev/usb/ehci.c 1.35 +0 -8 src/sys/dev/usb/if_udav.c 1.154 +1 -1 src/sys/fs/cd9660/cd9660_vfsops.c 1.5 +2 -2 src/sys/fs/hpfs/hpfs_subr.h 1.64 +2 -4 src/sys/fs/hpfs/hpfs_vfsops.c 1.99 +2 -4 src/sys/fs/msdosfs/msdosfs_denode.c 1.44 +8 -11 src/sys/fs/ntfs/ntfs_subr.c 1.98 +1 -2 src/sys/fs/nullfs/null_vnops.c 1.41 +10 -11 src/sys/fs/nwfs/nwfs_node.c 1.36 +4 -3 src/sys/fs/smbfs/smbfs_node.c 1.53 +1 -1 src/sys/fs/udf/udf_vfsops.c 1.99 +1 -1 src/sys/fs/unionfs/union_subr.c 1.170 +1 -1 src/sys/gnu/fs/ext2fs/ext2_vfsops.c 1.5 +2 -2 src/sys/gnu/fs/reiserfs/reiserfs_inode.c 1.120 +7 -24 src/sys/kern/kern_lock.c 1.140 +3 -4 src/sys/kern/vfs_default.c 1.273 +3 -3 src/sys/kern/vfs_mount.c 1.717 +2 -2 src/sys/kern/vfs_subr.c 1.31 +16 -16 src/sys/netncp/ncp_conn.c 1.19 +7 -9 src/sys/netsmb/smb_conn.c 1.6 +3 -3 src/sys/nfs4client/nfs4_idmap.c 1.87 +1 -1 src/sys/nfsclient/nfs_node.c 1.199 +3 -3 src/sys/sys/buf.h 1.58 +4 -27 src/sys/sys/lockmgr.h 1.140 +20 -26 src/sys/ufs/ffs/ffs_snapshot.c 1.335 +1 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.177 +3 -3 src/sys/ufs/ffs/ffs_vnops.c 1.89 +2 -2 src/sys/ufs/ufs/ufs_extattr.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 12:37:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5955516A421; Thu, 24 Jan 2008 12:37:55 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 33FE013C474; Thu, 24 Jan 2008 12:37:55 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OCbtr2037347; Thu, 24 Jan 2008 12:37:55 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OCbtcn037346; Thu, 24 Jan 2008 12:37:55 GMT (envelope-from attilio) Message-Id: <200801241237.m0OCbtcn037346@repoman.freebsd.org> From: Attilio Rao Date: Thu, 24 Jan 2008 12:37:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 12:37:55 -0000 attilio 2008-01-24 12:37:54 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version in order to signal: - lockmgr() prototype changing - lockcount() axing - LOCKMGR_ASSERT() axing Revision Changes Path 1.328 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Thu Jan 24 13:33:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5AB116A419; Thu, 24 Jan 2008 13:33:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C26C213C458; Thu, 24 Jan 2008 13:33:00 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0ODX0O3056405; Thu, 24 Jan 2008 13:33:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0ODX0bg056404; Thu, 24 Jan 2008 13:33:00 GMT (envelope-from ru) Message-Id: <200801241333.m0ODX0bg056404@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 13:33:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 13:33:01 -0000 ru 2008-01-24 13:33:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/mk sys.mk Log: MFC: 1.95: Weed out a warning argument that isn't applicable to C++ code. Revision Changes Path 1.92.2.2 +1 -1 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Thu Jan 24 13:48:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47D2416A519; Thu, 24 Jan 2008 13:48:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23D2B13C47E; Thu, 24 Jan 2008 13:48:21 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0ODmLBS057101; Thu, 24 Jan 2008 13:48:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0ODmKZu057100; Thu, 24 Jan 2008 13:48:20 GMT (envelope-from ru) Message-Id: <200801241348.m0ODmKZu057100@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 24 Jan 2008 13:48:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 sched_4bsd.4 sched_ule.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 13:48:22 -0000 ru 2008-01-24 13:48:20 UTC FreeBSD src repository Modified files: share/man/man4 sched_4bsd.4 sched_ule.4 Log: - sched_4bsd is no longer a default system scheduler on some architectures, so call it "traditional" instead. - sched_ule is no longer buggy or experimental (according to rev. 1.7 of sched_ule(4)), so don't call it experimental (reported by a user on stable@). Reviewed by: rwatson Revision Changes Path 1.6 +2 -2 src/share/man/man4/sched_4bsd.4 1.8 +3 -11 src/share/man/man4/sched_ule.4 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 14:17:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5B716A421; Thu, 24 Jan 2008 14:17:53 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6AB313C4EE; Thu, 24 Jan 2008 14:17:53 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OEHrw4060269; Thu, 24 Jan 2008 14:17:53 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OEHqc5060268; Thu, 24 Jan 2008 14:17:52 GMT (envelope-from attilio) Message-Id: <200801241417.m0OEHqc5060268@repoman.freebsd.org> From: Attilio Rao Date: Thu, 24 Jan 2008 14:17:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 lock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 14:17:54 -0000 attilio 2008-01-24 14:17:52 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 Log: Reflect lockcount() axing and lockmgr() prototype changing. Revision Changes Path 1.22 +2 -20 src/share/man/man9/lock.9 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 14:40:28 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A804B16A417; Thu, 24 Jan 2008 14:40:28 +0000 (UTC) (envelope-from karels@redrock.karels.net) Received: from redrock.karels.net (redrock.karels.net [206.196.45.2]) by mx1.freebsd.org (Postfix) with ESMTP id 397AA13C4D5; Thu, 24 Jan 2008 14:40:28 +0000 (UTC) (envelope-from karels@redrock.karels.net) Received: from redrock.karels.net (localhost [127.0.0.1]) by redrock.karels.net (8.13.8/8.13.6) with ESMTP id m0OEECWt097838; Thu, 24 Jan 2008 08:14:12 -0600 (CST) (envelope-from karels@redrock.karels.net) Message-Id: <200801241414.m0OEECWt097838@redrock.karels.net> To: Andre Oppermann From: Mike Karels In-reply-to: Your message of Thu, 24 Jan 2008 11:58:21 +0100. <47986F4D.6070208@freebsd.org> Date: Thu, 24 Jan 2008 08:14:12 -0600 Sender: karels@karels.net Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karels@karels.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 14:40:28 -0000 Return-Path: owner-freebsd-net@freebsd.org Delivery-Date: Thu Jan 24 05:00:27 2008 Received: from staring.karels.net (root@staring.karels.net [206.196.45.1]) by redrock.karels.net (8.13.8/8.13.6) with ESMTP id m0OB0Rb6097199 for ; Thu, 24 Jan 2008 05:00:27 -0600 (CST) (envelope-from owner-freebsd-net@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by staring.karels.net (8.11.6/8.11.2) with ESMTP id m0OB0QA08500 for ; Thu, 24 Jan 2008 05:00:26 -0600 (CST) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 398C833428; Thu, 24 Jan 2008 10:58:25 +0000 (UTC) (envelope-from owner-freebsd-net@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 10EE016A419; Thu, 24 Jan 2008 10:58:25 +0000 (UTC) (envelope-from owner-freebsd-net@freebsd.org) Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE46B16A478 for ; Thu, 24 Jan 2008 10:58:18 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2909C13C4DD for ; Thu, 24 Jan 2008 10:58:17 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 98697 invoked from network); 24 Jan 2008 10:19:32 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Jan 2008 10:19:32 -0000 Message-ID: <47986F4D.6070208@freebsd.org> Date: Thu, 24 Jan 2008 11:58:21 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Kip Macy References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Mike Silbersack , kmacy@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: owner-freebsd-net@freebsd.org Errors-To: owner-freebsd-net@freebsd.org > Kip Macy wrote: > > So it is clearly open to interpretation. > No, it is not. RFC1323 was written in 1992 before RFCs contained the > boiler plate definition of MUST, SHOULD, MAY and so on. The use of MUST, etc, originated in RFC1122 in 1989. That RFC also contains this: 1.2.2 Robustness Principle At every layer of the protocols, there is a general rule whose application can lead to enormous benefits in robustness and interoperability [IP:1]: "Be liberal in what you accept, and conservative in what you send" This quote is also on the RFC1122 working group coffee cup on my shelf. It seems to apply here. Mike From owner-cvs-src@FreeBSD.ORG Thu Jan 24 15:37:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3383316A41B; Thu, 24 Jan 2008 15:37:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EFAC13C447; Thu, 24 Jan 2008 15:37:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OFbmGp066968; Thu, 24 Jan 2008 15:37:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OFbmhU066967; Thu, 24 Jan 2008 15:37:48 GMT (envelope-from kib) Message-Id: <200801241537.m0OFbmhU066967@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 24 Jan 2008 15:37:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 15:37:49 -0000 kib 2008-01-24 15:37:48 UTC FreeBSD src repository Modified files: sys/dev/syscons syscons.c Log: Do not dereference NULL scp in the case the screen is not opened. Instead, return ENXIO to the ioctl caller. Reported and tested by: Pawel Worach Discussed with: markus MFC after: 3 days Revision Changes Path 1.457 +2 -0 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 15:41:00 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33A6716A421; Thu, 24 Jan 2008 15:41:00 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id CD6D413C442; Thu, 24 Jan 2008 15:40:59 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=skuns.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JI4CI-000EXn-6x; Thu, 24 Jan 2008 17:40:58 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id m0OFeew4008650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Jan 2008 17:40:40 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m0OFevD9087255; Thu, 24 Jan 2008 17:40:57 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2/Submit) id m0OFevNc087254; Thu, 24 Jan 2008 17:40:57 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 24 Jan 2008 17:40:57 +0200 From: Kostik Belousov To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20080124154057.GE57756@deviant.kiev.zoral.com.ua> References: <200801241537.m0OFbmhU066967@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="U+nLNv/D3R3kYobz" Content-Disposition: inline In-Reply-To: <200801241537.m0OFbmhU066967@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Scanner-Signature: bf674e48040b805769da4ba4af5b826b X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 2045 [Jan 24 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {TO: local part of email appears in body} X-SpamTest-Info: {TO: local part of email appears in subject} X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 18 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: Subject: Re: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 15:41:00 -0000 --U+nLNv/D3R3kYobz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 24, 2008 at 03:37:48PM +0000, Konstantin Belousov wrote: > kib 2008-01-24 15:37:48 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/syscons syscons.c=20 > Log: > Do not dereference NULL scp in the case the screen is not opened. > Instead, return ENXIO to the ioctl caller. > =20 > Reported and tested by: Pawel Worach > Discussed with: markus With marcus, really. My apology. > MFC after: 3 days > =20 > Revision Changes Path > 1.457 +2 -0 src/sys/dev/syscons/syscons.c --U+nLNv/D3R3kYobz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkeYsYgACgkQC3+MBN1Mb4iFJQCfSg64oBbKdnOyguO66bnFhE9V excAn15133G8gExQHccYQx+cpZEe7zmS =6lhQ -----END PGP SIGNATURE----- --U+nLNv/D3R3kYobz-- From owner-cvs-src@FreeBSD.ORG Thu Jan 24 15:47:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B60916A46E; Thu, 24 Jan 2008 15:47:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A90413C4D1; Thu, 24 Jan 2008 15:47:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OFlXcS067623; Thu, 24 Jan 2008 15:47:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OFlXDJ067622; Thu, 24 Jan 2008 15:47:33 GMT (envelope-from rafan) Message-Id: <200801241547.m0OFlXDJ067622@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 24 Jan 2008 15:47:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/file config.h file.1 magic.5 src/lib/libmagic Makefile config.h src/contrib/file ChangeLog FREEBSD-upgrade LEGAL.NOTICE Localstuff MAINT Makefile.am Makefile.in README aclocal.m4 apprentice.c apptype.c ascmagic.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 15:47:33 -0000 rafan 2008-01-24 15:47:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/file config.h file.1 magic.5 lib/libmagic Makefile config.h contrib/file ChangeLog FREEBSD-upgrade LEGAL.NOTICE Localstuff MAINT Makefile.am Makefile.in README aclocal.m4 apprentice.c apptype.c ascmagic.c compress.c config.h.in configure configure.in file.c file.h file.man fsmagic.c funcs.c install-sh is_tar.c libmagic.man magic.c magic.h magic.man magic.mime magic2mime mkinstalldirs names.h patchlevel.h print.c readelf.c readelf.h softmagic.c tar.h test.c contrib/file/Magdir adventure amigaos animation apple archive audio bout c-lang c64 cad commands compress console ctags database diff digital dump editors elf filesystems flash fonts fsav gnu iff images java linux lisp mach macintosh mail.news maple mathematica mime mips misctools msdos ncr os2 perl printer psion python revision riff sgi sgml sharc sql sun sysex tex tgif varied.out varied.script vmware wordprocessors xwindows Added files: (Branch: RELENG_6) contrib/file/Magdir basis bflt btsnoop cafebabe cracklib mup os400 scientific unicode Log: MFC file 4.21 Revision Changes Path 1.1.1.2.2.1 +290 -0 src/contrib/file/ChangeLog 1.4.14.1 +14 -3 src/contrib/file/FREEBSD-upgrade 1.1.1.3.2.1 +2 -2 src/contrib/file/LEGAL.NOTICE 1.1.1.2.8.1 +1 -1 src/contrib/file/Localstuff 1.1.1.2.8.1 +31 -19 src/contrib/file/MAINT 1.1.1.3.8.1 +33 -21 src/contrib/file/Magdir/adventure 1.1.1.4.8.1 +7 -0 src/contrib/file/Magdir/amigaos 1.1.1.6.2.1 +157 -133 src/contrib/file/Magdir/animation 1.1.1.3.8.1 +41 -0 src/contrib/file/Magdir/apple 1.1.1.8.2.1 +434 -23 src/contrib/file/Magdir/archive 1.1.1.7.2.1 +160 -13 src/contrib/file/Magdir/audio 1.1.1.1.6.1 +16 -0 src/contrib/file/Magdir/basis (new) 1.1.1.1.6.1 +12 -0 src/contrib/file/Magdir/bflt (new) 1.1.1.1.8.1 +1 -1 src/contrib/file/Magdir/bout 1.1.1.1.6.1 +11 -0 src/contrib/file/Magdir/btsnoop (new) 1.1.1.2.8.1 +2 -2 src/contrib/file/Magdir/c-lang 1.1.1.1.8.1 +17 -2 src/contrib/file/Magdir/c64 1.1.1.1.8.1 +40 -7 src/contrib/file/Magdir/cad 1.1.1.1.6.1 +21 -0 src/contrib/file/Magdir/cafebabe (new) 1.1.1.4.8.1 +4 -1 src/contrib/file/Magdir/commands 1.1.1.4.8.1 +25 -8 src/contrib/file/Magdir/compress 1.1.1.3.2.1 +26 -30 src/contrib/file/Magdir/console 1.1.1.1.6.1 +13 -0 src/contrib/file/Magdir/cracklib (new) 1.1.1.2.12.1 +1 -1 src/contrib/file/Magdir/ctags 1.1.1.4.8.1 +9 -0 src/contrib/file/Magdir/database 1.1.1.2.8.1 +2 -0 src/contrib/file/Magdir/diff 1.1.1.1.16.1 +2 -2 src/contrib/file/Magdir/digital 1.1.1.1.16.1 +12 -0 src/contrib/file/Magdir/dump 1.1.1.2.14.1 +4 -0 src/contrib/file/Magdir/editors 1.1.1.10.2.1 +72 -68 src/contrib/file/Magdir/elf 1.1.1.8.2.1 +901 -29 src/contrib/file/Magdir/filesystems 1.1.1.3.8.1 +3 -0 src/contrib/file/Magdir/flash 1.1.1.2.8.1 +3 -0 src/contrib/file/Magdir/fonts 1.1.1.1.16.1 +52 -19 src/contrib/file/Magdir/fsav 1.1.1.2.8.1 +11 -1 src/contrib/file/Magdir/gnu 1.1.1.2.8.1 +30 -2 src/contrib/file/Magdir/iff 1.1.1.8.8.1 +19 -9 src/contrib/file/Magdir/images 1.1.1.1.16.1 +3 -5 src/contrib/file/Magdir/java 1.1.1.4.2.1 +69 -1 src/contrib/file/Magdir/linux 1.1.1.4.12.1 +14 -2 src/contrib/file/Magdir/lisp 1.1.1.2.8.1 +50 -12 src/contrib/file/Magdir/mach 1.1.1.5.8.1 +1 -1 src/contrib/file/Magdir/macintosh 1.1.1.3.8.1 +3 -2 src/contrib/file/Magdir/mail.news 1.1.1.2.8.1 +0 -1 src/contrib/file/Magdir/maple 1.1.1.2.8.1 +1 -1 src/contrib/file/Magdir/mathematica 1.1.1.1.16.1 +1 -1 src/contrib/file/Magdir/mime 1.1.1.1.16.1 +2 -2 src/contrib/file/Magdir/mips 1.1.1.1.8.1 +10 -2 src/contrib/file/Magdir/misctools 1.1.1.7.2.1 +359 -137 src/contrib/file/Magdir/msdos 1.1.1.1.6.1 +22 -0 src/contrib/file/Magdir/mup (new) 1.1.1.1.16.1 +2 -2 src/contrib/file/Magdir/ncr 1.1.1.2.8.1 +1 -1 src/contrib/file/Magdir/os2 1.1.1.2.6.1 +37 -0 src/contrib/file/Magdir/os400 (new) 1.1.1.3.2.1 +21 -4 src/contrib/file/Magdir/perl 1.1.1.3.8.1 +4 -0 src/contrib/file/Magdir/printer 1.1.1.1.8.1 +3 -3 src/contrib/file/Magdir/psion 1.1.1.3.8.1 +5 -0 src/contrib/file/Magdir/python 1.1.1.1.8.1 +5 -1 src/contrib/file/Magdir/revision 1.1.1.4.8.1 +8 -0 src/contrib/file/Magdir/riff 1.1.1.1.6.1 +60 -0 src/contrib/file/Magdir/scientific (new) 1.1.1.3.8.1 +6 -6 src/contrib/file/Magdir/sgi 1.1.1.3.8.1 +2 -1 src/contrib/file/Magdir/sgml 1.1.1.1.16.1 +1 -1 src/contrib/file/Magdir/sharc 1.1.1.1.14.1 +27 -0 src/contrib/file/Magdir/sql 1.1.1.2.8.1 +8 -0 src/contrib/file/Magdir/sun 1.1.1.2.8.1 +125 -2 src/contrib/file/Magdir/sysex 1.1.1.3.2.1 +14 -14 src/contrib/file/Magdir/tex 1.1.1.1.16.1 +1 -1 src/contrib/file/Magdir/tgif 1.1.1.1.6.1 +15 -0 src/contrib/file/Magdir/unicode (new) 1.1.1.4.8.1 +9 -2 src/contrib/file/Magdir/varied.out 1.1.1.1.8.1 +1 -1 src/contrib/file/Magdir/varied.script 1.1.1.2.8.1 +0 -7 src/contrib/file/Magdir/vmware 1.1.1.1.8.1 +28 -3 src/contrib/file/Magdir/wordprocessors 1.1.1.1.8.1 +1 -1 src/contrib/file/Magdir/xwindows 1.1.1.9.2.1 +17 -5 src/contrib/file/Makefile.am 1.1.1.11.2.1 +197 -84 src/contrib/file/Makefile.in 1.1.1.7.8.1 +3 -2 src/contrib/file/README 1.1.1.8.2.1 +6409 -3982 src/contrib/file/aclocal.m4 1.1.1.9.2.1 +900 -278 src/contrib/file/apprentice.c 1.1.1.1.8.1 +1 -1 src/contrib/file/apptype.c 1.1.1.7.2.1 +85 -57 src/contrib/file/ascmagic.c 1.1.1.6.2.1 +133 -49 src/contrib/file/compress.c 1.1.1.8.2.1 +21 -0 src/contrib/file/config.h.in 1.1.1.10.2.1 +17013 -4883 src/contrib/file/configure 1.1.1.10.2.1 +10 -13 src/contrib/file/configure.in 1.1.1.10.2.1 +89 -25 src/contrib/file/file.c 1.1.1.8.2.2 +168 -94 src/contrib/file/file.h 1.1.1.8.8.1 +37 -8 src/contrib/file/file.man 1.1.1.4.2.1 +3 -1 src/contrib/file/fsmagic.c 1.1.1.2.2.2 +200 -27 src/contrib/file/funcs.c 1.1.1.2.2.1 +281 -209 src/contrib/file/install-sh 1.1.1.4.2.1 +10 -2 src/contrib/file/is_tar.c 1.1.1.1.8.1 +0 -2 src/contrib/file/libmagic.man 1.1.1.2.2.2 +114 -69 src/contrib/file/magic.c 1.1.1.2.2.1 +20 -11 src/contrib/file/magic.h 1.1.1.6.8.1 +197 -40 src/contrib/file/magic.man 1.1.1.7.2.1 +96 -47 src/contrib/file/magic.mime 1.1.1.2.8.1 +3 -2 src/contrib/file/magic2mime 1.1.1.3.2.1 +118 -59 src/contrib/file/mkinstalldirs 1.1.1.4.2.1 +3 -1 src/contrib/file/names.h 1.1.1.11.2.1 +32 -2 src/contrib/file/patchlevel.h 1.1.1.8.2.1 +72 -34 src/contrib/file/print.c 1.1.1.7.2.1 +327 -172 src/contrib/file/readelf.c 1.1.1.4.2.1 +2 -0 src/contrib/file/readelf.h 1.1.1.10.2.1 +927 -551 src/contrib/file/softmagic.c 1.1.1.3.2.1 +3 -72 src/contrib/file/tar.h 1.1.1.2.2.1 +4 -4 src/contrib/file/test.c 1.6.2.2 +3 -1 src/lib/libmagic/Makefile 1.2.2.1 +60 -54 src/lib/libmagic/config.h 1.9.2.1 +60 -54 src/usr.bin/file/config.h 1.36.2.1 +40 -7 src/usr.bin/file/file.1 1.23.2.1 +202 -30 src/usr.bin/file/magic.5 From owner-cvs-src@FreeBSD.ORG Thu Jan 24 17:10:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAB2E16A417; Thu, 24 Jan 2008 17:10:19 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D85113C459; Thu, 24 Jan 2008 17:10:19 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OHAJf6083389; Thu, 24 Jan 2008 17:10:19 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OHAJCG083388; Thu, 24 Jan 2008 17:10:19 GMT (envelope-from dumbbell) Message-Id: <200801241710.m0OHAJCG083388@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Thu, 24 Jan 2008 17:10:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys event.h src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 17:10:19 -0000 dumbbell 2008-01-24 17:10:19 UTC FreeBSD src repository Modified files: sys/sys event.h sys/kern vfs_aio.c Log: When asked to use kqueue, AIO stores its internal state in the `kn_sdata' member of the newly registered knote. The problem is that this member is overwritten by a call to kevent(2) with the EV_ADD flag, targetted at the same kevent/knote. For instance, a userland application may set the pointer to NULL, leading to a panic. A testcase was provided by the submitter. PR: kern/118911 Submitted by: MOROHOSHI Akihiko MFC after: 1 day Revision Changes Path 1.237 +6 -4 src/sys/kern/vfs_aio.c 1.38 +2 -0 src/sys/sys/event.h From owner-cvs-src@FreeBSD.ORG Thu Jan 24 18:52:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E0A16A468; Thu, 24 Jan 2008 18:52:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B41B213C45B; Thu, 24 Jan 2008 18:52:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OIqQJ4095807; Thu, 24 Jan 2008 18:52:26 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OIqQPq095806; Thu, 24 Jan 2008 18:52:26 GMT (envelope-from jhb) Message-Id: <200801241852.m0OIqQPq095806@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Jan 2008 18:52:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/dev/acpica acpi_hpet.c acpi_hpet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 18:52:27 -0000 jhb 2008-01-24 18:52:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/acpica acpi_hpet.c Added files: (Branch: RELENG_7_0) sys/dev/acpica acpi_hpet.h Log: MFC: Fix some minor issues such as using read/modify/write for updating the configuration register and add a header file to hold HPET register constants. Approved by: re (kensmith) Revision Changes Path 1.12.4.1 +58 -20 src/sys/dev/acpica/acpi_hpet.c 1.1.6.1 +65 -0 src/sys/dev/acpica/acpi_hpet.h (new) From owner-cvs-src@FreeBSD.ORG Thu Jan 24 18:53:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC8516A41A; Thu, 24 Jan 2008 18:53:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 571ED13C4D5; Thu, 24 Jan 2008 18:53:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OIrTW6095859; Thu, 24 Jan 2008 18:53:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OIrTaN095858; Thu, 24 Jan 2008 18:53:29 GMT (envelope-from jhb) Message-Id: <200801241853.m0OIrTaN095858@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Jan 2008 18:53:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/dev/pci pci_user.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 18:53:29 -0000 jhb 2008-01-24 18:53:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/dev/pci pci_user.c Log: MFC: Don't cache the new-bus name of a PCI device in the PCI conf structure. Approved by: re (kensmith) Revision Changes Path 1.22.2.1.2.2 +4 -1 src/sys/dev/pci/pci_user.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 19:11:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26C4516A417; Thu, 24 Jan 2008 19:11:14 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 003C613C465; Thu, 24 Jan 2008 19:11:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OJBDV8097855; Thu, 24 Jan 2008 19:11:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OJBDLd097854; Thu, 24 Jan 2008 19:11:13 GMT (envelope-from jhb) Message-Id: <200801241911.m0OJBDLd097854@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Jan 2008 19:11:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile kgdb.h kld.c trgt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 19:11:14 -0000 jhb 2008-01-24 19:11:13 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb Makefile kgdb.h trgt.c Added files: gnu/usr.bin/gdb/kgdb kld.c Log: Move the code for working with kld's out into its own file. Revision Changes Path 1.7 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile 1.8 +1 -0 src/gnu/usr.bin/gdb/kgdb/kgdb.h 1.1 +304 -0 src/gnu/usr.bin/gdb/kgdb/kld.c (new) 1.7 +0 -268 src/gnu/usr.bin/gdb/kgdb/trgt.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 19:42:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E08116A41A; Thu, 24 Jan 2008 19:42:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB2013C467; Thu, 24 Jan 2008 19:42:18 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OJgHO3000301; Thu, 24 Jan 2008 19:42:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OJgH5J000300; Thu, 24 Jan 2008 19:42:17 GMT (envelope-from jhb) Message-Id: <200801241942.m0OJgH5J000300@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Jan 2008 19:42:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libstand Makefile src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c src/sys/boot/i386 Makefile src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S src/sys/boot/i386/libi386 biosdisk.c devicename.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 19:42:18 -0000 jhb 2008-01-24 19:42:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libstand Makefile sbin/gpt Makefile add.c gpt.8 gpt.c gpt.h show.c sys/boot/i386 Makefile sys/boot/i386/libi386 biosdisk.c devicename.c sys/boot/pc98/libpc98 biosdisk.c sys/geom/part g_part.c g_part.h g_part_gpt.c sys/sys gpt.h Added files: (Branch: RELENG_7) sbin/gpt boot.c sys/boot/i386/gptboot Makefile gptboot.c gptldr.S sys/boot/i386/pmbr Makefile pmbr.s Log: MFC: Add support for booting from GPT-labeled disks from the BIOS. This includes /boot/pmbr, /boot/gptboot, and 'gpt boot'. Revision Changes Path 1.57.2.2 +4 -0 src/lib/libstand/Makefile 1.7.2.1 +2 -2 src/sbin/gpt/Makefile 1.15.2.1 +44 -32 src/sbin/gpt/add.c 1.2.2.1 +271 -0 src/sbin/gpt/boot.c (new) 1.17.2.1 +43 -2 src/sbin/gpt/gpt.8 1.16.2.2 +1 -0 src/sbin/gpt/gpt.c 1.11.2.1 +2 -0 src/sbin/gpt/gpt.h 1.14.2.1 +3 -0 src/sbin/gpt/show.c 1.21.2.1 +2 -2 src/sys/boot/i386/Makefile 1.62.2.1 +77 -0 src/sys/boot/i386/gptboot/Makefile (new) 1.86.2.1 +727 -0 src/sys/boot/i386/gptboot/gptboot.c (new) 1.2.2.1 +125 -0 src/sys/boot/i386/gptboot/gptldr.S (new) 1.48.2.4 +307 -35 src/sys/boot/i386/libi386/biosdisk.c 1.8.2.1 +29 -12 src/sys/boot/i386/libi386/devicename.c 1.1.2.1 +14 -0 src/sys/boot/i386/pmbr/Makefile (new) 1.2.2.1 +223 -0 src/sys/boot/i386/pmbr/pmbr.s (new) 1.34.2.4 +33 -32 src/sys/boot/pc98/libpc98/biosdisk.c 1.9.2.2 +1 -0 src/sys/geom/part/g_part.c 1.3.2.2 +1 -0 src/sys/geom/part/g_part.h 1.3.2.2 +8 -0 src/sys/geom/part/g_part_gpt.c 1.10.2.2 +3 -1 src/sys/sys/gpt.h From owner-cvs-src@FreeBSD.ORG Thu Jan 24 20:23:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12B1216A417; Thu, 24 Jan 2008 20:23:11 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF8BB13C4D9; Thu, 24 Jan 2008 20:23:10 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OKNAYp003897; Thu, 24 Jan 2008 20:23:10 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from lulf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OKN9hD003896; Thu, 24 Jan 2008 20:23:09 GMT (envelope-from lulf) Message-Id: <200801242023.m0OKN9hD003896@repoman.freebsd.org> From: Ulf Lilleengen Date: Thu, 24 Jan 2008 20:23:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/modules/geom Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 20:23:11 -0000 lulf 2008-01-24 20:23:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/modules/geom Makefile Log: - Add geom_virstor to the module build. PR: kern/119902 Submitted by: Yoshihiro Ota Approved by: re (kensmith), pjd (mentor) Revision Changes Path 1.19.2.1 +1 -0 src/sys/modules/geom/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 20:28:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C54B16A468; Thu, 24 Jan 2008 20:28:28 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3329B13C442; Thu, 24 Jan 2008 20:28:28 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OKSSpu004105; Thu, 24 Jan 2008 20:28:28 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from lulf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OKSSDk004104; Thu, 24 Jan 2008 20:28:28 GMT (envelope-from lulf) Message-Id: <200801242028.m0OKSSDk004104@repoman.freebsd.org> From: Ulf Lilleengen Date: Thu, 24 Jan 2008 20:28:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/modules/geom Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 20:28:28 -0000 lulf 2008-01-24 20:28:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/modules/geom Makefile Log: - Add geom_virstor to the module build. PR: kern/119902 Submitted by: Yoshihiro Ota Approved by: re (kensmith), pjd (mentor) Revision Changes Path 1.19.4.1 +1 -0 src/sys/modules/geom/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jan 24 21:11:17 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8714C16A479 for ; Thu, 24 Jan 2008 21:11:17 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECEE13C4CE for ; Thu, 24 Jan 2008 21:11:17 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so612859waf.3 for ; Thu, 24 Jan 2008 13:11:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=jMmTsvbz+ZZKgK7HgbP8kTrJHE1aYzrdyVXI7wsMEQg=; b=fZIq1ySfwb9hwqojtlv7okocbiJQCzBZ7J+1afQL0RSDMXxa86jGOGIcMh/ssEoU5GH3HYpRl9hFw5j/xjwDLE3hlj/D9k3MMXvhpHMycnU14q8xxgacIvxle3CVCcOcwZEW/3Nee61Wye+UHZhBrujQJrmK7hw9bb/cvX9mVf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iW9FTC39HkJE8O0z7DFBkGqXAKZgQtm9OOV5RfEvvbJTUnbfzT4k0PfJ7gLQfc6VQYQqfvQDIou87Cy3MDWKDowkR4tPXm0JSlktE9LnBJNLzn0m9oTSIBh5B0Gh3xOnWisYU4fuK8SFXrmJPHAkpiC3gp82Ba0pidtIXr6OaiI= Received: by 10.115.74.1 with SMTP id b1mr1320229wal.93.1201209076301; Thu, 24 Jan 2008 13:11:16 -0800 (PST) Received: by 10.114.255.16 with HTTP; Thu, 24 Jan 2008 13:11:16 -0800 (PST) Message-ID: Date: Thu, 24 Jan 2008 13:11:16 -0800 From: "Kip Macy" To: "Andre Oppermann" In-Reply-To: <47986F4D.6070208@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711200656.lAK6u4bc021279@repoman.freebsd.org> <4797B77E.2090605@freebsd.org> <47986F4D.6070208@freebsd.org> Cc: Mike Silbersack , kmacy@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, src-committers@freebsd.org, freebsd-net@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 21:11:17 -0000 Whatever, just run all future changes by silby. On Jan 24, 2008 2:58 AM, Andre Oppermann wrote: > Kip Macy wrote: > > Did you talk to the original submitter? Note that FreeBSD's TCP stack > > is for use in servers and is not intending as a validating TCP stack. > > If you would like it to serve as such you would better served by > > tracking down the ANVL tests that FreeBSD fails. Also note that there > > is no MUST in the following sentence: > > > > > > "For simplicity and symmetry, we specify that > > timestamps always be sent and echoed in both directions." > > > > So it is clearly open to interpretation. > > No, it is not. RFC1323 was written in 1992 before RFCs contained the > boiler plate definition of MUST, SHOULD, MAY and so on. I, at least > as a non-native English speaker, find the sentence perfectly clear > and without any doubt. The IETF TCPM working group comes to the > same conclusion. And I suppose many native English speakers too. > Despite that arguing over whether "always" lacks a "MUST" to make > it really always always and never not you cited the wrong part of > RFC1323 as reason to completely remove the check. That's what I'm > complaining about. Everyone in FreeBSD, including you and me, should > at least provide the correct citation and rationale for any code > change irrespective of the eventual merit of the change itself which > is a separate issue. > > -- > Andre > From owner-cvs-src@FreeBSD.ORG Thu Jan 24 21:37:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C45A16A5EA; Thu, 24 Jan 2008 21:37:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C216013C45B; Thu, 24 Jan 2008 21:37:20 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OLbIpq018483; Thu, 24 Jan 2008 21:37:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OLbIIj018482; Thu, 24 Jan 2008 21:37:18 GMT (envelope-from jhb) Message-Id: <200801242137.m0OLbIIj018482@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Jan 2008 21:37:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp.h tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 21:37:24 -0000 jhb 2008-01-24 21:37:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp.h tcp_usrreq.c Log: MFC: Expose smoothed RTT and RTT variance measurements to userland via socket option TCP_INFO. Revision Changes Path 1.31.2.3 +2 -2 src/sys/netinet/tcp.h 1.124.2.7 +4 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Thu Jan 24 22:07:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 691E716A418; Thu, 24 Jan 2008 22:07:03 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4074513C458; Thu, 24 Jan 2008 22:07:03 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OM73aF020924; Thu, 24 Jan 2008 22:07:03 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OM7357020923; Thu, 24 Jan 2008 22:07:03 GMT (envelope-from cperciva) Message-Id: <200801242207.m0OM7357020923@repoman.freebsd.org> From: Colin Percival Date: Thu, 24 Jan 2008 22:07:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src LOCKS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 Jan 2008 22:07:03 -0000 cperciva 2008-01-24 22:07:03 UTC FreeBSD src repository Modified files: . LOCKS Log: Once the release goes out, RELENG_7_* will need approval from so@. Approved by: core (two months ago) Revision Changes Path 1.4 +1 -0 src/LOCKS From owner-cvs-src@FreeBSD.ORG Thu Jan 24 22:23:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FB916A417; Thu, 24 Jan 2008 22:23:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61B2E13C455; Thu, 24 Jan 2008 22:23:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0OMNN5g022892; Thu, 24 Jan 2008 22:23:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0OMNN1L022891; Thu, 24 Jan 2008 22:23:23 GMT (envelope-from jhb) Message-Id: <200801242223.m0OMNN1L022891@repoman.freebsd.org> From: John Baldwin Date: Thu, 24 Jan 2008 22:23:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libstand Makefile src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c src/sys/boot/i386 Makefile src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S src/sys/boot/i386/libi386 biosdisk.c devicename.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 22:23:23 -0000 jhb 2008-01-24 22:23:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libstand Makefile sbin/gpt Makefile add.c gpt.8 gpt.c gpt.h show.c sys/boot/i386 Makefile sys/boot/i386/libi386 biosdisk.c devicename.c sys/boot/pc98/libpc98 biosdisk.c sys/sys gpt.h Added files: (Branch: RELENG_6) sbin/gpt boot.c sys/boot/i386/gptboot Makefile gptboot.c gptldr.S sys/boot/i386/pmbr Makefile pmbr.s Log: MFC: Add support for booting from GPT-labeled disks from the BIOS. This includes /boot/pmbr, /boot/gptboot, and 'gpt boot'. Revision Changes Path 1.54.2.2 +4 -0 src/lib/libstand/Makefile 1.6.8.2 +2 -2 src/sbin/gpt/Makefile 1.11.2.4 +44 -32 src/sbin/gpt/add.c 1.2.4.1 +271 -0 src/sbin/gpt/boot.c (new) 1.13.2.3 +43 -2 src/sbin/gpt/gpt.8 1.10.2.4 +1 -0 src/sbin/gpt/gpt.c 1.7.2.3 +2 -0 src/sbin/gpt/gpt.h 1.11.2.3 +3 -0 src/sbin/gpt/show.c 1.20.8.1 +2 -1 src/sys/boot/i386/Makefile 1.62.4.1 +77 -0 src/sys/boot/i386/gptboot/Makefile (new) 1.86.4.1 +727 -0 src/sys/boot/i386/gptboot/gptboot.c (new) 1.2.4.1 +125 -0 src/sys/boot/i386/gptboot/gptldr.S (new) 1.45.2.6 +303 -35 src/sys/boot/i386/libi386/biosdisk.c 1.7.2.1 +29 -12 src/sys/boot/i386/libi386/devicename.c 1.1.4.1 +14 -0 src/sys/boot/i386/pmbr/Makefile (new) 1.2.4.1 +223 -0 src/sys/boot/i386/pmbr/pmbr.s (new) 1.32.2.5 +33 -32 src/sys/boot/pc98/libpc98/biosdisk.c 1.8.2.2 +3 -1 src/sys/sys/gpt.h From owner-cvs-src@FreeBSD.ORG Fri Jan 25 01:53:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA1D16A469; Fri, 25 Jan 2008 01:53:09 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 606B613C461; Fri, 25 Jan 2008 01:53:09 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0P1r9ib048972; Fri, 25 Jan 2008 01:53:09 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0P1r9fq048971; Fri, 25 Jan 2008 01:53:09 GMT (envelope-from mnag) Message-Id: <200801250153.m0P1r9fq048971@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 25 Jan 2008 01:53:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 01:53:09 -0000 mnag 2008-01-25 01:53:09 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/sysinstall menus.c Log: MFC: 1.430 - Add new NTP servers provided by NIC.br (http://www.ntp.br) - Remove nonfunctional servers PR: 119884 Approved by: simon Revision Changes Path 1.410.2.13 +10 -7 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 02:00:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEA416A417; Fri, 25 Jan 2008 02:00:25 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0EFC13C478; Fri, 25 Jan 2008 02:00:25 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0P20PGp049326; Fri, 25 Jan 2008 02:00:25 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0P20PRR049325; Fri, 25 Jan 2008 02:00:25 GMT (envelope-from mnag) Message-Id: <200801250200.m0P20PRR049325@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 25 Jan 2008 02:00:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 02:00:26 -0000 mnag 2008-01-25 02:00:24 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_7) usr.sbin/sysinstall menus.c Log: MFC: 1.430 - Add new NTP servers provided by NIC.br (http://www.ntp.br) - Remove nonfunctional servers PR: 119884 Approved by: simon Revision Changes Path 1.425.2.5 +10 -7 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 02:09:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38C8116A417; Fri, 25 Jan 2008 02:09:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2672413C457; Fri, 25 Jan 2008 02:09:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0P29ddV050768; Fri, 25 Jan 2008 02:09:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0P29cjL050767; Fri, 25 Jan 2008 02:09:39 GMT (envelope-from jhb) Message-Id: <200801250209.m0P29cjL050767@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Jan 2008 02:09:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 02:09:39 -0000 jhb 2008-01-25 02:09:38 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Fix a race in the sleepqueue timeout code that resulted in sleeps not being properly cancelled by a timeout. In general there is a race between a the sleepq timeout handler firing while the thread is still in the process of going to sleep. In 6.x with sched_lock, the race was largely protected by sched_lock. The only place it was "exposed" and had to be handled was while checking for any pending signals in sleepq_catch_signals(). With the thread lock changes, the thread lock is dropped in between sleepq_add() and sleepq_*wait*() opening up a new window for this race. Thus, if the timeout fired while the sleeping thread was in between sleepq_add() and sleepq_*wait*(), the thread would be marked as timed out, but the thread would not be dequeued and sleepq_switch() would still block the thread until it was awakened via some other means. In the case of pause(9) where there is no other wakeup, the thread would never be awakened. Fix this by teaching sleepq_switch() to check if the thread has had its sleep canceled before blocking by checking the TDF_TIMEOUT flag and aborting the sleep and dequeueing the thread if it is set. MFC after: 3 days Reported by: dwhite, peter Revision Changes Path 1.42 +25 -4 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 02:41:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41A6716A418; Fri, 25 Jan 2008 02:41:45 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1671213C458; Fri, 25 Jan 2008 02:41:45 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0P2fi6k053007; Fri, 25 Jan 2008 02:41:44 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0P2fiHC053006; Fri, 25 Jan 2008 02:41:44 GMT (envelope-from emaste) Message-Id: <200801250241.m0P2fiHC053006@repoman.freebsd.org> From: Ed Maste Date: Fri, 25 Jan 2008 02:41:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uftdi.c uftdireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 02:41:45 -0000 emaste 2008-01-25 02:41:44 UTC FreeBSD src repository Modified files: sys/dev/usb uftdi.c uftdireg.h Log: Calculate baud rate divisor instead of allowing only a fixed set of standard rates. Obtained from OpenBSD src/sys/dev/usb/uftdi.c 1.29 src/sys/dev/usb/uftdireg.h 1.11 OpenBSD revisions noted by: ticso, on hackers Revision Changes Path 1.38 +66 -18 src/sys/dev/usb/uftdi.c 1.3 +5 -17 src/sys/dev/usb/uftdireg.h From owner-cvs-src@FreeBSD.ORG Fri Jan 25 05:23:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79E7116A417; Fri, 25 Jan 2008 05:23:02 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFCB13C461; Fri, 25 Jan 2008 05:23:02 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0P5N2jR075733; Fri, 25 Jan 2008 05:23:02 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0P5N2UQ075732; Fri, 25 Jan 2008 05:23:02 GMT (envelope-from mtm) Message-Id: <200801250523.m0P5N2UQ075732@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 25 Jan 2008 05:23:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d kerberos X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 05:23:02 -0000 mtm 2008-01-25 05:23:02 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d kerberos Log: Rev. 1.6 made it impossible to use rc.d/kerberos with the krb5 port. Re-implement the change so that the script once again works with the krb5 port. Submitted by: kensmith (slightly modified) MFC after: 3 days Revision Changes Path 1.324 +1 -1 src/etc/defaults/rc.conf 1.8 +0 -1 src/etc/rc.d/kerberos From owner-cvs-src@FreeBSD.ORG Fri Jan 25 09:34:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EEE8E16A419; Fri, 25 Jan 2008 09:34:31 +0000 (UTC) Date: Fri, 25 Jan 2008 09:34:31 +0000 From: Alexey Dokuchaev To: Jean-Sebastien Pedron Message-ID: <20080125093431.GA26126@FreeBSD.org> References: <200801241710.m0OHAJCG083388@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200801241710.m0OHAJCG083388@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys event.h src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 09:34:32 -0000 On Thu, Jan 24, 2008 at 05:10:19PM +0000, Jean-Sebastien Pedron wrote: > dumbbell 2008-01-24 17:10:19 UTC > > FreeBSD src repository > > Modified files: > sys/sys event.h > sys/kern vfs_aio.c > Log: > When asked to use kqueue, AIO stores its internal state in the > `kn_sdata' member of the newly registered knote. The problem is that > this member is overwritten by a call to kevent(2) with the EV_ADD flag, > targetted at the same kevent/knote. For instance, a userland application > may set the pointer to NULL, leading to a panic. > > A testcase was provided by the submitter. Given we have a test case, should it be put in our regression suit? ./danfe From owner-cvs-src@FreeBSD.ORG Fri Jan 25 10:12:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FEFD16A417; Fri, 25 Jan 2008 10:12:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4121413C442; Fri, 25 Jan 2008 10:12:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PACYlB007633; Fri, 25 Jan 2008 10:12:34 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PACYSm007632; Fri, 25 Jan 2008 10:12:34 GMT (envelope-from kib) Message-Id: <200801251012.m0PACYSm007632@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 25 Jan 2008 10:12:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/udf udf_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 10:12:34 -0000 kib 2008-01-25 10:12:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/udf udf_vfsops.c Log: MFC rev. 1.52: udf_vget() shall vgone() the vnode when the file_entry cannot be allocated or read from the volume. Otherwise, half-constructed vnode could be found later and cause panic when accessed. PR: 118322 Revision Changes Path 1.48.2.1 +3 -0 src/sys/fs/udf/udf_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 10:34:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F82116A418; Fri, 25 Jan 2008 10:34:56 +0000 (UTC) (envelope-from dumbbell@freebsd.org) Received: from mail.ilius.net (mail.ilius.net [62.23.30.92]) by mx1.freebsd.org (Postfix) with ESMTP id 3188A13C46E; Fri, 25 Jan 2008 10:34:54 +0000 (UTC) (envelope-from dumbbell@freebsd.org) Received: from viking.ilius.fr [192.168.192.55] by mail.ilius.net with ESMTP (SMTPD-9.22) id A5EB06D0; Fri, 25 Jan 2008 11:11:55 +0100 Message-ID: <4799B5EF.4020201@freebsd.org> Date: Fri, 25 Jan 2008 11:11:59 +0100 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: Alexey Dokuchaev References: <200801241710.m0OHAJCG083388@repoman.freebsd.org> <20080125093431.GA26126@FreeBSD.org> In-Reply-To: <20080125093431.GA26126@FreeBSD.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys event.h src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 10:34:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 25.01.2008 10:34, Alexey Dokuchaev wrote: > On Thu, Jan 24, 2008 at 05:10:19PM +0000, Jean-Sebastien Pedron wrote: >> A testcase was provided by the submitter. > > Given we have a test case, should it be put in our regression suit? I don't know our regression suit very well but you're right. I'll take a look at it. Thanks for pointing me to this. - -- Jean-Sébastien Pédron http://www.dumbbell.fr/ PGP Key: http://www.dumbbell.fr/pgp/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkeZte8ACgkQa+xGJsFYOlP5tgCePx9UFBEVqaDcKVpFdmF7dpkV /Z0AoJaewq5/dxAe+p4ZEyCe+l+faR+U =7hhx -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Fri Jan 25 10:50:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E938116A419; Fri, 25 Jan 2008 10:50:31 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBD5B13C447; Fri, 25 Jan 2008 10:50:31 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PAoVBC009983; Fri, 25 Jan 2008 10:50:31 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PAoVjQ009982; Fri, 25 Jan 2008 10:50:31 GMT (envelope-from cognet) Message-Id: <200801251050.m0PAoVjQ009982@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 25 Jan 2008 10:50:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 10:50:32 -0000 cognet 2008-01-25 10:50:31 UTC FreeBSD src repository Modified files: . access Log: Here comes a new challenger. Please welcome Oleksandr Tymoshenko (gonzo@FreeBSD.org) as a new src committer. Oleksandr has been the main developer on our mips port for quite some time, and his commit bit is long overdue. I'll try hard to mentor him. Welcome, Oleksandr ! Approved by: core Revision Changes Path 1.854 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Jan 25 10:54:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE35416A418; Fri, 25 Jan 2008 10:54:40 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B05D713C459; Fri, 25 Jan 2008 10:54:40 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PAsegY012112; Fri, 25 Jan 2008 10:54:40 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PAseKr012111; Fri, 25 Jan 2008 10:54:40 GMT (envelope-from mnag) Message-Id: <200801251054.m0PAseKr012111@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 25 Jan 2008 10:54:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 10:54:40 -0000 mnag 2008-01-25 10:54:40 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_7_0) usr.sbin/sysinstall menus.c Log: MFC: 1.430 - Add new NTP servers provided by NIC.br (http://www.ntp.br) - Remove nonfunctional servers PR: 119884 Approved by: simon Approved by: re (bmah) Revision Changes Path 1.425.2.3.2.2 +10 -7 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 12:12:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4681F16A419; Fri, 25 Jan 2008 12:12:50 +0000 (UTC) (envelope-from rnsanchez@wait4.org) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 34E0E13C457; Fri, 25 Jan 2008 12:12:50 +0000 (UTC) (envelope-from rnsanchez@wait4.org) Received: from spunkymail-a10.g.dreamhost.com (balanced.mail.policyd.dreamhost.com [208.97.132.119]) by hapkido.dreamhost.com (Postfix) with ESMTP id BE5FC17B19E; Fri, 25 Jan 2008 03:52:11 -0800 (PST) Received: from sauron.lan.box (200-102-212-26.paemt701.dsl.brasiltelecom.net.br [200.102.212.26]) by spunkymail-a10.g.dreamhost.com (Postfix) with ESMTP id ACEFF163885; Fri, 25 Jan 2008 03:52:09 -0800 (PST) Date: Fri, 25 Jan 2008 09:52:05 -0200 From: Ricardo Nabinger Sanchez To: Olivier Houchard Message-Id: <20080125095205.3e0d8b1e.rnsanchez@wait4.org> In-Reply-To: <200801251050.m0PAoVjQ009982@repoman.freebsd.org> References: <200801251050.m0PAoVjQ009982@repoman.freebsd.org> Organization: SYS_WAIT4 X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.3; i386-unknown-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 12:12:50 -0000 On Fri, 25 Jan 2008 10:50:31 +0000 (UTC) Olivier Houchard wrote: > Here comes a new challenger. > Please welcome Oleksandr Tymoshenko (gonzo@FreeBSD.org) as a new src > committer. > Oleksandr has been the main developer on our mips port for quite > some time, and his commit bit is long overdue. > I'll try hard to mentor him. > > Welcome, Oleksandr ! Whoa, great news! Congratulations! :) -- Ricardo Nabinger Sanchez rnsanchez@wait4.org Powered by FreeBSD http://rnsanchez.wait4.org "Left to themselves, things tend to go from bad to worse." From owner-cvs-src@FreeBSD.ORG Fri Jan 25 14:38:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84DFE16A421; Fri, 25 Jan 2008 14:38:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2CA13C474; Fri, 25 Jan 2008 14:38:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PEcRFG041153; Fri, 25 Jan 2008 14:38:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PEcRRW041152; Fri, 25 Jan 2008 14:38:27 GMT (envelope-from rwatson) Message-Id: <200801251438.m0PEcRRW041152@repoman.freebsd.org> From: Robert Watson Date: Fri, 25 Jan 2008 14:38:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c src/sys/netinet ip_fw.h ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 14:38:27 -0000 rwatson 2008-01-25 14:38:27 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c sys/netinet ip_fw.h ip_fw2.c Log: Hide ipfw internal data structures behind IPFW_INTERNAL rather than exposing them to all consumers of ip_fw.h. These structures are used in both ipfw(8) and ipfw(4), but not part of the user<->kernel interface for other applications to use, rather, shared implementation. MFC after: 3 days Reported by: Paul Vixie Revision Changes Path 1.113 +2 -0 src/sbin/ipfw/ipfw2.c 1.111 +11 -0 src/sys/netinet/ip_fw.h 1.180 +3 -0 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 14:39:27 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7562716A418; Fri, 25 Jan 2008 14:39:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCE713C458; Fri, 25 Jan 2008 14:39:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id BB9331A3C1A; Fri, 25 Jan 2008 06:35:26 -0800 (PST) From: John Baldwin To: src-committers@freebsd.org Date: Fri, 25 Jan 2008 07:39:41 -0500 User-Agent: KMail/1.9.7 References: <200801250209.m0P29cjL050767@repoman.freebsd.org> In-Reply-To: <200801250209.m0P29cjL050767@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801250739.41413.jhb@freebsd.org> Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 14:39:27 -0000 On Thursday 24 January 2008 09:09:38 pm John Baldwin wrote: > jhb 2008-01-25 02:09:38 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_sleepqueue.c > Log: > Fix a race in the sleepqueue timeout code that resulted in sleeps not > being properly cancelled by a timeout. In general there is a race > between a the sleepq timeout handler firing while the thread is still > in the process of going to sleep. In 6.x with sched_lock, the race was > largely protected by sched_lock. The only place it was "exposed" and had > to be handled was while checking for any pending signals in > sleepq_catch_signals(). > > With the thread lock changes, the thread lock is dropped in between > sleepq_add() and sleepq_*wait*() opening up a new window for this race. > Thus, if the timeout fired while the sleeping thread was in between > sleepq_add() and sleepq_*wait*(), the thread would be marked as timed > out, but the thread would not be dequeued and sleepq_switch() would > still block the thread until it was awakened via some other means. In > the case of pause(9) where there is no other wakeup, the thread would > never be awakened. > > Fix this by teaching sleepq_switch() to check if the thread has had its > sleep canceled before blocking by checking the TDF_TIMEOUT flag and > aborting the sleep and dequeueing the thread if it is set. > > MFC after: 3 days > Reported by: dwhite, peter This should fix the "vmo_de" hangs some people have reported on 7.x+. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Jan 25 15:06:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19C1116A418; Fri, 25 Jan 2008 15:06:27 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3DE313C448; Fri, 25 Jan 2008 15:06:26 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PF6QEZ043580; Fri, 25 Jan 2008 15:06:26 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PF6Qwf043571; Fri, 25 Jan 2008 15:06:26 GMT (envelope-from mtm) Message-Id: <200801251506.m0PF6Qwf043571@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 25 Jan 2008 15:06:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 15:06:27 -0000 mtm 2008-01-25 15:06:26 UTC FreeBSD src repository Modified files: etc rc.subr Log: If the rc.conf(5) variable for a script is not enabled do not fail silently. Display a message that the command wasn't run and make possible suggestions for what to do. PR: conf/118770 MFC after: 1 week Revision Changes Path 1.78 +3 -0 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Fri Jan 25 15:54:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ACE616A419; Fri, 25 Jan 2008 15:54:15 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F127F13C474; Fri, 25 Jan 2008 15:54:14 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PFsEIN047062; Fri, 25 Jan 2008 15:54:14 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PFsEge047061; Fri, 25 Jan 2008 15:54:14 GMT (envelope-from mtm) Message-Id: <200801251554.m0PFsEge047061@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 25 Jan 2008 15:54:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pw pw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 15:54:15 -0000 mtm 2008-01-25 15:54:14 UTC FreeBSD src repository Modified files: usr.sbin/pw pw.8 Log: Clarify in what formats the grouplist for the '-G' switch may be accepted. Submitted by: Eygene Ryabinkin Revision Changes Path 1.42 +1 -1 src/usr.sbin/pw/pw.8 From owner-cvs-src@FreeBSD.ORG Fri Jan 25 15:58:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B6D16A46D; Fri, 25 Jan 2008 15:58:10 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc3-cdif2-0-0-cust64.cdif.cable.ntl.com [81.106.128.65]) by mx1.freebsd.org (Postfix) with ESMTP id 69C3D13C45A; Fri, 25 Jan 2008 15:58:10 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JIQMY-0009bM-ES; Fri, 25 Jan 2008 15:21:02 +0000 Date: Fri, 25 Jan 2008 15:21:02 +0000 From: Ceri Davies To: Mike Makonnen Message-ID: <20080125152102.GD6064@submonkey.net> References: <200801251506.m0PF6Qwf043571@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="32u276st3Jlj2kUU" Content-Disposition: inline In-Reply-To: <200801251506.m0PF6Qwf043571@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 15:58:10 -0000 --32u276st3Jlj2kUU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 25, 2008 at 03:06:26PM +0000, Mike Makonnen wrote: > mtm 2008-01-25 15:06:26 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc rc.subr=20 > Log: > If the rc.conf(5) variable for a script is not enabled do not fail > silently. Display a message that the command wasn't run and make > possible suggestions for what to do. Any chance that we could make this behaviour dependent on some other variable (or not do it)? It's going to make booting look pretty nasty. Ceri > | @@ -606,6 +606,9 @@ run_rc_command() > | # > | if [ -n "${rcvar}" -a "$rc_arg" !=3D "rcvar" ]; then > | if ! checkyesno ${rcvar}; then > | + echo -n "Cannot '${rc_arg}' $name. Set ${rcvar} to " > | + echo -n "YES in /etc/rc.conf or use 'one${rc_arg}' " > | + echo "instead of '${rc_arg}'." > | return 0 > | fi > | fi --=20 That must be wonderful! I don't understand it at all. -- Moliere --32u276st3Jlj2kUU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFHmf5eocfcwTS3JF8RAo4pAKDEG3ssFCM0r4aKaGqf0nWy9qtGCgCgjVs3 1HKXpzGmeWuEOnYPKnoAglA= =4tXH -----END PGP SIGNATURE----- --32u276st3Jlj2kUU-- From owner-cvs-src@FreeBSD.ORG Fri Jan 25 16:23:12 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E2016A469; Fri, 25 Jan 2008 16:23:12 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (grnl-static-02-0046.dsl.iowatelecom.net [69.66.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id CD71A13C4F0; Fri, 25 Jan 2008 16:23:11 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.1/8.13.8) with ESMTP id m0PG4CYD037281; Fri, 25 Jan 2008 10:04:12 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.1/8.13.8/Submit) id m0PG4C3D037280; Fri, 25 Jan 2008 10:04:12 -0600 (CST) (envelope-from brooks) Date: Fri, 25 Jan 2008 10:04:12 -0600 From: Brooks Davis To: Ceri Davies Message-ID: <20080125160412.GA36311@lor.one-eyed-alien.net> References: <200801251506.m0PF6Qwf043571@repoman.freebsd.org> <20080125152102.GD6064@submonkey.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <20080125152102.GD6064@submonkey.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Fri, 25 Jan 2008 10:04:12 -0600 (CST) Cc: cvs-src@freebsd.org, Mike Makonnen , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 16:23:12 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 25, 2008 at 03:21:02PM +0000, Ceri Davies wrote: > On Fri, Jan 25, 2008 at 03:06:26PM +0000, Mike Makonnen wrote: > > mtm 2008-01-25 15:06:26 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > etc rc.subr=20 > > Log: > > If the rc.conf(5) variable for a script is not enabled do not fail > > silently. Display a message that the command wasn't run and make > > possible suggestions for what to do. >=20 > Any chance that we could make this behaviour dependent on some other > variable (or not do it)? It's going to make booting look pretty nasty. The other option I'd considered was to create a quiet precmd that works like force and use quietstart/quitestop for boot. I've become convinced this is= the right interactive behavior. -- Brooks > Ceri >=20 > > | @@ -606,6 +606,9 @@ run_rc_command() > > | # > > | if [ -n "${rcvar}" -a "$rc_arg" !=3D "rcvar" ]; then > > | if ! checkyesno ${rcvar}; then > > | + echo -n "Cannot '${rc_arg}' $name. Set ${rcvar} to " > > | + echo -n "YES in /etc/rc.conf or use 'one${rc_arg}' " > > | + echo "instead of '${rc_arg}'." > > | return 0 > > | fi > > | fi >=20 > --=20 > That must be wonderful! I don't understand it at all. > -- Moliere --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFHmgh7XY6L6fI4GtQRAqY2AKCErLdmObtXAphEqtDsuCIaagol2gCg1GzE sei1smAdLTEBS1dBVbUenq0= =BVRr -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-cvs-src@FreeBSD.ORG Fri Jan 25 16:44:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F6616A481; Fri, 25 Jan 2008 16:44:34 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF47513C508; Fri, 25 Jan 2008 16:44:34 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PGiY66051287; Fri, 25 Jan 2008 16:44:34 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PGiYJg051286; Fri, 25 Jan 2008 16:44:34 GMT (envelope-from mtm) Message-Id: <200801251644.m0PGiYJg051286@repoman.freebsd.org> From: Mike Makonnen Date: Fri, 25 Jan 2008 16:44:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 16:44:35 -0000 mtm 2008-01-25 16:44:34 UTC FreeBSD src repository Modified files: etc rc.subr Log: Backout previous commit. It's going to clutter the console during boot and shutdown. I think I'll hide it behind autoboot or maybe take brooks@ suggestion and implement a different command prefix for booting/shutdown purposes, but in any case it needs more thought and attention. Noticed by: ceri Pointyhat to: mtm Revision Changes Path 1.79 +0 -3 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Fri Jan 25 16:45:54 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86FB616A475; Fri, 25 Jan 2008 16:45:54 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from mercury.mike.lan (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDD1713C506; Fri, 25 Jan 2008 16:45:52 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: by mercury.mike.lan (Postfix, from userid 1000) id 2A9B626D02A; Fri, 25 Jan 2008 19:50:21 +0300 (EAT) From: Mike Makonnen To: Brooks Davis In-Reply-To: <20080125160412.GA36311@lor.one-eyed-alien.net> References: <200801251506.m0PF6Qwf043571@repoman.freebsd.org> <20080125152102.GD6064@submonkey.net> <20080125160412.GA36311@lor.one-eyed-alien.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 25 Jan 2008 19:50:20 +0300 Message-Id: <1201279820.1547.5.camel@mercury> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mtm@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: Fri, 25 Jan 2008 16:45:54 -0000 On Fri, 2008-01-25 at 10:04 -0600, Brooks Davis wrote: > The other option I'd considered was to create a quiet precmd that works like > force and use quietstart/quitestop for boot. I've become convinced this is the > right interactive behavior. Yes, I think I agree. Initialy, I had thought about putting it behind a global variable like "autoboot" or something but I like your suggestion better. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm @ FreeBSD.Org | FreeBSD - http://www.freebsd.org From owner-cvs-src@FreeBSD.ORG Fri Jan 25 16:47:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDDF216A419; Fri, 25 Jan 2008 16:47:49 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id AD45513C4EB; Fri, 25 Jan 2008 16:47:49 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m0PGlh1N081875; Fri, 25 Jan 2008 09:47:43 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <479A12AF.2050003@samsco.org> Date: Fri, 25 Jan 2008 09:47:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Mike Makonnen References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> In-Reply-To: <200801251644.m0PGiYJg051286@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 25 Jan 2008 09:47:43 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 16:47:50 -0000 Mike Makonnen wrote: > mtm 2008-01-25 16:44:34 UTC > > FreeBSD src repository > > Modified files: > etc rc.subr > Log: > Backout previous commit. It's going to clutter the console > during boot and shutdown. I think I'll hide it behind autoboot or > maybe take brooks@ suggestion and implement a different command > prefix for booting/shutdown purposes, but in any case it needs more > thought and attention. > > Noticed by: ceri > Pointyhat to: mtm > > Revision Changes Path > 1.79 +0 -3 src/etc/rc.subr In any case, I think you're on a good track. I can't tell you how many times I've pulled my hair out from typing "/etc/rc.d/foo start" at the command line and having nothing at all happen as a response. Scott From owner-cvs-src@FreeBSD.ORG Fri Jan 25 17:06:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B52E16A418; Fri, 25 Jan 2008 17:06:01 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (grnl-static-02-0046.dsl.iowatelecom.net [69.66.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id E3A3313C459; Fri, 25 Jan 2008 17:06:00 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.1/8.13.8) with ESMTP id m0PH5lha037848; Fri, 25 Jan 2008 11:05:47 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.1/8.13.8/Submit) id m0PH5lgS037847; Fri, 25 Jan 2008 11:05:47 -0600 (CST) (envelope-from brooks) Date: Fri, 25 Jan 2008 11:05:46 -0600 From: Brooks Davis To: Scott Long Message-ID: <20080125170546.GC36311@lor.one-eyed-alien.net> References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> <479A12AF.2050003@samsco.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XWOWbaMNXpFDWE00" Content-Disposition: inline In-Reply-To: <479A12AF.2050003@samsco.org> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Fri, 25 Jan 2008 11:05:47 -0600 (CST) Cc: cvs-src@FreeBSD.org, Mike Makonnen , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 17:06:01 -0000 --XWOWbaMNXpFDWE00 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 25, 2008 at 09:47:43AM -0700, Scott Long wrote: > Mike Makonnen wrote: >> mtm 2008-01-25 16:44:34 UTC >> FreeBSD src repository >> Modified files: >> etc rc.subr Log: >> Backout previous commit. It's going to clutter the console >> during boot and shutdown. I think I'll hide it behind autoboot or >> maybe take brooks@ suggestion and implement a different command >> prefix for booting/shutdown purposes, but in any case it needs more >> thought and attention. >> Noticed by: ceri >> Pointyhat to: mtm >> Revision Changes Path >> 1.79 +0 -3 src/etc/rc.subr >=20 > In any case, I think you're on a good track. I can't tell you how many= =20 > times I've pulled my hair out from typing "/etc/rc.d/foo start" at the > command line and having nothing at all happen as a response. The one that continually messes me up is disabling nagios in /etc/rc.conf during maintance and then doing "/usr/local/etc/rc.d/nagios stop" and forgetting that it doen't do anything so I get individual notices about all 352 cluster nodes going down. :( -- Brooks --XWOWbaMNXpFDWE00 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFHmhbqXY6L6fI4GtQRAgiXAJ4q9fF//ON59uBUzQob0utf5LJLFQCfcsxT 5eoQqOzsyIo34YYxMwvlyLc= =LkF2 -----END PGP SIGNATURE----- --XWOWbaMNXpFDWE00-- From owner-cvs-src@FreeBSD.ORG Fri Jan 25 17:11:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFCA216A419; Fri, 25 Jan 2008 17:11:23 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 78D2A13C4D1; Fri, 25 Jan 2008 17:11:22 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 65E9266C591; Fri, 25 Jan 2008 18:11:21 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vpj0CCD7640t; Fri, 25 Jan 2008 18:10:54 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1F01C66C583; Fri, 25 Jan 2008 18:09:47 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id m0PH9kKB031563; Fri, 25 Jan 2008 18:09:46 +0100 (CET) (envelope-from rdivacky) Date: Fri, 25 Jan 2008 18:09:45 +0100 From: Roman Divacky To: Brooks Davis Message-ID: <20080125170945.GA31476@freebsd.org> References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> <479A12AF.2050003@samsco.org> <20080125170546.GC36311@lor.one-eyed-alien.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080125170546.GC36311@lor.one-eyed-alien.net> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, Scott Long , src-committers@FreeBSD.org, Mike Makonnen , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 17:11:24 -0000 On Fri, Jan 25, 2008 at 11:05:46AM -0600, Brooks Davis wrote: > On Fri, Jan 25, 2008 at 09:47:43AM -0700, Scott Long wrote: > > Mike Makonnen wrote: > >> mtm 2008-01-25 16:44:34 UTC > >> FreeBSD src repository > >> Modified files: > >> etc rc.subr Log: > >> Backout previous commit. It's going to clutter the console > >> during boot and shutdown. I think I'll hide it behind autoboot or > >> maybe take brooks@ suggestion and implement a different command > >> prefix for booting/shutdown purposes, but in any case it needs more > >> thought and attention. > >> Noticed by: ceri > >> Pointyhat to: mtm > >> Revision Changes Path > >> 1.79 +0 -3 src/etc/rc.subr > > > > In any case, I think you're on a good track. I can't tell you how many > > times I've pulled my hair out from typing "/etc/rc.d/foo start" at the > > command line and having nothing at all happen as a response. > > The one that continually messes me up is disabling nagios in > /etc/rc.conf during maintance and then doing "/usr/local/etc/rc.d/nagios > stop" and forgetting that it doen't do anything so I get individual > notices about all 352 cluster nodes going down. :( semantically foo_enable="YES" could permit "stop" action because I don't see any logical contradiction in stopping a service that is not enabled... just my 2 cents :) roman From owner-cvs-src@FreeBSD.ORG Fri Jan 25 17:30:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA84116A419; Fri, 25 Jan 2008 17:30:42 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 6947213C465; Fri, 25 Jan 2008 17:30:42 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m0PHUd3K082092; Fri, 25 Jan 2008 10:30:39 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <479A1CBF.808@samsco.org> Date: Fri, 25 Jan 2008 10:30:39 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Roman Divacky References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> <479A12AF.2050003@samsco.org> <20080125170546.GC36311@lor.one-eyed-alien.net> <20080125170945.GA31476@freebsd.org> In-Reply-To: <20080125170945.GA31476@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 25 Jan 2008 10:30:39 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Mike Makonnen , Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 17:30:42 -0000 Roman Divacky wrote: > On Fri, Jan 25, 2008 at 11:05:46AM -0600, Brooks Davis wrote: >> On Fri, Jan 25, 2008 at 09:47:43AM -0700, Scott Long wrote: >>> Mike Makonnen wrote: >>>> mtm 2008-01-25 16:44:34 UTC >>>> FreeBSD src repository >>>> Modified files: >>>> etc rc.subr Log: >>>> Backout previous commit. It's going to clutter the console >>>> during boot and shutdown. I think I'll hide it behind autoboot or >>>> maybe take brooks@ suggestion and implement a different command >>>> prefix for booting/shutdown purposes, but in any case it needs more >>>> thought and attention. >>>> Noticed by: ceri >>>> Pointyhat to: mtm >>>> Revision Changes Path >>>> 1.79 +0 -3 src/etc/rc.subr >>> In any case, I think you're on a good track. I can't tell you how many >>> times I've pulled my hair out from typing "/etc/rc.d/foo start" at the >>> command line and having nothing at all happen as a response. >> The one that continually messes me up is disabling nagios in >> /etc/rc.conf during maintance and then doing "/usr/local/etc/rc.d/nagios >> stop" and forgetting that it doen't do anything so I get individual >> notices about all 352 cluster nodes going down. :( > > semantically foo_enable="YES" could permit "stop" action because I don't > see any logical contradiction in stopping a service that is not enabled... > > just my 2 cents :) > > roman Be that as it may, fixing the system to provide feedback to interactive users is a good thing. Scott From owner-cvs-src@FreeBSD.ORG Fri Jan 25 18:03:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4108716A46B; Fri, 25 Jan 2008 18:03:39 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id EC51313C447; Fri, 25 Jan 2008 18:03:38 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 070F466C5C2; Fri, 25 Jan 2008 19:03:38 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZGqB6UVWec9W; Fri, 25 Jan 2008 19:03:26 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7992A66C55D; Fri, 25 Jan 2008 19:03:26 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id m0PI3QZ9033930; Fri, 25 Jan 2008 19:03:26 +0100 (CET) (envelope-from rdivacky) Date: Fri, 25 Jan 2008 19:03:26 +0100 From: Roman Divacky To: Scott Long Message-ID: <20080125180326.GA33885@freebsd.org> References: <200801251644.m0PGiYJg051286@repoman.freebsd.org> <479A12AF.2050003@samsco.org> <20080125170546.GC36311@lor.one-eyed-alien.net> <20080125170945.GA31476@freebsd.org> <479A1CBF.808@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <479A1CBF.808@samsco.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, Mike Makonnen , Brooks Davis , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Jan 2008 18:03:39 -0000 On Fri, Jan 25, 2008 at 10:30:39AM -0700, Scott Long wrote: > Roman Divacky wrote: > >On Fri, Jan 25, 2008 at 11:05:46AM -0600, Brooks Davis wrote: > >>On Fri, Jan 25, 2008 at 09:47:43AM -0700, Scott Long wrote: > >>>Mike Makonnen wrote: > >>>>mtm 2008-01-25 16:44:34 UTC > >>>> FreeBSD src repository > >>>> Modified files: > >>>> etc rc.subr Log: > >>>> Backout previous commit. It's going to clutter the console > >>>> during boot and shutdown. I think I'll hide it behind autoboot or > >>>> maybe take brooks@ suggestion and implement a different command > >>>> prefix for booting/shutdown purposes, but in any case it needs more > >>>> thought and attention. > >>>> Noticed by: ceri > >>>> Pointyhat to: mtm > >>>> Revision Changes Path > >>>> 1.79 +0 -3 src/etc/rc.subr > >>>In any case, I think you're on a good track. I can't tell you how many > >>>times I've pulled my hair out from typing "/etc/rc.d/foo start" at the > >>>command line and having nothing at all happen as a response. > >>The one that continually messes me up is disabling nagios in > >>/etc/rc.conf during maintance and then doing "/usr/local/etc/rc.d/nagios > >>stop" and forgetting that it doen't do anything so I get individual > >>notices about all 352 cluster nodes going down. :( > > > >semantically foo_enable="YES" could permit "stop" action because I don't > >see any logical contradiction in stopping a service that is not enabled... > > > >just my 2 cents :) > > > >roman > > Be that as it may, fixing the system to provide feedback to interactive > users is a good thing. > > Scott sure.. my suggestion is orthogonal to this, it just happens to be from the same bucket From owner-cvs-src@FreeBSD.ORG Fri Jan 25 19:24:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99D3116A4CF; Fri, 25 Jan 2008 19:24:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7706613C47E; Fri, 25 Jan 2008 19:24:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PJOCdi050786; Fri, 25 Jan 2008 19:24:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PJOCEO050785; Fri, 25 Jan 2008 19:24:12 GMT (envelope-from jhb) Message-Id: <200801251924.m0PJOCEO050785@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Jan 2008 19:24:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/sched schedgraph.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 19:24:12 -0000 jhb 2008-01-25 19:24:12 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: Update the timestamp regexps in syncstamp() and monostamp() for > 99999 traces where there isn't any leading whitespace before the record number in the ktrdump output. Revision Changes Path 1.16 +2 -2 src/tools/sched/schedgraph.py From owner-cvs-src@FreeBSD.ORG Fri Jan 25 19:44:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E3AA16A421; Fri, 25 Jan 2008 19:44:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5125513C467; Fri, 25 Jan 2008 19:44:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PJipl6061499; Fri, 25 Jan 2008 19:44:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PJiofM061498; Fri, 25 Jan 2008 19:44:50 GMT (envelope-from jhb) Message-Id: <200801251944.m0PJiofM061498@repoman.freebsd.org> From: John Baldwin Date: Fri, 25 Jan 2008 19:44:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 19:44:51 -0000 jhb 2008-01-25 19:44:46 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Fix a bug where a thread that hit the race where the sleep timeout fires while the thread does not hold the thread lock would stop blocking for subsequent interruptible sleeps and would always immediately fail the sleep with EWOULDBLOCK instead (even sleeps that didn't have a timeout). Some background: - KSE has a facility for allowing one thread to interrupt another thread. During this process, the target thread aborts any interruptible sleeps much as if the target thread had a pending signal. Once the target thread acknowledges the interrupt, normal sleep handling resumes. KSE manages this via the TDF_INTERRUPTED flag. Specifically, it sets the flag when it sends an interrupt to another thread and clears it when the interrupt is acknowledged. (Note that this is purely a software interrupt sort of thing and has no relation to hardware interrupts or kernel interrupt threads.) - The old code for handling the sleep timeout race handled the race by setting the TDF_INTERRUPT flag and faking a KSE-style thread interrupt to the thread in the process of going to sleep. It probably should have just checked the TDF_TIMEOUT flag in sleepq_catch_signals() instead. - The bug was that the sleepq code would set TDF_INTERRUPT but it was never cleared. The sleepq code couldn't safely clear it in case there actually was a real KSE thread interrupt pending for the target thread (in fact, the sleepq timeout actually stomped on said pending interrupt). Thus, any future interruptible sleeps (*sleep(.. PCATCH ..) or cv_*wait_sig()) would see the TDF_INTERRUPT flag set and immediately fail with EWOULDBLOCK. The flag could be cleared if the thread belonged to a KSE process and another thread posted an interrupt to the original thread. However, in the more common case of a non-KSE process, the thread would pretty much stop sleeping. - Fix the bug by just setting TDF_TIMEOUT in the sleepq timeout code and not messing with TDF_INTERRUPT and td_intrval. With yesterday's fix to fix sleepq_switch() to check TDF_TIMEOUT, this is now sufficient. MFC after: 3 days Revision Changes Path 1.43 +1 -2 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Fri Jan 25 21:09:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E09DB16A417; Fri, 25 Jan 2008 21:09:21 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8E7313C455; Fri, 25 Jan 2008 21:09:21 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PL9LP9077060; Fri, 25 Jan 2008 21:09:21 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PL9LC8077059; Fri, 25 Jan 2008 21:09:21 GMT (envelope-from bde) Message-Id: <200801252109.m0PL9LC8077059@repoman.freebsd.org> From: Bruce Evans Date: Fri, 25 Jan 2008 21:09:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/src k_cos.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 21:09:22 -0000 bde 2008-01-25 21:09:21 UTC FreeBSD src repository Modified files: lib/msun/src k_cos.c Log: Fix a harmless type error in 1.9. Revision Changes Path 1.11 +1 -1 src/lib/msun/src/k_cos.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 01:00:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFF816A41B; Sat, 26 Jan 2008 01:00:57 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE3A13C474; Sat, 26 Jan 2008 01:00:57 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q10u7E004893; Sat, 26 Jan 2008 01:00:56 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q10uqe004892; Sat, 26 Jan 2008 01:00:56 GMT (envelope-from kmacy) Message-Id: <200801260100.m0Q10uqe004892@repoman.freebsd.org> From: Kip Macy Date: Sat, 26 Jan 2008 01:00:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/cxgb/cxgb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 01:00:57 -0000 kmacy 2008-01-26 01:00:56 UTC FreeBSD src repository Modified files: sys/modules/cxgb/cxgb Makefile Log: add opt_global.h dependency Revision Changes Path 1.5 +1 -1 src/sys/modules/cxgb/cxgb/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jan 26 04:30:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 281A916A41B; Sat, 26 Jan 2008 04:30:49 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EED2C13C4EF; Sat, 26 Jan 2008 04:30:48 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q4UmcW021582; Sat, 26 Jan 2008 04:30:48 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q4UmIj021581; Sat, 26 Jan 2008 04:30:48 GMT (envelope-from emaste) Message-Id: <200801260430.m0Q4UmIj021581@repoman.freebsd.org> From: Ed Maste Date: Sat, 26 Jan 2008 04:30:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uark.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 04:30:49 -0000 emaste 2008-01-26 04:30:48 UTC FreeBSD src repository Modified files: sys/dev/usb uark.c Log: Allow arbitrary baud rates, not just the standard ones. Revision Changes Path 1.8 +13 -21 src/sys/dev/usb/uark.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 05:11:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05ADC16A419; Sat, 26 Jan 2008 05:11:10 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD81B13C43E; Sat, 26 Jan 2008 05:11:09 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q5B9N6033571; Sat, 26 Jan 2008 05:11:09 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q5B9BF033570; Sat, 26 Jan 2008 05:11:09 GMT (envelope-from julian) Message-Id: <200801260511.m0Q5B9BF033570@repoman.freebsd.org> From: Julian Elischer Date: Sat, 26 Jan 2008 05:11:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/powermac ata_kauai.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 05:11:10 -0000 julian 2008-01-26 05:11:09 UTC FreeBSD src repository Modified files: sys/powerpc/powermac ata_kauai.c Log: One of my powerbooks has this chip in it.. Confirmed by looking at netbsd.. they have also added this. checked by grehen MFC After: 3 days Revision Changes Path 1.14 +1 -0 src/sys/powerpc/powermac/ata_kauai.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 06:09:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 869E716A41A; Sat, 26 Jan 2008 06:09:23 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59B9913C465; Sat, 26 Jan 2008 06:09:23 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q69N9p038158; Sat, 26 Jan 2008 06:09:23 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q69NhJ038157; Sat, 26 Jan 2008 06:09:23 GMT (envelope-from kib) Message-Id: <200801260609.m0Q69NhJ038157@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 26 Jan 2008 06:09:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty_pty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 06:09:23 -0000 kib 2008-01-26 06:09:23 UTC FreeBSD src repository Modified files: sys/kern tty_pty.c Log: In rev. 1.156, the convertion of the minor number to the unit number resulted in the argument to the make_dev() to be a unit number. Correct this by supplying a minor number to make_dev(), and using the unit number for the calculation of the slave tty name. Reported and tested by: Peter Holm Reviewed by: jhb Yet another pointy hat to: kib MFC after: 1 day Revision Changes Path 1.157 +5 -3 src/sys/kern/tty_pty.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 06:49:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FDE116A41B; Sat, 26 Jan 2008 06:49:32 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1200013C447; Sat, 26 Jan 2008 06:49:32 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q6nVQn043348; Sat, 26 Jan 2008 06:49:31 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q6nVCA043347; Sat, 26 Jan 2008 06:49:31 GMT (envelope-from mtm) Message-Id: <200801260649.m0Q6nVCA043347@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jan 2008 06:49:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 06:49:32 -0000 mtm 2008-01-26 06:49:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 ip6_output.c Log: MFC: rev. 1.110 ---------------------------------------------------------------------------- Instead of manually freeing the packet options structure (and not even doing a good job of it) in the copypktopts() function, just call ip6_clearpktopts() directly. Otherwise, the callers of this function would end up freeing the memory twice. Reviewed by: jinmei PR: kern/116360 ---------------------------------------------------------------------------- Revision Changes Path 1.109.2.1 +1 -6 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 06:50:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7CA616A420; Sat, 26 Jan 2008 06:50:14 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8C3D13C46A; Sat, 26 Jan 2008 06:50:14 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q6oEKL043464; Sat, 26 Jan 2008 06:50:14 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q6oEs2043463; Sat, 26 Jan 2008 06:50:14 GMT (envelope-from trhodes) Message-Id: <200801260650.m0Q6oEs2043463@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 26 Jan 2008 06:50:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 dcons.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 06:50:15 -0000 trhodes 2008-01-26 06:50:14 UTC FreeBSD src repository Modified files: share/man/man4 dcons.4 Log: Catch up with revision 1.18 of dcons_os.c and add an example of how to use dcons(4) as a valid gdb port. PR: 118490 Submitted by: Alexandre Kovalenko Revision Changes Path 1.12 +12 -1 src/share/man/man4/dcons.4 From owner-cvs-src@FreeBSD.ORG Sat Jan 26 07:08:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E51A416A418; Sat, 26 Jan 2008 07:08:48 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B698A13C448; Sat, 26 Jan 2008 07:08:48 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q78mNL045287; Sat, 26 Jan 2008 07:08:48 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q78mMO045286; Sat, 26 Jan 2008 07:08:48 GMT (envelope-from mtm) Message-Id: <200801260708.m0Q78mMO045286@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jan 2008 07:08:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 07:08:49 -0000 mtm 2008-01-26 07:08:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 ip6_output.c Log: MFC: rev. 1.110 ---------------------------------------------------------------------------- Instead of manually freeing the packet options structure (and not even doing a good job of it) in the copypktopts() function, just call ip6_clearpktopts() directly. Otherwise, the callers of this function would end up freeing the memory twice. Reviewed by: jinmei PR: kern/116360 ---------------------------------------------------------------------------- Revision Changes Path 1.90.2.11 +1 -6 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 08:21:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15C5216A468; Sat, 26 Jan 2008 08:21:13 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA41C13C465; Sat, 26 Jan 2008 08:21:12 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q8LCgw051253; Sat, 26 Jan 2008 08:21:12 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q8LCp6051252; Sat, 26 Jan 2008 08:21:12 GMT (envelope-from das) Message-Id: <200801260821.m0Q8LCp6051252@repoman.freebsd.org> From: David Schultz Date: Sat, 26 Jan 2008 08:21:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/growfs growfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 08:21:13 -0000 das 2008-01-26 08:21:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/growfs growfs.c Log: MFC growfs.c,v 1.26 Fix an int overflow on very large file systems. PR: bin/113399 Submitted by: Staffan Ulfberg Revision Changes Path 1.25.2.1 +2 -2 src/sbin/growfs/growfs.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 08:21:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EF7E16A418; Sat, 26 Jan 2008 08:21:14 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F92B13C44B; Sat, 26 Jan 2008 08:21:14 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q8LEbH051285; Sat, 26 Jan 2008 08:21:14 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q8LEm7051284; Sat, 26 Jan 2008 08:21:14 GMT (envelope-from das) Message-Id: <200801260821.m0Q8LEm7051284@repoman.freebsd.org> From: David Schultz Date: Sat, 26 Jan 2008 08:21:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/stdlib heapsort.c qsort.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 08:21:14 -0000 das 2008-01-26 08:21:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdlib heapsort.c qsort.c Log: MFC qsort.c,v 1.14-1.15, heapsort.c,v 1.6 Use size_t to avoid overflow when sorting arrays larger than 2 GB. PR: 111085 Revision Changes Path 1.5.2.1 +1 -1 src/lib/libc/stdlib/heapsort.c 1.13.2.1 +7 -5 src/lib/libc/stdlib/qsort.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 08:21:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40C1A16A41A; Sat, 26 Jan 2008 08:21:33 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E769B13C46E; Sat, 26 Jan 2008 08:21:32 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0Q8LWFm051331; Sat, 26 Jan 2008 08:21:32 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0Q8LWwE051330; Sat, 26 Jan 2008 08:21:32 GMT (envelope-from das) Message-Id: <200801260821.m0Q8LWwE051330@repoman.freebsd.org> From: David Schultz Date: Sat, 26 Jan 2008 08:21:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/gdtoa _ldtoa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 08:21:33 -0000 das 2008-01-26 08:21:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/gdtoa _ldtoa.c Log: MFC _ldtoa.c,v 1.5 Fix handling of subnormals on i386/ia64/amd64. PR: 85080 Revision Changes Path 1.2.18.1 +0 -2 src/lib/libc/gdtoa/_ldtoa.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 11:22:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73D1216A417; Sat, 26 Jan 2008 11:22:12 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66EE213C442; Sat, 26 Jan 2008 11:22:12 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QBMCmV074436; Sat, 26 Jan 2008 11:22:12 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QBMClS074435; Sat, 26 Jan 2008 11:22:12 GMT (envelope-from mtm) Message-Id: <200801261122.m0QBMClS074435@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jan 2008 11:22:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc rc.subr src/etc/rc.d netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2008 11:22:12 -0000 mtm 2008-01-26 11:22:12 UTC FreeBSD src repository Modified files: etc rc rc.subr etc/rc.d netif Log: Re-implement: do not silently fail when a command is not carried out because the rc.conf(5) variable was not enabled. Display a message that the command wasn't run and offer suggestions on what the user can do. Implement a quiet prefix, which will disable some diagnostics. The fast prefix also implies quiet. During boot we use either fast or quiet. For shutdown we already use 'faststop'. So, this informational message should only appear during interactive use. An additional benefit of having a quiet prefix is that we can start putting some of our diagnostic messages behind this knob and start "de-cluttering" the console during boot and shutdown. Revision Changes Path 1.341 +1 -1 src/etc/rc 1.25 +1 -1 src/etc/rc.d/netif 1.80 +16 -1 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Sat Jan 26 11:37:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3482E16A418; Sat, 26 Jan 2008 11:37:55 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF9D13C461; Sat, 26 Jan 2008 11:37:55 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QBbshF075012; Sat, 26 Jan 2008 11:37:54 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QBbsru075011; Sat, 26 Jan 2008 11:37:54 GMT (envelope-from keramida) Message-Id: <200801261137.m0QBbsru075011@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 26 Jan 2008 11:37:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/split split.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2008 11:37:55 -0000 keramida 2008-01-26 11:37:54 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) usr.bin/split split.1 Log: MFC: 1.19 Update usage & SYNOPSIS and clarify that input files are not removed. Sort getopt option handling of -p too, while here. The changes are adapted from a patch by Ruslan Ermilov, posted as followup to docs/33852. PR: docs/33852 Submitted by: Gary W. Swearingen Revision Changes Path 1.15.2.1 +22 -10 src/usr.bin/split/split.1 From owner-cvs-src@FreeBSD.ORG Sat Jan 26 12:03:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FE4816A420; Sat, 26 Jan 2008 12:03:27 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9468713C458; Sat, 26 Jan 2008 12:03:27 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QC3RwW078487; Sat, 26 Jan 2008 12:03:27 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QC3RTS078486; Sat, 26 Jan 2008 12:03:27 GMT (envelope-from mpp) Message-Id: <200801261203.m0QC3RTS078486@repoman.freebsd.org> From: Mike Pritchard Date: Sat, 26 Jan 2008 12:03:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/quotacheck Makefile preen.c quotacheck.8 quotacheck.c quotacheck.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 12:03:27 -0000 mpp 2008-01-26 12:03:27 UTC FreeBSD src repository Modified files: sbin/quotacheck Makefile preen.c quotacheck.8 quotacheck.c Added files: sbin/quotacheck quotacheck.h Log: Sync up quotacheck's preen.c with fsck's. This makes quotacheck process parallel checks in the same way as fsck, since fsck supports pass numbers other than 0, 1 or 2. Without this, quotacheck would ignore file systems with pass numbers > 2. The -l (maxrun) option is now deprecated and can be tuned with pass numbers in /etc/fstab if needed. Revision Changes Path 1.9 +2 -2 src/sbin/quotacheck/Makefile 1.27 +180 -183 src/sbin/quotacheck/preen.c 1.20 +3 -0 src/sbin/quotacheck/quotacheck.8 1.35 +13 -18 src/sbin/quotacheck/quotacheck.c 1.1 +43 -0 src/sbin/quotacheck/quotacheck.h (new) From owner-cvs-src@FreeBSD.ORG Sat Jan 26 12:34:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EE7C16A418; Sat, 26 Jan 2008 12:34:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CEC313C469; Sat, 26 Jan 2008 12:34:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QCYNxj082500; Sat, 26 Jan 2008 12:34:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QCYNhg082499; Sat, 26 Jan 2008 12:34:23 GMT (envelope-from rwatson) Message-Id: <200801261234.m0QCYNhg082499@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Jan 2008 12:34:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 12:34:24 -0000 rwatson 2008-01-26 12:34:23 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Remove Giant acquisition around soreceive() and sosend() in fifofs. The bug that caused us to reintroduce it is believed to be fixed, and Kris says he no longer sees problems with fifofs in highly parallel builds. If this works out, we'll MFC it for 7.1. MFC after: 3 months Pointed out by: kris Revision Changes Path 1.143 +4 -10 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 12:38:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49BAB16A46D; Sat, 26 Jan 2008 12:38:20 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2842713C43E; Sat, 26 Jan 2008 12:38:20 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QCcKVO082699; Sat, 26 Jan 2008 12:38:20 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QCcKgS082698; Sat, 26 Jan 2008 12:38:20 GMT (envelope-from keramida) Message-Id: <200801261238.m0QCcKgS082698@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 26 Jan 2008 12:38:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/xargs xargs.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2008 12:38:20 -0000 keramida 2008-01-26 12:38:19 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/xargs xargs.1 Log: Document the no-op -r option of BSD xargs(1). PR: docs/106416 Submitted by: Pete Slagle, freebsd-stable at voidcaptain.com MFC after: 3 days Revision Changes Path 1.38 +30 -2 src/usr.bin/xargs/xargs.1 From owner-cvs-src@FreeBSD.ORG Sat Jan 26 13:03:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6F3016A419; Sat, 26 Jan 2008 13:03:36 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86EE613C43E; Sat, 26 Jan 2008 13:03:36 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QD3aYc093791; Sat, 26 Jan 2008 13:03:36 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QD3af2093786; Sat, 26 Jan 2008 13:03:36 GMT (envelope-from mpp) Message-Id: <200801261303.m0QD3af2093786@repoman.freebsd.org> From: Mike Pritchard Date: Sat, 26 Jan 2008 13:03:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 fstab.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 13:03:36 -0000 mpp 2008-01-26 13:03:35 UTC FreeBSD src repository Modified files: share/man/man5 fstab.5 Log: Explain how the passno field in /etc/fstab works with fsck and quotacheck in some more detail. Revision Changes Path 1.28 +24 -3 src/share/man/man5/fstab.5 From owner-cvs-src@FreeBSD.ORG Sat Jan 26 13:37:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4787616A419; Sat, 26 Jan 2008 13:37:49 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2910513C44B; Sat, 26 Jan 2008 13:37:49 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QDbmBK096025; Sat, 26 Jan 2008 13:37:48 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QDbmYt096024; Sat, 26 Jan 2008 13:37:48 GMT (envelope-from mtm) Message-Id: <200801261337.m0QDbmYt096024@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jan 2008 13:37:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc netstart X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2008 13:37:49 -0000 mtm 2008-01-26 13:37:48 UTC FreeBSD src repository Modified files: etc netstart Log: Use 'quietstart' so as not to get spammed with informational diagnostics. Revision Changes Path 1.68 +26 -24 src/etc/netstart From owner-cvs-src@FreeBSD.ORG Sat Jan 26 13:50:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE1316A46B; Sat, 26 Jan 2008 13:50:38 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDED613C458; Sat, 26 Jan 2008 13:50:38 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QDocKb096947; Sat, 26 Jan 2008 13:50:38 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QDocnL096946; Sat, 26 Jan 2008 13:50:38 GMT (envelope-from mtm) Message-Id: <200801261350.m0QDocnL096946@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jan 2008 13:50:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc devd.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 13:50:39 -0000 mtm 2008-01-26 13:50:38 UTC FreeBSD src repository Modified files: etc devd.conf Log: Generally, anything that runs rc.d scripts internally should start using the quiet prefix (i.e. quietstart, quietstop, etc...). Revision Changes Path 1.39 +5 -5 src/etc/devd.conf From owner-cvs-src@FreeBSD.ORG Sat Jan 26 13:55:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17BD516A41A; Sat, 26 Jan 2008 13:55:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED08F13C468; Sat, 26 Jan 2008 13:55:52 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QDtqfJ097185; Sat, 26 Jan 2008 13:55:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QDtqdc097184; Sat, 26 Jan 2008 13:55:52 GMT (envelope-from rwatson) Message-Id: <200801261355.m0QDtqdc097184@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Jan 2008 13:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_capture.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 13:55:53 -0000 rwatson 2008-01-26 13:55:52 UTC FreeBSD src repository Modified files: sys/ddb db_capture.c Log: Rename DB_ constants in db_capture.c to DDB_ so that when they are exposed as kernel compile options, they have more meaningful names. PR: 119993 MFC after: 2 months Suggested by: Scot Hetzel Revision Changes Path 1.3 +16 -16 src/sys/ddb/db_capture.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 13:57:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC92916A46D; Sat, 26 Jan 2008 13:57:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D656813C4CC; Sat, 26 Jan 2008 13:57:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QDvX0A097294; Sat, 26 Jan 2008 13:57:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QDvXmE097293; Sat, 26 Jan 2008 13:57:33 GMT (envelope-from rwatson) Message-Id: <200801261357.m0QDvXmE097293@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Jan 2008 13:57:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 13:57:34 -0000 rwatson 2008-01-26 13:57:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/netinet tcp_usrreq.c Log: Merge tcp_usrreq.c:1.167 from HEAD to RELENG_7_0: tcp_usrreq.c:1.130 removed tcbinfo locking from tcp_usr_accept(), which while in principle a good idea, opened us up to a race inherrent to the syncache's direct insertion of incoming TCP connections into the "completed connection" listen queue, as it transpires that the socket is inserted before the inpcb is fully filled in by syncache_expand(). The bug manifested with the occasional returning of 0.0.0.0:0 in the address returned by the accept() system call, which occurred if accept managed to execute tcp_usr_accept() before syncache_expand() had copied the endpoint addresses into inpcb connection state. Re-add tcbinfo locking around the address copyout, which has the effect of delaying the copy until syncache_expand() has finished running, as it is run while the tcbinfo lock is held. This is undesirable in that it increases contention on tcbinfo further, but a more significant change will be required to how the syncache inserts new sockets in order to fix this and keep more granular locking here. In particular, either more state needs to be passed into sonewconn() so that pru_attach() can fill in the fields *before* the socket is inserted, or the socket needs to be inserted in the incomplete connection queue until it is actually ready to be used. Reported by: glebius (and kris) Tested by: glebius Approved by: re (kensmith) Revision Changes Path 1.163.2.1.2.1 +2 -0 src/sys/netinet/tcp_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 14:02:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B33D16A417; Sat, 26 Jan 2008 14:02:20 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D76913C442; Sat, 26 Jan 2008 14:02:20 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QE2K0C097554; Sat, 26 Jan 2008 14:02:20 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QE2KAs097553; Sat, 26 Jan 2008 14:02:20 GMT (envelope-from mtm) Message-Id: <200801261402.m0QE2KAs097553@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 26 Jan 2008 14:02:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d ipfw mountcritremote ppp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2008 14:02:20 -0000 mtm 2008-01-26 14:02:20 UTC FreeBSD src repository Modified files: etc/rc.d ipfw mountcritremote ppp Log: Generally, anything that runs rc.d scripts internally should start using the quiet prefix (i.e. quietstart, quietstop, etc...). Revision Changes Path 1.16 +2 -2 src/etc/rc.d/ipfw 1.18 +1 -1 src/etc/rc.d/mountcritremote 1.16 +2 -2 src/etc/rc.d/ppp From owner-cvs-src@FreeBSD.ORG Sat Jan 26 14:14:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4803D16A420; Sat, 26 Jan 2008 14:14:11 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA0913C467; Sat, 26 Jan 2008 14:14:11 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QEEBmX000161; Sat, 26 Jan 2008 14:14:11 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QEEBch000160; Sat, 26 Jan 2008 14:14:11 GMT (envelope-from mav) Message-Id: <200801261414.m0QEEBch000160@repoman.freebsd.org> From: Alexander Motin Date: Sat, 26 Jan 2008 14:14:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 14:14:11 -0000 mav 2008-01-26 14:14:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/netgraph ng_ppp.c Log: MFC rev 1.71 Fix bundle xmit octets stats for packet-split operation mode. Approved by: re (kensmith) Revision Changes Path 1.70.4.1 +4 -4 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 17:09:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FE5016A417; Sat, 26 Jan 2008 17:09:41 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3202B13C4D1; Sat, 26 Jan 2008 17:09:41 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QH9f2h024310; Sat, 26 Jan 2008 17:09:41 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QH9f2D024309; Sat, 26 Jan 2008 17:09:41 GMT (envelope-from yar) Message-Id: <200801261709.m0QH9f2D024309@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 26 Jan 2008 17:09:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING src/include fts.h src/lib/libc/gen Makefile.inc Symbol.map fts-compat.c fts-compat.h fts.3 fts.c src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 17:09:41 -0000 yar 2008-01-26 17:09:41 UTC FreeBSD src repository Modified files: . UPDATING include fts.h lib/libc/gen Makefile.inc Symbol.map fts-compat.c fts-compat.h fts.3 fts.c sys/sys param.h Log: Our fts(3) API, as inherited from 4.4BSD, suffers from integer fields in FTS and FTSENT structs being too narrow. In addition, the narrow types creep from there into fts.c. As a result, fts(3) consumers, e.g., find(1) or rm(1), can't handle file trees an ordinary user can create, which can have security implications. To fix the historic implementation of fts(3), OpenBSD and NetBSD have already changed in somewhat incompatible ways, so we are free to do so, too. This change is a superset of changes from the other BSDs with a few more improvements. It doesn't touch fts(3) functionality; it just extends integer types used by it to match modern reality and the C standard. Here are its points: o For C object sizes, use size_t unless it's 100% certain that the object will be really small. (Note that fts(3) can construct pathnames _much_ longer than PATH_MAX for its consumers.) o Avoid the short types because on modern platforms using them results in larger and slower code. Change shorts to ints as follows: - For variables than count simple, limited things like states, use plain vanilla `int' as it's the type of choice in C. - For a limited number of bit flags use `unsigned' because signed bit-wise operations are implementation-defined, i.e., unportable, in C. o For things that should be at least 64 bits wide, use long long and not int64_t, as the latter is an optional type. See FTSENT.fts_number aka FTS.fts_bignum. Extending fts_number `to satisfy future needs' is pointless because there is fts_pointer, which can be used to link to arbitrary data from an FTSENT. However, there already are fts(3) consumers that require fts_number, or fts_bignum, have at least 64 bits in it, so we must allow for them. o For the tree depth, use `long'. This is a trade-off between making this field too wide and allowing for 64-bit inode numbers and/or chain-mounted filesystems. On the one hand, `long' is almost enough for 32-bit filesystems on a 32-bit platform (our ino_t is uint32_t now). On the other hand, platforms with a 64-bit (or wider) `long' will be ready for 64-bit inode numbers, as well as for several 32-bit filesystems mounted one under another. Note that fts_level has to be signed because -1 is a magic value for it, FTS_ROOTPARENTLEVEL. o For the `nlinks' local var in fts_build(), use `long'. The logic in fts_build() requires that `nlinks' be signed, but our nlink_t currently is uint16_t. Therefore let's make the signed var wide enough to be able to represent 2^16-1 in pure C99, and even 2^32-1 on a 64-bit platform. Perhaps the logic should be changed just to use nlink_t, but it can be done later w/o breaking fts(3) ABI any more because `nlinks' is just a local var. This commit also inludes supporting stuff for the fts change: o Preserve the old versions of fts(3) functions through libc symbol versioning because the old versions appeared in all our former releases. o Bump __FreeBSD_version just in case. There is a small chance that some ill-written 3-rd party apps may fail to build or work correctly if compiled after this change. o Update the fts(3) manpage accordingly. In particular, remove references to fts_bignum, which was a FreeBSD-specific hack to work around the too narrow types of FTSENT members. Now fts_number is at least 64 bits wide (long long) and fts_bignum is an undocumented alias for fts_number kept around for compatibility reasons. According to Google Code Search, the only big consumers of fts_bignum are in our own source tree, so they can be fixed easily to use fts_number. o Mention the change in src/UPDATING. PR: bin/104458 Approved by: re (quite a while ago) Discussed with: deischen (the symbol versioning part) Reviewed by: -arch (mostly silence); das (generally OK, but we didn't agree on some types used; assuming that no objections on -arch let me to stick to my opinion) Revision Changes Path 1.517 +14 -0 src/UPDATING 1.12 +11 -18 src/include/fts.h 1.131 +1 -1 src/lib/libc/gen/Makefile.inc 1.8 +11 -8 src/lib/libc/gen/Symbol.map 1.30 +28 -9 src/lib/libc/gen/fts-compat.c 1.13 +0 -13 src/lib/libc/gen/fts-compat.h 1.24 +6 -21 src/lib/libc/gen/fts.3 1.29 +13 -41 src/lib/libc/gen/fts.c 1.329 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Jan 26 17:09:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9E0016A54E; Sat, 26 Jan 2008 17:09:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC5D13C4E7; Sat, 26 Jan 2008 17:09:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QH9kOV024337; Sat, 26 Jan 2008 17:09:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QH9kmV024336; Sat, 26 Jan 2008 17:09:46 GMT (envelope-from jhb) Message-Id: <200801261709.m0QH9kmV024336@repoman.freebsd.org> From: John Baldwin Date: Sat, 26 Jan 2008 17:09:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 17:09:46 -0000 jhb 2008-01-26 17:09:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/pci pci.c Log: MFC 1.343: Add support for ATA chipsets that have NULL'd BAR's for legacy ports. Revision Changes Path 1.292.2.24 +3 -1 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 20:23:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13A2116A41A; Sat, 26 Jan 2008 20:23:26 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E44FC13C459; Sat, 26 Jan 2008 20:23:25 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QKNPRa042521; Sat, 26 Jan 2008 20:23:25 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QKNPF2042520; Sat, 26 Jan 2008 20:23:25 GMT (envelope-from brueffer) Message-Id: <200801262023.m0QKNPF2042520@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 26 Jan 2008 20:23:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc src/share/man/man4 Makefile oldcard.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 20:23:26 -0000 brueffer 2008-01-26 20:23:25 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc share/man/man4 Makefile Removed files: share/man/man4 oldcard.4 Log: OLDCARD is long gone, so finally remove the oldcard.4 manpage. Confirmed by: imp Revision Changes Path 1.127 +3 -0 src/ObsoleteFiles.inc 1.404 +0 -2 src/share/man/man4/Makefile 1.11 +0 -244 src/share/man/man4/oldcard.4 (dead) From owner-cvs-src@FreeBSD.ORG Sat Jan 26 21:58:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A315816A418; Sat, 26 Jan 2008 21:58:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 80C2A13C46B; Sat, 26 Jan 2008 21:58:29 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QLwT8Y065902; Sat, 26 Jan 2008 21:58:29 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QLwTlr065901; Sat, 26 Jan 2008 21:58:29 GMT (envelope-from delphij) Message-Id: <200801262158.m0QLwTlr065901@repoman.freebsd.org> From: Xin LI Date: Sat, 26 Jan 2008 21:58:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/systat ifstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 21:58:29 -0000 delphij 2008-01-26 21:58:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/systat ifstat.c Log: MFC revision 1.7 date: 2008/01/12 00:11:26; author: delphij; state: Exp; lines: +4 -4 - Handle the case where interface from "middle" is missing by more carefully inspecting the return value from sysctl(3). [1] - Use calloc instead of malloc+memset of zero. Submitted by: Alexander Chernikov [1] PR: bin/119581 MFC after: 2 weeks Revision Changes Path 1.6.2.1 +4 -4 src/usr.bin/systat/ifstat.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 21:58:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89EEA16A474; Sat, 26 Jan 2008 21:58:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 644D513C461; Sat, 26 Jan 2008 21:58:45 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QLwiDY065936; Sat, 26 Jan 2008 21:58:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QLwi1t065935; Sat, 26 Jan 2008 21:58:44 GMT (envelope-from delphij) Message-Id: <200801262158.m0QLwi1t065935@repoman.freebsd.org> From: Xin LI Date: Sat, 26 Jan 2008 21:58:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/systat ifstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 21:58:45 -0000 delphij 2008-01-26 21:58:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/systat ifstat.c Log: MFC revision 1.7 date: 2008/01/12 00:11:26; author: delphij; state: Exp; lines: +4 -4 - Handle the case where interface from "middle" is missing by more carefully inspecting the return value from sysctl(3). [1] - Use calloc instead of malloc+memset of zero. Submitted by: Alexander Chernikov [1] PR: bin/119581 MFC after: 2 weeks Revision Changes Path 1.2.8.2 +4 -4 src/usr.bin/systat/ifstat.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 21:58:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F5D16A419; Sat, 26 Jan 2008 21:58:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C10E113C4CC; Sat, 26 Jan 2008 21:58:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QLwqC4065963; Sat, 26 Jan 2008 21:58:52 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QLwqOq065962; Sat, 26 Jan 2008 21:58:52 GMT (envelope-from brueffer) Message-Id: <200801262158.m0QLwqOq065962@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 26 Jan 2008 21:58:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 26 Jan 2008 21:58:53 -0000 brueffer 2008-01-26 21:58:52 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: OLDCARD is gone, release imp's lock. Approved by: imp Revision Changes Path 1.146 +0 -1 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Sat Jan 26 21:59:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0F0316A418; Sat, 26 Jan 2008 21:59:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AED6D13C4DD; Sat, 26 Jan 2008 21:59:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QLxA96066010; Sat, 26 Jan 2008 21:59:10 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QLxA1n066009; Sat, 26 Jan 2008 21:59:10 GMT (envelope-from delphij) Message-Id: <200801262159.m0QLxA1n066009@repoman.freebsd.org> From: Xin LI Date: Sat, 26 Jan 2008 21:59:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/systat ifstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 21:59:10 -0000 delphij 2008-01-26 21:59:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/systat ifstat.c Log: MFC revision 1.7 date: 2008/01/12 00:11:26; author: delphij; state: Exp; lines: +4 -4 - Handle the case where interface from "middle" is missing by more carefully inspecting the return value from sysctl(3). [1] - Use calloc instead of malloc+memset of zero. Submitted by: Alexander Chernikov [1] PR: bin/119581 MFC after: 2 weeks Revision Changes Path 1.2.2.1 +4 -4 src/usr.bin/systat/ifstat.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:13:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F22B16A41A; Sat, 26 Jan 2008 22:13:31 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0B8113C46E; Sat, 26 Jan 2008 22:13:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QMDUwi068477; Sat, 26 Jan 2008 22:13:30 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QMDU7I068476; Sat, 26 Jan 2008 22:13:30 GMT (envelope-from delphij) Message-Id: <200801262213.m0QMDU7I068476@repoman.freebsd.org> From: Xin LI Date: Sat, 26 Jan 2008 22:13:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/usr.bin/systat ifstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:13:31 -0000 delphij 2008-01-26 22:13:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) usr.bin/systat ifstat.c Log: MFC revision 1.7 date: 2008/01/12 00:11:26; author: delphij; state: Exp; lines: +4 -4 - Handle the case where interface from "middle" is missing by more carefully inspecting the return value from sysctl(3). [1] - Use calloc instead of malloc+memset of zero. Submitted by: Alexander Chernikov [1] PR: bin/119581 Approved by: re (kensmith) Revision Changes Path 1.6.4.1 +4 -4 src/usr.bin/systat/ifstat.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:28:44 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7E7716A475 for ; Sat, 26 Jan 2008 22:28:44 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.225]) by mx1.freebsd.org (Postfix) with ESMTP id 54D0613C45A for ; Sat, 26 Jan 2008 22:28:44 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so284079qbd.7 for ; Sat, 26 Jan 2008 14:28:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=Hd6nFvLEnsT/6W42Qt6H67Y574siyMUK6WFc34zamAE=; b=GZAT27hgrC6VnikjkqdPst3v9cECFW/CI1ef6wC0y6+8wN1oj8byisxxy4VQOZ9r1nSzFhZHcrT/SL+sh1RyHYwB8NNRw32Vst8HpimOJDF0WL+qIhG1Zb8fwsqP1CL6aJBCz9kA18jNcQiowP9QlvSfYebUuWlqWzUq8vDNxzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=WHUaDl9wH4ATfGpJmql6h0OvU+PZGdGxhZ91nQ3UHumUWS1GWdkA82m9D+5fayp8OrT225Mj8GxPNwMii5k9xHyB9Id4ZQd/CcBm+V0sVYfJgk1jMrUULM3ntDq6CijVWkdD8+ikBtbRUG8AsjxQMBAaB5n7S9T2PoXQl1fB7UI= Received: by 10.65.216.19 with SMTP id t19mr7705338qbq.95.1201386522787; Sat, 26 Jan 2008 14:28:42 -0800 (PST) Received: from flosoft.no-ip.biz ( [67.85.89.184]) by mx.google.com with ESMTPS id e11sm3221113qbc.5.2008.01.26.14.28.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 26 Jan 2008 14:28:42 -0800 (PST) Message-ID: <479BB418.2030808@gmail.com> Date: Sat, 26 Jan 2008 17:28:40 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.9 (X11/20080121) MIME-Version: 1.0 To: Yar Tikhiy References: <200801261709.m0QH9f2D024309@repoman.freebsd.org> In-Reply-To: <200801261709.m0QH9f2D024309@repoman.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/include fts.h src/lib/libc/gen Makefile.inc Symbol.map fts-compat.c fts-compat.h fts.3 fts.c src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:28:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yar Tikhiy wrote: > yar 2008-01-26 17:09:41 UTC > > FreeBSD src repository > > Modified files: . UPDATING include > fts.h lib/libc/gen Makefile.inc Symbol.map fts-compat.c > fts-compat.h fts.3 fts.c sys/sys param.h Log: Our > fts(3) API, as inherited from 4.4BSD, suffers from integer fields > in FTS and FTSENT structs being too narrow. In addition, the > narrow types creep from there into fts.c. As a result, fts(3) > consumers, e.g., find(1) or rm(1), can't handle file trees an > ordinary user can create, which can have security implications. > > To fix the historic implementation of fts(3), OpenBSD and NetBSD > have already changed in somewhat incompatible ways, so we > are free to do so, too. This change is a superset of changes from > the other BSDs with a few more improvements. It doesn't touch > fts(3) functionality; it just extends integer types used by it to > match modern reality and the C standard. > > Here are its points: > > o For C object sizes, use size_t unless it's 100% certain that the > object will be really small. (Note that fts(3) can construct > pathnames _much_ longer than PATH_MAX for its consumers.) > > o Avoid the short types because on modern platforms using them > results in larger and slower code. Change shorts to ints as > follows: > > - For variables than count simple, limited things like states, use > plain vanilla `int' as it's the type of choice in C. > > - For a limited number of bit flags use `unsigned' because signed > bit-wise operations are implementation-defined, i.e., unportable, > in C. > > o For things that should be at least 64 bits wide, use long long > and not int64_t, as the latter is an optional type. See > FTSENT.fts_number aka FTS.fts_bignum. Extending fts_number `to > satisfy future needs' is pointless because there is fts_pointer, > which can be used to link to arbitrary data from an FTSENT. > However, there already are fts(3) consumers that require > fts_number, or fts_bignum, have at least 64 bits in it, so we must > allow for them. > > o For the tree depth, use `long'. This is a trade-off between > making this field too wide and allowing for 64-bit inode numbers > and/or chain-mounted filesystems. On the one hand, `long' is > almost enough for 32-bit filesystems on a 32-bit platform (our > ino_t is uint32_t now). On the other hand, platforms with a 64-bit > (or wider) `long' will be ready for 64-bit inode numbers, as well > as for several 32-bit filesystems mounted one under another. Note > that fts_level has to be signed because -1 is a magic value for it, > FTS_ROOTPARENTLEVEL. > > o For the `nlinks' local var in fts_build(), use `long'. The logic > in fts_build() requires that `nlinks' be signed, but our nlink_t > currently is uint16_t. Therefore let's make the signed var wide > enough to be able to represent 2^16-1 in pure C99, and even 2^32-1 > on a 64-bit platform. Perhaps the logic should be changed just to > use nlink_t, but it can be done later w/o breaking fts(3) ABI any > more because `nlinks' is just a local var. > > This commit also inludes supporting stuff for the fts change: > > o Preserve the old versions of fts(3) functions through libc symbol > versioning because the old versions appeared in all our former > releases. > > o Bump __FreeBSD_version just in case. There is a small chance > that some ill-written 3-rd party apps may fail to build or work > correctly if compiled after this change. > > o Update the fts(3) manpage accordingly. In particular, remove > references to fts_bignum, which was a FreeBSD-specific hack to work > around the too narrow types of FTSENT members. Now fts_number is > at least 64 bits wide (long long) and fts_bignum is an undocumented > alias for fts_number kept around for compatibility reasons. > According to Google Code Search, the only big consumers of > fts_bignum are in our own source tree, so they can be fixed easily > to use fts_number. > > o Mention the change in src/UPDATING. > > PR: bin/104458 Approved by: re (quite a while ago) > Discussed with: deischen (the symbol versioning part) Reviewed by: > -arch (mostly silence); das (generally OK, but we didn't agree on > some types used; assuming that no objections on -arch let me to > stick to my opinion) > > Revision Changes Path 1.517 +14 -0 src/UPDATING 1.12 > +11 -18 src/include/fts.h 1.131 +1 -1 > src/lib/libc/gen/Makefile.inc 1.8 +11 -8 > src/lib/libc/gen/Symbol.map 1.30 +28 -9 > src/lib/libc/gen/fts-compat.c 1.13 +0 -13 > src/lib/libc/gen/fts-compat.h 1.24 +6 -21 > src/lib/libc/gen/fts.3 1.29 +13 -41 src/lib/libc/gen/fts.c > 1.329 +1 -1 src/sys/sys/param.h > _______________________________________________ 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" > This breaks the build for usr.sbin/setfmac/setfmac.c on -CURRENT (AMD64). Here is a very temp fix: cvs diff: Diffing . Index: setfmac.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/setfmac/setfmac.c,v retrieving revision 1.9 diff -r1.9 setfmac.c 158a159 > /* 161a163 > */ 163a166 > /* 166a170 > */ 172a177,178 > ; /* 174a181 > */ 175a183,184 > ; /* 178a188 > */ 440a451 > /* 443a455 > */ 485a498 > /* 487a501 > */ - -- Aryeh M. Friedman FloSoft Systems, Java Tool Developers Developer, not business, friendly http://www.flosoft-systems.com "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHm7QXQi2hk2LEXBARAgyKAJ4tzYrtAhUlYW84RopGL2Fu3Pm9iwCfYs+T bkzQ3M8fdqxHuFciiftb/uE= =30/Q -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:32:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 529B116A420; Sat, 26 Jan 2008 22:32:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4FA13C4E3; Sat, 26 Jan 2008 22:32:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QMWO7A069976; Sat, 26 Jan 2008 22:32:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QMWOWM069975; Sat, 26 Jan 2008 22:32:24 GMT (envelope-from rwatson) Message-Id: <200801262232.m0QMWOWM069975@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Jan 2008 22:32:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options src/sys/ddb db_capture.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:32:24 -0000 rwatson 2008-01-26 22:32:24 UTC FreeBSD src repository Modified files: sys/conf options sys/ddb db_capture.c Log: Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to be overridden at compile-time using kernel options of the same names. Rather than doing a compile-time CTASSERT of buffer sizes being even multiples of block sizes, just adjust them at boottime, as the failure mode is more user-friendly. MFC after: 2 months PR: 119993 Suggested by: Scot Hetzel Revision Changes Path 1.616 +2 -0 src/sys/conf/options 1.4 +18 -13 src/sys/ddb/db_capture.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:35:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED16516A419; Sat, 26 Jan 2008 22:35:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB3B913C459; Sat, 26 Jan 2008 22:35:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QMZvnA070197; Sat, 26 Jan 2008 22:35:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QMZv7b070196; Sat, 26 Jan 2008 22:35:57 GMT (envelope-from sam) Message-Id: <200801262235.m0QMZv7b070196@repoman.freebsd.org> From: Sam Leffler Date: Sat, 26 Jan 2008 22:35:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wpi if_wpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:35:58 -0000 sam 2008-01-26 22:35:57 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c Log: rx mbufs must have a pkthdr; use m_gethdr to populate the rx ring (and while here correct the mbuf type) Submitted by: Sam Banks MFC after: 1 week Revision Changes Path 1.7 +1 -1 src/sys/dev/wpi/if_wpi.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:39:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD27D16A420; Sat, 26 Jan 2008 22:39:06 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB12913C458; Sat, 26 Jan 2008 22:39:06 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QMd6RO070480; Sat, 26 Jan 2008 22:39:06 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QMd6Hn070479; Sat, 26 Jan 2008 22:39:06 GMT (envelope-from mav) Message-Id: <200801262239.m0QMd6Hn070479@repoman.freebsd.org> From: Alexander Motin Date: Sat, 26 Jan 2008 22:39:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:39:06 -0000 mav 2008-01-26 22:39:05 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Improve multilink receive performance with fragment headers preallocation. Revision Changes Path 1.72 +23 -22 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:41:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0660416A420; Sat, 26 Jan 2008 22:41:15 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D83C613C44B; Sat, 26 Jan 2008 22:41:14 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QMfEnm070646; Sat, 26 Jan 2008 22:41:14 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QMfEFn070645; Sat, 26 Jan 2008 22:41:14 GMT (envelope-from mav) Message-Id: <200801262241.m0QMfEFn070645@repoman.freebsd.org> From: Alexander Motin Date: Sat, 26 Jan 2008 22:41:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:41:15 -0000 mav 2008-01-26 22:41:14 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Improve multilink xmit performance by netgraph item reuse. Revision Changes Path 1.73 +13 -3 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 22:42:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33ECF16A418; Sat, 26 Jan 2008 22:42:48 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11E1C13C457; Sat, 26 Jan 2008 22:42:48 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QMglew070750; Sat, 26 Jan 2008 22:42:47 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QMglc1070749; Sat, 26 Jan 2008 22:42:47 GMT (envelope-from mav) Message-Id: <200801262242.m0QMglc1070749@repoman.freebsd.org> From: Alexander Motin Date: Sat, 26 Jan 2008 22:42:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 22:42:48 -0000 mav 2008-01-26 22:42:47 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: Improve multilink receive performance by netgraph item reuse. Revision Changes Path 1.74 +17 -5 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sat Jan 26 23:02:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 445F016A41B; Sat, 26 Jan 2008 23:02:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2193313C467; Sat, 26 Jan 2008 23:02:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QN2FiU071723; Sat, 26 Jan 2008 23:02:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QN2ESf071722; Sat, 26 Jan 2008 23:02:14 GMT (envelope-from rwatson) Message-Id: <200801262302.m0QN2ESf071722@repoman.freebsd.org> From: Robert Watson Date: Sat, 26 Jan 2008 23:02:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_capture.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 23:02:15 -0000 rwatson 2008-01-26 23:02:14 UTC FreeBSD src repository Modified files: sys/ddb db_capture.c Log: Increase maximum DDB capture buffer size to 5MB. PR: 119993 MFC after: 2 months Suggested by: Scot Hetzel Revision Changes Path 1.5 +1 -1 src/sys/ddb/db_capture.c