From owner-cvs-src@FreeBSD.ORG Sun Oct 7 00:07:28 2007 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 B113016A418; Sun, 7 Oct 2007 00:07:28 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF1413C461; Sun, 7 Oct 2007 00:07:28 +0000 (UTC) (envelope-from silby@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 l9707Sto054466; Sun, 7 Oct 2007 00:07:28 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9707SdB054465; Sun, 7 Oct 2007 00:07:28 GMT (envelope-from silby) Message-Id: <200710070007.l9707SdB054465@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 7 Oct 2007 00:07: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/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 00:07:28 -0000 silby 2007-10-07 00:07:28 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Improve the debugging message: TCP: [X.X.X.X]:X to [X.X.X.X]:X tcpflags 0x18; tcp_do_segment: FIN_WAIT_2: Received data after socket was closed, sending RST and removing tcpcb So that it also includes how many bytes of data were received. It now looks like this: TCP: [X.X.X.X]:X to [X.X.X.X]:X tcpflags 0x18; tcp_do_segment: FIN_WAIT_2: Received X bytes of data after socket was closed, sending RST and removing tcpcb Approved by: re (gnn) Revision Changes Path 1.369 +2 -2 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun Oct 7 00:22:37 2007 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 49EB916A418; Sun, 7 Oct 2007 00:22:37 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 150B213C45B; Sun, 7 Oct 2007 00:22:36 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l96NxiKX089468; Sat, 6 Oct 2007 19:59:44 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l96NxiYO031176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 6 Oct 2007 19:59:44 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200710062359.l96NxiYO031176@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 06 Oct 2007 19:59:19 -0400 To: Jack F Vogel , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: Mike Tancsa In-Reply-To: <200710061936.l96JaadU019680@repoman.freebsd.org> References: <200710061936.l96JaadU019680@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 00:22:37 -0000 At 03:36 PM 10/6/2007, Jack F Vogel wrote: >jfv 2007-10-06 19:36:35 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/em if_em.c > Log: > Couple corrections on the MFC, first POLLING had a 7.0 > interface left in, thanks to those that caught this. Hi, Not sure if I am missing anything, but a recent cvsup has buildkernel failing on -ffreestanding -Werror /usr/src/sys/dev/cpufreq/ichss.c awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/eisa/eisa_if.m -c ; cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror eisa_if.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/dev/eisa/eisaconf.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/dev/em/if_em.c -I/usr/src/sys/dev/em /usr/src/sys/dev/em/if_em.c: In function `em_init_locked': /usr/src/sys/dev/em/if_em.c:1299: error: structure has no member named `laa_is_present' /usr/src/sys/dev/em/if_em.c: In function `em_local_timer': /usr/src/sys/dev/em/if_em.c:2400: error: structure has no member named `mac_type' /usr/src/sys/dev/em/if_em.c:2401: error: structure has no member named `laa_is_present' *** Error code 1 Stop in /usr/obj/usr/src/sys/router. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. 1[sparerouter]# > > Second, there was a 82571 fix in the last delta that > got missed, it has now been converted and added. > > Revision Changes Path > 1.65.2.25 +16 -8 src/sys/dev/em/if_em.c >_______________________________________________ >cvs-all@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/cvs-all >To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Sun Oct 7 03:11:33 2007 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 A8EAF16A417; Sun, 7 Oct 2007 03:11:33 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8896C13C45D; Sun, 7 Oct 2007 03:11:33 +0000 (UTC) (envelope-from jfv@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 l973BXrm078211; Sun, 7 Oct 2007 03:11:33 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l973BXbu078201; Sun, 7 Oct 2007 03:11:33 GMT (envelope-from jfv) Message-Id: <200710070311.l973BXbu078201@repoman.freebsd.org> From: Jack F Vogel Date: Sun, 7 Oct 2007 03:11:31 +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/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 03:11:33 -0000 jfv 2007-10-07 03:11:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Last delta confused shared code API in the fix, this corrects it. Revision Changes Path 1.65.2.26 +2 -3 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sun Oct 7 03:15:19 2007 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 C4D1216A41B for ; Sun, 7 Oct 2007 03:15:19 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2B413C46E for ; Sun, 7 Oct 2007 03:15:18 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1134537mue for ; Sat, 06 Oct 2007 20:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=d8HIg0OAHu3xPJG/+s1DThmByYAxw9wujYlDm7L+dQg=; b=SjEjEMXvpLAB3LmPDOe2rT5WRmxr1ANrBWRDaLzRUhJRQtKFcp47vUm/N/9pw+XrM0F8diMuACA7bPUpSOMEiUCCEoraGMCujooqfzTP9iiJA1Gs2uw5o59HU2/1u7uQ1YMT3te0J16EU9ojM+/QV//LT0/F42bg6iieqbr33zw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KAD7lMNPXBDCuKuylOJdejEFhpwa7EICfXdLMNoW58LvcMv1b9IG3JR6tGA1ybC6/NYWpIRPMuEMlKRqghbGYRHZzpX7LDukg66owUeMVnwasZHKzPjyfSmvUy2Ja5Bml5b91OWjKWJGIrvT3mL51jT1Juu2/MSSTHWyvQEs5bo= Received: by 10.86.63.19 with SMTP id l19mr3874050fga.1191726917760; Sat, 06 Oct 2007 20:15:17 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Sat, 6 Oct 2007 20:15:17 -0700 (PDT) Message-ID: <2a41acea0710062015u7f9f1f23v96d69fee1529b978@mail.gmail.com> Date: Sat, 6 Oct 2007 20:15:17 -0700 From: "Jack Vogel" To: "Mike Tancsa" In-Reply-To: <200710062359.l96NxiYO031176@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710061936.l96JaadU019680@repoman.freebsd.org> <200710062359.l96NxiYO031176@lava.sentex.ca> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 03:15:19 -0000 On 10/6/07, Mike Tancsa wrote: > At 03:36 PM 10/6/2007, Jack F Vogel wrote: > >jfv 2007-10-06 19:36:35 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/dev/em if_em.c > > Log: > > Couple corrections on the MFC, first POLLING had a 7.0 > > interface left in, thanks to those that caught this. > > Hi, > Not sure if I am missing anything, but a recent cvsup has > buildkernel failing on > > -ffreestanding -Werror /usr/src/sys/dev/cpufreq/ichss.c > awk -f /usr/src/sys/tools/makeobjops.awk > /usr/src/sys/dev/eisa/eisa_if.m -c ; cc -c -O -pipe -Wall > -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror eisa_if.c > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror /usr/src/sys/dev/eisa/eisaconf.c > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror /usr/src/sys/dev/em/if_em.c -I/usr/src/sys/dev/em > /usr/src/sys/dev/em/if_em.c: In function `em_init_locked': > /usr/src/sys/dev/em/if_em.c:1299: error: structure has no member > named `laa_is_present' > /usr/src/sys/dev/em/if_em.c: In function `em_local_timer': > /usr/src/sys/dev/em/if_em.c:2400: error: structure has no member > named `mac_type' > /usr/src/sys/dev/em/if_em.c:2401: error: structure has no member > named `laa_is_present' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/router. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > 1[sparerouter]# Added a fix back, but did so in the old form, just fixed this. I apologize, but all the badgering I've had in the last day made me feel pressured and I got sloppy. Hopefully all is now right, Jack From owner-cvs-src@FreeBSD.ORG Sun Oct 7 11:28:37 2007 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 96CD116A417; Sun, 7 Oct 2007 11:28:37 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id 7ABBE13C468; Sun, 7 Oct 2007 11:28:37 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout2.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id l97BI5L9061052; Sun, 7 Oct 2007 04:18:06 -0700 (PDT) Date: Sun, 07 Oct 2007 20:16:29 +0900 Message-ID: From: "George V. Neville-Neil" To: Wilko Bulte In-Reply-To: <20071006205404.GA61023@freebie.xs4all.nl> References: <200710052249.l95Mn9Nb071852@repoman.freebsd.org> <20071005231538.GA24016@owl.midgard.homeip.net> <2a41acea0710051705l217224b6vc705dc6139b94e3b@mail.gmail.com> <20071006004634.GA24962@owl.midgard.homeip.net> <47073AF5.1010109@samsco.org> <86d4vspk8j.fsf@ds4.des.no> <47079A5C.3090109@samsco.org> <86odfcvx3x.fsf@ds4.des.no> <2a41acea0710061259n23c19747tea9f210d1ce709fc@mail.gmail.com> <20071006205404.GA61023@freebie.xs4all.nl> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.1 (i386-apple-darwin8.9.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Jack Vogel , Jack F Vogel , Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Oct 2007 11:28:37 -0000 At Sat, 6 Oct 2007 22:54:04 +0200, Wilko Bulte wrote: > > Thankless job, all this. But I hope you know that your work is well > appreciated by the crowd 'out there'. > You know I should have to say this, but "hear hear!" I think it will be good when HEAD is defrosted and we can all get our itchy fingers back in the code. Best, George From owner-cvs-src@FreeBSD.ORG Sun Oct 7 12:13:01 2007 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 F407A16A419; Sun, 7 Oct 2007 12:13:00 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-3.cisco.com (sj-iport-3-in.cisco.com [171.71.176.72]) by mx1.freebsd.org (Postfix) with ESMTP id BEB2913C447; Sun, 7 Oct 2007 12:13:00 +0000 (UTC) (envelope-from rrs@cisco.com) X-IronPort-AV: E=Sophos;i="4.21,240,1188802800"; d="scan'208";a="532271862" Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-3.cisco.com with ESMTP; 07 Oct 2007 04:44:16 -0700 Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-2.cisco.com (8.12.11/8.12.11) with ESMTP id l97BiFCo012765; Sun, 7 Oct 2007 04:44:15 -0700 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id l97BhiYv026553; Sun, 7 Oct 2007 11:44:08 GMT Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 7 Oct 2007 04:43:50 -0700 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 7 Oct 2007 04:43:49 -0700 Message-ID: <4708C646.6020705@cisco.com> Date: Sun, 07 Oct 2007 07:43:02 -0400 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070601 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jack Vogel References: <200710052249.l95Mn9Nb071852@repoman.freebsd.org> <20071005231538.GA24016@owl.midgard.homeip.net> <2a41acea0710051705l217224b6vc705dc6139b94e3b@mail.gmail.com> <20071006004634.GA24962@owl.midgard.homeip.net> <47073AF5.1010109@samsco.org> <86d4vspk8j.fsf@ds4.des.no> <47079A5C.3090109@samsco.org> <86odfcvx3x.fsf@ds4.des.no> <2a41acea0710061259n23c19747tea9f210d1ce709fc@mail.gmail.com> <20071006205404.GA61023@freebie.xs4all.nl> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Oct 2007 11:43:49.0765 (UTC) FILETIME=[53D70350:01C808D7] DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=701; t=1191757455; x=1192621455; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:=20Randall=20Stewart=20 |Subject:=20Re=3A=20cvs=20commit=3A=20src/sys/conf=20files=20kern.pre.mk= 20src/sys/dev/em=20LICENSE=0A=20e1000_80003es2lan.c=20e1000_80003es2lan.h= 20e1000_82540.c=20e1000_82541.c=20e1000_82541.h=0A=20e1000_82542.c=20e1000 _82543.c=20e1000_82543.h=20e1000_82571.c=20e1000_82571.h=20e1000_82575.c=0 A=20... |Sender:=20; bh=cz7wNntnVDPlL8hAOI9sv7SNWTEZW41Cf08HE/5SkAQ=; b=G8pbsxgD/dTjYVV2iHfvLxETG4TZ+PI+4Wwaz+iyIvcgHW0lqN4PB6rL+6Jx/ozeOW/nMjN+ F0MNZrmWoHd9NY/zaigZvi08kxdLnLvVN9BxojlSZNY9IwkN6NzeZB9n; Authentication-Results: sj-dkim-2; header.From=rrs@cisco.com; dkim=pass (sig from cisco.com/sjdkim2002 verified; ); Cc: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, "George V. Neville-Neil" , cvs-all@FreeBSD.org, =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , Jack F Vogel , Wilko Bulte Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Oct 2007 12:13:01 -0000 George V. Neville-Neil wrote: > At Sat, 6 Oct 2007 22:54:04 +0200, > Wilko Bulte wrote: > >>Thankless job, all this. But I hope you know that your work is well >>appreciated by the crowd 'out there'. >> > > > You know I should have to say this, but "hear hear!" I too want to say thanks Jack!! I use the em driver all the time and I **really** appreciate your effort to keep BSD in sync with intel changes.. thanks!! > > I think it will be good when HEAD is defrosted and we can all get our > itchy fingers back in the code. Amen to that too :-D R > > Best, > George > -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Sun Oct 7 18:03:04 2007 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 69AE616A41B; Sun, 7 Oct 2007 18:03:04 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5823413C474; Sun, 7 Oct 2007 18:03:04 +0000 (UTC) (envelope-from alc@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 l97I34NY088910; Sun, 7 Oct 2007 18:03:04 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l97I34YA088873; Sun, 7 Oct 2007 18:03:04 GMT (envelope-from alc) Message-Id: <200710071803.l97I34YA088873@repoman.freebsd.org> From: Alan Cox Date: Sun, 7 Oct 2007 18:03:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Oct 2007 18:03:04 -0000 alc 2007-10-07 18:03:04 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c sys/vm vm_page.c Log: Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is a consequence of sparc64/sparc64/vm_machdep.c revision 1.76. It occurs when uma_small_free() frees a page. The solution has two parts: (1) Mark pages allocated with VM_ALLOC_NOOBJ as PG_UNMANAGED. (2) Defer the lock assertion in pmap_page_is_mapped() until after PG_UNMANAGED is tested. This is safe because both PG_UNMANAGED and PG_FICTITIOUS are immutable flags, i.e., they do not change state between the time that a page is allocated and freed. Approved by: re (kensmith) PR: 116794 Revision Changes Path 1.166 +1 -1 src/sys/sparc64/sparc64/pmap.c 1.356 +1 -1 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Sun Oct 7 20:44:26 2007 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 520A916A417; Sun, 7 Oct 2007 20:44:26 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7F113C468; Sun, 7 Oct 2007 20:44:26 +0000 (UTC) (envelope-from silby@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 l97KiQ7V003519; Sun, 7 Oct 2007 20:44:26 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l97KiQCU003518; Sun, 7 Oct 2007 20:44:26 GMT (envelope-from silby) Message-Id: <200710072044.l97KiQCU003518@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 7 Oct 2007 20: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/netinet accf_data.c accf_http.c if_ether.c igmp.c in.c in_cksum.c in_gif.c in_pcb.c in_proto.c in_rmx.c ip_carp.c ip_divert.c ip_dummynet.c ip_ecn.c ip_encap.c ip_fastfwd.c ip_fw2.c ip_fw_pfil.c ip_gre.c ip_icmp.c ip_id.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Oct 2007 20:44:26 -0000 silby 2007-10-07 20:44:25 UTC FreeBSD src repository Modified files: sys/netinet accf_data.c accf_http.c if_ether.c igmp.c in.c in_cksum.c in_gif.c in_pcb.c in_proto.c in_rmx.c ip_carp.c ip_divert.c ip_dummynet.c ip_ecn.c ip_encap.c ip_fastfwd.c ip_fw2.c ip_fw_pfil.c ip_gre.c ip_icmp.c ip_id.c ip_input.c ip_ipsec.c ip_mroute.c ip_options.c ip_output.c raw_ip.c tcp_debug.c tcp_hostcache.c tcp_input.c tcp_output.c tcp_reass.c tcp_subr.c tcp_syncache.c tcp_timer.c tcp_timewait.c tcp_usrreq.c udp_usrreq.c Log: Add FBSDID to all files in netinet so that people can more easily include file version information in bug reports. Approved by: re (kensmith) Revision Changes Path 1.11 +3 -2 src/sys/netinet/accf_data.c 1.17 +3 -2 src/sys/netinet/accf_http.c 1.162 +3 -1 src/sys/netinet/if_ether.c 1.54 +3 -1 src/sys/netinet/igmp.c 1.102 +3 -1 src/sys/netinet/in.c 1.10 +3 -1 src/sys/netinet/in_cksum.c 1.38 +3 -1 src/sys/netinet/in_gif.c 1.196 +3 -1 src/sys/netinet/in_pcb.c 1.87 +3 -1 src/sys/netinet/in_proto.c 1.57 +3 -2 src/sys/netinet/in_rmx.c 1.52 +3 -2 src/sys/netinet/ip_carp.c 1.130 +3 -2 src/sys/netinet/ip_divert.c 1.110 +3 -2 src/sys/netinet/ip_dummynet.c 1.9 +3 -1 src/sys/netinet/ip_ecn.c 1.24 +3 -1 src/sys/netinet/ip_encap.c 1.41 +3 -2 src/sys/netinet/ip_fastfwd.c 1.175 +3 -2 src/sys/netinet/ip_fw2.c 1.25 +3 -2 src/sys/netinet/ip_fw_pfil.c 1.25 +3 -1 src/sys/netinet/ip_gre.c 1.118 +3 -1 src/sys/netinet/ip_icmp.c 1.9 +3 -2 src/sys/netinet/ip_id.c 1.332 +3 -1 src/sys/netinet/ip_input.c 1.8 +3 -2 src/sys/netinet/ip_ipsec.c 1.138 +3 -2 src/sys/netinet/ip_mroute.c 1.6 +3 -2 src/sys/netinet/ip_options.c 1.276 +3 -1 src/sys/netinet/ip_output.c 1.180 +3 -1 src/sys/netinet/raw_ip.c 1.29 +3 -1 src/sys/netinet/tcp_debug.c 1.17 +3 -2 src/sys/netinet/tcp_hostcache.c 1.370 +3 -1 src/sys/netinet/tcp_input.c 1.141 +3 -1 src/sys/netinet/tcp_output.c 1.353 +3 -1 src/sys/netinet/tcp_reass.c 1.300 +3 -1 src/sys/netinet/tcp_subr.c 1.130 +3 -2 src/sys/netinet/tcp_syncache.c 1.99 +3 -1 src/sys/netinet/tcp_timer.c 1.287 +3 -1 src/sys/netinet/tcp_timewait.c 1.163 +3 -1 src/sys/netinet/tcp_usrreq.c 1.218 +3 -1 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Sun Oct 7 20:22:05 2007 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 6D74A16A469; Sun, 7 Oct 2007 20:22:05 +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 23F4013C4A7; Sun, 7 Oct 2007 20:22:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.13.4) with ESMTP id l97KK22l071055; Sun, 7 Oct 2007 14:20:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 07 Oct 2007 14:20:11 -0600 (MDT) Message-Id: <20071007.142011.1678768480.imp@bsdimp.com> To: rrs@cisco.com From: "M. Warner Losh" In-Reply-To: <4708C646.6020705@cisco.com> References: <20071006205404.GA61023@freebie.xs4all.nl> <4708C646.6020705@cisco.com> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 07 Oct 2007 14:20:06 -0600 (MDT) X-Mailman-Approved-At: Sun, 07 Oct 2007 20:51:16 +0000 Cc: scottl@samsco.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, gnn@neville-neil.com, cvs-all@FreeBSD.org, jfvogel@gmail.com, des@des.no, jfv@FreeBSD.org, wb@freebie.xs4all.nl Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Oct 2007 20:22:05 -0000 In message: <4708C646.6020705@cisco.com> Randall Stewart writes: : George V. Neville-Neil wrote: : > At Sat, 6 Oct 2007 22:54:04 +0200, : > Wilko Bulte wrote: : > : >>Thankless job, all this. But I hope you know that your work is well : >>appreciated by the crowd 'out there'. : >> : > : > : > You know I should have to say this, but "hear hear!" : : I too want to say thanks Jack!! I use the em driver all : the time and I **really** appreciate your effort to keep : BSD in sync with intel changes.. thanks!! Definitely. I'm all for cutting vendors some slack if they are supporting the project. I definitely appreciate all work that went into this driver. : > I think it will be good when HEAD is defrosted and we can all get our : > itchy fingers back in the code. : : Amen to that too :-D Ditto. The good news is that the freeze will be over. It seems to be making people grumpy too... Warner From owner-cvs-src@FreeBSD.ORG Mon Oct 8 06:25:05 2007 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 4C4B616A41A for ; Mon, 8 Oct 2007 06:25:05 +0000 (UTC) (envelope-from wes@opensail.org) Received: from mail6.dotsterhost.com (mail6.dotsterhost.com [72.5.54.120]) by mx1.freebsd.org (Postfix) with SMTP id DCAE513C4B2 for ; Mon, 8 Oct 2007 06:25:04 +0000 (UTC) (envelope-from wes@opensail.org) Received: (qmail 20248 invoked from network); 8 Oct 2007 05:58:23 -0000 Received: from unknown (HELO ?204.68.178.189?) (wes@opensail.org@[66.75.60.23]) by 72.5.54.120 with SMTP; 8 Oct 2007 05:58:23 -0000 In-Reply-To: <200710061535.02201.doconnor@gsoft.com.au> References: <200710052249.l95Mn9Nb071852@repoman.freebsd.org> <2a41acea0710051705l217224b6vc705dc6139b94e3b@mail.gmail.com> <20071006004634.GA24962@owl.midgard.homeip.net> <200710061535.02201.doconnor@gsoft.com.au> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1C42C21C-0E6D-4C8F-82A4-336924D9AA5D@opensail.org> Content-Transfer-Encoding: 7bit From: Wes Peters Date: Sun, 7 Oct 2007 22:58:20 -0700 To: Daniel O'Connor X-Mailer: Apple Mail (2.752.3) Cc: Erik Trulsson , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Jack Vogel , Jack F Vogel Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 06:25:05 -0000 On Oct 5, 2007, at 11:04 PM, Daniel O'Connor wrote: > On Sat, 6 Oct 2007, Erik Trulsson wrote: >> As I understand it the policy of FreeBSD is that new stuff *always* >> should go into -CURRENT first before it is allowed to go into any >> -STABLE branch. >> >> Please see >> http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ >> rules.html > > The rules don't actually say that.. And the rules aren't a substitute for exercising common sense, which is what Jack has done here. > It looks like a good reason to me but only re@ & core@'s opinions > really > count here :) I count? Who'd a thunk it? By the way, Jack, I too appreciate your support and hard work. We use Intel ethernet devices exclusively in our products at work, because they "just work." In FreeBSD, that's largely due to you. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Mon Oct 8 16:14:58 2007 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 4675016A41A; Mon, 8 Oct 2007 16:14:58 +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 36C0B13C478; Mon, 8 Oct 2007 16:14:58 +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 l98GEwGr035814; Mon, 8 Oct 2007 16:14:58 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98GEvCR035813; Mon, 8 Oct 2007 16:14:57 GMT (envelope-from delphij) Message-Id: <200710081614.l98GEvCR035813@repoman.freebsd.org> From: Xin LI Date: Mon, 8 Oct 2007 16:14:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LESS Cc: Subject: cvs commit: src/contrib/less - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 16:14:58 -0000 delphij 2007-10-08 16:14:57 UTC FreeBSD src repository src/contrib/less - Imported sources Update of /home/ncvs/src/contrib/less In directory repoman.freebsd.org:/tmp/cvs-serv35797 Log Message: Virgin import of less v408. Approved by: re (kensmith) Status: Vendor Tag: LESS Release Tags: v408 U src/contrib/less/brac.c U src/contrib/less/ch.c U src/contrib/less/charset.c U src/contrib/less/charset.h U src/contrib/less/cmd.h U src/contrib/less/cmdbuf.c U src/contrib/less/command.c U src/contrib/less/configure U src/contrib/less/configure.ac U src/contrib/less/COPYING U src/contrib/less/decode.c U src/contrib/less/defines.ds U src/contrib/less/defines.h.in U src/contrib/less/defines.o2 U src/contrib/less/defines.o9 U src/contrib/less/defines.wn U src/contrib/less/edit.c U src/contrib/less/filename.c U src/contrib/less/forwback.c U src/contrib/less/funcs.h U src/contrib/less/help.c U src/contrib/less/ifile.c U src/contrib/less/input.c U src/contrib/less/INSTALL U src/contrib/less/install.sh U src/contrib/less/jump.c C src/contrib/less/less.h U src/contrib/less/less.hlp U src/contrib/less/less.man U src/contrib/less/less.nro U src/contrib/less/lessecho.c U src/contrib/less/lessecho.man U src/contrib/less/lessecho.nro U src/contrib/less/lesskey.c U src/contrib/less/lesskey.h U src/contrib/less/lesskey.man U src/contrib/less/lesskey.nro U src/contrib/less/lglob.h U src/contrib/less/LICENSE C src/contrib/less/line.c U src/contrib/less/linenum.c U src/contrib/less/lsystem.c U src/contrib/less/main.c U src/contrib/less/Makefile.aut U src/contrib/less/Makefile.dsb U src/contrib/less/Makefile.dsg U src/contrib/less/Makefile.dsu U src/contrib/less/Makefile.in U src/contrib/less/Makefile.o2e U src/contrib/less/Makefile.o9c U src/contrib/less/Makefile.o9u U src/contrib/less/Makefile.wnb U src/contrib/less/Makefile.wnm U src/contrib/less/mark.c U src/contrib/less/mkfuncs.awk U src/contrib/less/mkhelp.c U src/contrib/less/mkinstalldirs U src/contrib/less/NEWS U src/contrib/less/optfunc.c U src/contrib/less/option.c U src/contrib/less/option.h U src/contrib/less/opttbl.c U src/contrib/less/os.c U src/contrib/less/output.c U src/contrib/less/pckeys.h U src/contrib/less/position.c U src/contrib/less/position.h U src/contrib/less/prompt.c U src/contrib/less/README U src/contrib/less/regexp.c U src/contrib/less/regexp.h U src/contrib/less/screen.c U src/contrib/less/scrsize.c C src/contrib/less/search.c C src/contrib/less/signal.c U src/contrib/less/tags.c U src/contrib/less/ttyin.c U src/contrib/less/version.c 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLESS:yesterday -jLESS src/contrib/less From owner-cvs-src@FreeBSD.ORG Mon Oct 8 16:17:42 2007 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 B411E16A417; Mon, 8 Oct 2007 16:17:42 +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 8CBBA13C469; Mon, 8 Oct 2007 16:17:42 +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 l98GHgEo035979; Mon, 8 Oct 2007 16:17:42 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98GHgha035978; Mon, 8 Oct 2007 16:17:42 GMT (envelope-from delphij) Message-Id: <200710081617.l98GHgha035978@repoman.freebsd.org> From: Xin LI Date: Mon, 8 Oct 2007 16:17:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml src/contrib/less less.h line.c search.c signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 16:17:42 -0000 delphij 2007-10-08 16:17:42 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml contrib/less less.h line.c search.c signal.c Log: Resolve conflicts to complete less v408 import. Approved by: re (kensmith) Revision Changes Path 1.8 +3 -0 src/contrib/less/less.h 1.5 +5 -5 src/contrib/less/line.c 1.9 +27 -15 src/contrib/less/search.c 1.6 +2 -0 src/contrib/less/signal.c 1.1068 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Mon Oct 8 16:18:44 2007 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 B906816A418; Mon, 8 Oct 2007 16:18:44 +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 79F7B13C478; Mon, 8 Oct 2007 16:18:44 +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 l98GIhgi054163; Mon, 8 Oct 2007 09:18:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l98GIhHA054162; Mon, 8 Oct 2007 09:18:43 -0700 (PDT) (envelope-from obrien) Date: Mon, 8 Oct 2007 09:18:43 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20071008161843.GC70978@dragon.NUXI.org> References: <200710052249.l95Mn9Nb071852@repoman.freebsd.org> <20071005231538.GA24016@owl.midgard.homeip.net> <2a41acea0710051705l217224b6vc705dc6139b94e3b@mail.gmail.com> <20071006004634.GA24962@owl.midgard.homeip.net> <47073AF5.1010109@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47073AF5.1010109@samsco.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, Jack Vogel , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 16:18:44 -0000 On Sat, Oct 06, 2007 at 01:36:21AM -0600, Scott Long wrote: > Erik Trulsson wrote: >> On Fri, Oct 05, 2007 at 05:05:05PM -0700, Jack Vogel wrote: >>> On 10/5/07, Erik Trulsson wrote: >>>> On Fri, Oct 05, 2007 at 10:49:09PM +0000, Jack F Vogel wrote: .. >>>>> Log: >>>>> MFC of Intel driver version 6.6.6 .. >>>> Am I right in thinking that this code is actually newer than the >>>> code in -CURRENT (which seems to be version 6.5.3) ? If this is >>>> indeed the case, then shouldn't this code have gone into -CURRENT >>>> first? >>> >>> Yes, it is newer, the reason for this is the delta between what >>> CURRENT has and this is small, and I did not want to impact CURRENT >>> while its frozen getting ready for release. .. >>> I would actually have liked to update BOTH CURRENT and STABLE with >>> this but I was holding off on CURRENT because there are no critical >>> bug fixes it doesnt have, and its about to be made into a release. >> >> As I understand it the policy of FreeBSD is that new stuff *always* >> should go into -CURRENT first before it is allowed to go into any >> -STABLE branch. .. > What do you expect to accomplish by lecturing a vendor who has shown > very good faith over the years in supporting FreeBSD? Maybe we should > tell Intel to piss off since you obviously know how to support their > hardware much better than they do. Scott, I think you're being overly harsh. Erik was not questioning how this vendor and active FreeBSD committer was supporting their hardware. It was a question about FreeBSD practices. I think it is a fair question - and one that shows how badly our current situation of having HEAD tree frozen for an overly extended amount of time is putting a real crimp on our practices. -- David From owner-cvs-src@FreeBSD.ORG Mon Oct 8 18:01:40 2007 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 1C51D16A417; Mon, 8 Oct 2007 18:01:40 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F04D913C48D; Mon, 8 Oct 2007 18:01:39 +0000 (UTC) (envelope-from alc@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 l98I1dDp052410; Mon, 8 Oct 2007 18:01:39 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98I1dRP052408; Mon, 8 Oct 2007 18:01:39 GMT (envelope-from alc) Message-Id: <200710081801.l98I1dRP052408@repoman.freebsd.org> From: Alan Cox Date: Mon, 8 Oct 2007 18:01: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/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 18:01:40 -0000 alc 2007-10-08 18:01:39 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: In the rare case that vm_page_cache() actually frees the given page, it must first ensure that the page is no longer mapped. This is trivially accomplished by calling pmap_remove_all() a little earlier in vm_page_cache(). While I'm in the neighborbood, make a related panic message a little more useful. Approved by: re (kensmith) Reported by: Peter Holm and Konstantin Belousov Reviewed by: Konstantin Belousov Revision Changes Path 1.357 +3 -10 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 18:59:37 2007 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 9C15716A419; Mon, 8 Oct 2007 18:59:37 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4CF13C455; Mon, 8 Oct 2007 18:59:37 +0000 (UTC) (envelope-from marius@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 l98Ixbwd056741; Mon, 8 Oct 2007 18:59:37 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98IxaBH056740; Mon, 8 Oct 2007 18:59:36 GMT (envelope-from marius) Message-Id: <200710081859.l98IxaBH056740@repoman.freebsd.org> From: Marius Strobl Date: Mon, 8 Oct 2007 18:59: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/gnu/usr.bin/cc/cc_tools auto-host.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, 08 Oct 2007 18:59:37 -0000 marius 2007-10-08 18:59:35 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools auto-host.h Log: Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLS support for these. This is in line with gnu/lib/libgomp/config.h and gnu/lib/libstdc++/config.h. Reviewed by: cognet, obrien Approved by: re (kensmith) Revision Changes Path 1.21 +2 -0 src/gnu/usr.bin/cc/cc_tools/auto-host.h From owner-cvs-src@FreeBSD.ORG Mon Oct 8 20:08:35 2007 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 2247216A46D; Mon, 8 Oct 2007 20:08:35 +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 076DD13C4A3; Mon, 8 Oct 2007 20:08:35 +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 l98K8Yrh062688; Mon, 8 Oct 2007 20:08:34 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98K8Y14062687; Mon, 8 Oct 2007 20:08:34 GMT (envelope-from kib) Message-Id: <200710082008.l98K8Y14062687@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 8 Oct 2007 20:08: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/opencrypto cryptodev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 20:08:35 -0000 kib 2007-10-08 20:08:34 UTC FreeBSD src repository Modified files: sys/opencrypto cryptodev.c Log: Deny attempt to malloc unbounded amount of the memory. Convert malloc()/bzero() to malloc(M_ZERO). Obtained from: OpenBSD MFC after: 3 days Approved by: re (kensmith) Revision Changes Path 1.35 +6 -3 src/sys/opencrypto/cryptodev.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 20:09:53 2007 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 A02CF16A420; Mon, 8 Oct 2007 20:09:53 +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 855BE13C4B2; Mon, 8 Oct 2007 20:09:53 +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 l98K9ruu062732; Mon, 8 Oct 2007 20:09:53 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98K9rEJ062731; Mon, 8 Oct 2007 20:09:53 GMT (envelope-from kib) Message-Id: <200710082009.l98K9rEJ062731@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 8 Oct 2007 20:09: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/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 20:09:53 -0000 kib 2007-10-08 20:09:53 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Do not dereference NULL pointer. Reported by: Peter Holm Reviewed by: alc Approved by: re (kensmith) Revision Changes Path 1.237 +2 -3 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 21:16:41 2007 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 87E4616A41B; Mon, 8 Oct 2007 21:16:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66AFC13C4A5; Mon, 8 Oct 2007 21:16:41 +0000 (UTC) (envelope-from edwin@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 l98LGfxp076476; Mon, 8 Oct 2007 21:16:41 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98LGeCQ076475; Mon, 8 Oct 2007 21:16:40 GMT (envelope-from edwin) Message-Id: <200710082116.l98LGeCQ076475@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 8 Oct 2007 21:16: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/share/zoneinfo 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, 08 Oct 2007 21:16:41 -0000 edwin 2007-10-08 21:16:38 UTC FreeBSD src repository Modified files: share/zoneinfo Makefile Log: Describe the process of importing new zoneinfo data and updating it into CVS. PR: conf/116901 Approved by: re (Ken Smith), grog@ (mentor) Revision Changes Path 1.22 +26 -0 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Mon Oct 8 21:31:17 2007 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 7552516A419; Mon, 8 Oct 2007 21:31:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B1E513C461; Mon, 8 Oct 2007 21:31:17 +0000 (UTC) (envelope-from edwin@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 l98LVH05077349; Mon, 8 Oct 2007 21:31:17 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98LVHwT077338; Mon, 8 Oct 2007 21:31:17 GMT (envelope-from edwin) Message-Id: <200710082131.l98LVHwT077338@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 8 Oct 2007 21:31:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Cc: Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 21:31:17 -0000 edwin 2007-10-08 21:31:16 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv77049 Log Message: Import of timezone database from Arthur Olson et al. Timezone data changes in the following locations: - Egypt (push possible DST ending one year ahead) - Iran gets DST again in 2008. - Palestine DST time for this year fixed. - Brasils DST rule change in 2008 - Venezuela time moves half an hour back at the end of this year. Status: Vendor Tag: ADO Release Tags: tzdata2007h C src/share/zoneinfo/africa U src/share/zoneinfo/antarctica C src/share/zoneinfo/asia U src/share/zoneinfo/australasia U src/share/zoneinfo/europe U src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-src@FreeBSD.ORG Mon Oct 8 21:41:29 2007 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 CB04A16A417; Mon, 8 Oct 2007 21:41:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0F9813C474; Mon, 8 Oct 2007 21:41:29 +0000 (UTC) (envelope-from edwin@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 l98LfTI2081038; Mon, 8 Oct 2007 21:41:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98LfTDa081037; Mon, 8 Oct 2007 21:41:29 GMT (envelope-from edwin) Message-Id: <200710082141.l98LfTDa081037@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 8 Oct 2007 21:41:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo africa asia southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 21:41:29 -0000 edwin 2007-10-08 21:41:29 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia southamerica Log: MFV for tzdata2007h Timezone data changes in the following locations: - Egypt (push possible DST ending one year ahead) - Iran gets DST again in 2008. - Palestine DST time for this year fixed. - Brasils DST rule change in 2008. - Venezuela time moves half an hour back at the end of this year. PR: conf/116900 Approved by: re (Ken Smith), grog@ (mentor) MFC after: 1 week Revision Changes Path 1.21 +13 -3 src/share/zoneinfo/africa 1.33 +48 -6 src/share/zoneinfo/asia 1.31 +28 -7 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Mon Oct 8 21:43:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from sup-afu.wrk.terra.com.br (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by hub.freebsd.org (Postfix) with ESMTP id 6631A16A421; Mon, 8 Oct 2007 21:43:41 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Message-ID: <470AA48C.2040500@FreeBSD.org> Date: Mon, 08 Oct 2007 18:43:40 -0300 From: Marcus Alves Grando Organization: FreeBSD.org User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: Edwin Groothuis References: <200710082131.l98LVHwT077338@repoman.freebsd.org> In-Reply-To: <200710082131.l98LVHwT077338@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 21:43:42 -0000 Edwin Groothuis wrote: > edwin 2007-10-08 21:31:16 UTC > > FreeBSD src repository > > src/share/zoneinfo - Imported sources > Update of /home/ncvs/src/share/zoneinfo > In directory repoman.freebsd.org:/tmp/cvs-serv77049 > > Log Message: > Import of timezone database from Arthur Olson et al. > > Timezone data changes in the following locations: > > - Egypt (push possible DST ending one year ahead) > - Iran gets DST again in 2008. > - Palestine DST time for this year fixed. > - Brasils DST rule change in 2008 Thanks ;) > - Venezuela time moves half an hour back at the end of this year. > > Status: > > Vendor Tag: ADO > Release Tags: tzdata2007h > > C src/share/zoneinfo/africa > U src/share/zoneinfo/antarctica > C src/share/zoneinfo/asia > U src/share/zoneinfo/australasia > U src/share/zoneinfo/europe > U src/share/zoneinfo/northamerica > C src/share/zoneinfo/southamerica > U src/share/zoneinfo/etcetera > U src/share/zoneinfo/factory > U src/share/zoneinfo/backward > U src/share/zoneinfo/systemv > U src/share/zoneinfo/zone.tab > U src/share/zoneinfo/leapseconds > U src/share/zoneinfo/yearistype.sh > > 3 conflicts created by this import. > Use the following command to help the merge: > > cvs checkout -jADO:yesterday -jADO src/share/zoneinfo > > _______________________________________________ > 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" > > ------------------------------------------------------ -- Marcus Alves Grando marcus(at)sbh.eng.br | Personal mnag(at)FreeBSD.org | FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Oct 8 21:51:02 2007 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 56A3716A419; Mon, 8 Oct 2007 21:51:02 +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 3356A13C43E; Mon, 8 Oct 2007 21:51:02 +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 l98Lp2Ql081754; Mon, 8 Oct 2007 21:51:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98Lp2MW081751; Mon, 8 Oct 2007 21:51:02 GMT (envelope-from jhb) Message-Id: <200710082151.l98Lp2MW081751@repoman.freebsd.org> From: John Baldwin Date: Mon, 8 Oct 2007 21:51:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2007 21:51:02 -0000 jhb 2007-10-08 21:51:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c Log: MFC some fixes to IPI_PREEMPT: - Use the proper bitmask tests for an IPI in the bitmap handler on amd64 and i386. - Don't test against idle priority, just the idle thread in the IPI_PREEMPT handlers. Revision Changes Path 1.260.2.14 +2 -2 src/sys/amd64/amd64/mp_machdep.c 1.252.2.13 +3 -3 src/sys/i386/i386/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 23:37:29 2007 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 5A10116A417; Mon, 8 Oct 2007 23:37:29 +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 37B3D13C49D; Mon, 8 Oct 2007 23:37:29 +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 l98NbSV9089916; Mon, 8 Oct 2007 23:37:28 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98NbS6V089915; Mon, 8 Oct 2007 23:37:28 GMT (envelope-from jeff) Message-Id: <200710082337.l98NbS6V089915@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 8 Oct 2007 23:37: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/kern kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 23:37:29 -0000 jeff 2007-10-08 23:37:28 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: - Fix ULE in kernels without PREEMPTION compiled in by always enabling the critical_exit() owepreempt check. ULE will always use owepreempt to preempt the idle thread. This change does not effect 4BSD since it will never set owepreempt without PREEMPTION enabled. - Remove some unused code from choosethread(). Discussed with: jhb Approved by: re Revision Changes Path 1.137 +1 -12 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 23:40:41 2007 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 93D7416A41A; Mon, 8 Oct 2007 23:40:41 +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 71B1F13C468; Mon, 8 Oct 2007 23:40:41 +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 l98Nefmv090056; Mon, 8 Oct 2007 23:40:41 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98Nefan090055; Mon, 8 Oct 2007 23:40:41 GMT (envelope-from jeff) Message-Id: <200710082340.l98Nefan090055@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 8 Oct 2007 23:40:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_synch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Oct 2007 23:40:41 -0000 jeff 2007-10-08 23:40:40 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: - Restore historical yield() behavior by manually lowering priority and switching. Approved by: re Revision Changes Path 1.302 +6 -3 src/sys/kern/kern_synch.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 23:45:24 2007 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 913B716A417; Mon, 8 Oct 2007 23:45:24 +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 6F28E13C45A; Mon, 8 Oct 2007 23:45:24 +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 l98NjOWW090462; Mon, 8 Oct 2007 23:45:24 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98NjOwo090461; Mon, 8 Oct 2007 23:45:24 GMT (envelope-from jeff) Message-Id: <200710082345.l98NjOwo090461@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 8 Oct 2007 23:45: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/kern p1003_1b.c sched_4bsd.c 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: Mon, 08 Oct 2007 23:45:24 -0000 jeff 2007-10-08 23:45:24 UTC FreeBSD src repository Modified files: sys/kern p1003_1b.c sched_4bsd.c sched_ule.c Log: - Restore historical sched_yield() behavior by changing sched_relinquish() to simply switch rather than lowering priority and switching. This allows threads of equal priority to run but not lesser priority. Discussed with: davidxu Reported by: NIIMI Satoshi Approved by: re Revision Changes Path 1.36 +2 -1 src/sys/kern/p1003_1b.c 1.106 +0 -2 src/sys/kern/sched_4bsd.c 1.213 +0 -2 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Mon Oct 8 23:50:40 2007 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 D7CE516A417; Mon, 8 Oct 2007 23:50:40 +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 CDFF313C447; Mon, 8 Oct 2007 23:50:40 +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 l98NoemU090688; Mon, 8 Oct 2007 23:50:40 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l98NoeAg090687; Mon, 8 Oct 2007 23:50:40 GMT (envelope-from jeff) Message-Id: <200710082350.l98NoeAg090687@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 8 Oct 2007 23:50:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern 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: Mon, 08 Oct 2007 23:50:40 -0000 jeff 2007-10-08 23:50:40 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Bail out of tdq_idled if !smp_started or idle stealing is disabled. This fixes a bug on UP machines with SMP kernels where the idle thread constantly switches after trying to steal work from the local cpu. - Make the idle stealing code more robust against self selection. - Prefer to steal from the cpu with the highest load that has at least one transferable thread. Before we selected the cpu with the highest transferable count which excludes bound threads. Collaborated with: csjp Approved by: re Revision Changes Path 1.214 +14 -8 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Tue Oct 9 00:03:39 2007 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 EBEC016A41B; Tue, 9 Oct 2007 00:03:39 +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 CA10813C468; Tue, 9 Oct 2007 00:03:39 +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 l9903d4Y092673; Tue, 9 Oct 2007 00:03:39 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9903dDj092672; Tue, 9 Oct 2007 00:03:39 GMT (envelope-from jeff) Message-Id: <200710090003.l9903dDj092672@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 9 Oct 2007 00:03: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/kern sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 00:03:40 -0000 jeff 2007-10-09 00:03:39 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: - Fix from pr kern/115469; Don't redeliver a signal once it has been handled by the target process. Contributed by: Tijl Coosemans Approved by: re Revision Changes Path 1.145 +9 -9 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Tue Oct 9 02:36:41 2007 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 3D33516A420; Tue, 9 Oct 2007 02:36:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 142F913C461; Tue, 9 Oct 2007 02:36:41 +0000 (UTC) (envelope-from edwin@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 l992aeQB012211; Tue, 9 Oct 2007 02:36:40 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l992aeDQ012210; Tue, 9 Oct 2007 02:36:40 GMT (envelope-from edwin) Message-Id: <200710090236.l992aeDQ012210@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 9 Oct 2007 02:36:40 +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/share/zoneinfo 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, 09 Oct 2007 02:36:41 -0000 edwin 2007-10-09 02:36:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/zoneinfo Makefile Log: MFC: Describe the process of importing new zoneinfo data and updating it into CVS. PR: conf/116901 Revision Changes Path 1.19.8.2 +26 -0 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 9 02:37:21 2007 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 747A716A41A; Tue, 9 Oct 2007 02:37:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5584613C465; Tue, 9 Oct 2007 02:37:21 +0000 (UTC) (envelope-from edwin@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 l992bL5Q012251; Tue, 9 Oct 2007 02:37:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l992bLDR012250; Tue, 9 Oct 2007 02:37:21 GMT (envelope-from edwin) Message-Id: <200710090237.l992bLDR012250@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 9 Oct 2007 02:37:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/zoneinfo 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, 09 Oct 2007 02:37:21 -0000 edwin 2007-10-09 02:37:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/zoneinfo Makefile Log: MFC: Describe the process of importing new zoneinfo data and updating it into CVS. PR: conf/116901 Revision Changes Path 1.20.2.2 +26 -0 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 9 07:20:44 2007 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 938DC16A419; Tue, 9 Oct 2007 07:20:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 727BE13C458; Tue, 9 Oct 2007 07:20:44 +0000 (UTC) (envelope-from dougb@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 l997KiGL042140; Tue, 9 Oct 2007 07:20:44 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l997Kikw042139; Tue, 9 Oct 2007 07:20:44 GMT (envelope-from dougb) Message-Id: <200710090720.l997Kikw042139@repoman.freebsd.org> From: Doug Barton Date: Tue, 9 Oct 2007 07:20: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/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: Tue, 09 Oct 2007 07:20:44 -0000 dougb 2007-10-09 07:20:44 UTC FreeBSD src repository Modified files: etc rc.subr Log: Remove pre-rc.d compatibility shims that were added before the 5.0 branch for pre-5.0 variable names. Remove two dhcp compatibility variables added after the 5.1-RELEASE. Remove the now-unused support for these shims. Approved by: re (kensmith) Revision Changes Path 1.77 +0 -16 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Tue Oct 9 07:30:14 2007 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 7E1A116A417; Tue, 9 Oct 2007 07:30:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7508E13C457; Tue, 9 Oct 2007 07:30:14 +0000 (UTC) (envelope-from dougb@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 l997UEdh042805; Tue, 9 Oct 2007 07:30:14 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l997UEEF042804; Tue, 9 Oct 2007 07:30:14 GMT (envelope-from dougb) Message-Id: <200710090730.l997UEEF042804@repoman.freebsd.org> From: Doug Barton Date: Tue, 9 Oct 2007 07:30: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/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 07:30:14 -0000 dougb 2007-10-09 07:30:14 UTC FreeBSD src repository Modified files: etc/rc.d early.sh Log: Deprecate use of the early.sh script as advertised when the support for local rc.d scripts in the overall boot order was added. Proper rc.d scripts are run by rc.subr in a subshell, whereas scripts that end in .sh are sourced into rc's shell. The latter has potential to create serious boot problems, and there is no reason that the same functionality cannot be added by the user in the form of a proper rc.d script (as opposed to being added by the user in the form of /etc/rc.early). This script will be removed prior to the 8.0 branch. Approved by: re (kensmith) Revision Changes Path 1.3 +3 -0 src/etc/rc.d/early.sh From owner-cvs-src@FreeBSD.ORG Tue Oct 9 07:48:08 2007 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 A4FF716A49A; Tue, 9 Oct 2007 07:48:08 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F40213C49D; Tue, 9 Oct 2007 07:48:08 +0000 (UTC) (envelope-from njl@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 l997m8dV044065; Tue, 9 Oct 2007 07:48:08 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l997m82R044064; Tue, 9 Oct 2007 07:48:08 GMT (envelope-from njl) Message-Id: <200710090748.l997m82R044064@repoman.freebsd.org> From: Nate Lawson Date: Tue, 9 Oct 2007 07:48: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/acpica acpi.c acpi_hpet.c acpivar.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, 09 Oct 2007 07:48:08 -0000 njl 2007-10-09 07:48:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_hpet.c acpivar.h Log: Fix the HPET table probe routine to run from device_identify() instead of directly from acpi0. Before it would attach prior to the sysresource devices, causing the later allocation of its memory range to fail and print a warning like "acpi0: reservation of fed00000, 1000 (3) failed". Use an explicit define for our probe order base value of 10. Help from: jhb Tested by: Abdullah Ibn Hamad Al-Marri MFC after: 3 days Approved by: re Revision Changes Path 1.243 +4 -4 src/sys/dev/acpica/acpi.c 1.12 +8 -5 src/sys/dev/acpica/acpi_hpet.c 1.108 +8 -2 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue Oct 9 07:51:46 2007 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 BC86616A418; Tue, 9 Oct 2007 07:51:46 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB6C13C458; Tue, 9 Oct 2007 07:51:46 +0000 (UTC) (envelope-from njl@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 l997pku2044470; Tue, 9 Oct 2007 07:51:46 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l997pkJM044469; Tue, 9 Oct 2007 07:51:46 GMT (envelope-from njl) Message-Id: <200710090751.l997pkJM044469@repoman.freebsd.org> From: Nate Lawson Date: Tue, 9 Oct 2007 07:51: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/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, 09 Oct 2007 07:51:46 -0000 njl 2007-10-09 07:51:46 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_battery.c Log: When the EC times out (common with Compaqs), it may report a design voltage of 0. This can result in a divide by zero trap. Add a guard for this case. The value of lfcap is checked in acpi_battery_bif_valid() just before this, so it is safe. Reportd by: sam Approved by: re MFC after: 3 days Revision Changes Path 1.25 +4 -2 src/sys/dev/acpica/acpi_battery.c From owner-cvs-src@FreeBSD.ORG Tue Oct 9 13:42:35 2007 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 2CF1516A419; Tue, 9 Oct 2007 13:42:35 +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 0C3E313C459; Tue, 9 Oct 2007 13:42:35 +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 l99DgZKn097502; Tue, 9 Oct 2007 13:42:35 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99DgZDB097501; Tue, 9 Oct 2007 13:42:35 GMT (envelope-from obrien) Message-Id: <200710091342.l99DgZDB097501@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 13:42: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 Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 13:42:35 -0000 obrien 2007-10-09 13:42:34 UTC FreeBSD src repository Modified files: . Makefile.inc1 UPDATING cddl/lib Makefile cddl/usr.bin Makefile cddl/usr.sbin Makefile lib Makefile lib/libkse Makefile lib/libkse/arch/amd64 Makefile.inc lib/libkse/arch/amd64/amd64 context.S enter_uts.S pthread_md.c lib/libkse/arch/amd64/include atomic_ops.h pthread_md.h lib/libkse/arch/arm Makefile.inc lib/libkse/arch/arm/arm context.S pthread_md.c lib/libkse/arch/arm/include atomic_ops.h pthread_md.h lib/libkse/arch/i386 Makefile.inc lib/libkse/arch/i386/i386 pthread_md.c thr_enter_uts.S thr_getcontext.S lib/libkse/arch/i386/include atomic_ops.h pthread_md.h lib/libkse/arch/ia64 Makefile.inc lib/libkse/arch/ia64/ia64 context.S enter_uts.S pthread_md.c lib/libkse/arch/ia64/include atomic_ops.h pthread_md.h lib/libkse/arch/powerpc Makefile.inc lib/libkse/arch/powerpc/include atomic_ops.h pthread_md.h lib/libkse/arch/powerpc/powerpc assym.c assym.s context.S enter_uts.S pthread_md.c lib/libkse/arch/sparc64 Makefile.inc lib/libkse/arch/sparc64/include atomic_ops.h pthread_md.h lib/libkse/arch/sparc64/sparc64 assym.s pthread_md.c thr_getcontext.S lib/libkse/support Makefile.inc thr_support.c lib/libkse/sys Makefile.inc lock.c lock.h thr_error.c lib/libkse/test Makefile README guard_b.c guard_b.exp guard_s.pl hello_b.c hello_d.c hello_d.exp hello_s.c join_leak_d.c join_leak_d.exp mutex_d.c mutex_d.exp propagate_s.pl sem_d.c sem_d.exp sigsuspend_d.c sigsuspend_d.exp sigwait_d.c sigwait_d.exp verify lib/libkse/thread Makefile.inc thr_accept.c thr_aio_suspend.c thr_atfork.c thr_attr_destroy.c thr_attr_get_np.c thr_attr_getdetachstate.c thr_attr_getguardsize.c thr_attr_getinheritsched.c thr_attr_getschedparam.c thr_attr_getschedpolicy.c thr_attr_getscope.c thr_attr_getstack.c thr_attr_getstackaddr.c thr_attr_getstacksize.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setdetachstate.c thr_attr_setguardsize.c thr_attr_setinheritsched.c thr_attr_setschedparam.c thr_attr_setschedpolicy.c thr_attr_setscope.c thr_attr_setstack.c thr_attr_setstackaddr.c thr_attr_setstacksize.c thr_autoinit.c thr_barrier.c thr_barrierattr.c thr_cancel.c thr_clean.c thr_close.c thr_concurrency.c thr_cond.c thr_condattr_destroy.c thr_condattr_init.c thr_condattr_pshared.c thr_connect.c thr_creat.c thr_create.c thr_detach.c thr_equal.c thr_execve.c thr_exit.c thr_fcntl.c thr_find_thread.c thr_fork.c thr_fsync.c thr_getprio.c thr_getschedparam.c thr_info.c thr_init.c thr_join.c thr_kern.c thr_kill.c thr_main_np.c thr_mattr_init.c thr_mattr_kind_np.c thr_mattr_pshared.c thr_msync.c thr_multi_np.c thr_mutex.c thr_mutex_prioceiling.c thr_mutex_protocol.c thr_mutexattr_destroy.c thr_nanosleep.c thr_once.c thr_open.c thr_pause.c thr_poll.c thr_printf.c thr_priority_queue.c thr_private.h thr_pselect.c thr_pspinlock.c thr_raise.c thr_read.c thr_readv.c thr_resume_np.c thr_rtld.c thr_rwlock.c thr_rwlockattr.c thr_select.c thr_self.c thr_sem.c thr_seterrno.c thr_setprio.c thr_setschedparam.c thr_sig.c thr_sigaction.c thr_sigaltstack.c thr_sigmask.c thr_sigpending.c thr_sigprocmask.c thr_sigsuspend.c thr_sigwait.c thr_single_np.c thr_sleep.c thr_spec.c thr_spinlock.c thr_stack.c thr_suspend_np.c thr_switch_np.c thr_symbols.c thr_system.c thr_tcdrain.c thr_vfork.c thr_wait.c thr_wait4.c thr_waitpid.c thr_write.c thr_writev.c thr_yield.c sbin/ggate Makefile share/man/man3 Makefile share/man/man5 src.conf.5 share/mk bsd.compat.mk bsd.own.mk tools/build/mk OptionalObsoleteFiles.inc tools/build/options WITHOUT_LIBPTHREAD usr.bin Makefile usr.sbin Makefile usr.sbin/ngctl Makefile Added files: lib/libkse kse.map tools/build/options WITHOUT_LIBKSE Removed files: lib/libkse pthread.map lib/libpthread Makefile pthread.map Log: Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) Revision Changes Path 1.587 +3 -3 src/Makefile.inc1 1.506 +7 -3 src/UPDATING 1.6 +1 -1 src/cddl/lib/Makefile 1.6 +1 -1 src/cddl/usr.bin/Makefile 1.6 +1 -1 src/cddl/usr.sbin/Makefile 1.223 +5 -3 src/lib/Makefile 1.65 +5 -5 src/lib/libkse/Makefile 1.3 +0 -0 src/lib/libkse/arch/amd64/Makefile.inc 1.9 +0 -0 src/lib/libkse/arch/amd64/amd64/context.S 1.6 +0 -0 src/lib/libkse/arch/amd64/amd64/enter_uts.S 1.5 +0 -0 src/lib/libkse/arch/amd64/amd64/pthread_md.c 1.3 +0 -0 src/lib/libkse/arch/amd64/include/atomic_ops.h 1.11 +0 -0 src/lib/libkse/arch/amd64/include/pthread_md.h 1.3 +0 -0 src/lib/libkse/arch/arm/Makefile.inc 1.4 +0 -0 src/lib/libkse/arch/arm/arm/context.S 1.5 +0 -0 src/lib/libkse/arch/arm/arm/pthread_md.c 1.4 +0 -0 src/lib/libkse/arch/arm/include/atomic_ops.h 1.9 +0 -0 src/lib/libkse/arch/arm/include/pthread_md.h 1.4 +0 -0 src/lib/libkse/arch/i386/Makefile.inc 1.9 +0 -0 src/lib/libkse/arch/i386/i386/pthread_md.c 1.7 +0 -0 src/lib/libkse/arch/i386/i386/thr_enter_uts.S 1.7 +0 -0 src/lib/libkse/arch/i386/i386/thr_getcontext.S 1.4 +0 -0 src/lib/libkse/arch/i386/include/atomic_ops.h 1.17 +0 -0 src/lib/libkse/arch/i386/include/pthread_md.h 1.5 +0 -0 src/lib/libkse/arch/ia64/Makefile.inc 1.6 +0 -0 src/lib/libkse/arch/ia64/ia64/context.S 1.2 +0 -0 src/lib/libkse/arch/ia64/ia64/enter_uts.S 1.6 +0 -0 src/lib/libkse/arch/ia64/ia64/pthread_md.c 1.2 +0 -0 src/lib/libkse/arch/ia64/include/atomic_ops.h 1.19 +0 -0 src/lib/libkse/arch/ia64/include/pthread_md.h 1.2 +0 -0 src/lib/libkse/arch/powerpc/Makefile.inc 1.2 +0 -0 src/lib/libkse/arch/powerpc/include/atomic_ops.h 1.7 +0 -0 src/lib/libkse/arch/powerpc/include/pthread_md.h 1.2 +0 -0 src/lib/libkse/arch/powerpc/powerpc/assym.c 1.2 +0 -0 src/lib/libkse/arch/powerpc/powerpc/assym.s 1.2 +0 -0 src/lib/libkse/arch/powerpc/powerpc/context.S 1.2 +0 -0 src/lib/libkse/arch/powerpc/powerpc/enter_uts.S 1.5 +0 -0 src/lib/libkse/arch/powerpc/powerpc/pthread_md.c 1.2 +0 -0 src/lib/libkse/arch/sparc64/Makefile.inc 1.2 +0 -0 src/lib/libkse/arch/sparc64/include/atomic_ops.h 1.6 +0 -0 src/lib/libkse/arch/sparc64/include/pthread_md.h 1.3 +0 -0 src/lib/libkse/arch/sparc64/sparc64/assym.s 1.4 +0 -0 src/lib/libkse/arch/sparc64/sparc64/pthread_md.c 1.4 +0 -0 src/lib/libkse/arch/sparc64/sparc64/thr_getcontext.S 1.1 +368 -0 src/lib/libkse/kse.map (new) 1.21 +0 -370 src/lib/libkse/pthread.map (dead) 1.9 +0 -0 src/lib/libkse/support/Makefile.inc 1.5 +0 -0 src/lib/libkse/support/thr_support.c 1.16 +0 -0 src/lib/libkse/sys/Makefile.inc 1.11 +0 -0 src/lib/libkse/sys/lock.c 1.8 +0 -0 src/lib/libkse/sys/lock.h 1.10 +0 -0 src/lib/libkse/sys/thr_error.c 1.14 +0 -0 src/lib/libkse/test/Makefile 1.3 +0 -0 src/lib/libkse/test/README 1.4 +0 -0 src/lib/libkse/test/guard_b.c 1.2 +1 -0 src/lib/libkse/test/guard_b.exp 1.2 +0 -0 src/lib/libkse/test/guard_s.pl 1.2 +0 -0 src/lib/libkse/test/hello_b.c 1.2 +0 -0 src/lib/libkse/test/hello_d.c 1.2 +1 -0 src/lib/libkse/test/hello_d.exp 1.2 +0 -0 src/lib/libkse/test/hello_s.c 1.2 +0 -0 src/lib/libkse/test/join_leak_d.c 1.2 +1 -0 src/lib/libkse/test/join_leak_d.exp 1.6 +0 -0 src/lib/libkse/test/mutex_d.c 1.2 +1 -0 src/lib/libkse/test/mutex_d.exp 1.3 +0 -0 src/lib/libkse/test/propagate_s.pl 1.3 +1 -1 src/lib/libkse/test/sem_d.c 1.2 +1 -0 src/lib/libkse/test/sem_d.exp 1.4 +0 -0 src/lib/libkse/test/sigsuspend_d.c 1.2 +1 -0 src/lib/libkse/test/sigsuspend_d.exp 1.3 +1 -1 src/lib/libkse/test/sigwait_d.c 1.2 +1 -0 src/lib/libkse/test/sigwait_d.exp 1.3 +1 -1 src/lib/libkse/test/verify 1.51 +0 -0 src/lib/libkse/thread/Makefile.inc 1.4 +0 -0 src/lib/libkse/thread/thr_accept.c 1.10 +0 -0 src/lib/libkse/thread/thr_aio_suspend.c 1.3 +0 -0 src/lib/libkse/thread/thr_atfork.c 1.10 +0 -0 src/lib/libkse/thread/thr_attr_destroy.c 1.6 +0 -0 src/lib/libkse/thread/thr_attr_get_np.c 1.10 +0 -0 src/lib/libkse/thread/thr_attr_getdetachstate.c 1.4 +0 -0 src/lib/libkse/thread/thr_attr_getguardsize.c 1.9 +0 -0 src/lib/libkse/thread/thr_attr_getinheritsched.c 1.9 +0 -0 src/lib/libkse/thread/thr_attr_getschedparam.c 1.9 +0 -0 src/lib/libkse/thread/thr_attr_getschedpolicy.c 1.9 +0 -0 src/lib/libkse/thread/thr_attr_getscope.c 1.3 +0 -0 src/lib/libkse/thread/thr_attr_getstack.c 1.10 +0 -0 src/lib/libkse/thread/thr_attr_getstackaddr.c 1.10 +0 -0 src/lib/libkse/thread/thr_attr_getstacksize.c 1.13 +0 -0 src/lib/libkse/thread/thr_attr_init.c 1.11 +0 -0 src/lib/libkse/thread/thr_attr_setcreatesuspend_np.c 1.10 +0 -0 src/lib/libkse/thread/thr_attr_setdetachstate.c 1.8 +0 -0 src/lib/libkse/thread/thr_attr_setguardsize.c 1.9 +0 -0 src/lib/libkse/thread/thr_attr_setinheritsched.c 1.12 +0 -0 src/lib/libkse/thread/thr_attr_setschedparam.c 1.9 +0 -0 src/lib/libkse/thread/thr_attr_setschedpolicy.c 1.12 +0 -0 src/lib/libkse/thread/thr_attr_setscope.c 1.3 +0 -0 src/lib/libkse/thread/thr_attr_setstack.c 1.10 +0 -0 src/lib/libkse/thread/thr_attr_setstackaddr.c 1.11 +0 -0 src/lib/libkse/thread/thr_attr_setstacksize.c 1.3 +0 -0 src/lib/libkse/thread/thr_autoinit.c 1.4 +0 -0 src/lib/libkse/thread/thr_barrier.c 1.3 +0 -0 src/lib/libkse/thread/thr_barrierattr.c 1.34 +0 -0 src/lib/libkse/thread/thr_cancel.c 1.12 +0 -0 src/lib/libkse/thread/thr_clean.c 1.20 +0 -0 src/lib/libkse/thread/thr_close.c 1.11 +0 -0 src/lib/libkse/thread/thr_concurrency.c 1.57 +0 -0 src/lib/libkse/thread/thr_cond.c 1.10 +0 -0 src/lib/libkse/thread/thr_condattr_destroy.c 1.11 +0 -0 src/lib/libkse/thread/thr_condattr_init.c 1.2 +0 -0 src/lib/libkse/thread/thr_condattr_pshared.c 1.4 +0 -0 src/lib/libkse/thread/thr_connect.c 1.10 +0 -0 src/lib/libkse/thread/thr_creat.c 1.62 +0 -0 src/lib/libkse/thread/thr_create.c 1.26 +0 -0 src/lib/libkse/thread/thr_detach.c 1.9 +0 -0 src/lib/libkse/thread/thr_equal.c 1.5 +0 -0 src/lib/libkse/thread/thr_execve.c 1.42 +0 -0 src/lib/libkse/thread/thr_exit.c 1.22 +0 -0 src/lib/libkse/thread/thr_fcntl.c 1.16 +0 -0 src/lib/libkse/thread/thr_find_thread.c 1.39 +0 -0 src/lib/libkse/thread/thr_fork.c 1.17 +0 -0 src/lib/libkse/thread/thr_fsync.c 1.13 +0 -0 src/lib/libkse/thread/thr_getprio.c 1.12 +0 -0 src/lib/libkse/thread/thr_getschedparam.c 1.31 +0 -0 src/lib/libkse/thread/thr_info.c 1.76 +0 -0 src/lib/libkse/thread/thr_init.c 1.32 +0 -0 src/lib/libkse/thread/thr_join.c 1.125 +0 -0 src/lib/libkse/thread/thr_kern.c 1.19 +0 -0 src/lib/libkse/thread/thr_kill.c 1.7 +0 -0 src/lib/libkse/thread/thr_main_np.c 1.11 +0 -0 src/lib/libkse/thread/thr_mattr_init.c 1.12 +0 -0 src/lib/libkse/thread/thr_mattr_kind_np.c 1.2 +0 -0 src/lib/libkse/thread/thr_mattr_pshared.c 1.11 +0 -0 src/lib/libkse/thread/thr_msync.c 1.10 +0 -0 src/lib/libkse/thread/thr_multi_np.c 1.53 +0 -0 src/lib/libkse/thread/thr_mutex.c 1.10 +0 -0 src/lib/libkse/thread/thr_mutex_prioceiling.c 1.9 +0 -0 src/lib/libkse/thread/thr_mutex_protocol.c 1.11 +0 -0 src/lib/libkse/thread/thr_mutexattr_destroy.c 1.28 +0 -0 src/lib/libkse/thread/thr_nanosleep.c 1.13 +0 -0 src/lib/libkse/thread/thr_once.c 1.19 +0 -0 src/lib/libkse/thread/thr_open.c 1.10 +0 -0 src/lib/libkse/thread/thr_pause.c 1.18 +0 -0 src/lib/libkse/thread/thr_poll.c 1.5 +0 -0 src/lib/libkse/thread/thr_printf.c 1.17 +0 -0 src/lib/libkse/thread/thr_priority_queue.c 1.131 +0 -0 src/lib/libkse/thread/thr_private.h 1.7 +0 -0 src/lib/libkse/thread/thr_pselect.c 1.5 +0 -0 src/lib/libkse/thread/thr_pspinlock.c 1.3 +0 -0 src/lib/libkse/thread/thr_raise.c 1.21 +0 -0 src/lib/libkse/thread/thr_read.c 1.22 +0 -0 src/lib/libkse/thread/thr_readv.c 1.21 +0 -0 src/lib/libkse/thread/thr_resume_np.c 1.7 +0 -0 src/lib/libkse/thread/thr_rtld.c 1.16 +0 -0 src/lib/libkse/thread/thr_rwlock.c 1.10 +0 -0 src/lib/libkse/thread/thr_rwlockattr.c 1.29 +0 -0 src/lib/libkse/thread/thr_select.c 1.10 +0 -0 src/lib/libkse/thread/thr_self.c 1.20 +0 -0 src/lib/libkse/thread/thr_sem.c 1.9 +0 -0 src/lib/libkse/thread/thr_seterrno.c 1.13 +0 -0 src/lib/libkse/thread/thr_setprio.c 1.15 +0 -0 src/lib/libkse/thread/thr_setschedparam.c 1.87 +0 -0 src/lib/libkse/thread/thr_sig.c 1.26 +0 -0 src/lib/libkse/thread/thr_sigaction.c 1.4 +0 -0 src/lib/libkse/thread/thr_sigaltstack.c 1.22 +0 -0 src/lib/libkse/thread/thr_sigmask.c 1.18 +0 -0 src/lib/libkse/thread/thr_sigpending.c 1.20 +0 -0 src/lib/libkse/thread/thr_sigprocmask.c 1.30 +0 -0 src/lib/libkse/thread/thr_sigsuspend.c 1.38 +0 -0 src/lib/libkse/thread/thr_sigwait.c 1.9 +0 -0 src/lib/libkse/thread/thr_single_np.c 1.11 +0 -0 src/lib/libkse/thread/thr_sleep.c 1.25 +0 -0 src/lib/libkse/thread/thr_spec.c 1.26 +0 -0 src/lib/libkse/thread/thr_spinlock.c 1.11 +0 -0 src/lib/libkse/thread/thr_stack.c 1.22 +0 -0 src/lib/libkse/thread/thr_suspend_np.c 1.9 +0 -0 src/lib/libkse/thread/thr_switch_np.c 1.6 +0 -0 src/lib/libkse/thread/thr_symbols.c 1.10 +0 -0 src/lib/libkse/thread/thr_system.c 1.10 +0 -0 src/lib/libkse/thread/thr_tcdrain.c 1.5 +0 -0 src/lib/libkse/thread/thr_vfork.c 1.10 +0 -0 src/lib/libkse/thread/thr_wait.c 1.22 +0 -0 src/lib/libkse/thread/thr_wait4.c 1.10 +0 -0 src/lib/libkse/thread/thr_waitpid.c 1.27 +0 -0 src/lib/libkse/thread/thr_write.c 1.27 +0 -0 src/lib/libkse/thread/thr_writev.c 1.18 +0 -0 src/lib/libkse/thread/thr_yield.c 1.65 +0 -60 src/lib/libpthread/Makefile (dead) 1.21 +0 -370 src/lib/libpthread/pthread.map (dead) 1.9 +1 -1 src/sbin/ggate/Makefile 1.44 +1 -1 src/share/man/man3/Makefile 1.16 +12 -3 src/share/man/man5/src.conf.5 1.22 +1 -0 src/share/mk/bsd.compat.mk 1.66 +2 -0 src/share/mk/bsd.own.mk 1.11 +1 -1 src/tools/build/mk/OptionalObsoleteFiles.inc 1.1 +5 -0 src/tools/build/options/WITHOUT_LIBKSE (new) 1.2 +6 -3 src/tools/build/options/WITHOUT_LIBPTHREAD 1.302 +1 -1 src/usr.bin/Makefile 1.374 +2 -2 src/usr.sbin/Makefile 1.21 +1 -1 src/usr.sbin/ngctl/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 9 14:16:42 2007 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 5650616A417; Tue, 9 Oct 2007 14:16:42 +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 340A313C478; Tue, 9 Oct 2007 14:16:42 +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 l99EGgLW001263; Tue, 9 Oct 2007 14:16:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99EGgX6001261; Tue, 9 Oct 2007 14:16:42 GMT (envelope-from obrien) Message-Id: <200710091416.l99EGgX6001261@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 14:16: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/lib/libpthread/arch/amd64 Makefile.inc src/lib/libpthread/arch/amd64/amd64 context.S enter_uts.S pthread_md.c src/lib/libpthread/arch/amd64/include atomic_ops.h pthread_md.h src/lib/libpthread/arch/arm Makefile.inc src/lib/libpthread/arch/arm/arm ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 14:16:42 -0000 obrien 2007-10-09 14:16:41 UTC FreeBSD src repository Removed files: lib/libpthread/arch/amd64 Makefile.inc lib/libpthread/arch/amd64/amd64 context.S enter_uts.S pthread_md.c lib/libpthread/arch/amd64/include atomic_ops.h pthread_md.h lib/libpthread/arch/arm Makefile.inc lib/libpthread/arch/arm/arm context.S pthread_md.c lib/libpthread/arch/arm/include atomic_ops.h pthread_md.h lib/libpthread/arch/i386 Makefile.inc lib/libpthread/arch/i386/i386 pthread_md.c thr_enter_uts.S thr_getcontext.S lib/libpthread/arch/i386/include atomic_ops.h pthread_md.h lib/libpthread/arch/ia64 Makefile.inc lib/libpthread/arch/ia64/ia64 context.S enter_uts.S pthread_md.c lib/libpthread/arch/ia64/include atomic_ops.h pthread_md.h lib/libpthread/arch/powerpc Makefile.inc lib/libpthread/arch/powerpc/include atomic_ops.h pthread_md.h lib/libpthread/arch/powerpc/powerpc assym.c assym.s context.S enter_uts.S pthread_md.c lib/libpthread/arch/sparc64 Makefile.inc lib/libpthread/arch/sparc64/include atomic_ops.h pthread_md.h lib/libpthread/arch/sparc64/sparc64 assym.s pthread_md.c thr_getcontext.S lib/libpthread/support Makefile.inc thr_support.c lib/libpthread/sys Makefile.inc lock.c lock.h thr_error.c lib/libpthread/test Makefile README guard_b.c guard_b.exp guard_s.pl hello_b.c hello_d.c hello_d.exp hello_s.c join_leak_d.c join_leak_d.exp mutex_d.c mutex_d.exp propagate_s.pl sem_d.c sem_d.exp sigsuspend_d.c sigsuspend_d.exp sigwait_d.c sigwait_d.exp verify lib/libpthread/thread Makefile.inc thr_accept.c thr_aio_suspend.c thr_atfork.c thr_attr_destroy.c thr_attr_get_np.c thr_attr_getdetachstate.c thr_attr_getguardsize.c thr_attr_getinheritsched.c thr_attr_getschedparam.c thr_attr_getschedpolicy.c thr_attr_getscope.c thr_attr_getstack.c thr_attr_getstackaddr.c thr_attr_getstacksize.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setdetachstate.c thr_attr_setguardsize.c thr_attr_setinheritsched.c thr_attr_setschedparam.c thr_attr_setschedpolicy.c thr_attr_setscope.c thr_attr_setstack.c thr_attr_setstackaddr.c thr_attr_setstacksize.c thr_autoinit.c thr_barrier.c thr_barrierattr.c thr_cancel.c thr_clean.c thr_close.c thr_concurrency.c thr_cond.c thr_condattr_destroy.c thr_condattr_init.c thr_condattr_pshared.c thr_connect.c thr_creat.c thr_create.c thr_detach.c thr_equal.c thr_execve.c thr_exit.c thr_fcntl.c thr_find_thread.c thr_fork.c thr_fsync.c thr_getprio.c thr_getschedparam.c thr_info.c thr_init.c thr_join.c thr_kern.c thr_kill.c thr_main_np.c thr_mattr_init.c thr_mattr_kind_np.c thr_mattr_pshared.c thr_msync.c thr_multi_np.c thr_mutex.c thr_mutex_prioceiling.c thr_mutex_protocol.c thr_mutexattr_destroy.c thr_nanosleep.c thr_once.c thr_open.c thr_pause.c thr_poll.c thr_printf.c thr_priority_queue.c thr_private.h thr_pselect.c thr_pspinlock.c thr_raise.c thr_read.c thr_readv.c thr_resume_np.c thr_rtld.c thr_rwlock.c thr_rwlockattr.c thr_select.c thr_self.c thr_sem.c thr_seterrno.c thr_setprio.c thr_setschedparam.c thr_sig.c thr_sigaction.c thr_sigaltstack.c thr_sigmask.c thr_sigpending.c thr_sigprocmask.c thr_sigsuspend.c thr_sigwait.c thr_single_np.c thr_sleep.c thr_spec.c thr_spinlock.c thr_stack.c thr_suspend_np.c thr_switch_np.c thr_symbols.c thr_system.c thr_tcdrain.c thr_vfork.c thr_wait.c thr_wait4.c thr_waitpid.c thr_write.c thr_writev.c thr_yield.c Log: Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) Revision Changes Path 1.3 +0 -5 src/lib/libpthread/arch/amd64/Makefile.inc (dead) 1.9 +0 -217 src/lib/libpthread/arch/amd64/amd64/context.S (dead) 1.6 +0 -41 src/lib/libpthread/arch/amd64/amd64/enter_uts.S (dead) 1.5 +0 -82 src/lib/libpthread/arch/amd64/amd64/pthread_md.c (dead) 1.3 +0 -57 src/lib/libpthread/arch/amd64/include/atomic_ops.h (dead) 1.11 +0 -268 src/lib/libpthread/arch/amd64/include/pthread_md.h (dead) 1.3 +0 -7 src/lib/libpthread/arch/arm/Makefile.inc (dead) 1.4 +0 -79 src/lib/libpthread/arch/arm/arm/context.S (dead) 1.5 +0 -86 src/lib/libpthread/arch/arm/arm/pthread_md.c (dead) 1.4 +0 -53 src/lib/libpthread/arch/arm/include/atomic_ops.h (dead) 1.9 +0 -257 src/lib/libpthread/arch/arm/include/pthread_md.h (dead) 1.4 +0 -5 src/lib/libpthread/arch/i386/Makefile.inc (dead) 1.9 +0 -100 src/lib/libpthread/arch/i386/i386/pthread_md.c (dead) 1.7 +0 -44 src/lib/libpthread/arch/i386/i386/thr_enter_uts.S (dead) 1.7 +0 -156 src/lib/libpthread/arch/i386/i386/thr_getcontext.S (dead) 1.4 +0 -51 src/lib/libpthread/arch/i386/include/atomic_ops.h (dead) 1.17 +0 -264 src/lib/libpthread/arch/i386/include/pthread_md.h (dead) 1.5 +0 -5 src/lib/libpthread/arch/ia64/Makefile.inc (dead) 1.6 +0 -351 src/lib/libpthread/arch/ia64/ia64/context.S (dead) 1.2 +0 -60 src/lib/libpthread/arch/ia64/ia64/enter_uts.S (dead) 1.6 +0 -80 src/lib/libpthread/arch/ia64/ia64/pthread_md.c (dead) 1.2 +0 -47 src/lib/libpthread/arch/ia64/include/atomic_ops.h (dead) 1.19 +0 -268 src/lib/libpthread/arch/ia64/include/pthread_md.h (dead) 1.2 +0 -8 src/lib/libpthread/arch/powerpc/Makefile.inc (dead) 1.2 +0 -62 src/lib/libpthread/arch/powerpc/include/atomic_ops.h (dead) 1.7 +0 -292 src/lib/libpthread/arch/powerpc/include/pthread_md.h (dead) 1.2 +0 -113 src/lib/libpthread/arch/powerpc/powerpc/assym.c (dead) 1.2 +0 -113 src/lib/libpthread/arch/powerpc/powerpc/assym.s (dead) 1.2 +0 -151 src/lib/libpthread/arch/powerpc/powerpc/context.S (dead) 1.2 +0 -40 src/lib/libpthread/arch/powerpc/powerpc/enter_uts.S (dead) 1.5 +0 -79 src/lib/libpthread/arch/powerpc/powerpc/pthread_md.c (dead) 1.2 +0 -5 src/lib/libpthread/arch/sparc64/Makefile.inc (dead) 1.2 +0 -75 src/lib/libpthread/arch/sparc64/include/atomic_ops.h (dead) 1.6 +0 -254 src/lib/libpthread/arch/sparc64/include/pthread_md.h (dead) 1.3 +0 -15 src/lib/libpthread/arch/sparc64/sparc64/assym.s (dead) 1.4 +0 -91 src/lib/libpthread/arch/sparc64/sparc64/pthread_md.c (dead) 1.4 +0 -87 src/lib/libpthread/arch/sparc64/sparc64/thr_getcontext.S (dead) 1.9 +0 -40 src/lib/libpthread/support/Makefile.inc (dead) 1.5 +0 -62 src/lib/libpthread/support/thr_support.c (dead) 1.16 +0 -5 src/lib/libpthread/sys/Makefile.inc (dead) 1.11 +0 -351 src/lib/libpthread/sys/lock.c (dead) 1.8 +0 -95 src/lib/libpthread/sys/lock.h (dead) 1.10 +0 -61 src/lib/libpthread/sys/thr_error.c (dead) 1.14 +0 -116 src/lib/libpthread/test/Makefile (dead) 1.3 +0 -28 src/lib/libpthread/test/README (dead) 1.4 +0 -152 src/lib/libpthread/test/guard_b.c (dead) 1.2 +0 -3 src/lib/libpthread/test/guard_b.exp (dead) 1.2 +0 -69 src/lib/libpthread/test/guard_s.pl (dead) 1.2 +0 -13 src/lib/libpthread/test/hello_b.c (dead) 1.2 +0 -38 src/lib/libpthread/test/hello_d.c (dead) 1.2 +0 -1 src/lib/libpthread/test/hello_d.exp (dead) 1.2 +0 -47 src/lib/libpthread/test/hello_s.c (dead) 1.2 +0 -108 src/lib/libpthread/test/join_leak_d.c (dead) 1.2 +0 -2 src/lib/libpthread/test/join_leak_d.exp (dead) 1.6 +0 -1558 src/lib/libpthread/test/mutex_d.c (dead) 1.2 +0 -290 src/lib/libpthread/test/mutex_d.exp (dead) 1.3 +0 -74 src/lib/libpthread/test/propagate_s.pl (dead) 1.3 +0 -133 src/lib/libpthread/test/sem_d.c (dead) 1.2 +0 -22 src/lib/libpthread/test/sem_d.exp (dead) 1.4 +0 -290 src/lib/libpthread/test/sigsuspend_d.c (dead) 1.2 +0 -8 src/lib/libpthread/test/sigsuspend_d.exp (dead) 1.3 +0 -304 src/lib/libpthread/test/sigwait_d.c (dead) 1.2 +0 -10 src/lib/libpthread/test/sigwait_d.exp (dead) 1.3 +0 -474 src/lib/libpthread/test/verify (dead) 1.51 +0 -117 src/lib/libpthread/thread/Makefile.inc (dead) 1.4 +0 -52 src/lib/libpthread/thread/thr_accept.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_aio_suspend.c (dead) 1.3 +0 -59 src/lib/libpthread/thread/thr_atfork.c (dead) 1.10 +0 -62 src/lib/libpthread/thread/thr_attr_destroy.c (dead) 1.6 +0 -57 src/lib/libpthread/thread/thr_attr_get_np.c (dead) 1.10 +0 -59 src/lib/libpthread/thread/thr_attr_getdetachstate.c (dead) 1.4 +0 -55 src/lib/libpthread/thread/thr_attr_getguardsize.c (dead) 1.9 +0 -54 src/lib/libpthread/thread/thr_attr_getinheritsched.c (dead) 1.9 +0 -54 src/lib/libpthread/thread/thr_attr_getschedparam.c (dead) 1.9 +0 -54 src/lib/libpthread/thread/thr_attr_getschedpolicy.c (dead) 1.9 +0 -57 src/lib/libpthread/thread/thr_attr_getscope.c (dead) 1.3 +0 -62 src/lib/libpthread/thread/thr_attr_getstack.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_attr_getstackaddr.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_attr_getstacksize.c (dead) 1.13 +0 -64 src/lib/libpthread/thread/thr_attr_init.c (dead) 1.11 +0 -52 src/lib/libpthread/thread/thr_attr_setcreatesuspend_np.c (dead) 1.10 +0 -61 src/lib/libpthread/thread/thr_attr_setdetachstate.c (dead) 1.8 +0 -56 src/lib/libpthread/thread/thr_attr_setguardsize.c (dead) 1.9 +0 -57 src/lib/libpthread/thread/thr_attr_setinheritsched.c (dead) 1.12 +0 -60 src/lib/libpthread/thread/thr_attr_setschedparam.c (dead) 1.9 +0 -56 src/lib/libpthread/thread/thr_attr_setschedpolicy.c (dead) 1.12 +0 -60 src/lib/libpthread/thread/thr_attr_setscope.c (dead) 1.3 +0 -61 src/lib/libpthread/thread/thr_attr_setstack.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_attr_setstackaddr.c (dead) 1.11 +0 -54 src/lib/libpthread/thread/thr_attr_setstacksize.c (dead) 1.3 +0 -64 src/lib/libpthread/thread/thr_autoinit.c (dead) 1.4 +0 -129 src/lib/libpthread/thread/thr_barrier.c (dead) 1.3 +0 -102 src/lib/libpthread/thread/thr_barrierattr.c (dead) 1.34 +0 -311 src/lib/libpthread/thread/thr_cancel.c (dead) 1.12 +0 -76 src/lib/libpthread/thread/thr_clean.c (dead) 1.20 +0 -55 src/lib/libpthread/thread/thr_close.c (dead) 1.11 +0 -177 src/lib/libpthread/thread/thr_concurrency.c (dead) 1.57 +0 -844 src/lib/libpthread/thread/thr_cond.c (dead) 1.10 +0 -53 src/lib/libpthread/thread/thr_condattr_destroy.c (dead) 1.11 +0 -58 src/lib/libpthread/thread/thr_condattr_init.c (dead) 1.2 +0 -56 src/lib/libpthread/thread/thr_condattr_pshared.c (dead) 1.4 +0 -52 src/lib/libpthread/thread/thr_connect.c (dead) 1.10 +0 -58 src/lib/libpthread/thread/thr_creat.c (dead) 1.62 +0 -345 src/lib/libpthread/thread/thr_create.c (dead) 1.26 +0 -117 src/lib/libpthread/thread/thr_detach.c (dead) 1.9 +0 -44 src/lib/libpthread/thread/thr_equal.c (dead) 1.5 +0 -66 src/lib/libpthread/thread/thr_execve.c (dead) 1.42 +0 -159 src/lib/libpthread/thread/thr_exit.c (dead) 1.22 +0 -78 src/lib/libpthread/thread/thr_fcntl.c (dead) 1.16 +0 -95 src/lib/libpthread/thread/thr_find_thread.c (dead) 1.39 +0 -128 src/lib/libpthread/thread/thr_fork.c (dead) 1.17 +0 -51 src/lib/libpthread/thread/thr_fsync.c (dead) 1.13 +0 -60 src/lib/libpthread/thread/thr_getprio.c (dead) 1.12 +0 -78 src/lib/libpthread/thread/thr_getschedparam.c (dead) 1.31 +0 -244 src/lib/libpthread/thread/thr_info.c (dead) 1.76 +0 -530 src/lib/libpthread/thread/thr_init.c (dead) 1.32 +0 -162 src/lib/libpthread/thread/thr_join.c (dead) 1.125 +0 -2549 src/lib/libpthread/thread/thr_kern.c (dead) 1.19 +0 -66 src/lib/libpthread/thread/thr_kill.c (dead) 1.7 +0 -50 src/lib/libpthread/thread/thr_main_np.c (dead) 1.11 +0 -61 src/lib/libpthread/thread/thr_mattr_init.c (dead) 1.12 +0 -103 src/lib/libpthread/thread/thr_mattr_kind_np.c (dead) 1.2 +0 -56 src/lib/libpthread/thread/thr_mattr_pshared.c (dead) 1.11 +0 -36 src/lib/libpthread/thread/thr_msync.c (dead) 1.10 +0 -52 src/lib/libpthread/thread/thr_multi_np.c (dead) 1.53 +0 -1829 src/lib/libpthread/thread/thr_mutex.c (dead) 1.10 +0 -124 src/lib/libpthread/thread/thr_mutex_prioceiling.c (dead) 1.9 +0 -75 src/lib/libpthread/thread/thr_mutex_protocol.c (dead) 1.11 +0 -53 src/lib/libpthread/thread/thr_mutexattr_destroy.c (dead) 1.28 +0 -132 src/lib/libpthread/thread/thr_nanosleep.c (dead) 1.13 +0 -98 src/lib/libpthread/thread/thr_once.c (dead) 1.19 +0 -71 src/lib/libpthread/thread/thr_open.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_pause.c (dead) 1.18 +0 -60 src/lib/libpthread/thread/thr_poll.c (dead) 1.5 +0 -135 src/lib/libpthread/thread/thr_printf.c (dead) 1.17 +0 -324 src/lib/libpthread/thread/thr_priority_queue.c (dead) 1.131 +0 -1324 src/lib/libpthread/thread/thr_private.h (dead) 1.7 +0 -60 src/lib/libpthread/thread/thr_pselect.c (dead) 1.5 +0 -174 src/lib/libpthread/thread/thr_pspinlock.c (dead) 1.3 +0 -56 src/lib/libpthread/thread/thr_raise.c (dead) 1.21 +0 -56 src/lib/libpthread/thread/thr_read.c (dead) 1.22 +0 -56 src/lib/libpthread/thread/thr_readv.c (dead) 1.21 +0 -109 src/lib/libpthread/thread/thr_resume_np.c (dead) 1.7 +0 -302 src/lib/libpthread/thread/thr_rtld.c (dead) 1.16 +0 -438 src/lib/libpthread/thread/thr_rwlock.c (dead) 1.10 +0 -107 src/lib/libpthread/thread/thr_rwlockattr.c (dead) 1.29 +0 -65 src/lib/libpthread/thread/thr_select.c (dead) 1.10 +0 -47 src/lib/libpthread/thread/thr_self.c (dead) 1.20 +0 -267 src/lib/libpthread/thread/thr_sem.c (dead) 1.9 +0 -56 src/lib/libpthread/thread/thr_seterrno.c (dead) 1.13 +0 -52 src/lib/libpthread/thread/thr_setprio.c (dead) 1.15 +0 -139 src/lib/libpthread/thread/thr_setschedparam.c (dead) 1.87 +0 -1250 src/lib/libpthread/thread/thr_sig.c (dead) 1.26 +0 -127 src/lib/libpthread/thread/thr_sigaction.c (dead) 1.4 +0 -110 src/lib/libpthread/thread/thr_sigaltstack.c (dead) 1.22 +0 -113 src/lib/libpthread/thread/thr_sigmask.c (dead) 1.18 +0 -76 src/lib/libpthread/thread/thr_sigpending.c (dead) 1.20 +0 -55 src/lib/libpthread/thread/thr_sigprocmask.c (dead) 1.30 +0 -110 src/lib/libpthread/thread/thr_sigsuspend.c (dead) 1.38 +0 -209 src/lib/libpthread/thread/thr_sigwait.c (dead) 1.9 +0 -51 src/lib/libpthread/thread/thr_single_np.c (dead) 1.11 +0 -71 src/lib/libpthread/thread/thr_sleep.c (dead) 1.25 +0 -240 src/lib/libpthread/thread/thr_spec.c (dead) 1.26 +0 -149 src/lib/libpthread/thread/thr_spinlock.c (dead) 1.11 +0 -258 src/lib/libpthread/thread/thr_stack.c (dead) 1.22 +0 -111 src/lib/libpthread/thread/thr_suspend_np.c (dead) 1.9 +0 -57 src/lib/libpthread/thread/thr_switch_np.c (dead) 1.6 +0 -78 src/lib/libpthread/thread/thr_symbols.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_system.c (dead) 1.10 +0 -54 src/lib/libpthread/thread/thr_tcdrain.c (dead) 1.5 +0 -17 src/lib/libpthread/thread/thr_vfork.c (dead) 1.10 +0 -53 src/lib/libpthread/thread/thr_wait.c (dead) 1.22 +0 -57 src/lib/libpthread/thread/thr_wait4.c (dead) 1.10 +0 -55 src/lib/libpthread/thread/thr_waitpid.c (dead) 1.27 +0 -56 src/lib/libpthread/thread/thr_write.c (dead) 1.27 +0 -58 src/lib/libpthread/thread/thr_writev.c (dead) 1.18 +0 -75 src/lib/libpthread/thread/thr_yield.c (dead) From owner-cvs-src@FreeBSD.ORG Tue Oct 9 15:05:27 2007 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 5B69216A418; Tue, 9 Oct 2007 15:05: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 22C2713C469; Tue, 9 Oct 2007 15:05: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 l99F5R8D009811; Tue, 9 Oct 2007 15:05:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99F5R2d009810; Tue, 9 Oct 2007 15:05:27 GMT (envelope-from jhb) Message-Id: <200710091505.l99F5R2d009810@repoman.freebsd.org> From: John Baldwin Date: Tue, 9 Oct 2007 15:05:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/zoneinfo 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, 09 Oct 2007 15:05:27 -0000 jhb 2007-10-09 15:05:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo Makefile Log: MFC: Describe the process of importing new zoneinfo data and updating it in CVS. PR: conf/116901 Revision Changes Path 1.16.2.4 +26 -0 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 9 15:28:15 2007 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 C6C8B16A417; Tue, 9 Oct 2007 15:28:15 +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 A2DA413C4B3; Tue, 9 Oct 2007 15:28:15 +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 l99FSF9m012125; Tue, 9 Oct 2007 15:28:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99FSFcD012124; Tue, 9 Oct 2007 15:28:15 GMT (envelope-from obrien) Message-Id: <200710091528.l99FSFcD012124@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 15:28: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/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 15:28:15 -0000 obrien 2007-10-09 15:28:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/awk Makefile contrib/one-true-awk b.c lib.c main.c run.c tran.c Removed files: (Branch: RELENG_6) usr.bin/awk b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff Log: Stop applying patches at build time - instead apply directly to the files. I've seen this practice cause issues for vendors using our sources... Revision Changes Path 1.1.1.8.2.1 +18 -3 src/contrib/one-true-awk/b.c 1.1.1.4.2.1 +1 -1 src/contrib/one-true-awk/lib.c 1.1.1.10.2.1 +22 -10 src/contrib/one-true-awk/main.c 1.1.1.8.2.1 +1 -1 src/contrib/one-true-awk/run.c 1.1.1.4.2.1 +2 -2 src/contrib/one-true-awk/tran.c 1.12.2.3 +0 -6 src/usr.bin/awk/Makefile 1.1.2.1 +0 -53 src/usr.bin/awk/b.c.diff (dead) 1.1.2.2 +0 -18 src/usr.bin/awk/lib.c.diff (dead) 1.1.2.2 +0 -69 src/usr.bin/awk/main.c.diff (dead) 1.1.2.1 +0 -18 src/usr.bin/awk/run.c.diff (dead) 1.1.2.2 +0 -22 src/usr.bin/awk/tran.c.diff (dead) From owner-cvs-src@FreeBSD.ORG Tue Oct 9 17:22:00 2007 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 DEF7816A46B; Tue, 9 Oct 2007 17:22:00 +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 9ACC713C45A; Tue, 9 Oct 2007 17:22:00 +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 l99HM04F030374; Tue, 9 Oct 2007 17:22:00 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99HM0CO030373; Tue, 9 Oct 2007 17:22:00 GMT (envelope-from obrien) Message-Id: <200710091722.l99HM0CO030373@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 17:22:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/build/options WITHOUT_LIBKSE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 17:22:01 -0000 obrien 2007-10-09 17:22:00 UTC FreeBSD src repository Modified files: tools/build/options WITHOUT_LIBKSE Log: Correct lib name. Submitted by: ru Approved by: re(kensmith) Revision Changes Path 1.2 +1 -1 src/tools/build/options/WITHOUT_LIBKSE From owner-cvs-src@FreeBSD.ORG Tue Oct 9 17:43:59 2007 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 9250916A475; Tue, 9 Oct 2007 17:43:59 +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 2777713C467; Tue, 9 Oct 2007 17:43:58 +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 l99HhwXb031632; Tue, 9 Oct 2007 17:43:58 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99Hhw4U031631; Tue, 9 Oct 2007 17:43:58 GMT (envelope-from scottl) Message-Id: <200710091743.l99Hhw4U031631@repoman.freebsd.org> From: Scott Long Date: Tue, 9 Oct 2007 17:43:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/twa tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_freebsd.c tw_osl_share.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, 09 Oct 2007 17:43:59 -0000 scottl 2007-10-09 17:43:57 UTC FreeBSD src repository Modified files: sys/dev/twa tw_cl_init.c tw_cl_intr.c tw_cl_io.c tw_cl_misc.c tw_cl_share.h tw_osl.h tw_osl_cam.c tw_osl_freebsd.c tw_osl_share.h Log: Update to version 3.70.03.007 from the vendor. This adds support for new SAS-enabled cards. It also makes the driver MPSAFE, eliminating some problems that resulted from CAM becoming MPSAFE. Many thanks to 3Ware/AMCC for continuing to support FreeBSD. Submitted by: Manjunath Ranganathaiah Approved by: re Revision Changes Path 1.4 +6 -2 src/sys/dev/twa/tw_cl_init.c 1.4 +6 -0 src/sys/dev/twa/tw_cl_intr.c 1.4 +11 -4 src/sys/dev/twa/tw_cl_io.c 1.4 +11 -1 src/sys/dev/twa/tw_cl_misc.c 1.4 +2 -0 src/sys/dev/twa/tw_cl_share.h 1.5 +4 -1 src/sys/dev/twa/tw_osl.h 1.12 +38 -50 src/sys/dev/twa/tw_osl_cam.c 1.9 +10 -4 src/sys/dev/twa/tw_osl_freebsd.c 1.9 +1 -1 src/sys/dev/twa/tw_osl_share.h From owner-cvs-src@FreeBSD.ORG Tue Oct 9 17:51:12 2007 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 B904716A41B; Tue, 9 Oct 2007 17:51:12 +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 72D5E13C461; Tue, 9 Oct 2007 17:51:12 +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 l99HpCH7032146; Tue, 9 Oct 2007 17:51:12 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99HpCd7032145; Tue, 9 Oct 2007 17:51:12 GMT (envelope-from obrien) Message-Id: <200710091751.l99HpCd7032145@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 17:51: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 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, 09 Oct 2007 17:51:12 -0000 obrien 2007-10-09 17:51:12 UTC FreeBSD src repository Modified files: . UPDATING Log: Pulled the trigger 2hr 50min late (Pago Pago time). Submitted by: ru Approved by: re (implicit) Revision Changes Path 1.507 +1 -1 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Oct 9 17:53:33 2007 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 B658716A419; Tue, 9 Oct 2007 17:53:33 +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 701AF13C44B; Tue, 9 Oct 2007 17:53:33 +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 l99HrXWW032342; Tue, 9 Oct 2007 17:53:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99HrX13032341; Tue, 9 Oct 2007 17:53:33 GMT (envelope-from obrien) Message-Id: <200710091753.l99HrX13032341@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 17:53: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/tools/build/options WITHOUT_LIBPTHREAD X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 17:53:33 -0000 obrien 2007-10-09 17:53:33 UTC FreeBSD src repository Modified files: tools/build/options WITHOUT_LIBPTHREAD Log: Mdoc fix. Submitted by: ru Approved by: re(implicit) Revision Changes Path 1.3 +2 -2 src/tools/build/options/WITHOUT_LIBPTHREAD From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:11:50 2007 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 BAF0C16A419; Tue, 9 Oct 2007 18:11:50 +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 1104713C459; Tue, 9 Oct 2007 18:11:49 +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.1/8.14.1) with ESMTP id l99HsfPU016166; Tue, 9 Oct 2007 21:54:41 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1191952481; bh=hs95I53+aEdl/vqSQCne3N/Z4cAUZZYt+hGbEez PTUA=; l=724; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=Lqdga4osvwLBGcwpZu5ILbCm7ayVBl8skJrN0fXn s/TPDXDVIH5hSbN3/NF1Y3d9B8ib5yARYjhPD2lVyUb84uB+/EAVftykHvwGNtGo+9Z LDYbPBZhAHhP3uUAVa4DGd1ALHrUyzd+IBHP4Q+VDiJxDwQItdpSfjaCog65uZ40= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l99Hsdvn016164; Tue, 9 Oct 2007 21:54:40 +0400 (MSD) (envelope-from ache) Date: Tue, 9 Oct 2007 21:54:38 +0400 From: Andrey Chernov To: "David E. O'Brien" Message-ID: <20071009175438.GA16057@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "David E. O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200710091528.l99FSFcD012124@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710091528.l99FSFcD012124@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 18:11:50 -0000 On Tue, Oct 09, 2007 at 03:28:15PM +0000, David E. O'Brien wrote: > obrien 2007-10-09 15:28:15 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > usr.bin/awk Makefile > contrib/one-true-awk b.c lib.c main.c run.c tran.c > Removed files: (Branch: RELENG_6) > usr.bin/awk b.c.diff lib.c.diff main.c.diff > run.c.diff tran.c.diff > Log: > Stop applying patches at build time - instead apply directly to the files. > I've seen this practice cause issues for vendors using our sources... ...and your way will cause import headache taking them out of the vendor branch. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:13:24 2007 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 6EE3E16A418; Tue, 9 Oct 2007 18:13:24 +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 F2A5213C459; Tue, 9 Oct 2007 18:13:23 +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 l99IDHf2026948; Tue, 9 Oct 2007 12:13:17 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <470BC4A7.4010203@samsco.org> Date: Tue, 09 Oct 2007 12:12:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Andrey Chernov , "David E. O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200710091528.l99FSFcD012124@repoman.freebsd.org> <20071009175438.GA16057@nagual.pp.ru> In-Reply-To: <20071009175438.GA16057@nagual.pp.ru> 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]); Tue, 09 Oct 2007 12:13:18 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 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: Subject: Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 18:13:24 -0000 Andrey Chernov wrote: > On Tue, Oct 09, 2007 at 03:28:15PM +0000, David E. O'Brien wrote: >> obrien 2007-10-09 15:28:15 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> usr.bin/awk Makefile >> contrib/one-true-awk b.c lib.c main.c run.c tran.c >> Removed files: (Branch: RELENG_6) >> usr.bin/awk b.c.diff lib.c.diff main.c.diff >> run.c.diff tran.c.diff >> Log: >> Stop applying patches at build time - instead apply directly to the files. >> I've seen this practice cause issues for vendors using our sources... > > ...and your way will cause import headache taking them out of the vendor > branch. > There is no such thing as a vendor branch for regular CVS branches. Scott From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:45:09 2007 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 D750316A474; Tue, 9 Oct 2007 18:45:09 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 621FC13C48E; Tue, 9 Oct 2007 18:45:09 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id A945CEB550E; Wed, 10 Oct 2007 02:27:27 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id rqyd8655nj65; Wed, 10 Oct 2007 02:27:23 +0800 (CST) Received: from LI-Xins-MacBook.local (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 0A201EB3213; Wed, 10 Oct 2007 02:27:21 +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:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=TlKdwVwmuon+6FcGnPz43J93LCA8ZHt2D8a7KfrPes7uFThaQ63Pr2wmkM7f2h6i+ 8NAxzQZeNc2yIHLPOZaVg== Message-ID: <470BC805.3070804@delphij.net> Date: Tue, 09 Oct 2007 11:27:17 -0700 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Andrey Chernov , "David E. O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200710091528.l99FSFcD012124@repoman.freebsd.org> <20071009175438.GA16057@nagual.pp.ru> In-Reply-To: <20071009175438.GA16057@nagual.pp.ru> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigB82FB4E91EB9C5BA5038F3D7" Cc: Subject: Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.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, 09 Oct 2007 18:45:09 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB82FB4E91EB9C5BA5038F3D7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Andrey Chernov wrote: > On Tue, Oct 09, 2007 at 03:28:15PM +0000, David E. O'Brien wrote: >> obrien 2007-10-09 15:28:15 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> usr.bin/awk Makefile=20 >> contrib/one-true-awk b.c lib.c main.c run.c tran.c=20 >> Removed files: (Branch: RELENG_6) >> usr.bin/awk b.c.diff lib.c.diff main.c.diff=20 >> run.c.diff tran.c.diff=20 >> Log: >> Stop applying patches at build time - instead apply directly to the = files. >> I've seen this practice cause issues for vendors using our sources..= =2E >=20 > ...and your way will cause import headache taking them out of the vendo= r=20 > branch. David has mentioned in a private e-mail about this change that, the patchset is intended for adoption by upstream, and I think it will be eventually be merged into the vendor branch. Anyway the CVS HEAD was not touched so this is not a problem at least for now :-) Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigB82FB4E91EB9C5BA5038F3D7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHC8gFOfuToMruuMARChO1AJ9HPuohqS6KxxoF4k2JD4AmPI/gewCghBXL CScVOgadRbjDZonwEq+k9H0= =kPoY -----END PGP SIGNATURE----- --------------enigB82FB4E91EB9C5BA5038F3D7-- From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:58:33 2007 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 154BD16A4A0; Tue, 9 Oct 2007 18:58:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 6486F13C47E; Tue, 9 Oct 2007 18:58:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 213668958-1834499 for multiple; Tue, 09 Oct 2007 14:56:20 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l99IwHFM004692; Tue, 9 Oct 2007 14:58:17 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Edwin Groothuis Date: Tue, 9 Oct 2007 14:58:03 -0400 User-Agent: KMail/1.9.6 References: <200710090237.l992bLDR012250@repoman.freebsd.org> In-Reply-To: <200710090237.l992bLDR012250@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710091458.04303.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 09 Oct 2007 14:58:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4515/Tue Oct 9 11:56:57 2007 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/share/zoneinfo 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, 09 Oct 2007 18:58:33 -0000 On Monday 08 October 2007 10:37:21 pm Edwin Groothuis wrote: > edwin 2007-10-09 02:37:21 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/zoneinfo Makefile > Log: > MFC: > > Describe the process of importing new zoneinfo data and updating > it into CVS. > > PR: conf/116901 Is there a reason for the whitespace diff between HEAD and the other branches? :) Index: Makefile =================================================================== RCS file: /usr/cvs/src/share/zoneinfo/Makefile,v retrieving revision 1.22 retrieving revision 1.20.2.2 diff -u -r1.22 -r1.20.2.2 --- Makefile 8 Oct 2007 21:16:38 -0000 1.22 +++ Makefile 9 Oct 2007 02:37:21 -0000 1.20.2.2 @@ -6,7 +6,7 @@ # In a clean directory, unpack the distribution archive and run: # # $ cvs -d :ext:ncvs.freebsd.org:/home/ncvs import -b 1.1.2 \ -# src/share/zoneinfo ADO tzdataYYYYt +# src/share/zoneinfo ADO tzdataYYYYt # # where YYYYt is the year and the version of the distribution, for # example 2004h. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Oct 9 20:15:11 2007 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 1B7D416A481; Tue, 9 Oct 2007 20:15:11 +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 E684413C4B7; Tue, 9 Oct 2007 20:15: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 l99KFABt052785; Tue, 9 Oct 2007 20:15:10 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99KFAUo052784; Tue, 9 Oct 2007 20:15:10 GMT (envelope-from delphij) Message-Id: <200710092015.l99KFAUo052784@repoman.freebsd.org> From: Xin LI Date: Tue, 9 Oct 2007 20:15: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/dev/ata ata-chipset.c ata-pci.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, 09 Oct 2007 20:15:11 -0000 delphij 2007-10-09 20:15:09 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Add PCI ID for ICH9 AHCI w/ two adapters. Tested by: Abdullah Ibn Hamad Al-Marri Approved by: sos Approved by: re (kensmith) Revision Changes Path 1.202 +1 -0 src/sys/dev/ata/ata-chipset.c 1.81 +1 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Tue Oct 9 20:46:08 2007 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 4D57416A418; Tue, 9 Oct 2007 20:46:08 +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 B0FCF13C45A; Tue, 9 Oct 2007 20:46:07 +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.1/8.14.1) with ESMTP id l99Kk1LR020140; Wed, 10 Oct 2007 00:46:01 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1191962761; bh=HCYiPCzmpd2Hq6kunxew7wPrxo7U8gd103qlOXT BYiU=; l=982; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=Sts6tAHr7d7W30OPQnX/CxOWwb/LPZ2HvYfo2/gu uMNVIk5yRvHG33X3TtZxuz7N2Emzb7lALbC501M0Yvy1ZfSaL94zZFLFsUdsq8z/mgx eDIDJh6vfynhB8hPUMToVgz4dcCleKOkWlcMmlPuis1Im+U56tWyFWEprZcJUOv0= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l99Kk1Z0020139; Wed, 10 Oct 2007 00:46:01 +0400 (MSD) (envelope-from ache) Date: Wed, 10 Oct 2007 00:46:00 +0400 From: Andrey Chernov To: d@delphij.net Message-ID: <20071009204600.GA20034@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , d@delphij.net, "David E. O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200710091528.l99FSFcD012124@repoman.freebsd.org> <20071009175438.GA16057@nagual.pp.ru> <470BC805.3070804@delphij.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <470BC805.3070804@delphij.net> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, "David E. O'Brien" Subject: Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Oct 2007 20:46:08 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 09, 2007 at 11:27:17AM -0700, LI Xin wrote: > David has mentioned in a private e-mail about this change that, the > patchset is intended for adoption by upstream, and I think it will be > eventually be merged into the vendor branch. Anyway the CVS HEAD was > not touched so this is not a problem at least for now :-) Just a sad note about potential merging perspective: awk author=20 constantly ignore those patches for years, sended to him by several=20 people including me. --=20 http://ache.pp.ru/ --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHC+iIVg5YK5ZEdN0RAk8aAJ9ENw4qu7Luzljy8Y5NFjJ7QV3XYACgii7/ 9C/09nWBlgxH3P406hQv7QE= =4LX1 -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-cvs-src@FreeBSD.ORG Tue Oct 9 20:58:00 2007 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 697C716A41A; Tue, 9 Oct 2007 20:58:00 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id DA95A13C447; Tue, 9 Oct 2007 20:57:59 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.1/8.14.1) with ESMTP id l99KY5lA036048; Wed, 10 Oct 2007 00:34:05 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 10 Oct 2007 00:34:05 +0400 (MSD) From: Dmitry Morozovsky To: Doug Barton In-Reply-To: <200710090730.l997UEEF042804@repoman.freebsd.org> Message-ID: <20071009224547.C30646@woozle.rinet.ru> References: <200710090730.l997UEEF042804@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (woozle.rinet.ru [0.0.0.0]); Wed, 10 Oct 2007 00:34:05 +0400 (MSD) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 20:58:00 -0000 On Tue, 9 Oct 2007, Doug Barton wrote: DB> dougb 2007-10-09 07:30:14 UTC DB> DB> FreeBSD src repository DB> DB> Modified files: DB> etc/rc.d early.sh DB> Log: DB> Deprecate use of the early.sh script as advertised when the support for DB> local rc.d scripts in the overall boot order was added. DB> DB> Proper rc.d scripts are run by rc.subr in a subshell, whereas scripts that DB> end in .sh are sourced into rc's shell. The latter has potential to create DB> serious boot problems, and there is no reason that the same functionality DB> cannot be added by the user in the form of a proper rc.d script (as DB> opposed to being added by the user in the form of /etc/rc.early). DB> DB> This script will be removed prior to the 8.0 branch. I suppose at least gmirror.8 should be fixed then. Quick grepping does not reveal other files directly involved, but I may miss something. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Tue Oct 9 22:08:47 2007 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 9B21F16A418 for ; Tue, 9 Oct 2007 22:08:47 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD6613C469 for ; Tue, 9 Oct 2007 22:08:46 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so5772nfb for ; Tue, 09 Oct 2007 15:08:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=qe/ruc1ycPx0M+ZF4C2W/GQjb7gLxSjX+zNt81OJmXE=; b=DIHZh6n1jQdN+lzOj/klfK9GDHSNoTTae5MAGJYKUxjFSc161bCpq7mIZN/sYNqk5CrgZKixBJWwGeM6wJHR3u2jzuoAPQ92VkKjnu+GCQW1TzZx0epR3h8gKTnRaa32nYoajfXK1OLxWiA0YrCuFEg9B/2T33Ubshul3il/aEA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PVIgNaPMzyDYx+Dy7H87TxXjrzQqycUgraXlNygf6qqnwKL0TlrEvaUI8NoOKMg6xCzNEEUuyeEtyecbBtedyPVoBYWNPL6QyG4aKG5mbhaltryP1vYa1gzkSXo9QzhyW7hYdUFuMsAleP4KlbJP0/qXvSJy4u0/LMn53KKGccg= Received: by 10.86.51.2 with SMTP id y2mr6360031fgy.1191967725880; Tue, 09 Oct 2007 15:08:45 -0700 (PDT) Received: by 10.86.2.1 with HTTP; Tue, 9 Oct 2007 15:08:45 -0700 (PDT) Message-ID: <499c70c0710091508q4f29275fj2f73412901de9804@mail.gmail.com> Date: Wed, 10 Oct 2007 01:08:45 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Xin LI" In-Reply-To: <200710092015.l99KFAUo052784@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710092015.l99KFAUo052784@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.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, 09 Oct 2007 22:08:47 -0000 On 10/9/07, Xin LI wrote: > delphij 2007-10-09 20:15:09 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c ata-pci.h > Log: > Add PCI ID for ICH9 AHCI w/ two adapters. > > Tested by: Abdullah Ibn Hamad Al-Marri > Approved by: sos > Approved by: re (kensmith) > > Revision Changes Path > 1.202 +1 -0 src/sys/dev/ata/ata-chipset.c > 1.81 +1 -0 src/sys/dev/ata/ata-pci.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" > Thank you Li, and RE@ that was fast, and more power for FreeBSD ;) -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-cvs-src@FreeBSD.ORG Tue Oct 9 23:31:13 2007 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 3931316A41B; Tue, 9 Oct 2007 23:31:13 +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 2644113C478; Tue, 9 Oct 2007 23:31:13 +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 l99NVD9j075746; Tue, 9 Oct 2007 23:31:13 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l99NVC54075745; Tue, 9 Oct 2007 23:31:12 GMT (envelope-from obrien) Message-Id: <200710092331.l99NVC54075745@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Oct 2007 23:31: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 Makefile.inc1 src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libthr Makefile src/sbin/ggate Makefile src/share/man/man3 Makefile src/share/man/man5 src.conf.5 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 23:31:13 -0000 obrien 2007-10-09 23:31:11 UTC FreeBSD src repository Modified files: . Makefile.inc1 cddl/lib Makefile cddl/usr.bin Makefile cddl/usr.sbin Makefile lib Makefile lib/libthr Makefile sbin/ggate Makefile share/man/man3 Makefile share/man/man5 src.conf.5 share/mk bsd.compat.mk bsd.own.mk usr.bin Makefile usr.sbin Makefile usr.sbin/ngctl Makefile Log: Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental treatment of 'LIBKSE' as an "old style" knob. Submitted by: ru Approved by: re(kensmith) Revision Changes Path 1.588 +1 -1 src/Makefile.inc1 1.7 +1 -1 src/cddl/lib/Makefile 1.7 +1 -1 src/cddl/usr.bin/Makefile 1.7 +1 -1 src/cddl/usr.sbin/Makefile 1.224 +0 -2 src/lib/Makefile 1.28 +2 -2 src/lib/libthr/Makefile 1.10 +1 -1 src/sbin/ggate/Makefile 1.45 +1 -1 src/share/man/man3/Makefile 1.17 +19 -11 src/share/man/man5/src.conf.5 1.23 +0 -1 src/share/mk/bsd.compat.mk 1.67 +5 -1 src/share/mk/bsd.own.mk 1.303 +1 -1 src/usr.bin/Makefile 1.375 +2 -2 src/usr.sbin/Makefile 1.22 +1 -1 src/usr.sbin/ngctl/Makefile From owner-cvs-src@FreeBSD.ORG Wed Oct 10 00:08:46 2007 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 DCFD716A419; Wed, 10 Oct 2007 00:08:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B195B13C447; Wed, 10 Oct 2007 00:08:46 +0000 (UTC) (envelope-from edwin@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 l9A08kDU078808; Wed, 10 Oct 2007 00:08:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9A08kpX078807; Wed, 10 Oct 2007 00:08:46 GMT (envelope-from edwin) Message-Id: <200710100008.l9A08kpX078807@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 10 Oct 2007 00:08:46 +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/share/zoneinfo 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, 10 Oct 2007 00:08:47 -0000 edwin 2007-10-10 00:08:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/zoneinfo Makefile Log: Whitespace chase after bad copy+paste. Noticed by: John Baldwin Revision Changes Path 1.19.8.3 +1 -1 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Wed Oct 10 00:09:08 2007 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 736A816A421; Wed, 10 Oct 2007 00:09:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1B413C48A; Wed, 10 Oct 2007 00:09:08 +0000 (UTC) (envelope-from edwin@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 l9A098E0078852; Wed, 10 Oct 2007 00:09:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9A098pc078851; Wed, 10 Oct 2007 00:09:08 GMT (envelope-from edwin) Message-Id: <200710100009.l9A098pc078851@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 10 Oct 2007 00:09:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/zoneinfo 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, 10 Oct 2007 00:09:08 -0000 edwin 2007-10-10 00:09:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/zoneinfo Makefile Log: Whitespace chase after bad copy+paste. Noticed by: John Baldwin Revision Changes Path 1.20.2.3 +1 -1 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Wed Oct 10 00:09:21 2007 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 6FC1C16A469; Wed, 10 Oct 2007 00:09:21 +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 9F4B413C4A7; Wed, 10 Oct 2007 00:09:20 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id BF5272218E26; Wed, 10 Oct 2007 10:09:18 +1000 (EST) X-Viruscan-Id: <470C182E00016013167945@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 did not present a certificate) by mail5.barnet.com.au (Postfix) with ESMTP id 8466D21B121A; Wed, 10 Oct 2007 10:09:18 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 41EA32218E22; Wed, 10 Oct 2007 10:09:18 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 14D6A2E5; Wed, 10 Oct 2007 10:09:18 +1000 (EST) Date: Wed, 10 Oct 2007 10:09:18 +1000 From: Edwin Groothuis To: John Baldwin Message-ID: <20071010000918.GT3372@k7.mavetju> References: <200710090237.l992bLDR012250@repoman.freebsd.org> <200710091458.04303.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710091458.04303.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/share/zoneinfo 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, 10 Oct 2007 00:09:21 -0000 On Tue, Oct 09, 2007 at 02:58:03PM -0400, John Baldwin wrote: > On Monday 08 October 2007 10:37:21 pm Edwin Groothuis wrote: > > edwin 2007-10-09 02:37:21 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > share/zoneinfo Makefile > > Log: > > MFC: > > > > Describe the process of importing new zoneinfo data and updating > > it into CVS. > > > > PR: conf/116901 > > Is there a reason for the whitespace diff between HEAD and the other > branches? :) Except for a bad copy+paste, no. Fixed. -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-cvs-src@FreeBSD.ORG Wed Oct 10 00:22:15 2007 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 B13B416A41A; Wed, 10 Oct 2007 00:22:15 +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 9EE3313C4A3; Wed, 10 Oct 2007 00:22:15 +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 l9A0MF37079873; Wed, 10 Oct 2007 00:22:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9A0MFWA079872; Wed, 10 Oct 2007 00:22:15 GMT (envelope-from obrien) Message-Id: <200710100022.l9A0MFWA079872@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Oct 2007 00:22: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/contrib/one-true-awk FIXES FREEBSD-upgrade awk.h awkgram.y b.c lex.c lib.c main.c makefile maketab.c proctab.c run.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Oct 2007 00:22:15 -0000 obrien 2007-10-10 00:22:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/one-true-awk FIXES FREEBSD-upgrade awk.h awkgram.y b.c lex.c lib.c main.c makefile maketab.c proctab.c run.c Log: MFC: bwk's 01-May-2007 release Revision Changes Path 1.1.1.8.2.1 +44 -0 src/contrib/one-true-awk/FIXES 1.9.2.1 +3 -3 src/contrib/one-true-awk/FREEBSD-upgrade 1.1.1.3.2.1 +1 -1 src/contrib/one-true-awk/awk.h 1.1.1.1.16.1 +1 -1 src/contrib/one-true-awk/awkgram.y 1.1.1.8.2.2 +27 -13 src/contrib/one-true-awk/b.c 1.1.1.6.2.1 +8 -14 src/contrib/one-true-awk/lex.c 1.1.1.4.2.2 +2 -2 src/contrib/one-true-awk/lib.c 1.1.1.10.2.2 +11 -12 src/contrib/one-true-awk/main.c 1.1.1.6.2.1 +6 -4 src/contrib/one-true-awk/makefile 1.1.1.2.14.1 +1 -1 src/contrib/one-true-awk/maketab.c 1.1.1.2.2.1 +75 -73 src/contrib/one-true-awk/proctab.c 1.1.1.8.2.2 +25 -23 src/contrib/one-true-awk/run.c From owner-cvs-src@FreeBSD.ORG Wed Oct 10 00:29:30 2007 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 D6D4116A41B; Wed, 10 Oct 2007 00:29:30 +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 AFC3A13C45A; Wed, 10 Oct 2007 00:29:30 +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 l9A0TUK3091144; Tue, 9 Oct 2007 17:29:30 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9A0TUgr091143; Tue, 9 Oct 2007 17:29:30 -0700 (PDT) (envelope-from obrien) Date: Tue, 9 Oct 2007 17:29:30 -0700 From: "David O'Brien" To: Doug Barton Message-ID: <20071010002930.GA91077@dragon.NUXI.org> References: <200710090730.l997UEEF042804@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710090730.l997UEEF042804@repoman.freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh 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: Wed, 10 Oct 2007 00:29:30 -0000 On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: > Modified files: > etc/rc.d early.sh > Log: > Deprecate use of the early.sh script as advertised when the support for > local rc.d scripts in the overall boot order was added. ". /etc/rc.early" in /etc/rc will stay? Correct? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Oct 10 06:04:43 2007 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 B082C16A418; Wed, 10 Oct 2007 06:04:43 +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 8BA3D13C44B; Wed, 10 Oct 2007 06:04:43 +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 l9A64hIJ063235; Wed, 10 Oct 2007 06:04:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9A64hNu063234; Wed, 10 Oct 2007 06:04:43 GMT (envelope-from ru) Message-Id: <200710100604.l9A64hNu063234@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Oct 2007 06:04:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 src.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, 10 Oct 2007 06:04:43 -0000 ru 2007-10-10 06:04:43 UTC FreeBSD src repository Modified files: share/man/man5 src.conf.5 Log: Properly regen src.conf(5). Approved by: re (kensmith) Revision Changes Path 1.18 +3 -3 src/share/man/man5/src.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Oct 10 10:21:52 2007 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 2A71016A49E; Wed, 10 Oct 2007 10:21:52 +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 9E4BA13C4A8; Wed, 10 Oct 2007 10:21:51 +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 1618220BB; Wed, 10 Oct 2007 12:21:37 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/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 F3F6D20AE; Wed, 10 Oct 2007 12:21:36 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id D9F348448D; Wed, 10 Oct 2007 12:21:36 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: obrien@FreeBSD.org References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> Date: Wed, 10 Oct 2007 12:21:36 +0200 In-Reply-To: <20071010002930.GA91077@dragon.NUXI.org> (David O'Brien's message of "Tue\, 9 Oct 2007 17\:29\:30 -0700") Message-ID: <86hckzgthr.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, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 10:21:52 -0000 "David O'Brien" writes: > On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: > > Modified files: > > etc/rc.d early.sh=20 > > Log: > > Deprecate use of the early.sh script as advertised when the support f= or > > local rc.d scripts in the overall boot order was added. > ". /etc/rc.early" in /etc/rc will stay? Correct? There is no ". /etc/rc.early" in /etc/rc; /etc/rc.early is run by /etc/rc.d/early.sh. I must confess I don't really see the point of this change. Yes, people can write rc.d scripts instead, but not (by far) as easily as they can add a line or two to rc.early. If the problem is that rc.early is sourced by early.sh which is sourced by rc, simply rename early.sh to early so it runs in a subshell instead. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Oct 10 11:16:13 2007 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 A784816A41B; Wed, 10 Oct 2007 11:16:13 +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 6034E13C47E; Wed, 10 Oct 2007 11:16:13 +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 B6B1520C1; Wed, 10 Oct 2007 13:16:03 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/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 A5EBF20BB; Wed, 10 Oct 2007 13:16:03 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 85E6F84485; Wed, 10 Oct 2007 13:16:03 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "David E. O'Brien" References: <200710091342.l99DgZDB097501@repoman.freebsd.org> Date: Wed, 10 Oct 2007 13:16:03 +0200 In-Reply-To: <200710091342.l99DgZDB097501@repoman.freebsd.org> (David E. O'Brien's message of "Tue\, 9 Oct 2007 13\:42\:34 +0000 \(UTC\)") Message-ID: <86ve9ffcek.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 Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Oct 2007 11:16:13 -0000 "David E. O'Brien" writes: > Log: > Repo copy libpthreads to libkse. > This introduces the WITHOUT_LIBKSE nob, > and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. > Approved by: re(kensmith) Was the SHLIB_MAJOR regression for libkse (from 3 to 0) intentional? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Oct 10 15:05:05 2007 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 1293416A41A; Wed, 10 Oct 2007 15:05:05 +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 DAB5913C48A; Wed, 10 Oct 2007 15:05:04 +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 l9AF54Pl033246; Wed, 10 Oct 2007 15:05:04 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9AF5414033245; Wed, 10 Oct 2007 15:05:04 GMT (envelope-from jhb) Message-Id: <200710101505.l9AF5414033245@repoman.freebsd.org> From: John Baldwin Date: Wed, 10 Oct 2007 15:05:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/zoneinfo 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, 10 Oct 2007 15:05:05 -0000 jhb 2007-10-10 15:05:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo Makefile Log: MFC: Sync whitespace. Revision Changes Path 1.16.2.5 +1 -1 src/share/zoneinfo/Makefile From owner-cvs-src@FreeBSD.ORG Wed Oct 10 15:07:55 2007 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 336A816A41A; Wed, 10 Oct 2007 15:07:55 +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 D7DCD13C46A; Wed, 10 Oct 2007 15:07:54 +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 BBA0020BC; Wed, 10 Oct 2007 17:07:45 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/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 3364220BB; Wed, 10 Oct 2007 17:07:45 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 1A0EA8448D; Wed, 10 Oct 2007 17:07:45 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: obrien@FreeBSD.org References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <86hckzgthr.fsf@ds4.des.no> Date: Wed, 10 Oct 2007 17:07:45 +0200 In-Reply-To: <86hckzgthr.fsf@ds4.des.no> ("Dag-Erling =?utf-8?Q?Sm=C3=B8rg?= =?utf-8?Q?rav=22's?= message of "Wed\, 10 Oct 2007 12\:21\:36 +0200") Message-ID: <86fy0jdn3y.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, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 15:07:55 -0000 Dag-Erling Sm=C3=B8rgrav writes: > I must confess I don't really see the point of this change. Yes, people > can write rc.d scripts instead, but not (by far) as easily as they can > add a line or two to rc.early. > > If the problem is that rc.early is sourced by early.sh which is sourced > by rc, simply rename early.sh to early so it runs in a subshell instead. Doug, any chance you can back out your change and apply to have src/etc/rc.d/early.sh renamed to src/etc/rc.d/early instead? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Oct 10 16:26:15 2007 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 DD81E16A420; Wed, 10 Oct 2007 16:26:15 +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 A86A413C48D; Wed, 10 Oct 2007 16:26:15 +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 l9AGQCXl012369; Wed, 10 Oct 2007 09:26:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9AGQBmZ012368; Wed, 10 Oct 2007 09:26:11 -0700 (PDT) (envelope-from obrien) Date: Wed, 10 Oct 2007 09:26:11 -0700 From: "David O'Brien" To: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Message-ID: <20071010162611.GA12085@dragon.NUXI.org> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <86hckzgthr.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86hckzgthr.fsf@ds4.des.no> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh 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: Wed, 10 Oct 2007 16:26:16 -0000 On Wed, Oct 10, 2007 at 12:21:36PM +0200, Dag-Erling Smrgrav wrote: > "David O'Brien" writes: > > On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: > > > Modified files: > > > etc/rc.d early.sh > > > Log: > > > Deprecate use of the early.sh script as advertised when the support for > > > local rc.d scripts in the overall boot order was added. > > ". /etc/rc.early" in /etc/rc will stay? Correct? > > There is no ". /etc/rc.early" in /etc/rc; /etc/rc.early is run by > /etc/rc.d/early.sh. Oh my, you're right. It was a localism I added back from when it was removed in rc rev. 1.329. > I must confess I don't really see the point of this change. Yes, > people can write rc.d scripts instead, but not (by far) as easily as > they can add a line or two to rc.early. Agreed - thats why I manually put it back in /etc/rc. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Oct 10 16:30:01 2007 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 0E44D16A41A; Wed, 10 Oct 2007 16:30:01 +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 D382813C474; Wed, 10 Oct 2007 16:30:00 +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 l9AGTvWL012506; Wed, 10 Oct 2007 09:29:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9AGTvfH012505; Wed, 10 Oct 2007 09:29:57 -0700 (PDT) (envelope-from obrien) Date: Wed, 10 Oct 2007 09:29:57 -0700 From: "David O'Brien" To: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Message-ID: <20071010162957.GB12085@dragon.NUXI.org> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <86ve9ffcek.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86ve9ffcek.fsf@ds4.des.no> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... 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: Wed, 10 Oct 2007 16:30:01 -0000 On Wed, Oct 10, 2007 at 01:16:03PM +0200, Dag-Erling Smrgrav wrote: > "David E. O'Brien" writes: > > Log: > > Repo copy libpthreads to libkse. > > This introduces the WITHOUT_LIBKSE nob, > > and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. > > Approved by: re(kensmith) > > Was the SHLIB_MAJOR regression for libkse (from 3 to 0) intentional? I wouldn't call it a regression - we've never had a libkse.so.0 - and we've never shipped a libkse.so AFAIK. Now with symbol versioning, we don't need to bump SHLIB_MAJOR anymore. I thought about using libkse.so.1, but that is already in ObsoleteFiles.inc, and I didn't want to get into what's the right changes for that file if I could avoid it. Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as folks may wonder where .1 & 2 are. -- -- David (obrien@FreeBSD.org) Q: Because it reverses the logical flow of conversation. A: Why is top-posting (putting a reply at the top of the message) frowned upon? Let's not play "Jeopardy-style quoting" From owner-cvs-src@FreeBSD.ORG Wed Oct 10 16:59:15 2007 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 9763916A46D; Wed, 10 Oct 2007 16:59:15 +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 65CFF13C455; Wed, 10 Oct 2007 16:59:15 +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 l9AGxF2H055635; Wed, 10 Oct 2007 16:59:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9AGxFfQ055634; Wed, 10 Oct 2007 16:59:15 GMT (envelope-from obrien) Message-Id: <200710101659.l9AGxFfQ055634@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Oct 2007 16:59: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/lib/libkse 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, 10 Oct 2007 16:59:15 -0000 obrien 2007-10-10 16:59:14 UTC FreeBSD src repository Modified files: lib/libkse Makefile Log: For 7.0 make the shared lib "version" '3'. Approved by: re(kensmith) Revision Changes Path 1.66 +1 -1 src/lib/libkse/Makefile From owner-cvs-src@FreeBSD.ORG Wed Oct 10 17:31:05 2007 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 BC7C116A41B; Wed, 10 Oct 2007 17:31:05 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: from terra.mike.lan (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 427CD13C459; Wed, 10 Oct 2007 17:30:24 +0000 (UTC) (envelope-from mtm@FreeBSD.Org) Received: by terra.mike.lan (Postfix, from userid 1000) id 86E9D6780C; Wed, 10 Oct 2007 20:34:09 +0300 (EAT) Date: Wed, 10 Oct 2007 20:34:09 +0300 From: Mike Makonnen To: Dag-Erling Sm??rgrav Message-ID: <20071010173408.GA24022@terra.mike.lan> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <86hckzgthr.fsf@ds4.des.no> <86fy0jdn3y.fsf@ds4.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86fy0jdn3y.fsf@ds4.des.no> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD/7.0-CURRENT (i386) Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, obrien@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 17:31:05 -0000 On Wed, Oct 10, 2007 at 05:07:45PM +0200, Dag-Erling Sm??rgrav wrote: > Dag-Erling Sm??rgrav writes: > > I must confess I don't really see the point of this change. Yes, people > > can write rc.d scripts instead, but not (by far) as easily as they can > > add a line or two to rc.early. > > > > If the problem is that rc.early is sourced by early.sh which is sourced > > by rc, simply rename early.sh to early so it runs in a subshell instead. > > Doug, any chance you can back out your change and apply to have > src/etc/rc.d/early.sh renamed to src/etc/rc.d/early instead? Whatever we end up doing just an FYI that the reason it's a .sh script is because it was sourced directly into the pre-rc.d /etc/rc. If we change it to be sourced in a sub-shell we will break rc.early scripts that define/modify environment variables that later scripts depend on. 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 Wed Oct 10 17:34:30 2007 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 5E84A16A474; Wed, 10 Oct 2007 17:34:30 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29AE513C494; Wed, 10 Oct 2007 17:34:30 +0000 (UTC) (envelope-from simon@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 l9AHYT6a058736; Wed, 10 Oct 2007 17:34:29 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9AHYTJf058735; Wed, 10 Oct 2007 17:34:29 GMT (envelope-from simon) Message-Id: <200710101734.l9AHYTJf058735@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 10 Oct 2007 17:34:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/nscd mp_rs_query. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Oct 2007 17:34:30 -0000 simon 2007-10-10 17:34:29 UTC FreeBSD src repository Removed files: usr.sbin/nscd mp_rs_query. Log: Remove file which was accidently repo-copied to the wrong destination file-name. The file will be nuked entirely from the repository later. Approved by: re (kensmith) Revision Changes Path 1.3 +0 -34 src/usr.sbin/nscd/mp_rs_query. (dead) From owner-cvs-src@FreeBSD.ORG Wed Oct 10 18:35:42 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 664) id DC64916A4C8; Wed, 10 Oct 2007 18:35:42 +0000 (UTC) Date: Wed, 10 Oct 2007 18:35:42 +0000 From: David O'Brien To: Doug Barton Message-ID: <20071010183542.GA58383@hub.freebsd.org> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071010002930.GA91077@dragon.NUXI.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.2-STABLE Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh 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: Wed, 10 Oct 2007 18:35:43 -0000 On Tue, Oct 09, 2007 at 05:29:30PM -0700, David O'Brien wrote: > On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: > > Modified files: > > etc/rc.d early.sh > > Log: > > Deprecate use of the early.sh script as advertised when the support for > > local rc.d scripts in the overall boot order was added. > > ". /etc/rc.early" in /etc/rc will stay? Correct? To be clear - I don't care if its a ".sh" or proper RCng script. I'm just looking for a hook to do something before anything else in /etc/rc.d runs. Commiting a /etc/rc.d/embryonic or /etc/rc.d/birth would be fine for my needs. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Wed Oct 10 20:10:02 2007 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 D006116A417; Wed, 10 Oct 2007 20:10:02 +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 796F013C4A3; Wed, 10 Oct 2007 20:10:02 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.13.4) with ESMTP id l9AK77RL018580; Wed, 10 Oct 2007 14:07:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 10 Oct 2007 14:07:15 -0600 (MDT) Message-Id: <20071010.140715.-1350499568.imp@bsdimp.com> To: ache@nagual.pp.ru From: "M. Warner Losh" In-Reply-To: <20071009175438.GA16057@nagual.pp.ru> References: <200710091528.l99FSFcD012124@repoman.freebsd.org> <20071009175438.GA16057@nagual.pp.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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 10 Oct 2007 14:07:07 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, obrien@freebsd.org Subject: Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Oct 2007 20:10:02 -0000 In message: <20071009175438.GA16057@nagual.pp.ru> Andrey Chernov writes: : On Tue, Oct 09, 2007 at 03:28:15PM +0000, David E. O'Brien wrote: : > obrien 2007-10-09 15:28:15 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_6) : > usr.bin/awk Makefile : > contrib/one-true-awk b.c lib.c main.c run.c tran.c : > Removed files: (Branch: RELENG_6) : > usr.bin/awk b.c.diff lib.c.diff main.c.diff : > run.c.diff tran.c.diff : > Log: : > Stop applying patches at build time - instead apply directly to the files. : > I've seen this practice cause issues for vendors using our sources... : : ...and your way will cause import headache taking them out of the vendor : branch. No it won't. Vendor branches aren't relevant at all for RELENG_6 because that's a CVS branch. We can do anything at all we want on branches without affecting future imports. Warner From owner-cvs-src@FreeBSD.ORG Thu Oct 11 01:40:21 2007 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 9AAE916A419 for ; Thu, 11 Oct 2007 01:40:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 4F68013C459 for ; Thu, 11 Oct 2007 01:40:19 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 2134 invoked by uid 399); 11 Oct 2007 01:13:38 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 11 Oct 2007 01:13:38 -0000 X-Originating-IP: 127.0.0.1 Date: Wed, 10 Oct 2007 18:13:36 -0700 (PDT) From: Doug Barton To: David O'Brien , des@freebsd.org In-Reply-To: <20071010183542.GA58383@hub.freebsd.org> Message-ID: References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; boundary="0-107691120-1192064433=:8687" Content-ID: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 01:40:21 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-107691120-1192064433=:8687 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Wed, 10 Oct 2007, David O'Brien wrote: > On Tue, Oct 09, 2007 at 05:29:30PM -0700, David O'Brien wrote: >> On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: >>> Modified files: >>> etc/rc.d early.sh >>> Log: >>> Deprecate use of the early.sh script as advertised when the support for >>> local rc.d scripts in the overall boot order was added. >> >> ". /etc/rc.early" in /etc/rc will stay? Correct? > > To be clear - I don't care if its a ".sh" or proper RCng script. > I'm just looking for a hook to do something before anything else in > /etc/rc.d runs. Commiting a /etc/rc.d/embryonic or /etc/rc.d/birth > would be fine for my needs. Can we get a better idea of what it is you're trying to do? As Mike pointed out, if it has to do with twiddling the environment a proper rc.d script won't help since it'll be executed in a subshell. Also it's worth pointing out that currently early.sh is not the first thing run. The following is the order for the early stage (prior to inclusion of local scripts): dumpon initrandom geli gbde encswap ccd swap1 mdconfig ramdisk early.sh fsck root mountcritlocal FILESYSTEMS If you truly want to run something literally before everything else, we'd have to create something new, which perhaps is what you were getting at above. Before we add such a thing though, I'd like to get an idea of why it would be needed. On Wed, 10 Oct 2007, Dag-Erling Smørgrav wrote: > I must confess I don't really see the point of this change. The commit message was pretty clear about the rationale. Running boot scripts without the benefit of a subshell is very dangerous, especially when the script we're talking about is one written by a user. The danger is compounded by the fact that these scripts are running early enough that any fatal errors will leave the system in a zombie state. This is not a theoretical issue, since in the past (when a lot of scripts from ports were .sh variety) we fielded a lot of support mail from users affected by bad scripts. > If the problem is that rc.early is sourced by early.sh which is sourced > by rc, simply rename early.sh to early so it runs in a subshell instead. I'm not opposed to that idea (in fact I seriously considered it) but the reason I didn't do it is that I don't have a good sense of why we need it. Once again as Mike pointed out, the reason that it was there, and the reason it was .sh was specifically to do what we're now trying to avoid, since whatever benefits there may have been don't outweigh the risks. I was unaware of the use of this script suggested in gmirror(8) until Dmitry pointed it out to me, and that usage should really be converted to a proper rc.d script. Other than that, while it's always possible that there are a whole lot of users out there quietly using this thing, I haven't seen any mention of it in a long time, and would rather eliminate a crufty hack than make it slightly less crufty. My suggestion is to leave things as they are, and if there is pushback from the users based on the warnings printed when the script runs, we should revisit this. (I hope it's clear that things will still work the way that they work now, the only difference is that a warning will be printed if /etc/early.sh exists.) Doug -- This .signature sanitized for your protection --0-107691120-1192064433=:8687-- From owner-cvs-src@FreeBSD.ORG Thu Oct 11 04:28:08 2007 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 ED85C16A418; Thu, 11 Oct 2007 04:28:08 +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 DDE0013C461; Thu, 11 Oct 2007 04:28:08 +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 l9B4S88u064870; Thu, 11 Oct 2007 04:28:08 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B4S8D9064869; Thu, 11 Oct 2007 04:28:08 GMT (envelope-from kensmith) Message-Id: <200710110428.l9B4S8D9064869@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 04:28: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 UPDATING src/release Makefile src/sys/conf newvers.sh src/sys/sys param.h src/usr.sbin/pkg_install/add main.c src/share/examples/cvsup stable-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 04:28:09 -0000 kensmith 2007-10-11 04:28:08 UTC FreeBSD src repository Modified files: . UPDATING release Makefile sys/conf newvers.sh sys/sys param.h usr.sbin/pkg_install/add main.c share/examples/cvsup stable-supfile Log: To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT. Approved by: re (implicit) Revision Changes Path 1.508 +5 -2 src/UPDATING 1.925 +3 -3 src/release/Makefile 1.33 +4 -4 src/share/examples/cvsup/stable-supfile 1.73 +1 -1 src/sys/conf/newvers.sh 1.309 +1 -1 src/sys/sys/param.h 1.73 +2 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:05:24 2007 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 2097016A41A; Thu, 11 Oct 2007 06:05:24 +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 0558D13C458; Thu, 11 Oct 2007 06:05:24 +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 l9B65Njb081868; Thu, 11 Oct 2007 06:05:23 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B65Nm2081867; Thu, 11 Oct 2007 06:05:23 GMT (envelope-from kensmith) Message-Id: <200710110605.l9B65Nm2081867@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:05:23 +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/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 06:05:24 -0000 kensmith 2007-10-11 06:05:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf newvers.sh Log: 7.0-CURRENT -> 7.0-PRERELEASE. Revision Changes Path 1.72.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:08:52 2007 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 A791316A417; Thu, 11 Oct 2007 06:08:52 +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 8CAC613C45B; Thu, 11 Oct 2007 06:08:52 +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 l9B68qZV082019; Thu, 11 Oct 2007 06:08:52 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B68qrD082018; Thu, 11 Oct 2007 06:08:52 GMT (envelope-from kensmith) Message-Id: <200710110608.l9B68qrD082018@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:08: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 Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 06:08:52 -0000 kensmith 2007-10-11 06:08:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . Makefile.inc1 Log: Adjust "make update" to use RELENG_7. Approved by: re (implicit) Revision Changes Path 1.588.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:11:42 2007 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 0B41416A41B; Thu, 11 Oct 2007 06:11:42 +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 E598013C45D; Thu, 11 Oct 2007 06:11:41 +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 l9B6BfM6082324; Thu, 11 Oct 2007 06:11:41 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B6Bfwt082322; Thu, 11 Oct 2007 06:11:41 GMT (envelope-from kensmith) Message-Id: <200710110611.l9B6Bfwt082322@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:11:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 06:11:42 -0000 kensmith 2007-10-11 06:11:40 UTC FreeBSD src repository Modified files: . approvers Log: Add RELENG_7 as something that requires re@ approval. Approved by: core (implicit) Revision Changes Path 1.41 +1 -0 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:20:29 2007 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 92A0216A41A; Thu, 11 Oct 2007 06:20:29 +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 8ED9E13C457; Thu, 11 Oct 2007 06:20:29 +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 l9B6KTEi082764; Thu, 11 Oct 2007 06:20:29 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B6KTcc082763; Thu, 11 Oct 2007 06:20:29 GMT (envelope-from kensmith) Message-Id: <200710110620.l9B6KTcc082763@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:20: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 UPDATING src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/sun4v/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: Thu, 11 Oct 2007 06:20:29 -0000 kensmith 2007-10-11 06:20:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC sys/sun4v/conf GENERIC Log: Remove debugging support from GENERIC kernels, remove warning in UPDATING that says debugging support makes FreeBSD slower, and note RELENG_7 creation. Approved by: re (implicit) Revision Changes Path 1.507.2.1 +2 -12 src/UPDATING 1.484.2.1 +0 -9 src/sys/amd64/conf/GENERIC 1.474.2.1 +0 -9 src/sys/i386/conf/GENERIC 1.297.2.1 +0 -9 src/sys/pc98/conf/GENERIC 1.71.2.1 +0 -7 src/sys/powerpc/conf/GENERIC 1.127.2.1 +0 -9 src/sys/sparc64/conf/GENERIC 1.14.2.1 +0 -14 src/sys/sun4v/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:22:31 2007 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 6943A16A41A; Thu, 11 Oct 2007 06:22:31 +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 1832913C45B; Thu, 11 Oct 2007 06:22:31 +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 l9B6MUls083005; Thu, 11 Oct 2007 06:22:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B6MU2c083004; Thu, 11 Oct 2007 06:22:30 GMT (envelope-from kensmith) Message-Id: <200710110622.l9B6MU2c083004@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:22:30 +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 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, 11 Oct 2007 06:22:31 -0000 kensmith 2007-10-11 06:22:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release Makefile Log: Adjustments for RELENG_7 / CURRENT -> STABLE. Approved by: re (implicit) Revision Changes Path 1.924.2.1 +2 -2 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:26:21 2007 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 2381916A418; Thu, 11 Oct 2007 06:26:21 +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 0985613C4B5; Thu, 11 Oct 2007 06:26:21 +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 l9B6QKwc083160; Thu, 11 Oct 2007 06:26:20 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B6QKNv083159; Thu, 11 Oct 2007 06:26:20 GMT (envelope-from kensmith) Message-Id: <200710110626.l9B6QKNv083159@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:26: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/examples/cvsup stable-supfile standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 06:26:21 -0000 kensmith 2007-10-11 06:26:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/examples/cvsup stable-supfile standard-supfile Log: Adjust for RELENG_7. Approved by: re (implicit) Revision Changes Path 1.32.2.1 +4 -4 src/share/examples/cvsup/stable-supfile 1.25.2.1 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:35:48 2007 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 38F3F16A46C; Thu, 11 Oct 2007 06:35: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 20CCD13C459; Thu, 11 Oct 2007 06:35: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 l9B6ZlT5083761; Thu, 11 Oct 2007 06:35:47 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9B6ZlIF083760; Thu, 11 Oct 2007 06:35:47 GMT (envelope-from kensmith) Message-Id: <200710110635.l9B6ZlIF083760@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 06:35:47 +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 malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 06:35:48 -0000 kensmith 2007-10-11 06:35:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdlib malloc.c Log: Turn on MALLOC_PRODUCTION which turns off some stuff used for debugging support. Reminded by: kris Approved by: re (implicit) Revision Changes Path 1.147.2.1 +1 -1 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 06:52:46 2007 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 66E6F16A41B; Thu, 11 Oct 2007 06:52:46 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE3513C459; Thu, 11 Oct 2007 06:52:45 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [192.168.1.101] (cpe-74-77-179-53.buffalo.res.rr.com [74.77.179.53]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id l9B6Uvpq090567 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 11 Oct 2007 02:30:58 -0400 (EDT) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: Ken Smith In-Reply-To: <200710110605.l9B65Nm2081867@repoman.freebsd.org> References: <200710110605.l9B65Nm2081867@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PN8QTj8Tamg9N+tbB3tj" Date: Thu, 11 Oct 2007 02:26:39 -0400 Message-Id: <1192083999.32890.12.camel@neo.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1029; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_DYNAMIC autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 06:52:46 -0000 --=-PN8QTj8Tamg9N+tbB3tj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-10-11 at 06:05 +0000, Ken Smith wrote: > kensmith 2007-10-11 06:05:23 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_7) > sys/conf newvers.sh=20 > Log: > 7.0-CURRENT -> 7.0-PRERELEASE. > =20 > Revision Changes Path > 1.72.2.1 +1 -1 src/sys/conf/newvers.sh FYI - we've entered a grey zone where it's a bit tough to decide what to do with __FreeBSD_version. I'm going to leave it alone for a little bit longer, changing it when we hit the RC builds. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-PN8QTj8Tamg9N+tbB3tj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBHDcIf/G14VSmup/YRAoldAJ9v7hvdUIKlbg35hiVFBwEeXPlhBwCfeHrO FnwBobs01+Y+pzk48wrjeiQ= =zhE9 -----END PGP SIGNATURE----- --=-PN8QTj8Tamg9N+tbB3tj-- From owner-cvs-src@FreeBSD.ORG Thu Oct 11 07:20:43 2007 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 3AEC616A418; Thu, 11 Oct 2007 07:20:43 +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 F2F9B13C447; Thu, 11 Oct 2007 07:20:42 +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 0C95220C3; Thu, 11 Oct 2007 09:20:34 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/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 EC67C20BB; Thu, 11 Oct 2007 09:20:33 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id D20018448D; Thu, 11 Oct 2007 09:20:33 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Doug Barton References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> Date: Thu, 11 Oct 2007 09:20:33 +0200 In-Reply-To: (Doug Barton's message of "Wed\, 10 Oct 2007 18\:13\:36 -0700 \(PDT\)") Message-ID: <86odf615j2.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, David O'Brien Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 07:20:43 -0000 Doug Barton writes: > I'm not opposed to that idea (in fact I seriously considered it) but > the reason I didn't do it is that I don't have a good sense of why we > need it. Once again as Mike pointed out, the reason that it was there, > and the reason it was .sh was specifically to do what we're now trying > to avoid, since whatever benefits there may have been don't outweigh > the risks. So you remove functionality that others depend on simply because you don't understand it and / or don't need it yourself? This is FreeBSD, not DougBSD. You didn't even bother to ask on freebsd-rc. > I was unaware of the use of this script suggested in gmirror(8) until > Dmitry pointed it out to me, and that usage should really be converted > to a proper rc.d script. It's not the kind of thing that lends itself well to being formalized in that manner. This is precisely why we have rc.early and rc.local: so people who have special (perhaps one-off) needs can do special (perhaps one-off) things without jumping through too many hoops. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Oct 11 09:21:33 2007 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 B4B4816A417; Thu, 11 Oct 2007 09:21:33 +0000 (UTC) (envelope-from prvs=080420cb52=rermilov@team.vega.ru) Received: from mail.vega.ru (mx1.vega.ru [87.242.77.163]) by mx1.freebsd.org (Postfix) with ESMTP id 654AA13C44B; Thu, 11 Oct 2007 09:21:33 +0000 (UTC) (envelope-from prvs=080420cb52=rermilov@team.vega.ru) Received: from [87.242.97.68] (port=51317 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Iftt4-0007vm-Ur; Thu, 11 Oct 2007 08:59:22 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.1/8.14.1) with ESMTP id l9B8wcDf014367; Thu, 11 Oct 2007 12:58:38 +0400 (MSD) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.1/8.14.1/Submit) id l9B8waKt014366; Thu, 11 Oct 2007 12:58:36 +0400 (MSD) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Thu, 11 Oct 2007 12:58:36 +0400 From: Ruslan Ermilov To: "David O'Brien" Message-ID: <20071011085836.GC14241@team.vega.ru> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <86ve9ffcek.fsf@ds4.des.no> <20071010162957.GB12085@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071010162957.GB12085@dragon.NUXI.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Dag-Erling =?koi8-r?B?U23DuHJncmF2?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 09:21:33 -0000 On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > On Wed, Oct 10, 2007 at 01:16:03PM +0200, Dag-Erling Smrgrav wrote: > > "David E. O'Brien" writes: > > > Log: > > > Repo copy libpthreads to libkse. > > > This introduces the WITHOUT_LIBKSE nob, > > > and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. > > > Approved by: re(kensmith) > > > > Was the SHLIB_MAJOR regression for libkse (from 3 to 0) intentional? > > I wouldn't call it a regression - we've never had a libkse.so.0 - and > we've never shipped a libkse.so AFAIK. Now with symbol versioning, we > don't need to bump SHLIB_MAJOR anymore. I thought about using > libkse.so.1, but that is already in ObsoleteFiles.inc, and I didn't want > to get into what's the right changes for that file if I could avoid it. > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > folks may wonder where .1 & 2 are. > They are right here: /usr/ports/misc/compat5x/pkg-plist:%%ALPHA%%lib/compat/libkse.so.1 /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 /usr/ports/misc/compat6x/pkg-plist.alpha:lib/compat/libkse.so.2 /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-cvs-src@FreeBSD.ORG Thu Oct 11 12:34:41 2007 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 1839B16A41B; Thu, 11 Oct 2007 12:34:41 +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 F111913C455; Thu, 11 Oct 2007 12:34:40 +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 l9BCYeul029515; Thu, 11 Oct 2007 12:34:40 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BCYeCA029514; Thu, 11 Oct 2007 12:34:40 GMT (envelope-from kensmith) Message-Id: <200710111234.l9BCYeCA029514@repoman.freebsd.org> From: Ken Smith Date: Thu, 11 Oct 2007 12:34: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 Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 12:34:41 -0000 kensmith 2007-10-11 12:34:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . Makefile.inc1 Log: I forgot to remove the -A flag in previous commit. Spotted by: ru Approved by: re (implicit) Revision Changes Path 1.588.2.2 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Oct 11 15:58:28 2007 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 EDEF116A509 for ; Thu, 11 Oct 2007 15:58:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 93A8313C46E for ; Thu, 11 Oct 2007 15:58:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 16143 invoked by uid 399); 11 Oct 2007 15:58:28 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 11 Oct 2007 15:58:28 -0000 X-Originating-IP: 127.0.0.1 Date: Thu, 11 Oct 2007 08:58:25 -0700 (PDT) From: Doug Barton To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86odf615j2.fsf@ds4.des.no> Message-ID: References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> <86odf615j2.fsf@ds4.des.no> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1220617959-1192118307=:12203" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 15:58:29 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1220617959-1192118307=:12203 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 11 Oct 2007, Dag-Erling Smørgrav wrote: > Doug Barton writes: >> I'm not opposed to that idea (in fact I seriously considered it) but >> the reason I didn't do it is that I don't have a good sense of why we >> need it. Once again as Mike pointed out, the reason that it was there, >> and the reason it was .sh was specifically to do what we're now trying >> to avoid, since whatever benefits there may have been don't outweigh >> the risks. > > So you remove functionality that others depend on simply because you > don't understand it and / or don't need it yourself? Um, no. That's not at all what I said, and I don't appreciate you mischaracterizing what I did say. Also, please keep in mind that I'm not suggesting we remove it until RELENG_8 branches, so we have plenty of time to find the right answer here. > You didn't even bother to ask on freebsd-rc. It was discussed there at the time that I added support for local scripts in the overall boot order. The period of time between now and then is longer than I would have liked, but life happens. >> I was unaware of the use of this script suggested in gmirror(8) until >> Dmitry pointed it out to me, and that usage should really be converted >> to a proper rc.d script. > > It's not the kind of thing that lends itself well to being formalized in > that manner. I disagree with you on that, and I plan to submit a script that does what I have in mind for the people familiar with gmirror to test. > This is precisely why we have rc.early and rc.local: so people who have > special (perhaps one-off) needs can do special (perhaps one-off) things > without jumping through too many hoops. No one is suggesting removing rc.local, and I would vigorously oppose doing so. As I said in my last message, if users respond to the deprecation warning with a request not to remove it, we can convert it to being a regular rc.d script. That way it's only a little dangerous instead of being super dangerous and potentially fatal. I can't help but think that you're having a knee-jerk reaction to something that at the end of the day is not that big of a deal. I would suggest that perhaps taking a step back and gaining some perspective might be a useful exercise at this point. Doug -- This .signature sanitized for your protection --0-1220617959-1192118307=:12203-- From owner-cvs-src@FreeBSD.ORG Thu Oct 11 17:16:52 2007 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 04ADE16A417; Thu, 11 Oct 2007 17:16:52 +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 BB42013C491; Thu, 11 Oct 2007 17:16:51 +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 5B90F20C1; Thu, 11 Oct 2007 19:16:43 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/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 4966B20BA; Thu, 11 Oct 2007 19:16:43 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 0B51D84485; Thu, 11 Oct 2007 19:16:42 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Doug Barton References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> <86odf615j2.fsf@ds4.des.no> Date: Thu, 11 Oct 2007 19:16:42 +0200 In-Reply-To: (Doug Barton's message of "Thu\, 11 Oct 2007 08\:58\:25 -0700 \(PDT\)") Message-ID: <86641d4lmt.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, David O'Brien Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:16:52 -0000 Doug Barton writes: > Dag-Erling Sm=C3=B8rgrav writes: > > You didn't even bother to ask on freebsd-rc. > It was discussed there at the time that I added support for local > scripts in the overall boot order. The period of time between now and > then is longer than I would have liked, but life happens. Actually, I checked the freebsd-rc archives all the way back to 2005, and there was no discussion of rc.early. Now will you please back it out? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Thu Oct 11 17:28:28 2007 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 CA58D16A420; Thu, 11 Oct 2007 17:28:28 +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 AAD0C13C4B8; Thu, 11 Oct 2007 17:28: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 l9BHSNNu043790; Thu, 11 Oct 2007 10:28:23 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9BHSNIV043789; Thu, 11 Oct 2007 10:28:23 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 10:28:23 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20071011172823.GB43603@dragon.NUXI.org> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <86ve9ffcek.fsf@ds4.des.no> <20071010162957.GB12085@dragon.NUXI.org> <20071011085836.GC14241@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071011085836.GC14241@team.vega.ru> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:28:28 -0000 On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > folks may wonder where .1 & 2 are. > > They are right here: > > /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 > /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 Where did those come from? That is another weirdism as they don't exist on i386: $ uname -a FreeBSD foo.bar.net 6.2-RELEASE-XXX-1 FreeBSD 6.2-RELEASE-XXX-1 #0: Tue Jun 19 10:16:30 UTC 2007 $ ls /usr/lib/libkse.* /lib/libkse.* ls: /lib/libkse.*: No such file or directory ls: /usr/lib/libkse.*: No such file or directory > /usr/ports/misc/compat5x/pkg-plist:%%ALPHA%%lib/compat/libkse.so.1 > /usr/ports/misc/compat6x/pkg-plist.alpha:lib/compat/libkse.so.2 These are non-starters given there is no FreeBSD/alpha 7.0 -- -- David (obrien@FreeBSD.org) Q: Because it reverses the logical flow of conversation. A: Why is top-posting (putting a reply at the top of the message) frowned upon? Let's not play "Jeopardy-style quoting" From owner-cvs-src@FreeBSD.ORG Thu Oct 11 17:32:20 2007 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 F020F16A418; Thu, 11 Oct 2007 17:32:20 +0000 (UTC) (envelope-from ticso@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7B5213C4A8; Thu, 11 Oct 2007 17:32:20 +0000 (UTC) (envelope-from ticso@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 l9BHWKbc076270; Thu, 11 Oct 2007 17:32:20 GMT (envelope-from ticso@repoman.freebsd.org) Received: (from ticso@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BHWKl9076269; Thu, 11 Oct 2007 17:32:20 GMT (envelope-from ticso) Message-Id: <200710111732.l9BHWKl9076269@repoman.freebsd.org> From: Bernd Walter Date: Thu, 11 Oct 2007 17:32:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include/arpa tftp.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, 11 Oct 2007 17:32:21 -0000 ticso 2007-10-11 17:32:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include/arpa tftp.h Log: MFC: rev 1.6 declare struct tftphdr and embedded union as beeing packed, which is required for arm. Revision Changes Path 1.5.14.1 +3 -3 src/include/arpa/tftp.h From owner-cvs-src@FreeBSD.ORG Thu Oct 11 17:35:42 2007 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 12BCC16A417; Thu, 11 Oct 2007 17:35:42 +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 EE1D413C45A; Thu, 11 Oct 2007 17:35:41 +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 l9BHZf7E043996; Thu, 11 Oct 2007 10:35:41 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9BHZfxo043995; Thu, 11 Oct 2007 10:35:41 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 10:35:41 -0700 From: "David O'Brien" To: Doug Barton Message-ID: <20071011173541.GC43603@dragon.NUXI.org> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, des@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:35:42 -0000 On Wed, Oct 10, 2007 at 06:13:36PM -0700, Doug Barton wrote: > On Wed, 10 Oct 2007, David O'Brien wrote: > >> On Tue, Oct 09, 2007 at 05:29:30PM -0700, David O'Brien wrote: >>> On Tue, Oct 09, 2007 at 07:30:14AM +0000, Doug Barton wrote: >>>> Modified files: >>>> etc/rc.d early.sh >>>> Log: >>>> Deprecate use of the early.sh script as advertised when the support >>>> for >>>> local rc.d scripts in the overall boot order was added. >>> >>> ". /etc/rc.early" in /etc/rc will stay? Correct? >> >> To be clear - I don't care if its a ".sh" or proper RCng script. >> I'm just looking for a hook to do something before anything else in >> /etc/rc.d runs. Commiting a /etc/rc.d/embryonic or /etc/rc.d/birth >> would be fine for my needs. > > Can we get a better idea of what it is you're trying to do? As Mike > pointed out, if it has to do with twiddling the environment a proper > rc.d script won't help since it'll be executed in a subshell. Just one example: on one of my sparc64 systems, I need to force ad0 down to UDMA33. I can get to the point of the first rc script before there is enough I/O that causes the disk & ata(4) to crap out. Thus I just want to run simple commands. Others may have stronger desires. > Also it's worth pointing out that currently early.sh is not the first thing > run. It is where I added it back to its place pre-RCng. :-) I'd like to remove that. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Oct 11 17:38:32 2007 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 AFD3616A41A; Thu, 11 Oct 2007 17:38:32 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.freebsd.org (Postfix) with ESMTP id 3A08713C45B; Thu, 11 Oct 2007 17:38:31 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id ABA1033CBC; Thu, 11 Oct 2007 19:13:38 +0200 (SAST) Date: Thu, 11 Oct 2007 19:13:38 +0200 From: John Hay To: Doug Barton Message-ID: <20071011171338.GA31338@zibbi.meraka.csir.co.za> References: <200710090730.l997UEEF042804@repoman.freebsd.org> <20071010002930.GA91077@dragon.NUXI.org> <20071010183542.GA58383@hub.freebsd.org> <86odf615j2.fsf@ds4.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Dag-Erling Sm?rgrav , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, David O'Brien , cvs-src@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:38:32 -0000 > > >This is precisely why we have rc.early and rc.local: so people who have > >special (perhaps one-off) needs can do special (perhaps one-off) things > >without jumping through too many hoops. > > No one is suggesting removing rc.local, and I would vigorously oppose > doing so. > > As I said in my last message, if users respond to the deprecation warning > with a request not to remove it, we can convert it to being a regular rc.d > script. That way it's only a little dangerous instead of being super > dangerous and potentially fatal. Well I use it (/etc/rc.early) here for our wireless routers because it runs early enough that one can twiddle things in time for the rest of the network rc stuff to pick it up. It is nice to have it, but not a big deal if it does go away. I will just add it locally. :-) About the danger side of it, I'm not sure we should worry about it too much. On a "normal" machine only root can create/edit /etc/rc.early and there are many other ways root can kill his box. John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Oct 11 17:58:29 2007 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 91A4A16A418; Thu, 11 Oct 2007 17:58:29 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 78BCA13C448; Thu, 11 Oct 2007 17:58:29 +0000 (UTC) (envelope-from jfv@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 l9BHwTMv077475; Thu, 11 Oct 2007 17:58:29 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BHwTIn077474; Thu, 11 Oct 2007 17:58:29 GMT (envelope-from jfv) Message-Id: <200710111758.l9BHwTIn077474@repoman.freebsd.org> From: Jack F Vogel Date: Thu, 11 Oct 2007 17:58:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:58:29 -0000 jfv 2007-10-11 17:58:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Small change, this will allow this driver version to be used on 6.2 RELEASE, you simply won't get MSI/X support. Revision Changes Path 1.65.2.27 +4 -0 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 18:23:20 2007 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 3943916A418; Thu, 11 Oct 2007 18:23:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id A4D4813C46A; Thu, 11 Oct 2007 18:23:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 214002314-1834499 for multiple; Thu, 11 Oct 2007 14:21:14 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l9BIMwdJ028171; Thu, 11 Oct 2007 14:22:59 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: obrien@freebsd.org Date: Thu, 11 Oct 2007 14:22:43 -0400 User-Agent: KMail/1.9.6 References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> In-Reply-To: <20071011172823.GB43603@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710111422.44320.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]); Thu, 11 Oct 2007 14:23:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4529/Thu Oct 11 02:54:06 2007 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: Dag-Erling =?iso-8859-1?q?Sm=C3=B8rgrav?= , src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 18:23:20 -0000 On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > > folks may wonder where .1 & 2 are. > > > > They are right here: > > > > /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 > > /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 > > Where did those come from? That is another weirdism as they don't exist > on i386: > > $ uname -a > FreeBSD foo.bar.net 6.2-RELEASE-XXX-1 FreeBSD > 6.2-RELEASE-XXX-1 #0: Tue Jun 19 10:16:30 UTC 2007 > > $ ls /usr/lib/libkse.* /lib/libkse.* > ls: /lib/libkse.*: No such file or directory > ls: /usr/lib/libkse.*: No such file or directory These archs use libthr for libpthread because of lacking full libkse support, and install libkse as libkse as a result. They are analogous to libpthread.so.[12] on i386. Basically, libpthread was renamed to libkse on some archs and libthr on others in 7.0, and libpthread is now always a symlink. Given that, I think libkse should be libkse.so.3 in 7. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Oct 11 18:49:14 2007 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 368B816A41B; Thu, 11 Oct 2007 18:49:14 +0000 (UTC) (envelope-from db@nipsi.de) Received: from fop.bsdsystems.de (mx.bsdsystems.de [88.198.57.43]) by mx1.freebsd.org (Postfix) with ESMTP id F13CE13C45B; Thu, 11 Oct 2007 18:49:13 +0000 (UTC) (envelope-from db@nipsi.de) Received: from [172.16.1.13] (e176117057.adsl.alicedsl.de [85.176.117.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fop.bsdsystems.de (Postfix) with ESMTP id 181CD25ED6; Thu, 11 Oct 2007 20:25:09 +0200 (CEST) Message-ID: <470E6A6A.7050301@nipsi.de> Date: Thu, 11 Oct 2007 20:24:42 +0200 From: Dennis Berger User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ken Smith References: <200710110626.l9B6QKNv083159@repoman.freebsd.org> In-Reply-To: <200710110626.l9B6QKNv083159@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/cvsup stable-supfile standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 18:49:14 -0000 As csup is in the basesystem and cvsup is in the ports. How about renaming that folder to csup? regards, Dennis Ken Smith schrieb: > kensmith 2007-10-11 06:26:20 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > share/examples/cvsup stable-supfile standard-supfile > Log: > Adjust for RELENG_7. > > Approved by: re (implicit) > > Revision Changes Path > 1.32.2.1 +4 -4 src/share/examples/cvsup/stable-supfile > 1.25.2.1 +1 -1 src/share/examples/cvsup/standard-supfile > > From owner-cvs-src@FreeBSD.ORG Thu Oct 11 18:51:46 2007 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 7B54E16A41A; Thu, 11 Oct 2007 18:51:46 +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 71D6013C45A; Thu, 11 Oct 2007 18:51:46 +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 l9BIpkwM093409; Thu, 11 Oct 2007 18:51:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BIpkao093408; Thu, 11 Oct 2007 18:51:46 GMT (envelope-from delphij) Message-Id: <200710111851.l9BIpkao093408@repoman.freebsd.org> From: Xin LI Date: Thu, 11 Oct 2007 18:51: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/contrib/less NEWS README ch.c charset.c configure configure.ac filename.c funcs.h jump.c less.h less.man less.nro lessecho.man lessecho.nro lesskey.man lesskey.nro line.c search.c signal.c version.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 18:51:46 -0000 delphij 2007-10-11 18:51:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/less NEWS README ch.c charset.c configure configure.ac filename.c funcs.h jump.c less.h less.man less.nro lessecho.man lessecho.nro lesskey.man lesskey.nro line.c search.c signal.c version.c Log: MFC: less v408. Revision Changes Path 1.1.1.4.8.3 +12 -0 src/contrib/less/NEWS 1.1.1.4.8.3 +2 -2 src/contrib/less/README 1.1.1.3.8.3 +25 -0 src/contrib/less/ch.c 1.1.1.3.8.3 +56 -0 src/contrib/less/charset.c 1.1.1.4.8.3 +1 -0 src/contrib/less/configure 1.1.1.1.8.3 +2 -1 src/contrib/less/configure.ac 1.1.1.3.8.3 +1 -1 src/contrib/less/filename.c 1.1.1.4.8.3 +1 -0 src/contrib/less/funcs.h 1.1.1.2.8.3 +8 -1 src/contrib/less/jump.c 1.5.8.3 +3 -0 src/contrib/less/less.h 1.1.1.4.8.3 +1 -1 src/contrib/less/less.man 1.1.1.4.8.3 +1 -1 src/contrib/less/less.nro 1.1.1.1.2.3 +1 -1 src/contrib/less/lessecho.man 1.1.1.1.2.3 +1 -1 src/contrib/less/lessecho.nro 1.1.1.4.8.3 +1 -1 src/contrib/less/lesskey.man 1.1.1.4.8.3 +1 -1 src/contrib/less/lesskey.nro 1.1.1.4.8.4 +5 -5 src/contrib/less/line.c 1.5.8.3 +27 -15 src/contrib/less/search.c 1.3.8.3 +2 -0 src/contrib/less/signal.c 1.1.1.4.8.3 +3 -1 src/contrib/less/version.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 18:54:36 2007 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 34FA416A420; Thu, 11 Oct 2007 18:54:36 +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 090E013C469; Thu, 11 Oct 2007 18:54:35 +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 l9BIsZ6g093560; Thu, 11 Oct 2007 18:54:35 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BIsZ31093556; Thu, 11 Oct 2007 18:54:35 GMT (envelope-from delphij) Message-Id: <200710111854.l9BIsZ31093556@repoman.freebsd.org> From: Xin LI Date: Thu, 11 Oct 2007 18:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 18:54:36 -0000 delphij 2007-10-11 18:54:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Note less v408 MFC. Revision Changes Path 1.883.2.82 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Oct 11 19:16:45 2007 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 D76A316A41B; Thu, 11 Oct 2007 19:16:45 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.freebsd.org (Postfix) with ESMTP id C167313C467; Thu, 11 Oct 2007 19:16:45 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from dhcp-2-119.packetdesign.com (hornet.kitchenlab.org [64.142.31.105]) (authenticated bits=0) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l9BJGgvs000544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Oct 2007 12:16:43 -0700 Message-ID: <470E769C.5020500@freebsd.org> Date: Thu, 11 Oct 2007 12:16:44 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Dennis Berger References: <200710110626.l9B6QKNv083159@repoman.freebsd.org> <470E6A6A.7050301@nipsi.de> In-Reply-To: <470E6A6A.7050301@nipsi.de> X-Enigmail-Version: 0.95.3 OpenPGP: id=5ba052c3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB737EF44760804A15EA8D884" Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Ken Smith Subject: Re: cvs commit: src/share/examples/cvsup stable-supfile standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 19:16:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB737EF44760804A15EA8D884 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable If memory serves me right, Dennis Berger wrote: > As csup is in the basesystem and cvsup is in the ports. How about=20 > renaming that folder to csup? csup is not a complete replacement for cvsup...it's lacking a 'cvs' mode, as in src/share/examples/cvsup/cvs-supfile. Bruce. > Ken Smith schrieb: >> kensmith 2007-10-11 06:26:20 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_7) >> share/examples/cvsup stable-supfile standard-supfile=20 >> Log: >> Adjust for RELENG_7. >> =20 >> Approved by: re (implicit) >> =20 >> Revision Changes Path >> 1.32.2.1 +4 -4 src/share/examples/cvsup/stable-supfile >> 1.25.2.1 +1 -1 src/share/examples/cvsup/standard-supfile >> >> =20 >=20 --------------enigB737EF44760804A15EA8D884 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHDnac2MoxcVugUsMRAqciAJ0dJ98Aj+GfakzqJ0Q7+Axgoxxo2gCeJi2r j4OXQpf0z22c0CJ6yQHXixk= =IYWT -----END PGP SIGNATURE----- --------------enigB737EF44760804A15EA8D884-- From owner-cvs-src@FreeBSD.ORG Thu Oct 11 19:39:19 2007 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 9227616A417; Thu, 11 Oct 2007 19:39:19 +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 5002813C478; Thu, 11 Oct 2007 19:39:19 +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 l9BJdEKG046954; Thu, 11 Oct 2007 12:39:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9BJdEB5046953; Thu, 11 Oct 2007 12:39:14 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 12:39:14 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20071011193914.GA46899@dragon.NUXI.org> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710111422.44320.jhb@freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= , src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 19:39:19 -0000 On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: > On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > > > folks may wonder where .1 & 2 are. > > > > > > They are right here: > > > > > > /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 > > > /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 > > > > Where did those come from? That is another weirdism as they don't exist > > on i386: .. > These archs use libthr for libpthread because of lacking full libkse > support, and install libkse as libkse as a result. They are analogous > to libpthread.so.[12] on i386. Basically, libpthread was renamed to > libkse on some archs and libthr on others in 7.0, and libpthread is now > always a symlink. Given that, I think libkse should be libkse.so.3 in > 7. Sparc64 is the only arch where this applies... I wonder how many sparc64 users we have with threaded applications built on pre-releng7 that will want to run them without recompiling... I think I have more fingers and toes.. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Oct 11 19:47:27 2007 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 CFAB016A417; Thu, 11 Oct 2007 19:47:27 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9EF13C458; Thu, 11 Oct 2007 19:47:27 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l9BJlOM2005290; Thu, 11 Oct 2007 15:47:24 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.netplex.net [204.213.176.10]); Thu, 11 Oct 2007 15:47:24 -0400 (EDT) Date: Thu, 11 Oct 2007 15:47:24 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "David O'Brien" In-Reply-To: <20071011193914.GA46899@dragon.NUXI.org> Message-ID: References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, John Baldwin , cvs-src@freebsd.org, cvs-all@freebsd.org, Ruslan Ermilov , Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 19:47:27 -0000 Whatever happened to renumbering all symbol versioned libraries to libfoo.0? Or even libfoo.0.0. The whole point of symbol versioning is that we don't need to bump library versions for ABI breakage. -- DE From owner-cvs-src@FreeBSD.ORG Thu Oct 11 19:55:14 2007 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 0CCF516A418; Thu, 11 Oct 2007 19:55:14 +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 D58B213C448; Thu, 11 Oct 2007 19:55:13 +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 l9BJtDam047314; Thu, 11 Oct 2007 12:55:13 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9BJtCeE047313; Thu, 11 Oct 2007 12:55:12 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 12:55:12 -0700 From: "David O'Brien" To: Daniel Eischen Message-ID: <20071011195512.GC46899@dragon.NUXI.org> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: src-committers@freebsd.org, John Baldwin , cvs-src@freebsd.org, cvs-all@freebsd.org, Ruslan Ermilov , Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 19:55:14 -0000 On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: > Whatever happened to renumbering all symbol versioned libraries > to libfoo.0? Or even libfoo.0.0. The whole point of symbol > versioning is that we don't need to bump library versions > for ABI breakage. That's what I'd like to see happen (so.0 => symboled lib). Ken felt it was too be late to do for 7.0. But if we do it for 8.0, we'd have to have a compat7x port which put symlinks in place. So the upgrade path is a little rougher than we should have for symboled libs. Thus we won't get the symboled libs done painlessly right. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:01:29 2007 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 AB9D216A418; Thu, 11 Oct 2007 20:01:29 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 57FA713C45D; Thu, 11 Oct 2007 20:01:29 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l9BK1Qjf014792; Thu, 11 Oct 2007 16:01:26 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.netplex.net [204.213.176.10]); Thu, 11 Oct 2007 16:01:26 -0400 (EDT) Date: Thu, 11 Oct 2007 16:01:26 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "David O'Brien" In-Reply-To: <20071011195512.GC46899@dragon.NUXI.org> Message-ID: References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> <20071011195512.GC46899@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, John Baldwin , cvs-src@freebsd.org, cvs-all@freebsd.org, Ruslan Ermilov , Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 20:01:29 -0000 On Thu, 11 Oct 2007, David O'Brien wrote: > On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: >> Whatever happened to renumbering all symbol versioned libraries >> to libfoo.0? Or even libfoo.0.0. The whole point of symbol >> versioning is that we don't need to bump library versions >> for ABI breakage. > > That's what I'd like to see happen (so.0 => symboled lib). Ken felt it > was too be late to do for 7.0. > > But if we do it for 8.0, we'd have to have a compat7x port which put > symlinks in place. So the upgrade path is a little rougher than we > should have for symboled libs. Thus we won't get the symboled libs done > painlessly right. Ugh, that's awful. We should do it now and be done with it if we are going to do it at all... -- DE From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:03:44 2007 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 CFC5C16A419; Thu, 11 Oct 2007 20:03:44 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id 2102013C494; Thu, 11 Oct 2007 20:03:43 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [128.205.32.4] (opus.cse.buffalo.edu [128.205.32.4]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id l9BK3Y5G092819 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 11 Oct 2007 16:03:35 -0400 (EDT) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: obrien@FreeBSD.org In-Reply-To: <20071011195512.GC46899@dragon.NUXI.org> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> <20071011195512.GC46899@dragon.NUXI.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FuiuAyDhL+XOryLxcffY" Organization: U. Buffalo CSE Department Date: Thu, 11 Oct 2007 16:03:34 -0400 Message-Id: <1192133014.77545.101.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1029; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Daniel Eischen , Ruslan Ermilov , Dag-Erling =?ISO-8859-1?Q?Sm=C3=B8rgrav?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 20:03:44 -0000 --=-FuiuAyDhL+XOryLxcffY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-10-11 at 12:55 -0700, David O'Brien wrote: > On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: > > Whatever happened to renumbering all symbol versioned libraries > > to libfoo.0? Or even libfoo.0.0. The whole point of symbol > > versioning is that we don't need to bump library versions > > for ABI breakage. >=20 > That's what I'd like to see happen (so.0 =3D> symboled lib). Ken felt it > was too be late to do for 7.0. >=20 > But if we do it for 8.0, we'd have to have a compat7x port which put > symlinks in place. So the upgrade path is a little rougher than we > should have for symboled libs. Thus we won't get the symboled libs done > painlessly right. >=20 Yeah, sorry. David mentioned this when we were talking about what to do about the libkse version number. If 7.0 is going to see the light of day before 2009 I think we need to go with things as they are. Changing it now is effectively doing one huge bump which would cause fallout with the packages people have built now, people waste time not only implementing the bump but dealing with the fallout on their machines, etc. Setting libkse's number to 3 caters to people who had been running current (that's what was being installed before the repocopy) and leaves it in exactly the same state as libthr with respect to how painful it will be to align things to what you guys wanted for 8.0. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-FuiuAyDhL+XOryLxcffY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHDoGW/G14VSmup/YRAuaPAJ9uKoIK9KS7KcipACn7ZMx6pGsY3QCfSz5z LLjtYACe/ZqqkC0XvLuh8vc= =PPSC -----END PGP SIGNATURE----- --=-FuiuAyDhL+XOryLxcffY-- From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:08:04 2007 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 4B40116A421; Thu, 11 Oct 2007 20:08:04 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.buffalo.edu [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id 8A82A13C448; Thu, 11 Oct 2007 20:08:03 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [128.205.32.4] (opus.cse.buffalo.edu [128.205.32.4]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id l9BK7tkx092826 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 11 Oct 2007 16:07:55 -0400 (EDT) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: Daniel Eischen In-Reply-To: References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> <20071011195512.GC46899@dragon.NUXI.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ny0oPHy2havvIG/EUAvy" Organization: U. Buffalo CSE Department Date: Thu, 11 Oct 2007 16:07:55 -0400 Message-Id: <1192133275.77545.103.camel@opus.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1029; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, David O'Brien , Ruslan Ermilov , cvs-all@FreeBSD.org, Dag-Erling =?ISO-8859-1?Q?Sm=C3=B8rgrav?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 20:08:04 -0000 --=-ny0oPHy2havvIG/EUAvy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-10-11 at 16:01 -0400, Daniel Eischen wrote: > On Thu, 11 Oct 2007, David O'Brien wrote: >=20 > > On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: > >> Whatever happened to renumbering all symbol versioned libraries > >> to libfoo.0? Or even libfoo.0.0. The whole point of symbol > >> versioning is that we don't need to bump library versions > >> for ABI breakage. > > > > That's what I'd like to see happen (so.0 =3D> symboled lib). Ken felt = it > > was too be late to do for 7.0. > > > > But if we do it for 8.0, we'd have to have a compat7x port which put > > symlinks in place. So the upgrade path is a little rougher than we > > should have for symboled libs. Thus we won't get the symboled libs don= e > > painlessly right. >=20 > Ugh, that's awful. We should do it now and be done with it if > we are going to do it at all... >=20 How about instead of migrating to "libc.so.0" we migrate to "libc.so.symboled"? :-) /me ducks... --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-ny0oPHy2havvIG/EUAvy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHDoKb/G14VSmup/YRAvrpAJ45xEfd3nX7PrdEOcMccWn9GJxCdgCfUJDi PmT4pljfMkcp1cOl7yMNIu0= =br9o -----END PGP SIGNATURE----- --=-ny0oPHy2havvIG/EUAvy-- From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:11:28 2007 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 5320716A418; Thu, 11 Oct 2007 20:11: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 258FA13C457; Thu, 11 Oct 2007 20:11: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 l9BKBShO002214; Thu, 11 Oct 2007 20:11:28 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKBSO1002213; Thu, 11 Oct 2007 20:11:28 GMT (envelope-from jhb) Message-Id: <200710112011.l9BKBSO1002213@repoman.freebsd.org> From: John Baldwin Date: Thu, 11 Oct 2007 20:11: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/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 20:11:28 -0000 jhb 2007-10-11 20:11:27 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Allow recursion on the 'zones' internal UMA zone. Submitted by: thompsa MFC after: 1 week Approved by: re (kensmith) Discussed with: jeff Revision Changes Path 1.148 +1 -1 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:20:40 2007 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 7A50716A418; Thu, 11 Oct 2007 20:20:40 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D38E13C461; Thu, 11 Oct 2007 20:20:40 +0000 (UTC) (envelope-from thompsa@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 l9BKKekU002669; Thu, 11 Oct 2007 20:20:40 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKKev7002668; Thu, 11 Oct 2007 20:20:40 GMT (envelope-from thompsa) Message-Id: <200710112020.l9BKKev7002668@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 11 Oct 2007 20:20: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/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 20:20:40 -0000 thompsa 2007-10-11 20:20:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 ifconfig.c Log: MFC ifconfig.8 r1.138, ifconfig.c r1.131 Add the -n flag for disabling automatic module loading Revision Changes Path 1.95.2.26 +8 -0 src/sbin/ifconfig/ifconfig.8 1.113.2.6 +10 -2 src/sbin/ifconfig/ifconfig.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:23:33 2007 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 B5EDD16A417; Thu, 11 Oct 2007 20:23:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8842B13C458; Thu, 11 Oct 2007 20:23:33 +0000 (UTC) (envelope-from thompsa@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 l9BKNXZ7002954; Thu, 11 Oct 2007 20:23:33 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKNXql002953; Thu, 11 Oct 2007 20:23:33 GMT (envelope-from thompsa) Message-Id: <200710112023.l9BKNXql002953@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 11 Oct 2007 20:23: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/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: Thu, 11 Oct 2007 20:23:33 -0000 thompsa 2007-10-11 20:23:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dhclient dhclient-script Log: MFC r1.17 Use the -n flag on ifconfig so that dhclient does not cause the kernel module to be reloaded when the interface is torn down. Revision Changes Path 1.4.2.5 +9 -8 src/sbin/dhclient/dhclient-script From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:28:53 2007 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 9014216A41A; Thu, 11 Oct 2007 20:28:53 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6184F13C447; Thu, 11 Oct 2007 20:28:53 +0000 (UTC) (envelope-from thompsa@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 l9BKSrDT003137; Thu, 11 Oct 2007 20:28:53 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKSrHw003136; Thu, 11 Oct 2007 20:28:53 GMT (envelope-from thompsa) Message-Id: <200710112028.l9BKSrHw003136@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 11 Oct 2007 20:28:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c src/share/man/man4 if_bridge.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, 11 Oct 2007 20:28:53 -0000 thompsa 2007-10-11 20:28:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c share/man/man4 if_bridge.4 Log: MFC if_bridge.c r1.103, if_bridge.4 r1.29 Allow additional packet filtering on the physical interface for locally destined packets, disabled by default. PR: kern/116051 Submitted by: Eygene Ryabinkin Revision Changes Path 1.5.2.16 +11 -2 src/share/man/man4/if_bridge.4 1.11.2.53 +20 -0 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:29:41 2007 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 8290A16A41A; Thu, 11 Oct 2007 20:29:41 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C82E13C48A; Thu, 11 Oct 2007 20:29:41 +0000 (UTC) (envelope-from thompsa@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 l9BKTfO8003176; Thu, 11 Oct 2007 20:29:41 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKTfU6003175; Thu, 11 Oct 2007 20:29:41 GMT (envelope-from thompsa) Message-Id: <200710112029.l9BKTfU6003175@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 11 Oct 2007 20:29: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/share/man/man4 lagg.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, 11 Oct 2007 20:29:41 -0000 thompsa 2007-10-11 20:29:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 lagg.4 Log: Sync to HEAD. Revision Changes Path 1.3.2.2 +3 -0 src/share/man/man4/lagg.4 From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:37:36 2007 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 3768E16A41A; Thu, 11 Oct 2007 20:37:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 5EEB213C46A; Thu, 11 Oct 2007 20:37:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 214025298-1834499 for multiple; Thu, 11 Oct 2007 16:35:26 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l9BKbDaW029273; Thu, 11 Oct 2007 16:37:15 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: obrien@freebsd.org Date: Thu, 11 Oct 2007 16:17:08 -0400 User-Agent: KMail/1.9.6 References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> In-Reply-To: <20071011193914.GA46899@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710111617.09149.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]); Thu, 11 Oct 2007 16:37:16 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4529/Thu Oct 11 02:54:06 2007 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: Dag-Erling =?iso-8859-1?q?Sm=C3=B8rgrav?= , src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 20:37:36 -0000 On Thursday 11 October 2007 03:39:14 pm David O'Brien wrote: > On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: > > On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > > > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > > > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > > > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > > > > folks may wonder where .1 & 2 are. > > > > > > > > They are right here: > > > > > > > > /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 > > > > /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 > > > > > > Where did those come from? That is another weirdism as they don't exist > > > on i386: > .. > > These archs use libthr for libpthread because of lacking full libkse > > support, and install libkse as libkse as a result. They are analogous > > to libpthread.so.[12] on i386. Basically, libpthread was renamed to > > libkse on some archs and libthr on others in 7.0, and libpthread is now > > always a symlink. Given that, I think libkse should be libkse.so.3 in > > 7. > > Sparc64 is the only arch where this applies... I wonder how many sparc64 > users we have with threaded applications built on pre-releng7 that will > want to run them without recompiling... I think I have more fingers and > toes.. What about making libthr.so be .0 then on sparc64? That's what you would have to do if you wanted to maintain symmetry (because sparc64 didn't have a libthr, just a libpthread and a libkse). Given all that, I actually find it far less confusing to call them libkse.so.3 and libthr.so.3 (or 2 or whatever) and just symlinking libpthread to the default one. If we eventually remove the non-default one then the default one can become libpthread.so.3 instead of being a symlink. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:44:42 2007 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 9944316A41A; Thu, 11 Oct 2007 20:44:42 +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 6833913C48D; Thu, 11 Oct 2007 20:44:42 +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 l9BKigaR004038; Thu, 11 Oct 2007 20:44:42 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKigYI004037; Thu, 11 Oct 2007 20:44:42 GMT (envelope-from delphij) Message-Id: <200710112044.l9BKigYI004037@repoman.freebsd.org> From: Xin LI Date: Thu, 11 Oct 2007 20:44: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/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: Thu, 11 Oct 2007 20:44:42 -0000 delphij 2007-10-11 20:44:38 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: - Mention that less v408 was MFC'ed. - Mention tzdata2007h update. An in advance &merged; is added so that we don't have to change this again when it is actually MFC'ed. Approved by: re (bmah) Revision Changes Path 1.1069 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:45:07 2007 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 551F216A418; Thu, 11 Oct 2007 20:45:07 +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 2309B13C48A; Thu, 11 Oct 2007 20:45:07 +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 l9BKj7cq004121; Thu, 11 Oct 2007 20:45:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BKj7HS004120; Thu, 11 Oct 2007 20:45:07 GMT (envelope-from delphij) Message-Id: <200710112045.l9BKj7HS004120@repoman.freebsd.org> From: Xin LI Date: Thu, 11 Oct 2007 20:45:07 +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/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: Thu, 11 Oct 2007 20:45:07 -0000 delphij 2007-10-11 20:45:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/relnotes article.sgml Log: MFC: - Mention that less v408 was MFC'ed. - Mention tzdata2007h update. An in advance &merged; is added so that we don't have to change this again when it is actually MFC'ed. Approved by: re (bmah) Revision Changes Path 1.1068.2.1 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Oct 11 21:25:27 2007 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 368EB16A417; Thu, 11 Oct 2007 21:25:27 +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 D709D13C458; Thu, 11 Oct 2007 21:25:26 +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 33DD917106; Thu, 11 Oct 2007 21:05:00 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.1/8.14.1) with ESMTP id l9B64fCf000903; Thu, 11 Oct 2007 06:04:42 GMT (envelope-from phk@critter.freebsd.dk) To: Doug Barton From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 10 Oct 2007 18:13:36 MST." Date: Thu, 11 Oct 2007 06:04:41 +0000 Message-ID: <902.1192082681@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, des@FreeBSD.org, David O'Brien Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 21:25:27 -0000 In message , Doug Barton writes : >If you truly want to run something literally before everything else, we'd >have to create something new, which perhaps is what you were getting at >above. Before we add such a thing though, I'd like to get an idea of why >it would be needed. I originally added /etc/rc.early to have a way to do things that needed to happen before fsck, such as arming watchdogs, tweaking drive parameters or get crypto key material necessary for filesystem access. None of these things seems necessary today. -- 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 Oct 11 22:41:33 2007 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 721D216A420; Thu, 11 Oct 2007 22:41:33 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id B833A13C442; Thu, 11 Oct 2007 22:41:30 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <470EA69E.60900@FreeBSD.org> Date: Fri, 12 Oct 2007 00:41:34 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: obrien@freebsd.org References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> In-Reply-To: <20071011193914.GA46899@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, John Baldwin , cvs-src@freebsd.org, cvs-all@freebsd.org, Ruslan Ermilov , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Oct 2007 22:41:33 -0000 David O'Brien wrote: > On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: >> On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: >>> On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: >>>> On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: >>>>> Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as >>>>> folks may wonder where .1 & 2 are. >>>> They are right here: >>>> >>>> /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 >>>> /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 >>> Where did those come from? That is another weirdism as they don't exist >>> on i386: > .. >> These archs use libthr for libpthread because of lacking full libkse >> support, and install libkse as libkse as a result. They are analogous >> to libpthread.so.[12] on i386. Basically, libpthread was renamed to >> libkse on some archs and libthr on others in 7.0, and libpthread is now >> always a symlink. Given that, I think libkse should be libkse.so.3 in >> 7. > > Sparc64 is the only arch where this applies... I wonder how many sparc64 > users we have with threaded applications built on pre-releng7 that will > want to run them without recompiling... I think I have more fingers and > toes.. So you wouldn't mind if we chopped them off? You only have a few of them after all so they can't be all that important ;) Just use .3, the above argument is pretty conclusive. It really doesn't matter to anyone to not do this. Kris From owner-cvs-src@FreeBSD.ORG Thu Oct 11 23:47:29 2007 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 3D71416A41A; Thu, 11 Oct 2007 23:47:29 +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 F3D5113C474; Thu, 11 Oct 2007 23:47:28 +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 l9BNlSFj032977; Thu, 11 Oct 2007 23:47:28 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9BNlSqP032976; Thu, 11 Oct 2007 23:47:28 GMT (envelope-from jkim) Message-Id: <200710112347.l9BNlSqP032976@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 11 Oct 2007 23:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/acpi 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, 11 Oct 2007 23:47:29 -0000 jkim 2007-10-11 23:47:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/acpi Makefile Log: Fix SUBDIR expansion and reduce diff from HEAD. Revision Changes Path 1.48.2.3 +3 -2 src/sys/modules/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 00:41:08 2007 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 30F3916A419; Fri, 12 Oct 2007 00:41:08 +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 E22A513C45B; Fri, 12 Oct 2007 00:41:07 +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 l9C0f7A9052300; Thu, 11 Oct 2007 17:41:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9C0f7ge052299; Thu, 11 Oct 2007 17:41:07 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 17:41:06 -0700 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20071012004106.GA52258@dragon.NUXI.org> References: <902.1192082681@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <902.1192082681@critter.freebsd.dk> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, des@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh 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: Fri, 12 Oct 2007 00:41:08 -0000 On Thu, Oct 11, 2007 at 06:04:41AM +0000, Poul-Henning Kamp wrote: > I originally added /etc/rc.early to have a way to do things that > needed to happen before fsck, such as arming watchdogs, tweaking > drive parameters or get crypto key material necessary for filesystem > access. > > None of these things seems necessary today. As I mentioned in another email - it is tweaking drive parameters that I needed it in one case. That it seems necessary may mean I'm missing the currently intended way - what would that be? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Fri Oct 12 02:43:00 2007 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 6BC8A16A418; Fri, 12 Oct 2007 02:43:00 +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 2AA9213C46A; Fri, 12 Oct 2007 02:43:00 +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 l9C2h0dN054470; Fri, 12 Oct 2007 02:43:00 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C2gx2I054469; Fri, 12 Oct 2007 02:42:59 GMT (envelope-from kensmith) Message-Id: <200710120242.l9C2gx2I054469@repoman.freebsd.org> From: Ken Smith Date: Fri, 12 Oct 2007 02:42: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: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 02:43:00 -0000 kensmith 2007-10-12 02:42:59 UTC FreeBSD src repository Modified files: . approvers Log: Release code freeze on HEAD. Approved by: core (implicit) Revision Changes Path 1.42 +1 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Fri Oct 12 02:52:47 2007 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 9BE1D16A417; Fri, 12 Oct 2007 02:52:47 +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 5A11D13C44B; Fri, 12 Oct 2007 02:52:47 +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 l9C2qlxT054970; Fri, 12 Oct 2007 02:52:47 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C2qkWd054969; Fri, 12 Oct 2007 02:52:46 GMT (envelope-from rafan) Message-Id: <200710120252.l9C2qkWd054969@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 12 Oct 2007 02:52: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/gnu/lib/libobjc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 02:52:47 -0000 rafan 2007-10-12 02:52:46 UTC FreeBSD src repository Modified files: gnu/lib/libobjc Makefile Log: - After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which we did not install. Install objc-decls.h to fix. PR: 116943 Reported by: beech Submitted by: vanilla on -current, kan MFC after: 1 week Revision Changes Path 1.32 +1 -1 src/gnu/lib/libobjc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 03:03:17 2007 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 4A0C116A420; Fri, 12 Oct 2007 03:03:17 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C73B13C45A; Fri, 12 Oct 2007 03:03:17 +0000 (UTC) (envelope-from thompsa@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 l9C33HZa056856; Fri, 12 Oct 2007 03:03:17 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C33HYO056855; Fri, 12 Oct 2007 03:03:17 GMT (envelope-from thompsa) Message-Id: <200710120303.l9C33HYO056855@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 12 Oct 2007 03:03:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_lagg.c if_lagg.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, 12 Oct 2007 03:03:17 -0000 thompsa 2007-10-12 03:03:17 UTC FreeBSD src repository Modified files: sys/net if_lagg.c if_lagg.h Log: Fix two panics in lagg. 1. The locking was changed to shared but roundrobin mode still updated a pointer in the softc with the next tx interface to use. This will panic under high load. Change this to an atomically incremented sequence number in order to choose the tx port in round robin. 2. IFQ_HANDOFF will free the mbuf if the queue is full, this will then be freed again by lagg_start() and panic. Reorganised the error handling and freeing to fix this. MFC after: 3 days Revision Changes Path 1.20 +33 -36 src/sys/net/if_lagg.c 1.11 +1 -0 src/sys/net/if_lagg.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 03:32:57 2007 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 0BCF016A418; Fri, 12 Oct 2007 03:32:57 +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 D619913C48A; Fri, 12 Oct 2007 03:32: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 l9C3Wuex058417; Fri, 12 Oct 2007 03:32:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C3WuNl058416; Fri, 12 Oct 2007 03:32:56 GMT (envelope-from yongari) Message-Id: <200710120332.l9C3WuNl058416@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 12 Oct 2007 03:32: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/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 03:32:57 -0000 yongari 2007-10-12 03:32:56 UTC FreeBSD src repository Modified files: sys/pci if_vr.c Log: Not all VIA Rhine chips support 256 register space. So touching VR_STICKHW register would result in unexpected results on these hardwares. wpaul said the following for the issue. The vr_attach() routine unconditionally does this for all supported chips: /* * Windows may put the chip in suspend mode when it * shuts down. Be sure to kick it in the head to wake it * up again. */ VR_CLRBIT(sc, VR_STICKHW, (VR_STICKHW_DS0|VR_STICKHW_DS1)); The problem is, the VR_STICKHW register is not valid on all Rhine devices. The VT86C100A chip, which is present on the D-Link DFE-530TX boards, doesn't support power management, and its register space is only 128 bytes wide. The VR_STICKHW register offset falls outside this range. This may go unnoticed in most scenarios, but if you happen to have another PCI device in your system which is assigned the register space immediately after that of the Rhine, the vr(4) driver will incorrectly stomp it. In my case, the BIOS on my test board decided to put the register space for my PRO/100 ethernet board right next to the Rhine, and the Rhine driver ended up clobbering the IMR register of the PRO/100 device. (Long story short: the board kept locking up on boot. Took me the better part of the morning suss out why.) The strictly correct thing to do would be to check the PCI config space to make sure the device supports the power management capability and only write to the VR_STICKHW register if it does. Instead of inspecting chip revision numbers for the availability of VR_STICKHW register, check the existence of power management capability of the hardware as wpaul suggested. Reported by: wpaul Suggested by: wpaul OK'ed by: jhb Revision Changes Path 1.127 +4 -1 src/sys/pci/if_vr.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 03:41:55 2007 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 1E15816A417; Fri, 12 Oct 2007 03:41:55 +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 E833C13C459; Fri, 12 Oct 2007 03:41:54 +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 l9C3fs27058992; Fri, 12 Oct 2007 03:41:54 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C3fsWe058991; Fri, 12 Oct 2007 03:41:54 GMT (envelope-from yongari) Message-Id: <200710120341.l9C3fsWe058991@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 12 Oct 2007 03:41: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/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 03:41:55 -0000 yongari 2007-10-12 03:41:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci if_vr.c Log: MFC if_vr.c, 1.127 to RELENG_7: Not all VIA Rhine chips support 256 register space. So touching VR_STICKHW register would result in unexpected results on these hardwares. wpaul said the following for the issue. The vr_attach() routine unconditionally does this for all supported chips: /* * Windows may put the chip in suspend mode when it * shuts down. Be sure to kick it in the head to wake it * up again. */ VR_CLRBIT(sc, VR_STICKHW, (VR_STICKHW_DS0|VR_STICKHW_DS1)); The problem is, the VR_STICKHW register is not valid on all Rhine devices. The VT86C100A chip, which is present on the D-Link DFE-530TX boards, doesn't support power management, and its register space is only 128 bytes wide. The VR_STICKHW register offset falls outside this range. This may go unnoticed in most scenarios, but if you happen to have another PCI device in your system which is assigned the register space immediately after that of the Rhine, the vr(4) driver will incorrectly stomp it. In my case, the BIOS on my test board decided to put the register space for my PRO/100 ethernet board right next to the Rhine, and the Rhine driver ended up clobbering the IMR register of the PRO/100 device. (Long story short: the board kept locking up on boot. Took me the better part of the morning suss out why.) The strictly correct thing to do would be to check the PCI config space to make sure the device supports the power management capability and only write to the VR_STICKHW register if it does. Instead of inspecting chip revision numbers for the availability of VR_STICKHW register, check the existence of power management capability of the hardware as wpaul suggested. Reported by: wpaul Suggested by: wpaul OK'ed by: jhb Approved by: re (kensmith) Revision Changes Path 1.126.2.1 +4 -1 src/sys/pci/if_vr.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 03:56:28 2007 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 5D18E16A417; Fri, 12 Oct 2007 03:56:28 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A94B13C4B5; Fri, 12 Oct 2007 03:56:28 +0000 (UTC) (envelope-from mohans@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 l9C3uSVI059845; Fri, 12 Oct 2007 03:56:28 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C3uSrT059844; Fri, 12 Oct 2007 03:56:28 GMT (envelope-from mohans) Message-Id: <200710120356.l9C3uSrT059844@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 12 Oct 2007 03:56: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/sys/kern uipc_sockbuf.c src/sys/nfsserver nfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 03:56:28 -0000 mohans 2007-10-12 03:56:27 UTC FreeBSD src repository Modified files: sys/kern uipc_sockbuf.c sys/nfsserver nfs_syscalls.c Log: Set the NFS server sockbuf high watermarks to the system defaults (up form 32KB). The low highwatermark setting caused UDP fullsock request drops, throttling thruput greatly. Reported by: Kris Kennaway Approved by: re@ (Ken Smith) Revision Changes Path 1.172 +2 -2 src/sys/kern/uipc_sockbuf.c 1.117 +3 -4 src/sys/nfsserver/nfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 03:59:19 2007 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 63CA716A41B; Fri, 12 Oct 2007 03:59:19 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 20BD913C447; Fri, 12 Oct 2007 03:59:19 +0000 (UTC) (envelope-from mohans@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 l9C3xJQg059995; Fri, 12 Oct 2007 03:59:19 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C3xJ5a059994; Fri, 12 Oct 2007 03:59:19 GMT (envelope-from mohans) Message-Id: <200710120359.l9C3xJ5a059994@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 12 Oct 2007 03:59:19 +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_sockbuf.c src/sys/nfsserver nfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 03:59:19 -0000 mohans 2007-10-12 03:59:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_sockbuf.c sys/nfsserver nfs_syscalls.c Log: MFC : Set the NFS server sockbuf high watermarks to the system defaults (up form 32KB). The low highwatermark setting caused UDP fullsock request drops, throttling thruput greatly. Reported by: Kris Kennaway Approved by: re@ (Ken Smith) Revision Changes Path 1.171.2.1 +2 -2 src/sys/kern/uipc_sockbuf.c 1.116.2.1 +3 -4 src/sys/nfsserver/nfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:08:28 2007 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 8E4C016A469; Fri, 12 Oct 2007 04:08:28 +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 4BD0913C461; Fri, 12 Oct 2007 04:08:28 +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 l9C48Skw061903; Fri, 12 Oct 2007 04:08:28 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C48SMK061902; Fri, 12 Oct 2007 04:08:28 GMT (envelope-from kientzle) Message-Id: <200710120408.l9C48SMK061902@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 12 Oct 2007 04:08: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/lib/libarchive archive_read_support_format_zip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 04:08:28 -0000 kientzle 2007-10-12 04:08:28 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_zip.c Log: Correct the return values of the final zero-length block at EOF. Return EOF immediately if an entry in a ZIP archive has no body. In particular, the latter issue was causing bsdtar to emit spurious warnings when extracting directory entries from ZIP archives. MFC after: 3 days Revision Changes Path 1.15 +7 -0 src/lib/libarchive/archive_read_support_format_zip.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:11:32 2007 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 3D00516A419; Fri, 12 Oct 2007 04:11:32 +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 11F5713C4A5; Fri, 12 Oct 2007 04:11:32 +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 l9C4BWns062251; Fri, 12 Oct 2007 04:11:32 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C4BWrq062250; Fri, 12 Oct 2007 04:11:32 GMT (envelope-from kientzle) Message-Id: <200710120411.l9C4BWrq062250@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 12 Oct 2007 04:11: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/lib/libarchive archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c src/lib/libarchive/test test_write_format_cpio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 04:11:32 -0000 kientzle 2007-10-12 04:11:31 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_cpio.c archive_write_set_format_cpio_newc.c lib/libarchive/test test_write_format_cpio.c Log: Correct the cpio writers to not accept data for non-regular files. In particular, the previous code led to archives that had non-empty bodies following directory entries. Not a fatal problem, as bsdtar and GNU cpio are both happy to just skip this bogus data, but it still shouldn't be there. MFC after: 3 days Revision Changes Path 1.12 +6 -1 src/lib/libarchive/archive_write_set_format_cpio.c 1.2 +6 -1 src/lib/libarchive/archive_write_set_format_cpio_newc.c 1.3 +29 -1 src/lib/libarchive/test/test_write_format_cpio.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:48:59 2007 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 3897716A419; Fri, 12 Oct 2007 04:48:59 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B14813C43E; Fri, 12 Oct 2007 04:48:59 +0000 (UTC) (envelope-from kevlo@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 l9C4mwMf072704; Fri, 12 Oct 2007 04:48:58 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C4mwld072703; Fri, 12 Oct 2007 04:48:58 GMT (envelope-from kevlo) Message-Id: <200710120448.l9C4mwld072703@repoman.freebsd.org> From: Kevin Lo Date: Fri, 12 Oct 2007 04:48:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src 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: Fri, 12 Oct 2007 04:48:59 -0000 kevlo 2007-10-12 04:48:58 UTC FreeBSD src repository Modified files: . UPDATING Log: Note getfacl(1) changes Submitted by: Henrik Brix Andersen Revision Changes Path 1.509 +5 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:51:32 2007 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 B794F16A41B; Fri, 12 Oct 2007 04:51:32 +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 91F5F13C47E; Fri, 12 Oct 2007 04:51:32 +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 l9C4pWTe073026; Fri, 12 Oct 2007 04:51:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C4pV61073025; Fri, 12 Oct 2007 04:51:31 GMT (envelope-from mav) Message-Id: <200710120451.l9C4pV61073025@repoman.freebsd.org> From: Alexander Motin Date: Fri, 12 Oct 2007 04:51: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/netgraph ng_l2tp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 04:51:32 -0000 mav 2007-10-12 04:51:30 UTC FreeBSD src repository Modified files: sys/netgraph ng_l2tp.c Log: Remove duplicate variables. Revision Changes Path 1.18 +3 -11 src/sys/netgraph/ng_l2tp.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:53:23 2007 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 A18EF16A41A; Fri, 12 Oct 2007 04:53:23 +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 7DCBA13C494; Fri, 12 Oct 2007 04:53:23 +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 l9C4rN5g073131; Fri, 12 Oct 2007 04:53:23 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C4rNco073130; Fri, 12 Oct 2007 04:53:23 GMT (envelope-from mav) Message-Id: <200710120453.l9C4rNco073130@repoman.freebsd.org> From: Alexander Motin Date: Fri, 12 Oct 2007 04:53: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/netgraph ng_l2tp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 04:53:23 -0000 mav 2007-10-12 04:53:23 UTC FreeBSD src repository Modified files: sys/netgraph ng_l2tp.c Log: Replace single rcvdata with 3 distinct to simplify code and reduce stack usage. Approved by: mentor (glebius) Revision Changes Path 1.19 +77 -74 src/sys/netgraph/ng_l2tp.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:54:55 2007 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 5910016A418; Fri, 12 Oct 2007 04:54:55 +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 35AAC13C48D; Fri, 12 Oct 2007 04:54:55 +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 l9C4stDH073174; Fri, 12 Oct 2007 04:54:55 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C4shIZ073168; Fri, 12 Oct 2007 04:54:43 GMT (envelope-from mav) Message-Id: <200710120454.l9C4shIZ073168@repoman.freebsd.org> From: Alexander Motin Date: Fri, 12 Oct 2007 04:54:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_l2tp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 04:54:55 -0000 mav 2007-10-12 04:54:43 UTC FreeBSD src repository Modified files: sys/netgraph ng_l2tp.c Log: Remove one unneded assertion. It is also checked in ng_l2tp_seq_check(). Approved by: glebius (mentor) Revision Changes Path 1.20 +0 -5 src/sys/netgraph/ng_l2tp.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 04:56:26 2007 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 BE29316A41B; Fri, 12 Oct 2007 04:56:26 +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 9AFC813C469; Fri, 12 Oct 2007 04:56:26 +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 l9C4uQW7073283; Fri, 12 Oct 2007 04:56:26 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C4uQZK073282; Fri, 12 Oct 2007 04:56:26 GMT (envelope-from mav) Message-Id: <200710120456.l9C4uQZK073282@repoman.freebsd.org> From: Alexander Motin Date: Fri, 12 Oct 2007 04:56: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/sys/netgraph ng_l2tp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 04:56:26 -0000 mav 2007-10-12 04:56:26 UTC FreeBSD src repository Modified files: sys/netgraph ng_l2tp.c Log: Protect struct seq with mutex. Approved by: glebius (mentor) Revision Changes Path 1.21 +72 -17 src/sys/netgraph/ng_l2tp.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 05:09:14 2007 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 0716416A419; Fri, 12 Oct 2007 05:09:14 +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 D83DA13C448; Fri, 12 Oct 2007 05:09:13 +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 l9C59DB7075163; Fri, 12 Oct 2007 05:09:13 GMT (envelope-from mav@repoman.freebsd.org) Received: (from mav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C59DiX075162; Fri, 12 Oct 2007 05:09:13 GMT (envelope-from mav) Message-Id: <200710120509.l9C59DiX075162@repoman.freebsd.org> From: Alexander Motin Date: Fri, 12 Oct 2007 05:09:13 +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_l2tp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 05:09:14 -0000 mav 2007-10-12 05:09:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_l2tp.c Log: MFC rev. 1.18-1.21 - Fix thread safety. - Make some optimizations. Revision Changes Path 1.14.2.2 +151 -106 src/sys/netgraph/ng_l2tp.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 05:23:01 2007 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 37CFD16A417; Fri, 12 Oct 2007 05:23:01 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDD713C45A; Fri, 12 Oct 2007 05:23:01 +0000 (UTC) (envelope-from thompsa@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 l9C5N10N076025; Fri, 12 Oct 2007 05:23:01 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C5N0nS076024; Fri, 12 Oct 2007 05:23:00 GMT (envelope-from thompsa) Message-Id: <200710120523.l9C5N0nS076024@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 12 Oct 2007 05:23:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.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, 12 Oct 2007 05:23:01 -0000 thompsa 2007-10-12 05:23:00 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.h Log: Update ipw to work with the new net80211 stack, plus other driver improvements. - Add proper scanning support rather than letting the firmware grab the first access point - Overhaul state changes - Use macros for locking and provide _locked() versions of some functions - Increase debugging output - Use a callout rather than the old watchdog interface - Improve style, function names and defines - Add WPA (TKIP) support Based heavily on a patchset provided by Sam Leffler. Revision Changes Path 1.31 +825 -216 src/sys/dev/ipw/if_ipw.c 1.3 +17 -2 src/sys/dev/ipw/if_ipwreg.h 1.7 +26 -1 src/sys/dev/ipw/if_ipwvar.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 06:03:46 2007 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 679A916A419; Fri, 12 Oct 2007 06:03:46 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57F3613C448; Fri, 12 Oct 2007 06:03:46 +0000 (UTC) (envelope-from kevlo@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 l9C63kis081206; Fri, 12 Oct 2007 06:03:46 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C63kEq081205; Fri, 12 Oct 2007 06:03:46 GMT (envelope-from kevlo) Message-Id: <200710120603.l9C63kEq081205@repoman.freebsd.org> From: Kevin Lo Date: Fri, 12 Oct 2007 06:03: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/arm/xscale/ixp425 ixp425_qmgr.c src/sys/compat/linprocfs linprocfs.c src/sys/dev/cm smc90cx6.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c src/sys/dev/idt idt_pci.c src/sys/dev/isp isp_target.c src/sys/dev/mpt mpt.c src/sys/dev/my if_my.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 06:03:46 -0000 kevlo 2007-10-12 06:03:46 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixp425_qmgr.c sys/compat/linprocfs linprocfs.c sys/dev/cm smc90cx6.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c sys/dev/idt idt_pci.c sys/dev/isp isp_target.c sys/dev/mpt mpt.c sys/dev/my if_my.c sys/dev/sio sio.c sys/dev/sound/isa ad1816.c ad1816.h sys/dev/sound/pci atiixp.c emu10kx.c envy24.c envy24ht.c sys/dev/sound/sbus cs4231.c sys/i4b/layer1/isic i4b_avm_a1.c i4b_elsa_pcc16.c i4b_isic.c i4b_itk_ix1.c i4b_tel_s016.c i4b_tel_s0163.c i4b_tel_s08.c sys/netinet sctp_output.c sctputil.c sys/pc98/cbus sio.c sys/pci if_wb.c if_xl.c Log: Spelling fix for interupt -> interrupt Revision Changes Path 1.3 +2 -2 src/sys/arm/xscale/ixp425/ixp425_qmgr.c 1.116 +1 -1 src/sys/compat/linprocfs/linprocfs.c 1.19 +3 -3 src/sys/dev/cm/smc90cx6.c 1.35 +1 -1 src/sys/dev/ctau/if_ct.c 1.58 +1 -1 src/sys/dev/cx/if_cx.c 1.9 +1 -1 src/sys/dev/idt/idt_pci.c 1.45 +2 -2 src/sys/dev/isp/isp_target.c 1.45 +3 -3 src/sys/dev/mpt/mpt.c 1.44 +1 -1 src/sys/dev/my/if_my.c 1.471 +1 -1 src/sys/dev/sio/sio.c 1.46 +4 -4 src/sys/dev/sound/isa/ad1816.c 1.5 +1 -1 src/sys/dev/sound/isa/ad1816.h 1.20 +1 -1 src/sys/dev/sound/pci/atiixp.c 1.13 +1 -1 src/sys/dev/sound/pci/emu10kx.c 1.14 +1 -1 src/sys/dev/sound/pci/envy24.c 1.16 +1 -1 src/sys/dev/sound/pci/envy24ht.c 1.10 +1 -1 src/sys/dev/sound/sbus/cs4231.c 1.13 +1 -1 src/sys/i4b/layer1/isic/i4b_avm_a1.c 1.13 +1 -1 src/sys/i4b/layer1/isic/i4b_elsa_pcc16.c 1.9 +2 -2 src/sys/i4b/layer1/isic/i4b_isic.c 1.14 +2 -2 src/sys/i4b/layer1/isic/i4b_itk_ix1.c 1.14 +1 -1 src/sys/i4b/layer1/isic/i4b_tel_s016.c 1.13 +1 -1 src/sys/i4b/layer1/isic/i4b_tel_s0163.c 1.13 +1 -1 src/sys/i4b/layer1/isic/i4b_tel_s08.c 1.59 +1 -1 src/sys/netinet/sctp_output.c 1.66 +1 -1 src/sys/netinet/sctputil.c 1.246 +1 -1 src/sys/pc98/cbus/sio.c 1.93 +1 -1 src/sys/pci/if_wb.c 1.211 +2 -2 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 07:49:34 2007 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 9209616A46B; Fri, 12 Oct 2007 07:49:34 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63F3E13C474; Fri, 12 Oct 2007 07:49:34 +0000 (UTC) (envelope-from jfv@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 l9C7nYn9091010; Fri, 12 Oct 2007 07:49:34 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C7nYiW091009; Fri, 12 Oct 2007 07:49:34 GMT (envelope-from jfv) Message-Id: <200710120749.l9C7nYiW091009@repoman.freebsd.org> From: Jack F Vogel Date: Fri, 12 Oct 2007 07:49:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf kern.pre.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: Fri, 12 Oct 2007 07:49:34 -0000 jfv 2007-10-12 07:49:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf kern.pre.mk Log: Fix the duplicate include stanza. PR: 117125 Revision Changes Path 1.65.2.6 +0 -3 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Fri Oct 12 07:58:09 2007 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 5C5D616A515; Fri, 12 Oct 2007 07:58:09 +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 2DC3313C474; Fri, 12 Oct 2007 07:58:09 +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 l9C7w96Z091573; Fri, 12 Oct 2007 07:58:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C7w9EZ091572; Fri, 12 Oct 2007 07:58:09 GMT (envelope-from ru) Message-Id: <200710120758.l9C7w9EZ091572@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Oct 2007 07:58: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 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: Fri, 12 Oct 2007 07:58:09 -0000 ru 2007-10-12 07:58:08 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Remove default (compressed) manpages. Revision Changes Path 1.113 +2 -2 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Fri Oct 12 08:03:52 2007 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 2477616A417; Fri, 12 Oct 2007 08:03:52 +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 E935B13C43E; Fri, 12 Oct 2007 08:03:51 +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 l9C83pKk093241; Fri, 12 Oct 2007 08:03:51 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C83pLM093240; Fri, 12 Oct 2007 08:03:51 GMT (envelope-from ru) Message-Id: <200710120803.l9C83pLM093240@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Oct 2007 08:03: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/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: Fri, 12 Oct 2007 08:03:52 -0000 ru 2007-10-12 08:03:51 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Though it was possible to configure our BIND to build even when libpthread support isn't present, our maintainer felt it's an overkill, so instead enforce the BIND dependency on libpthread. Revision Changes Path 1.68 +10 -5 src/share/mk/bsd.own.mk From owner-cvs-src@FreeBSD.ORG Fri Oct 12 08:26:16 2007 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 5445916A41B; Fri, 12 Oct 2007 08:26:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 204E213C4A6; Fri, 12 Oct 2007 08:26:16 +0000 (UTC) (envelope-from remko@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 l9C8QFNC098709; Fri, 12 Oct 2007 08:26:15 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C8QFQG098708; Fri, 12 Oct 2007 08:26:15 GMT (envelope-from remko) Message-Id: <200710120826.l9C8QFQG098708@repoman.freebsd.org> From: Remko Lodder Date: Fri, 12 Oct 2007 08:26: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/dev/pccard pccard_cis_quirks.c pccarddevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 08:26:16 -0000 remko 2007-10-12 08:26:15 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis_quirks.c pccarddevs Log: Bring in some new Sierra Wireless drivers running under pccard. (AC710/AC750/AC850/A550/A555/A710/A750) PR: kern/110190 Submitted by: Pascal Vizeli Approved by: imp (mentor) MFC After: 1 week Revision Changes Path 1.17 +33 -0 src/sys/dev/pccard/pccard_cis_quirks.c 1.130 +7 -0 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Fri Oct 12 08:28:12 2007 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 68FFB16A418; Fri, 12 Oct 2007 08:28:12 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id D1F3C13C455; Fri, 12 Oct 2007 08:28:11 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A55A9A.dip.t-dialin.net [84.165.90.154]) by redbull.bpaserver.net (Postfix) with ESMTP id AF6AF2E2A6; Fri, 12 Oct 2007 10:27:43 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id DCF775B4800; Fri, 12 Oct 2007 10:26:45 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.1/8.13.8/Submit) id l9C8QjGr077721; Fri, 12 Oct 2007 10:26:45 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 12 Oct 2007 10:26:45 +0200 Message-ID: <20071012102645.6jejg0u0gsw8s4cs@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Fri, 12 Oct 2007 10:26:45 +0200 From: Alexander Leidinger To: Daniel Eischen References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> <20071011195512.GC46899@dragon.NUXI.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-14.3, required 8, BAYES_00 -15.00, J_CHICKENPOX_61 0.60, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: src-committers@freebsd.org, John Baldwin , cvs-src@freebsd.org, David O'Brien , Ruslan Ermilov , cvs-all@freebsd.org, Dag-Erling =?utf-8?b?U23Dg8K4cmdyYXY=?= Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 08:28:12 -0000 Quoting Daniel Eischen (from Thu, 11 Oct 2007 =20 16:01:26 -0400 (EDT)): > On Thu, 11 Oct 2007, David O'Brien wrote: > >> On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: >>> Whatever happened to renumbering all symbol versioned libraries >>> to libfoo.0? Or even libfoo.0.0. The whole point of symbol >>> versioning is that we don't need to bump library versions >>> for ABI breakage. >> >> That's what I'd like to see happen (so.0 =3D> symboled lib). Ken felt it >> was too be late to do for 7.0. >> >> But if we do it for 8.0, we'd have to have a compat7x port which put >> symlinks in place. So the upgrade path is a little rougher than we >> should have for symboled libs. Thus we won't get the symboled libs done >> painlessly right. > > Ugh, that's awful. We should do it now and be done with it if > we are going to do it at all... Why do we need to change the number at all? Can't we stay at the =20 current number and let it like this "forever"? Bye, Alexander. --=20 The law will never make men free; it is men who have got to make the law free. =09=09-- Henry David Thoreau http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-cvs-src@FreeBSD.ORG Fri Oct 12 08:45:56 2007 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 8D05516A420; Fri, 12 Oct 2007 08:45:56 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59E7913C45A; Fri, 12 Oct 2007 08:45:56 +0000 (UTC) (envelope-from takawata@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 l9C8juw6000603; Fri, 12 Oct 2007 08:45:56 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9C8jupp000602; Fri, 12 Oct 2007 08:45:56 GMT (envelope-from takawata) Message-Id: <200710120845.l9C8jupp000602@repoman.freebsd.org> From: Takanori Watanabe Date: Fri, 12 Oct 2007 08:45:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_zyd.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 08:45:56 -0000 takawata 2007-10-12 08:45:55 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c usbdevs Log: Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko) Revision Changes Path 1.5 +1 -0 src/sys/dev/usb/if_zyd.c 1.329 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Oct 12 08:48:19 2007 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 939D816A41A; Fri, 12 Oct 2007 08:48:19 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8A113C4A7; Fri, 12 Oct 2007 08:48:19 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 85AB141C7A7; Fri, 12 Oct 2007 10:30:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id tUR7xAetE6vt; Fri, 12 Oct 2007 10:30:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 1C15C41C7A6; Fri, 12 Oct 2007 10:30:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id B2B6A444885; Fri, 12 Oct 2007 08:27:47 +0000 (UTC) Date: Fri, 12 Oct 2007 08:27:47 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Ruslan Ermilov In-Reply-To: <200710120803.l9C83pLM093240@repoman.freebsd.org> Message-ID: <20071012081105.C6043@maildrop.int.zabbadoz.net> References: <200710120803.l9C83pLM093240@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/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: Fri, 12 Oct 2007 08:48:19 -0000 On Fri, 12 Oct 2007, Ruslan Ermilov wrote: Hi, > ru 2007-10-12 08:03:51 UTC > > FreeBSD src repository > > Modified files: > share/mk bsd.own.mk > Log: > Though it was possible to configure our BIND to build even when > libpthread support isn't present, our maintainer felt it's an > overkill, so instead enforce the BIND dependency on libpthread. > > Revision Changes Path > 1.68 +10 -5 src/share/mk/bsd.own.mk Hmm. Is there any chance to get bind back w/o threading support? I guess the question is more to Doug than to you. I found it usefull especially for (CF) installations where I neither needed pppctl nor any other thing that depended on a threading library but a caching nameserver. Going with a port for this means supporting the ports infrastructure respectively an extra installation procedure. Nothing that can't be done just extra pain;-) So far it was easier to go with just base and live with the size of named. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time. From owner-cvs-src@FreeBSD.ORG Fri Oct 12 09:07:46 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 600CF16A41B; Fri, 12 Oct 2007 09:07:46 +0000 (UTC) Date: Fri, 12 Oct 2007 09:07:46 +0000 From: Alexey Dokuchaev To: Poul-Henning Kamp Message-ID: <20071012090746.GA72088@FreeBSD.org> References: <902.1192082681@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <902.1192082681@critter.freebsd.dk> User-Agent: Mutt/1.4.2.1i Cc: Doug Barton , cvs-src@FreeBSD.org, David O'Brien , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, des@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 09:07:46 -0000 On Thu, Oct 11, 2007 at 06:04:41AM +0000, Poul-Henning Kamp wrote: > In message , Doug Barton writes > : > > >If you truly want to run something literally before everything else, we'd > >have to create something new, which perhaps is what you were getting at > >above. Before we add such a thing though, I'd like to get an idea of why > >it would be needed. > > I originally added /etc/rc.early to have a way to do things that > needed to happen before fsck, such as arming watchdogs, tweaking > drive parameters or get crypto key material necessary for filesystem > access. > > None of these things seems necessary today. So maybe nuke it so people won't accidentally use it again? ./danfe From owner-cvs-src@FreeBSD.ORG Fri Oct 12 10:00:28 2007 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 1471A16A417; Fri, 12 Oct 2007 10:00:28 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D418713C478; Fri, 12 Oct 2007 10:00:27 +0000 (UTC) (envelope-from thompsa@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 l9CA0Rfm014911; Fri, 12 Oct 2007 10:00:27 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CA0R7n014910; Fri, 12 Oct 2007 10:00:27 GMT (envelope-from thompsa) Message-Id: <200710121000.l9CA0R7n014910@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 12 Oct 2007 10:00: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/sys/dev/ipw if_ipw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 10:00:28 -0000 thompsa 2007-10-12 10:00:27 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c Log: Remove unneeded debug printf that is broken on 64bit arches. Revision Changes Path 1.32 +1 -1 src/sys/dev/ipw/if_ipw.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 10:24:21 2007 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 9590816A418; Fri, 12 Oct 2007 10:24:21 +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 6140913C44B; Fri, 12 Oct 2007 10:24:21 +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 l9CAOLFI017901; Fri, 12 Oct 2007 10:24:21 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CAOLKd017900; Fri, 12 Oct 2007 10:24:21 GMT (envelope-from kib) Message-Id: <200710121024.l9CAOLKd017900@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 12 Oct 2007 10:24:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 10:24:21 -0000 kib 2007-10-12 10:24:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/opencrypto cryptodev.c Log: MFC rev. 1.35: Deny attempt to malloc unbounded amount of the memory. Convert malloc()/bzero() to malloc(M_ZERO). Revision Changes Path 1.25.2.4 +6 -3 src/sys/opencrypto/cryptodev.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 10:35:24 2007 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 90CE216A417; Fri, 12 Oct 2007 10:35:24 +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 5C0BB13C459; Fri, 12 Oct 2007 10:35:24 +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 l9CAZOOi018480; Fri, 12 Oct 2007 10:35:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CAZODR018479; Fri, 12 Oct 2007 10:35:24 GMT (envelope-from ru) Message-Id: <200710121035.l9CAZODR018479@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Oct 2007 10: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/man7 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 10:35:24 -0000 ru 2007-10-12 10:35:24 UTC FreeBSD src repository Modified files: share/man/man7 Makefile Log: Style (whitespace-only) change. Revision Changes Path 1.33 +1 -1 src/share/man/man7/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 10:38:05 2007 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 B50A116A417; Fri, 12 Oct 2007 10:38:05 +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 9814A13C44B; Fri, 12 Oct 2007 10:38:05 +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 l9CAc5rv018583; Fri, 12 Oct 2007 10:38:05 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CAc5eL018582; Fri, 12 Oct 2007 10:38:05 GMT (envelope-from kib) Message-Id: <200710121038.l9CAc5eL018582@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 12 Oct 2007 10:38: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/lib/libutil pidfile.3 pidfile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 10:38:05 -0000 kib 2007-10-12 10:38:05 UTC FreeBSD src repository Modified files: lib/libutil pidfile.3 pidfile.c Log: When pidfile is already locked and has zero length, do not return success and zero pid from pidfile_read(). Return EAGAIN instead. Sleep up to three times for 5 ms while waiting for pidfile to be written. mount(8) does the kill(mountpid, SIGHUP). If mountd pidfile is truncated, that would result in the SIGHUP delivered to the mount' process group instead of the mountd. Found and analyzed by: Peter Holm Tested by: Peter Holm, kris Reviewed by: pjd MFC after: 1 week Revision Changes Path 1.6 +4 -0 src/lib/libutil/pidfile.3 1.8 +15 -1 src/lib/libutil/pidfile.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 12:57:40 2007 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 0278716A41B; Fri, 12 Oct 2007 12:57:40 +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 C192C13C448; Fri, 12 Oct 2007 12:57:39 +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 l9CCvdWE037856; Fri, 12 Oct 2007 12:57:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CCvdxY037855; Fri, 12 Oct 2007 12:57:39 GMT (envelope-from rafan) Message-Id: <200710121257.l9CCvdxY037855@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 12 Oct 2007 12:57:39 +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/gnu/lib/libobjc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 12:57:40 -0000 rafan 2007-10-12 12:57:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/lib/libobjc Makefile Log: - After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which we did not install. Install objc-decls.h to fix. PR: 116943 Reported by: beech Submitted by: vanilla on -current, kan Approved by: re (kensmith) Revision Changes Path 1.31.2.1 +1 -1 src/gnu/lib/libobjc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 14:55:41 2007 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 9F8A016A419; Fri, 12 Oct 2007 14:55:41 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72CBD13C455; Fri, 12 Oct 2007 14:55:41 +0000 (UTC) (envelope-from csjp@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 l9CEtfKV052609; Fri, 12 Oct 2007 14:55:41 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CEtf1H052608; Fri, 12 Oct 2007 14:55:41 GMT (envelope-from csjp) Message-Id: <200710121455.l9CEtf1H052608@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 12 Oct 2007 14:55: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/etc/defaults devfs.rules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 14:55:41 -0000 csjp 2007-10-12 14:55:41 UTC FreeBSD src repository Modified files: etc/defaults devfs.rules Log: Add pts/pty to the un-hidden devices for logins. This un-breaks logins to jailed environments when the system is using PTS style ptys (kern.pts.enable=1). Discussed with: rwatson MFc after: 1 week Revision Changes Path 1.5 +2 -0 src/etc/defaults/devfs.rules From owner-cvs-src@FreeBSD.ORG Fri Oct 12 14:56:52 2007 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 CAD7B16A41A; Fri, 12 Oct 2007 14:56:52 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B6BCB13C45B; Fri, 12 Oct 2007 14:56:52 +0000 (UTC) (envelope-from csjp@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 l9CEuqcS052669; Fri, 12 Oct 2007 14:56:52 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CEuqhK052668; Fri, 12 Oct 2007 14:56:52 GMT (envelope-from csjp) Message-Id: <200710121456.l9CEuqhK052668@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 12 Oct 2007 14:56: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/usr.bin/lockf lockf.1 lockf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 14:56:52 -0000 csjp 2007-10-12 14:56:52 UTC FreeBSD src repository Modified files: usr.bin/lockf lockf.1 lockf.c Log: Revision 1.12 of lockf.c fixed a "thundering herd" scenario when the lock experienced contention a number of processes would race to acquire lock when it was released. This problem resulted in a lot of CPU load as well as locks being picked up out of order. Unfortunately, a regression snuck in which allowed multiple threads to pickup the same lock when -k was not used. This could occur when multiple processes open a file descriptor to inode X (one process will be blocked) and the file is unlinked on unlock (thereby removing the directory entry allow another process to create a new directory entry for the same file name and lock it). This changes restores the old algorithm of: wait for the lock, then acquire lock when we want to unlink the file on exit (specifically when -k is not used) and keeps the new algorithm for when -k is used, which yields fairness and improved performance. Also, update the man page to inform users that if lockf(1) is being used to facilitate concurrency between a number of processes, it is recommended that -k be used to reduce CPU load and yeld fairness with regard to lock ordering. Collaborated with: jdp PR: bin/114341 PR: bin/116543 PR: bin/111101 MFC after: 1 week Revision Changes Path 1.19 +13 -1 src/usr.bin/lockf/lockf.1 1.17 +59 -10 src/usr.bin/lockf/lockf.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 14:57:39 2007 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 78BB516A419; Fri, 12 Oct 2007 14:57:39 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C99013C455; Fri, 12 Oct 2007 14:57:39 +0000 (UTC) (envelope-from csjp@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 l9CEvdgs052732; Fri, 12 Oct 2007 14:57:39 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CEvdQI052731; Fri, 12 Oct 2007 14:57:39 GMT (envelope-from csjp) Message-Id: <200710121457.l9CEvdQI052731@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 12 Oct 2007 14:57:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ipfwpcap ipfwpcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 14:57:39 -0000 csjp 2007-10-12 14:57:39 UTC FreeBSD src repository Modified files: usr.sbin/ipfwpcap ipfwpcap.c Log: Add a signal handler for SIGINT to make sure that the PID file gets cleaned up upon receiving SIGINT. This un-breaks subsequent executions of ipfwpcap and helps when debugging network/divert issues like this: ipfwpcap -r 6000 - | tcpdump -r - MFC after: 1 week Revision Changes Path 1.3 +1 -0 src/usr.sbin/ipfwpcap/ipfwpcap.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 14:58:34 2007 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 F11E316A421; Fri, 12 Oct 2007 14:58:34 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C29C613C4A5; Fri, 12 Oct 2007 14:58:34 +0000 (UTC) (envelope-from csjp@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 l9CEwY5X052782; Fri, 12 Oct 2007 14:58:34 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CEwY9G052781; Fri, 12 Oct 2007 14:58:34 GMT (envelope-from csjp) Message-Id: <200710121458.l9CEwY9G052781@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 12 Oct 2007 14:58:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 14:58:35 -0000 csjp 2007-10-12 14:58:34 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Make sure that we refresh the PID on read(2) and write(2) operations. This fixes the process portion of the bpf(4) stats if the peer forks into the background after it's opened the descriptor. This bug results in the following behavior for netstat -B: # netstat -B Pid Netif Flags Recv Drop Match Sblen Hblen Command netstat: kern.proc.pid failed: No such process 78023 em0 p--s-- 2237404 43119 2237404 13986 0 ?????? MFC after: 1 week Revision Changes Path 1.182 +2 -0 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 15:09:02 2007 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 E5B0D16A41B; Fri, 12 Oct 2007 15:09:02 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD99013C459; Fri, 12 Oct 2007 15:09:02 +0000 (UTC) (envelope-from csjp@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 l9CF92AY054537; Fri, 12 Oct 2007 15:09:02 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CF92ow054536; Fri, 12 Oct 2007 15:09:02 GMT (envelope-from csjp) Message-Id: <200710121509.l9CF92ow054536@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 12 Oct 2007 15:09:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_pipe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 15:09:03 -0000 csjp 2007-10-12 15:09:02 UTC FreeBSD src repository Modified files: sys/security/audit audit_pipe.c Log: - Change the wakeup logic associated with having multiple sleepers on multiple different audit pipes. The old method used cv_signal() which would result in only one thread being woken up after we appended a record to it's queue. This resulted in un-timely wake-ups when processing audit records real-time. - Assign PSOCK priority to threads that have been sleeping on a read(2). This is the same priority threads are woken up with when they select(2) or poll(2). This yields fairness between various forms of sleep on the audit pipes. Obtained from: TrustedBSD Project Discussed with: rwatson MFC after: 1 week Revision Changes Path 1.12 +2 -2 src/sys/security/audit/audit_pipe.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 15:12:18 2007 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 BF95E16A41A; Fri, 12 Oct 2007 15:12: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 93C9913C45A; Fri, 12 Oct 2007 15:12: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 l9CFCI1h054895; Fri, 12 Oct 2007 15:12:18 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CFCI9i054894; Fri, 12 Oct 2007 15:12:18 GMT (envelope-from bmah) Message-Id: <200710121512.l9CFCI9i054894@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 12 Oct 2007 15:12: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/release/doc/share/examples Makefile.relnotesng X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 15:12:18 -0000 bmah 2007-10-12 15:12:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/share/examples Makefile.relnotesng Log: Stage RELENG_7 release documentation to the correct directory. Technically, "7-STABLE" isn't the right name for this directory but it will be after 7.0-RELEASE, and naming the directory this way means we don't have to go fix it up later. Approved by: re (implicitly) Revision Changes Path 1.16.2.1 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-src@FreeBSD.ORG Fri Oct 12 15:35:57 2007 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 417E916A41B; Fri, 12 Oct 2007 15:35:57 +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 19DED13C459; Fri, 12 Oct 2007 15:35:57 +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 l9CFZvcb059284; Fri, 12 Oct 2007 15:35:57 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CFZvfd059283; Fri, 12 Oct 2007 15:35:57 GMT (envelope-from bmah) Message-Id: <200710121535.l9CFZvfd059283@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 12 Oct 2007 15:35: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/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: Fri, 12 Oct 2007 15:35:57 -0000 bmah 2007-10-12 15:35:56 UTC FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Bump version numbers to reflect that HEAD represents 8.0-CURRENT. Revision Changes Path 1.29 +5 -5 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Fri Oct 12 16:35:37 2007 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 4095016A417; Fri, 12 Oct 2007 16:35:37 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6A713C4A6; Fri, 12 Oct 2007 16:35:37 +0000 (UTC) (envelope-from emax@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 l9CGZbtV063863; Fri, 12 Oct 2007 16:35:37 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CGZbO2063862; Fri, 12 Oct 2007 16:35:37 GMT (envelope-from emax) Message-Id: <200710121635.l9CGZbO2063862@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 12 Oct 2007 16:35: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/etc/defaults rc.conf src/etc/rc.d 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: Fri, 12 Oct 2007 16:35:37 -0000 emax 2007-10-12 16:35:36 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d ppp Log: Teach /etc/rc.d/ppp to start multiple instances of ppp. ppp_profile variable can now contain multiple profiles. Overrides for ppp mode and nat can go into ppp_$profile_mode and ppp_$profile_nat variables respectively. If those are not specified, defaults from ppp_mode and ppp_nat are used. Submitted by: Yuri Kurenkov < y dot kurenkov at init dot ru > Reviewed by: mtm MFC after: 1 week Revision Changes Path 1.319 +6 -0 src/etc/defaults/rc.conf 1.14 +43 -9 src/etc/rc.d/ppp From owner-cvs-src@FreeBSD.ORG Fri Oct 12 16:51:22 2007 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 95E3C16A41B; Fri, 12 Oct 2007 16:51:22 +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 756DB13C45D; Fri, 12 Oct 2007 16:51:22 +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 l9CGpMpZ073490; Fri, 12 Oct 2007 16:51:22 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CGpMIN073489; Fri, 12 Oct 2007 16:51:22 GMT (envelope-from scottl) Message-Id: <200710121651.l9CGpMIN073489@repoman.freebsd.org> From: Scott Long Date: Fri, 12 Oct 2007 16:51:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/twa tw_osl.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, 12 Oct 2007 16:51:22 -0000 scottl 2007-10-12 16:51:22 UTC FreeBSD src repository Modified files: sys/dev/twa tw_osl.h Log: Deferred interrupts don't work yet, disable them. Submitted by: Manjunath Ranganathaiah Revision Changes Path 1.6 +2 -0 src/sys/dev/twa/tw_osl.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 16:52:56 2007 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 368A616A418; Fri, 12 Oct 2007 16:52:56 +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 15CAC13C467; Fri, 12 Oct 2007 16:52:56 +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 l9CGqt9K073657; Fri, 12 Oct 2007 16:52:55 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CGqt8g073656; Fri, 12 Oct 2007 16:52:55 GMT (envelope-from scottl) Message-Id: <200710121652.l9CGqt8g073656@repoman.freebsd.org> From: Scott Long Date: Fri, 12 Oct 2007 16:52:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 16:52:56 -0000 scottl 2007-10-12 16:52:55 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi_cam.c Log: Play better with CAM so that there aren't so many spurious warnings at boot. Revision Changes Path 1.3 +14 -17 src/sys/dev/mfi/mfi_cam.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 16:54:52 2007 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 626D816A420; Fri, 12 Oct 2007 16:54:52 +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 33D7F13C46E; Fri, 12 Oct 2007 16:54:52 +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 l9CGsqSe073709; Fri, 12 Oct 2007 16:54:52 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CGsqfJ073708; Fri, 12 Oct 2007 16:54:52 GMT (envelope-from scottl) Message-Id: <200710121654.l9CGsqfJ073708@repoman.freebsd.org> From: Scott Long Date: Fri, 12 Oct 2007 16:54:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 16:54:52 -0000 scottl 2007-10-12 16:54:51 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: For some blasted reason the SATA WC change frees a structure right in the middle of using it. Revision Changes Path 1.62 +0 -1 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 17:03:42 2007 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 47E2716A418; Fri, 12 Oct 2007 17:03:42 +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 2727B13C47E; Fri, 12 Oct 2007 17:03:42 +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 l9CH3f83075461; Fri, 12 Oct 2007 17:03:41 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CH3foo075460; Fri, 12 Oct 2007 17:03:41 GMT (envelope-from scottl) Message-Id: <200710121703.l9CH3foo075460@repoman.freebsd.org> From: Scott Long Date: Fri, 12 Oct 2007 17:03: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/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 17:03:42 -0000 scottl 2007-10-12 17:03:41 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Fix a mistake made in the MPSAFE commit that caused CAM to serialize requests to the controller. Revision Changes Path 1.82 +2 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 17:09:44 2007 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 C4DB216A41B; Fri, 12 Oct 2007 17:09:44 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A64B313C455; Fri, 12 Oct 2007 17:09:44 +0000 (UTC) (envelope-from ps@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 l9CH9i8q075716; Fri, 12 Oct 2007 17:09:44 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CH9iu7075715; Fri, 12 Oct 2007 17:09:44 GMT (envelope-from ps) Message-Id: <200710121709.l9CH9iu7075715@repoman.freebsd.org> From: Paul Saab Date: Fri, 12 Oct 2007 17: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/sys/boot/i386/libi386 Makefile pxe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 17:09:44 -0000 ps 2007-10-12 17:09:44 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile pxe.c Log: Do not attempt to make an NFS rpc call if using tftp PR: kern/91720 Submitted by: Ruben Kerkhof Revision Changes Path 1.43 +7 -0 src/sys/boot/i386/libi386/Makefile 1.23 +2 -0 src/sys/boot/i386/libi386/pxe.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 17:49:12 2007 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 9450016A41B; Fri, 12 Oct 2007 17:49:12 +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 7546913C459; Fri, 12 Oct 2007 17:49:12 +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 l9CHnCf2077948; Fri, 12 Oct 2007 17:49:12 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CHnCLu077947; Fri, 12 Oct 2007 17:49:12 GMT (envelope-from obrien) Message-Id: <200710121749.l9CHnCLu077947@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Oct 2007 17:49: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/gnu/usr.bin/cc/cc_tools freebsd-native.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, 12 Oct 2007 17:49:12 -0000 obrien 2007-10-12 17:49:12 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Welcome FreeBSD 8. Revision Changes Path 1.29 +2 -2 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 18:03:03 2007 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 B61BF16A476; Fri, 12 Oct 2007 18:03:03 +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 88B2013C468; Fri, 12 Oct 2007 18:03:03 +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 l9CI33Mr079451; Fri, 12 Oct 2007 18:03:03 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CI327D079108; Fri, 12 Oct 2007 18:03:02 GMT (envelope-from obrien) Message-Id: <200710121803.l9CI327D079108@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Oct 2007 18:03:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/diff Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 18:03:03 -0000 obrien 2007-10-12 18:03:00 UTC FreeBSD src repository Modified files: gnu/usr.bin/diff Makefile Log: style.Makefile(5) Revision Changes Path 1.18 +2 -2 src/gnu/usr.bin/diff/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 18:14:42 2007 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 83E4116A41B; Fri, 12 Oct 2007 18:14:42 +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 64B7413C459; Fri, 12 Oct 2007 18:14:42 +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 l9CIEgoJ080980; Fri, 12 Oct 2007 18:14:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CIEgXA080979; Fri, 12 Oct 2007 18:14:42 GMT (envelope-from obrien) Message-Id: <200710121814.l9CIEgXA080979@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Oct 2007 18:14:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Fri, 12 Oct 2007 18:14:42 -0000 obrien 2007-10-12 18:14:41 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: Minor tweak to finding BEG/END source. Revision Changes Path 1.26 +2 -2 src/gnu/lib/csu/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 18:15:40 2007 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 7A7BC16A421; Fri, 12 Oct 2007 18:15:40 +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 59E5C13C447; Fri, 12 Oct 2007 18:15:40 +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 l9CIFeqw081062; Fri, 12 Oct 2007 18:15:40 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CIFe9R081061; Fri, 12 Oct 2007 18:15:40 GMT (envelope-from obrien) Message-Id: <200710121815.l9CIFe9R081061@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Oct 2007 18:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/sort Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 18:15:40 -0000 obrien 2007-10-12 18:15:40 UTC FreeBSD src repository Modified files: gnu/usr.bin/sort Makefile Log: style.Makefile(5) Revision Changes Path 1.13 +2 -2 src/gnu/usr.bin/sort/Makefile From owner-cvs-src@FreeBSD.ORG Fri Oct 12 18:16:37 2007 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 BFD2816A46B; Fri, 12 Oct 2007 18:16:37 +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 9E83313C45D; Fri, 12 Oct 2007 18:16:37 +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 l9CIGbfl081106; Fri, 12 Oct 2007 18:16:37 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CIGb3c081105; Fri, 12 Oct 2007 18:16:37 GMT (envelope-from obrien) Message-Id: <200710121816.l9CIGb3c081105@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Oct 2007 18:16: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/usr.sbin/sade sade.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, 12 Oct 2007 18:16:37 -0000 obrien 2007-10-12 18:16:35 UTC FreeBSD src repository Modified files: usr.sbin/sade sade.8 Log: Adjust HISTORY. Revision Changes Path 1.78 +1 -1 src/usr.sbin/sade/sade.8 From owner-cvs-src@FreeBSD.ORG Fri Oct 12 18:45:57 2007 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 4C40516A418 for ; Fri, 12 Oct 2007 18:45:57 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id CA1F113C442 for ; Fri, 12 Oct 2007 18:45:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 29468 invoked by uid 399); 12 Oct 2007 18:45:55 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 12 Oct 2007 18:45:55 -0000 X-Originating-IP: 127.0.0.1 Date: Fri, 12 Oct 2007 11:45:52 -0700 (PDT) From: Doug Barton To: Alexey Dokuchaev In-Reply-To: <20071012090746.GA72088@FreeBSD.org> Message-ID: References: <902.1192082681@critter.freebsd.dk> <20071012090746.GA72088@FreeBSD.org> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Poul-Henning Kamp , David O'Brien , des@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 18:45:57 -0000 On Fri, 12 Oct 2007, Alexey Dokuchaev wrote: > On Thu, Oct 11, 2007 at 06:04:41AM +0000, Poul-Henning Kamp wrote: >> In message , Doug Barton writes >> : >> >>> If you truly want to run something literally before everything else, we'd >>> have to create something new, which perhaps is what you were getting at >>> above. Before we add such a thing though, I'd like to get an idea of why >>> it would be needed. >> >> I originally added /etc/rc.early to have a way to do things that >> needed to happen before fsck, such as arming watchdogs, tweaking >> drive parameters or get crypto key material necessary for filesystem >> access. >> >> None of these things seems necessary today. > > So maybe nuke it so people won't accidentally use it again? That's what this discussion is about. I added some warnings that indicate that use of early.sh is deprecated, and it will be removed for 8.0. If there is a hue and cry from the users when they start testing the beta and see those warnings I'm still open to the idea of changing it to just early (no .sh) which would accomplish the goal of not sourcing it into rc's shell which is dangerous. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:03:04 2007 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 C984E16A417; Fri, 12 Oct 2007 19:03:04 +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 C09B413C45B; Fri, 12 Oct 2007 19:03:04 +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 l9CJ34PM085166; Fri, 12 Oct 2007 19:03:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CJ34in085115; Fri, 12 Oct 2007 19:03:04 GMT (envelope-from delphij) Message-Id: <200710121903.l9CJ34in085115@repoman.freebsd.org> From: Xin LI Date: Fri, 12 Oct 2007 19:03:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LESS Cc: Subject: cvs commit: src/contrib/less - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 19:03:04 -0000 delphij 2007-10-12 19:03:04 UTC FreeBSD src repository src/contrib/less - Imported sources Update of /home/ncvs/src/contrib/less In directory repoman.freebsd.org:/tmp/cvs-serv84270 Log Message: Import less v409, fixes a rather serious bug which causes crashes when searching for invalid UTF-8 sequence. Status: Vendor Tag: LESS Release Tags: v409 U src/contrib/less/brac.c U src/contrib/less/ch.c U src/contrib/less/charset.c U src/contrib/less/charset.h U src/contrib/less/cmd.h U src/contrib/less/cmdbuf.c U src/contrib/less/command.c U src/contrib/less/configure U src/contrib/less/configure.ac U src/contrib/less/COPYING U src/contrib/less/decode.c U src/contrib/less/defines.ds U src/contrib/less/defines.h.in U src/contrib/less/defines.o2 U src/contrib/less/defines.o9 U src/contrib/less/defines.wn U src/contrib/less/edit.c U src/contrib/less/filename.c U src/contrib/less/forwback.c U src/contrib/less/funcs.h U src/contrib/less/help.c U src/contrib/less/ifile.c U src/contrib/less/input.c U src/contrib/less/INSTALL U src/contrib/less/install.sh U src/contrib/less/jump.c U src/contrib/less/less.h U src/contrib/less/less.hlp U src/contrib/less/less.man U src/contrib/less/less.nro U src/contrib/less/lessecho.c U src/contrib/less/lessecho.man U src/contrib/less/lessecho.nro U src/contrib/less/lesskey.c U src/contrib/less/lesskey.h U src/contrib/less/lesskey.man U src/contrib/less/lesskey.nro U src/contrib/less/lglob.h U src/contrib/less/LICENSE U src/contrib/less/line.c U src/contrib/less/linenum.c U src/contrib/less/lsystem.c U src/contrib/less/main.c U src/contrib/less/Makefile.aut U src/contrib/less/Makefile.dsb U src/contrib/less/Makefile.dsg U src/contrib/less/Makefile.dsu U src/contrib/less/Makefile.in U src/contrib/less/Makefile.o2e U src/contrib/less/Makefile.o9c U src/contrib/less/Makefile.o9u U src/contrib/less/Makefile.wnb U src/contrib/less/Makefile.wnm U src/contrib/less/mark.c U src/contrib/less/mkfuncs.awk U src/contrib/less/mkhelp.c U src/contrib/less/mkinstalldirs U src/contrib/less/NEWS U src/contrib/less/optfunc.c U src/contrib/less/option.c U src/contrib/less/option.h U src/contrib/less/opttbl.c U src/contrib/less/os.c U src/contrib/less/output.c U src/contrib/less/pckeys.h U src/contrib/less/position.c U src/contrib/less/position.h U src/contrib/less/prompt.c U src/contrib/less/README U src/contrib/less/regexp.c U src/contrib/less/regexp.h U src/contrib/less/screen.c U src/contrib/less/scrsize.c U src/contrib/less/search.c U src/contrib/less/signal.c U src/contrib/less/tags.c U src/contrib/less/ttyin.c U src/contrib/less/version.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:11:23 2007 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 09C9216A419 for ; Fri, 12 Oct 2007 19:11:23 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id 705A213C4A8 for ; Fri, 12 Oct 2007 19:11:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 30084 invoked by uid 399); 12 Oct 2007 19:11:21 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 12 Oct 2007 19:11:21 -0000 X-Originating-IP: 127.0.0.1 Date: Fri, 12 Oct 2007 12:11:19 -0700 (PDT) From: Doug Barton To: cvs-all@FreeBSD.org In-Reply-To: <20071012090746.GA72088@FreeBSD.org> Message-ID: References: <902.1192082681@critter.freebsd.dk> <20071012090746.GA72088@FreeBSD.org> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d early.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 19:11:23 -0000 On Fri, 12 Oct 2007, Alexey Dokuchaev wrote: > On Thu, Oct 11, 2007 at 06:04:41AM +0000, Poul-Henning Kamp wrote: >> In message , Doug Barton writes >> : >> >>> If you truly want to run something literally before everything else, we'd >>> have to create something new, which perhaps is what you were getting at >>> above. Before we add such a thing though, I'd like to get an idea of why >>> it would be needed. >> >> I originally added /etc/rc.early to have a way to do things that >> needed to happen before fsck, such as arming watchdogs, tweaking >> drive parameters or get crypto key material necessary for filesystem >> access. >> >> None of these things seems necessary today. BTW (with no disrespect to phk), I forgot to mention that this is exactly why I want to remove this thing instead of just modifying it. These kinds of one-off hacks tend to take on a life of their own, grow roots (and sometimes teeth) and then they can never be removed. It's also why I am often resistant to changing things without a really good reason. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:12:21 2007 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 9A4EA16A41A; Fri, 12 Oct 2007 19:12:21 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 900C713C4AA; Fri, 12 Oct 2007 19:12:21 +0000 (UTC) (envelope-from mohans@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 l9CJCLYu085993; Fri, 12 Oct 2007 19:12:21 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CJCLeI085992; Fri, 12 Oct 2007 19:12:21 GMT (envelope-from mohans) Message-Id: <200710121912.l9CJCLeI085992@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 12 Oct 2007 19:12:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs.h nfs_socket.c nfs_subs.c nfsmount.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, 12 Oct 2007 19:12:21 -0000 mohans 2007-10-12 19:12:21 UTC FreeBSD src repository Modified files: sys/nfsclient nfs.h nfs_socket.c nfs_subs.c nfsmount.h Log: NFS MP scaling changes. - Eliminate the hideous nfs_sndlock that serialized NFS/TCP request senders thru the sndlock. - Institute a new nfs_connectlock that serializes NFS/TCP reconnects. Add logic to wait for pending request senders to finish sending before reconnecting. Dial down the sb_timeo for NFS/TCP sockets to 1 sec. - Break out the nfs xid manipulation under a new nfs xid lock, rather than over loading the nfs request lock for this purpose. - Fix some of the locking in nfs_request. Many thanks to Kris Kennaway for his help with this and for initiating the MP scaling analysis and work. Kris also tested this patch thorougly. Approved by: re@ (Ken Smith) Revision Changes Path 1.99 +2 -2 src/sys/nfsclient/nfs.h 1.155 +123 -71 src/sys/nfsclient/nfs_socket.c 1.147 +4 -2 src/sys/nfsclient/nfs_subs.c 1.33 +2 -0 src/sys/nfsclient/nfsmount.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:18:46 2007 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 CE13916A41A; Fri, 12 Oct 2007 19:18:46 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C239C13C474; Fri, 12 Oct 2007 19:18:46 +0000 (UTC) (envelope-from mohans@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 l9CJIkKr086226; Fri, 12 Oct 2007 19:18:46 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CJIkc7086225; Fri, 12 Oct 2007 19:18:46 GMT (envelope-from mohans) Message-Id: <200710121918.l9CJIkc7086225@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 12 Oct 2007 19:18: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/sys/nfsclient nfs.h nfs_socket.c nfs_subs.c nfsmount.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, 12 Oct 2007 19:18:46 -0000 mohans 2007-10-12 19:18:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsclient nfs.h nfs_socket.c nfs_subs.c nfsmount.h Log: MFC: NFS MP scaling changes. - Eliminate the hideous nfs_sndlock that serialized NFS/TCP request senders thru the sndlock. - Institute a new nfs_connectlock that serializes NFS/TCP reconnects. Add logic to wait for pending request senders to finish sending before reconnecting. Dial down the sb_timeo for NFS/TCP sockets to 1 sec. - Break out the nfs xid manipulation under a new nfs xid lock, rather than over loading the nfs request lock for this purpose. - Fix some of the locking in nfs_request. Many thanks to Kris Kennaway for his help with this and for initiating the MP scaling analysis and work. Kris also tested this patch thorougly. Approved by: re@ (Ken Smith) Revision Changes Path 1.98.2.1 +2 -2 src/sys/nfsclient/nfs.h 1.154.2.1 +123 -71 src/sys/nfsclient/nfs_socket.c 1.146.2.1 +4 -2 src/sys/nfsclient/nfs_subs.c 1.32.2.1 +2 -0 src/sys/nfsclient/nfsmount.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:37:49 2007 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 84A5116A419; Fri, 12 Oct 2007 19:37:49 +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 6486C13C465; Fri, 12 Oct 2007 19:37:49 +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 l9CJbndt087280; Fri, 12 Oct 2007 19:37:49 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CJblYB087279; Fri, 12 Oct 2007 19:37:47 GMT (envelope-from ru) Message-Id: <200710121937.l9CJblYB087279@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Oct 2007 19:37:47 +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: Fri, 12 Oct 2007 19:37:49 -0000 ru 2007-10-12 19:37:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/mk bsd.own.mk Log: MFC: 1.68: Enforce the BIND dependency on libpthread. Approved by: re (kensmith) Revision Changes Path 1.67.2.1 +10 -5 src/share/mk/bsd.own.mk From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:38:40 2007 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 44A3D16A420; Fri, 12 Oct 2007 19:38:40 +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 2404513C461; Fri, 12 Oct 2007 19:38:40 +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 l9CJcdRS087334; Fri, 12 Oct 2007 19:38:40 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CJcd2R087333; Fri, 12 Oct 2007 19:38:39 GMT (envelope-from jhb) Message-Id: <200710121938.l9CJcd2R087333@repoman.freebsd.org> From: John Baldwin Date: Fri, 12 Oct 2007 19:38: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/sys/fs/pseudofs pseudofs_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: Fri, 12 Oct 2007 19:38:40 -0000 jhb 2007-10-12 19:38:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/pseudofs pseudofs_vnops.c Log: MFC: Use the correct pid when checking to see whether or not the /proc/ directory is visible to the current thread. Revision Changes Path 1.56.2.7 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 19:47:43 2007 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 2614116A417; Fri, 12 Oct 2007 19:47:43 +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 1D50313C459; Fri, 12 Oct 2007 19:47:43 +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 l9CJlgsS088082; Fri, 12 Oct 2007 19:47:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CJlgCG088081; Fri, 12 Oct 2007 19:47:42 GMT (envelope-from jhb) Message-Id: <200710121947.l9CJlgCG088081@repoman.freebsd.org> From: John Baldwin Date: Fri, 12 Oct 2007 19:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ukbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Oct 2007 19:47:43 -0000 jhb 2007-10-12 19:47:42 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: The ukbd driver has some questionable "magic" to for a default keyboard which is ukbd0. Specifically, the keyboard driver structures for ukbd0 are not allocated/freed but are statically allocated via a persistent global variable. There is some additional magic for the ukbd0 such that if the keyboard is marked as probed in this global variable, then we don't check to see if the device_t we are probing has an interface. This causes a problem if an attach of ukbd0 fails without fulling clearing the state in the global variable. Specifically, if the keyboard fails to initialize in init_keyboard() or kbd_register(), then the keyboard will still be marked as probed. The USB layer will then try to offer the "generic" version of the USB keyboard device (as opposed to the per-interface sub-devices) and the ukbd(4) driver will see that the keyboard is marked probe and will skip the "is this a per-interface device" check. Later in ukbd_attach() it panics because it tries to dereference the interface pointer which is NULL. The fix is to clear the flags in the persistent keyboard data for ukbd0 when init_keyboard() or kbd_register() fail. MFC after: 1 week Reviewed by: imp Revision Changes Path 1.73 +8 -2 src/sys/dev/usb/ukbd.c From owner-cvs-src@FreeBSD.ORG Fri Oct 12 20:05:12 2007 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 17D5216A41B; Fri, 12 Oct 2007 20:05:12 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 788C013C447; Fri, 12 Oct 2007 20:05:11 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 5C1F341C72F; Fri, 12 Oct 2007 22:05:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 0K7p37RopAMK; Fri, 12 Oct 2007 22:05:08 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id E91F241C71E; Fri, 12 Oct 2007 22:05:08 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 3850B444885; Fri, 12 Oct 2007 20:05:03 +0000 (UTC) Date: Fri, 12 Oct 2007 20:05:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Maksim Yevmenkin In-Reply-To: <200710121635.l9CGZbO2063862@repoman.freebsd.org> Message-ID: <20071012200336.H6043@maildrop.int.zabbadoz.net> References: <200710121635.l9CGZbO2063862@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/etc/defaults rc.conf src/etc/rc.d 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: Fri, 12 Oct 2007 20:05:12 -0000 On Fri, 12 Oct 2007, Maksim Yevmenkin wrote: > emax 2007-10-12 16:35:36 UTC > > FreeBSD src repository > > Modified files: > etc/defaults rc.conf > etc/rc.d ppp > Log: > Teach /etc/rc.d/ppp to start multiple instances of ppp. > > ppp_profile variable can now contain multiple profiles. > Overrides for ppp mode and nat can go into ppp_$profile_mode > and ppp_$profile_nat variables respectively. If those are > not specified, defaults from ppp_mode and ppp_nat are used. > > Submitted by: Yuri Kurenkov < y dot kurenkov at init dot ru > > Reviewed by: mtm > MFC after: 1 week > > Revision Changes Path > 1.319 +6 -0 src/etc/defaults/rc.conf > 1.14 +43 -9 src/etc/rc.d/ppp I wonder how that differs from the script proposed in http://www.freebsd.org/cgi/query-pr.cgi?pr=114081 which should also provide a fallback to the global setting in case the _profile on is not given... -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time. From owner-cvs-src@FreeBSD.ORG Fri Oct 12 20:46:03 2007 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 6C61916A419; Fri, 12 Oct 2007 20:46:03 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 8924913C461; Fri, 12 Oct 2007 20:46:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <470FDD06.4090904@FreeBSD.org> Date: Fri, 12 Oct 2007 22:45:58 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Mohan Srinivasan References: <200710121912.l9CJCLeI085992@repoman.freebsd.org> In-Reply-To: <200710121912.l9CJCLeI085992@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs.h nfs_socket.c nfs_subs.c nfsmount.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, 12 Oct 2007 20:46:03 -0000 Mohan Srinivasan wrote: > mohans 2007-10-12 19:12:21 UTC > > FreeBSD src repository > > Modified files: > sys/nfsclient nfs.h nfs_socket.c nfs_subs.c nfsmount.h > Log: > NFS MP scaling changes. > - Eliminate the hideous nfs_sndlock that serialized NFS/TCP request senders > thru the sndlock. > - Institute a new nfs_connectlock that serializes NFS/TCP reconnects. Add > logic to wait for pending request senders to finish sending before > reconnecting. Dial down the sb_timeo for NFS/TCP sockets to 1 sec. > - Break out the nfs xid manipulation under a new nfs xid lock, rather than > over loading the nfs request lock for this purpose. > - Fix some of the locking in nfs_request. > Many thanks to Kris Kennaway for his help with this and for initiating the > MP scaling analysis and work. Kris also tested this patch thorougly. > Approved by: re@ (Ken Smith) For the benefit of others: this change improved throughput by about 10% at high I/O loads with a dual core client, and by a factor of 10 on an 8 core client (this was mostly the home-brew nfs_sndlock, which mohan correctly describes :-). Mohan's previous commit that increases the nfs server socket buffer size is also very important for NFS performance. Without it I was only getting 1-2MB/sec throughput over 10Gb ethernet with UDP mounts, because the minuscule 32kb socket buffer was constantly filling up and forcing retransmits. With the new default of 256KB I still get full buffers with 10ge, so you may need to increase this further to eliminate this problem. It might be OK for gige speeds, although I was still seeing some buffer full events, so maybe we should consider increasing the default sockbuf size to 512KB or so if this is widespread. As a side comment there is a bug in either the nfs client or server that corrupts I/O when there is packet loss with UDP mounts (the default). TCP mounts handle this at the TCP layer. Kris From owner-cvs-src@FreeBSD.ORG Fri Oct 12 21:37:09 2007 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 8667E16A469 for ; Fri, 12 Oct 2007 21:37:09 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 19CE513C448 for ; Fri, 12 Oct 2007 21:37:08 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so856764nfb for ; Fri, 12 Oct 2007 14:37:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=R+8EzGmvwpNfh51jCPHf4A8QU8QtIhaFWDVHFV1oGsU=; b=F2WoBCp1Tpe2mM1zxIzMBR1CjFgjQ/8dKZ4buV/iQpQn+bKuV2w/mZiOk6DWHYM5XrGA4lMTSkSiUHlvLjjWy/QJgI6yaL0ORmf8Jnfu5VNFC37b8Ubj6myIHx3ig0fm4IlZqNXW0HXBdlb/jmkyMaDO+hQYhN/Cdl9GI7QbU2Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RHgX9W3SUQOC9GlRcBb9gRcUO8j14e5IyrEuvEWheojM15JSc2CphmEGuPBcEG2GhFBHvO6UjbiPW237Fxz4P8B/67hY0qOUsn2W1ZcqVUMk41YRV1xOifxOcyzj0Ws/s4LVicuHE7rkN+xsYHloFZeENYvK9moOIIw5AcAeGqo= Received: by 10.86.95.20 with SMTP id s20mr2650011fgb.1192223443864; Fri, 12 Oct 2007 14:10:43 -0700 (PDT) Received: by 10.86.25.9 with HTTP; Fri, 12 Oct 2007 14:10:43 -0700 (PDT) Message-ID: Date: Fri, 12 Oct 2007 14:10:43 -0700 From: "Maksim Yevmenkin" To: "Bjoern A. Zeeb" In-Reply-To: <20071012200336.H6043@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710121635.l9CGZbO2063862@repoman.freebsd.org> <20071012200336.H6043@maildrop.int.zabbadoz.net> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d 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: Fri, 12 Oct 2007 21:37:09 -0000 On 10/12/07, Bjoern A. Zeeb wrote: > On Fri, 12 Oct 2007, Maksim Yevmenkin wrote: > > > emax 2007-10-12 16:35:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > etc/defaults rc.conf > > etc/rc.d ppp > > Log: > > Teach /etc/rc.d/ppp to start multiple instances of ppp. > > > > ppp_profile variable can now contain multiple profiles. > > Overrides for ppp mode and nat can go into ppp_$profile_mode > > and ppp_$profile_nat variables respectively. If those are > > not specified, defaults from ppp_mode and ppp_nat are used. > > > > Submitted by: Yuri Kurenkov < y dot kurenkov at init dot ru > > > Reviewed by: mtm > > MFC after: 1 week > > > > Revision Changes Path > > 1.319 +6 -0 src/etc/defaults/rc.conf > > 1.14 +43 -9 src/etc/rc.d/ppp > > I wonder how that differs from the script proposed in > http://www.freebsd.org/cgi/query-pr.cgi?pr=114081 it does look similar :) i was not aware of your patch (and it is not clear from from the pr title that one should look there for similar patch :) in fact, it took me good ten minutes to find it. > which should also provide a fallback to the global > setting in case the _profile on is not given... the version i have committed provides fallback to default ppp_mode and ppp_nat if profile specific mode and nat overrides were omitted. you also deserve the credit for your work. thanks, max From owner-cvs-src@FreeBSD.ORG Fri Oct 12 21:55:06 2007 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 D562816A417; Fri, 12 Oct 2007 21:55:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 95A7F13C467; Fri, 12 Oct 2007 21:55:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id B9DC941C733; Fri, 12 Oct 2007 23:55:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id XCGpEltWcKWV; Fri, 12 Oct 2007 23:55:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 5EB3D41C72F; Fri, 12 Oct 2007 23:55:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 04A96444885; Fri, 12 Oct 2007 21:51:17 +0000 (UTC) Date: Fri, 12 Oct 2007 21:51:17 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Maksim Yevmenkin In-Reply-To: Message-ID: <20071012213609.X6043@maildrop.int.zabbadoz.net> References: <200710121635.l9CGZbO2063862@repoman.freebsd.org> <20071012200336.H6043@maildrop.int.zabbadoz.net> 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/etc/defaults rc.conf src/etc/rc.d 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: Fri, 12 Oct 2007 21:55:06 -0000 On Fri, 12 Oct 2007, Maksim Yevmenkin wrote: > On 10/12/07, Bjoern A. Zeeb wrote: >> On Fri, 12 Oct 2007, Maksim Yevmenkin wrote: >> >>> emax 2007-10-12 16:35:36 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> etc/defaults rc.conf >>> etc/rc.d ppp >>> Log: >>> Teach /etc/rc.d/ppp to start multiple instances of ppp. >>> >>> ppp_profile variable can now contain multiple profiles. >>> Overrides for ppp mode and nat can go into ppp_$profile_mode >>> and ppp_$profile_nat variables respectively. If those are >>> not specified, defaults from ppp_mode and ppp_nat are used. >>> >>> Submitted by: Yuri Kurenkov < y dot kurenkov at init dot ru > >>> Reviewed by: mtm >>> MFC after: 1 week >>> >>> Revision Changes Path >>> 1.319 +6 -0 src/etc/defaults/rc.conf >>> 1.14 +43 -9 src/etc/rc.d/ppp >>> >> which should also provide a fallback to the global >> setting in case the _profile on is not given... > > the version i have committed provides fallback to default ppp_mode and > ppp_nat if profile specific mode and nat overrides were omitted. Ah. Yes. Looked at the new version, not just half of the change;) Seems yours is a lot better worked out and looks way cleaner:-) Two comments: a) do we really need that su -c ""? I have no idea what ppp_user had done so far (did anything)? b) could you grab that last change, that rc.d/jail has as well, so it would be possible to start/stop/.. a single instance by giving the profile name after the start/stop/...? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time. From owner-cvs-src@FreeBSD.ORG Fri Oct 12 22:11:23 2007 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 1AB2816A417; Fri, 12 Oct 2007 22:11:23 +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 F226313C468; Fri, 12 Oct 2007 22:11:22 +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 l9CMBMga010734; Fri, 12 Oct 2007 22:11:22 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CMBM4J010733; Fri, 12 Oct 2007 22:11:22 GMT (envelope-from scottl) Message-Id: <200710122211.l9CMBM4J010733@repoman.freebsd.org> From: Scott Long Date: Fri, 12 Oct 2007 22:11:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_all.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 22:11:23 -0000 scottl 2007-10-12 22:11:22 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_all.h Log: Add a bunch of definitions and structures to support newer drivers. Revision Changes Path 1.29 +110 -1 src/sys/cam/scsi/scsi_all.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 22:18:56 2007 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 C781316A417; Fri, 12 Oct 2007 22:18:56 +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 AC5CE13C4B2; Fri, 12 Oct 2007 22:18:56 +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 l9CMIutB011140; Fri, 12 Oct 2007 22:18:56 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9CMIuIJ011139; Fri, 12 Oct 2007 22:18:56 GMT (envelope-from scottl) Message-Id: <200710122218.l9CMIuIJ011139@repoman.freebsd.org> From: Scott Long Date: Fri, 12 Oct 2007 22:18: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/sys ata.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, 12 Oct 2007 22:18:56 -0000 scottl 2007-10-12 22:18:56 UTC FreeBSD src repository Modified files: sys/sys ata.h Log: Add definitions for the 3rd ATA support word. Revision Changes Path 1.37 +9 -0 src/sys/sys/ata.h From owner-cvs-src@FreeBSD.ORG Fri Oct 12 22:40:11 2007 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 37F6016A418; Fri, 12 Oct 2007 22:40:11 +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 F07B713C457; Fri, 12 Oct 2007 22:40:10 +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 6E7A420C2; Sat, 13 Oct 2007 00:40:02 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.0/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 4F6EF20C1; Sat, 13 Oct 2007 00:40:02 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 0F1EC84493; Sat, 13 Oct 2007 00:40:02 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Bjoern A. Zeeb" References: <200710120803.l9C83pLM093240@repoman.freebsd.org> <20071012081105.C6043@maildrop.int.zabbadoz.net> Date: Sat, 13 Oct 2007 00:40:01 +0200 In-Reply-To: <20071012081105.C6043@maildrop.int.zabbadoz.net> (Bjoern A. Zeeb's message of "Fri\, 12 Oct 2007 08\:27\:47 +0000 \(UTC\)") Message-ID: <86d4vkj6ta.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, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: 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: Fri, 12 Oct 2007 22:40:11 -0000 "Bjoern A. Zeeb" writes: > Is there any chance to get bind back w/o threading support? I guess > the question is more to Doug than to you. > > I found it usefull especially for (CF) installations where I > neither needed pppctl nor any other thing that depended on a threading > library but a caching nameserver. Going with a port for this > means supporting the ports infrastructure respectively an extra > installation procedure. Nothing that can't be done just extra pain;-) > So far it was easier to go with just base and live with the size of > named. I can't imagine a situation where you would want to run BIND but couldn't spare the disk space for libthr. Size in kB of named and its dependencies on -CURRENT: 1616 named 1584 libcrypto.so.5 1120 libc.so.7 80 libthr.so.3 On a production name server, /var/named alone would easily outwheigh libthr. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sat Oct 13 00:24:09 2007 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 DC02D16A469; Sat, 13 Oct 2007 00:24: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 C857613C457; Sat, 13 Oct 2007 00:24: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 l9D0O9eD023286; Sat, 13 Oct 2007 00:24:09 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9D0O9fF023285; Sat, 13 Oct 2007 00:24:09 GMT (envelope-from yongari) Message-Id: <200710130024.l9D0O9fF023285@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 13 Oct 2007 00:24:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/gem if_gem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 00:24:10 -0000 yongari 2007-10-13 00:24:09 UTC FreeBSD src repository Modified files: sys/dev/gem if_gem.c Log: Fix a NULL pointer dereference in Tx checksum calculation. Pointed out by: marius Revision Changes Path 1.45 +5 -0 src/sys/dev/gem/if_gem.c From owner-cvs-src@FreeBSD.ORG Sat Oct 13 05:45:46 2007 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 6F6A316A41A; Sat, 13 Oct 2007 05:45:46 +0000 (UTC) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2BF13C442; Sat, 13 Oct 2007 05:45:46 +0000 (UTC) (envelope-from iwasaki@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 l9D5jkTA062652; Sat, 13 Oct 2007 05:45:46 GMT (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9D5jk2F062651; Sat, 13 Oct 2007 05:45:46 GMT (envelope-from iwasaki) Message-Id: <200710130545.l9D5jk2F062651@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 13 Oct 2007 05:45: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/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 05:45:46 -0000 iwasaki 2007-10-13 05:45:46 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Add NOP-message polling to ciss_periodic(). Disable adapter by detecting adapter is dead. Tested by: Masaki YATSU(on RELENG_6) Reviewed by: scottl MFC after: 1 week Revision Changes Path 1.83 +80 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sat Oct 13 05:50:43 2007 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 B4E6D16A420; Sat, 13 Oct 2007 05:50:43 +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 A298B13C467; Sat, 13 Oct 2007 05:50:43 +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 l9D5oh5h062918; Sat, 13 Oct 2007 05:50:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9D5ohq3062917; Sat, 13 Oct 2007 05:50:43 GMT (envelope-from ru) Message-Id: <200710130550.l9D5ohq3062917@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 13 Oct 2007 05:50:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Sat, 13 Oct 2007 05:50:43 -0000 ru 2007-10-13 05:50:43 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: Back out last commit -- it breaks sparc64 build which has more than one .c file in SRCS. Revision Changes Path 1.27 +2 -2 src/gnu/lib/csu/Makefile From owner-cvs-src@FreeBSD.ORG Sat Oct 13 06:03:47 2007 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 CB32616A418; Sat, 13 Oct 2007 06:03:47 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B67D013C494; Sat, 13 Oct 2007 06:03:47 +0000 (UTC) (envelope-from jkoshy@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 l9D63lTF064838; Sat, 13 Oct 2007 06:03:47 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9D63lwb064837; Sat, 13 Oct 2007 06:03:47 GMT (envelope-from jkoshy) Message-Id: <200710130603.l9D63lwb064837@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 13 Oct 2007 06:03: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/share/man/man4 hwpmc.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, 13 Oct 2007 06:03:47 -0000 jkoshy 2007-10-13 06:03:47 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Describe an error return that was missed out earlier. Revision Changes Path 1.18 +6 -1 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Sat Oct 13 06:45:28 2007 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 EAAA216A417 for ; Sat, 13 Oct 2007 06:45:28 +0000 (UTC) (envelope-from haanjdj@kpnplanet.nl) Received: from cpsmtp-voip01.KPNplanet.nl (cpsmtp-voip01.KPNplanet.nl [213.75.38.81]) by mx1.freebsd.org (Postfix) with ESMTP id 99B3D13C468 for ; Sat, 13 Oct 2007 06:45:28 +0000 (UTC) (envelope-from haanjdj@kpnplanet.nl) Received: from bogomip ([86.90.176.30]) by cpsmtp-voip01.KPNplanet.nl with Microsoft SMTPSVC(5.0.2195.6713); Sat, 13 Oct 2007 08:33:23 +0200 From: "Derkjan de Haan" To: Date: Sat, 13 Oct 2007 08:33:20 +0200 Message-ID: <000101c80d62$f2bf0460$d83d0d20$@nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcgNYvJWe246tcZRR3Gpwm49//+VjA== Content-Language: nl X-OriginalArrivalTime: 13 Oct 2007 06:33:23.0765 (UTC) FILETIME=[F45B7650:01C80D62] Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 06:45:29 -0000 Hi, Would the patch mentioned below be a good MFC candidate for RELENG_7? Regards, Derkjan de Haan Log: Fix a mistake made in the MPSAFE commit that caused CAM to serialize requests to the controller. Revision Changes Path 1.82 +2 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sat Oct 13 11:09:46 2007 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 61B7516A46C; Sat, 13 Oct 2007 11:09:46 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4581D13C469; Sat, 13 Oct 2007 11:09:46 +0000 (UTC) (envelope-from simon@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 l9DB9ksf096096; Sat, 13 Oct 2007 11:09:46 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DB9k85096095; Sat, 13 Oct 2007 11:09:46 GMT (envelope-from simon) Message-Id: <200710131109.l9DB9k85096095@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 13 Oct 2007 11:09:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pidfile.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: Sat, 13 Oct 2007 11:09:46 -0000 simon 2007-10-13 11:09:46 UTC FreeBSD src repository Modified files: lib/libutil pidfile.3 Log: Minor mdoc cleanup: Every sentence should start on its own line. Revision Changes Path 1.7 +2 -1 src/lib/libutil/pidfile.3 From owner-cvs-src@FreeBSD.ORG Sat Oct 13 11:30:20 2007 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 0164416A41B; Sat, 13 Oct 2007 11:30:20 +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 D8F1F13C469; Sat, 13 Oct 2007 11:30:19 +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 l9DBUJFq097201; Sat, 13 Oct 2007 11:30:19 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DBUJXS097200; Sat, 13 Oct 2007 11:30:19 GMT (envelope-from des) Message-Id: <200710131130.l9DBUJXS097200@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 13 Oct 2007 11:30: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 systm.h src/sys/kern kern_environment.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 11:30:20 -0000 des 2007-10-13 11:30:19 UTC FreeBSD src repository Modified files: sys/sys systm.h sys/kern kern_environment.c Log: I don't know what I was smoking when I wrote these three years ago; the return value is an error code, hence always an int. While I'm here, add getenv_uint() for completeness. Revision Changes Path 1.48 +19 -4 src/sys/kern/kern_environment.c 1.261 +3 -2 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Sat Oct 13 12:04:10 2007 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 75E5E16A419; Sat, 13 Oct 2007 12:04:10 +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 5569213C457; Sat, 13 Oct 2007 12:04:10 +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 l9DC4A5n000492; Sat, 13 Oct 2007 12:04:10 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DC4Aar000491; Sat, 13 Oct 2007 12:04:10 GMT (envelope-from cognet) Message-Id: <200710131204.l9DC4Aar000491@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 13 Oct 2007 12:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/include asm.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, 13 Oct 2007 12:04:10 -0000 cognet 2007-10-13 12:04:10 UTC FreeBSD src repository Modified files: sys/arm/include asm.h Log: Define _ARM_ARCH_5E too, so that we know if pld/strd/ldrd are available. MFC After: 3 days Revision Changes Path 1.7 +6 -1 src/sys/arm/include/asm.h From owner-cvs-src@FreeBSD.ORG Sat Oct 13 12:05:04 2007 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 0C12116A418; Sat, 13 Oct 2007 12:05:04 +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 DE60313C455; Sat, 13 Oct 2007 12:05:03 +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 l9DC53I3000580; Sat, 13 Oct 2007 12:05:03 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DC535e000579; Sat, 13 Oct 2007 12:05:03 GMT (envelope-from cognet) Message-Id: <200710131205.l9DC535e000579@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 13 Oct 2007 12:05:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm bcopy_page.S bcopyinout.S in_cksum_arm.S support.S swtch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 12:05:04 -0000 cognet 2007-10-13 12:05:03 UTC FreeBSD src repository Modified files: sys/arm/arm bcopy_page.S bcopyinout.S in_cksum_arm.S support.S swtch.S Log: Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use _ARM_ARCH_5E instead. MFC After: 3 days Revision Changes Path 1.5 +5 -5 src/sys/arm/arm/bcopy_page.S 1.9 +2 -2 src/sys/arm/arm/bcopyinout.S 1.7 +6 -6 src/sys/arm/arm/in_cksum_arm.S 1.13 +9 -9 src/sys/arm/arm/support.S 1.21 +3 -3 src/sys/arm/arm/swtch.S From owner-cvs-src@FreeBSD.ORG Sat Oct 13 12:05:37 2007 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 F1D2116A417; Sat, 13 Oct 2007 12:05:36 +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 D044613C457; Sat, 13 Oct 2007 12:05:36 +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 l9DC5aiW000626; Sat, 13 Oct 2007 12:05:36 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DC5aE7000625; Sat, 13 Oct 2007 12:05:36 GMT (envelope-from cognet) Message-Id: <200710131205.l9DC5aE7000625@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 13 Oct 2007 12:05:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/libkern/arm ffs.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 12:05:37 -0000 cognet 2007-10-13 12:05:36 UTC FreeBSD src repository Modified files: sys/libkern/arm ffs.S Log: Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead. MFC After: 3 days Revision Changes Path 1.5 +1 -1 src/sys/libkern/arm/ffs.S From owner-cvs-src@FreeBSD.ORG Sat Oct 13 12:06:32 2007 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 636AA16A420; Sat, 13 Oct 2007 12:06:32 +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 42F4B13C442; Sat, 13 Oct 2007 12:06:32 +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 l9DC6Wn4000697; Sat, 13 Oct 2007 12:06:32 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DC6WBr000696; Sat, 13 Oct 2007 12:06:32 GMT (envelope-from cognet) Message-Id: <200710131206.l9DC6WBr000696@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 13 Oct 2007 12:06: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/lib/libc/arm/string ffs.S memcpy.S memset.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 12:06:32 -0000 cognet 2007-10-13 12:06:32 UTC FreeBSD src repository Modified files: lib/libc/arm/string ffs.S memcpy.S memset.S Log: MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are available, use _ARM_ARCH_5/_ARM_ARCH_5E instead. MFC After: 3 days Revision Changes Path 1.4 +1 -1 src/lib/libc/arm/string/ffs.S 1.2 +1 -1 src/lib/libc/arm/string/memcpy.S 1.3 +7 -7 src/lib/libc/arm/string/memset.S From owner-cvs-src@FreeBSD.ORG Sat Oct 13 12:14:21 2007 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 0291516A419; Sat, 13 Oct 2007 12:14:21 +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 D45AF13C457; Sat, 13 Oct 2007 12:14:20 +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 l9DCEKjj001422; Sat, 13 Oct 2007 12:14:20 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DCEKTC001421; Sat, 13 Oct 2007 12:14:20 GMT (envelope-from des) Message-Id: <200710131214.l9DCEKTC001421@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 13 Oct 2007 12:14:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/puc puc_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, 13 Oct 2007 12:14:21 -0000 des 2007-10-13 12:14:20 UTC FreeBSD src repository Modified files: sys/dev/puc puc_pci.c Log: Rewrite puc_pci_match() to handle non-trivial cases correctly. MFC after: 1 week Revision Changes Path 1.17 +19 -14 src/sys/dev/puc/puc_pci.c From owner-cvs-src@FreeBSD.ORG Sat Oct 13 13:01:01 2007 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 3B3EA16A469; Sat, 13 Oct 2007 13:01:01 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7EE13C478; Sat, 13 Oct 2007 13:01:01 +0000 (UTC) (envelope-from glebius@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 l9DD10xY012737; Sat, 13 Oct 2007 13:01:00 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DD10Mr012731; Sat, 13 Oct 2007 13:01:00 GMT (envelope-from glebius) Message-Id: <200710131301.l9DD10Mr012731@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 13 Oct 2007 13:00:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Sat, 13 Oct 2007 13:01:01 -0000 glebius 2007-10-13 13:00:59 UTC FreeBSD src repository Modified files: . access Log: Note that Alexander Motin (mav) is now free from mentorship. Approved by: core (not truth) Revision Changes Path 1.837 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Oct 13 14:40:17 2007 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 77EC416A418; Sat, 13 Oct 2007 14:40:17 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37E3C13C46A; Sat, 13 Oct 2007 14:40:17 +0000 (UTC) (envelope-from deischen@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 l9DEeHsJ022044; Sat, 13 Oct 2007 14:40:17 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DEeGhl022043; Sat, 13 Oct 2007 14:40:16 GMT (envelope-from deischen) Message-Id: <200710131440.l9DEeGhl022043@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 13 Oct 2007 14:40:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gdtoa Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 14:40:17 -0000 deischen 2007-10-13 14:40:16 UTC FreeBSD src repository Modified files: lib/libc/gdtoa Symbol.map Log: Remove symbols that should not be exported. Submitted by: das MFC after re@ approval Revision Changes Path 1.5 +0 -29 src/lib/libc/gdtoa/Symbol.map From owner-cvs-src@FreeBSD.ORG Sat Oct 13 14:47:56 2007 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 D02AD16A41B; Sat, 13 Oct 2007 14:47:56 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91A4813C48A; Sat, 13 Oct 2007 14:47:56 +0000 (UTC) (envelope-from fenner@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 l9DEluJA022550; Sat, 13 Oct 2007 14:47:56 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DElutW022549; Sat, 13 Oct 2007 14:47:56 GMT (envelope-from fenner) Message-Id: <200710131447.l9DElutW022549@repoman.freebsd.org> From: Bill Fenner Date: Sat, 13 Oct 2007 14:47:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: 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: Sat, 13 Oct 2007 14:47:56 -0000 fenner 2007-10-13 14:47:55 UTC FreeBSD src repository Modified files: . access Log: Turn my src commit bit in for safekeeping. You only have to tell me 41 times! Approved by: core (implicit) Revision Changes Path 1.838 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sat Oct 13 16:28:22 2007 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 B2C8F16A417; Sat, 13 Oct 2007 16:28:22 +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 A543613C458; Sat, 13 Oct 2007 16:28:22 +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 l9DGSM7O032025; Sat, 13 Oct 2007 16:28:22 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DGSMd5032024; Sat, 13 Oct 2007 16:28:22 GMT (envelope-from ache) Message-Id: <200710131628.l9DGSMd5032024@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 13 Oct 2007 16:28: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/include _ctype.h ctype.h wctype.h src/lib/libc/locale Symbol.map big5.c euc.c gb18030.c gb2312.c gbk.c isctype.c iswctype.c mskanji.c none.c setrunelocale.c utf8.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 16:28:22 -0000 ache 2007-10-13 16:28:22 UTC FreeBSD src repository Modified files: include _ctype.h ctype.h wctype.h lib/libc/locale Symbol.map big5.c euc.c gb18030.c gb2312.c gbk.c isctype.c iswctype.c mskanji.c none.c setrunelocale.c utf8.c Log: The problem is: currently our single byte ctype(3) functions are broken for wide characters locales in the argument range >= 0x80 - they may return false positives. Example 1: for UTF-8 locale we currently have: iswspace(0xA0)==1 and isspace(0xA0)==1 (because iswspace() and isspace() are the same code) but must have iswspace(0xA0)==1 and isspace(0xA0)==0 (because there is no such character and all others in the range 0x80..0xff for the UTF-8 locale, it keeps ASCII only in the single byte range because our internal wchar_t representation for UTF-8 is UCS-4). Example 2: for all wide character locales isalpha(arg) when arg > 0xFF may return false positives (must be 0). (because iswalpha() and isalpha() are the same code) This change address this issue separating single byte and wide ctype and also fix iswascii() (currently iswascii() is broken for arguments > 0xFF). This change is 100% binary compatible with old binaries. Reviewied by: i18n@ Revision Changes Path 1.31 +34 -1 src/include/_ctype.h 1.29 +21 -21 src/include/ctype.h 1.14 +1 -1 src/include/wctype.h 1.4 +5 -0 src/lib/libc/locale/Symbol.map 1.18 +3 -0 src/lib/libc/locale/big5.c 1.22 +3 -0 src/lib/libc/locale/euc.c 1.8 +3 -0 src/lib/libc/locale/gb18030.c 1.10 +3 -0 src/lib/libc/locale/gb2312.c 1.14 +3 -0 src/lib/libc/locale/gbk.c 1.11 +19 -19 src/lib/libc/locale/isctype.c 1.8 +1 -1 src/lib/libc/locale/iswctype.c 1.18 +3 -0 src/lib/libc/locale/mskanji.c 1.15 +6 -1 src/lib/libc/locale/none.c 1.47 +5 -0 src/lib/libc/locale/setrunelocale.c 1.15 +3 -0 src/lib/libc/locale/utf8.c From owner-cvs-src@FreeBSD.ORG Sat Oct 13 22:30:42 2007 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 474A316A420; Sat, 13 Oct 2007 22:30:42 +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 1913213C457; Sat, 13 Oct 2007 22:30:42 +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 l9DMUfng078369; Sat, 13 Oct 2007 22:30:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9DMUfdu078368; Sat, 13 Oct 2007 22:30:41 GMT (envelope-from sam) Message-Id: <200710132230.l9DMUfdu078368@repoman.freebsd.org> From: Sam Leffler Date: Sat, 13 Oct 2007 22:30: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/sys/dev/ath/ath_rate/sample sample.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Oct 2007 22:30:42 -0000 sam 2007-10-13 22:30:41 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c Log: revert 1.18: the negotiated rate set may not match the hal rate tables, so using the hal's rateCodeToIndex array will produce wrong indices for the negotiated rate set MFC after: 3 days Revision Changes Path 1.19 +34 -18 src/sys/dev/ath/ath_rate/sample/sample.c