From owner-cvs-src@FreeBSD.ORG Sun Dec 14 01:42:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AF116A4CE; Sun, 14 Dec 2003 01:42:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2565043D09; Sun, 14 Dec 2003 01:42:03 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBE9g2XJ025045; Sun, 14 Dec 2003 01:42:02 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBE9g2rA025044; Sun, 14 Dec 2003 01:42:02 -0800 (PST) (envelope-from seanc) Message-Id: <200312140942.hBE9g2rA025044@repoman.freebsd.org> From: Sean Chittenden Date: Sun, 14 Dec 2003 01:42:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile ataraid mountcritlocal X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 09:42:04 -0000 seanc 2003/12/14 01:42:02 PST FreeBSD src repository (doc,ports committer) Modified files: etc/defaults rc.conf etc/rc.d Makefile mountcritlocal Added files: etc/rc.d ataraid Log: Add a script that allows software RAID sets to be created before file systems are mounted. An example set of entries for /etc/rc.conf: ataraid_enable="YES" ataraid_devices="ar0" ataraid_ar0_set="ad2 ad3" ataraid_ar0_type="RAID1" Because there is no "correct" way of doing ATA raid (ie, geom vs. atacontrol vs. vinum) that is bikeshed proof, this rcng script stays within the bounds of atacontrol and assumes that other RAID solutions for GEOM or vinum will end up in a different rcNG script. Reviewed by: green Revision Changes Path 1.192 +12 -0 src/etc/defaults/rc.conf 1.27 +1 -1 src/etc/rc.d/Makefile 1.1 +113 -0 src/etc/rc.d/ataraid (new) 1.7 +1 -1 src/etc/rc.d/mountcritlocal From owner-cvs-src@FreeBSD.ORG Sun Dec 14 03:27:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8244716A4CE; Sun, 14 Dec 2003 03:27:04 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA5E43D2D; Sun, 14 Dec 2003 03:27:03 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 848405309; Sun, 14 Dec 2003 12:27:01 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 7CD365308; Sun, 14 Dec 2003 12:26:54 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 2ACEC33C90; Sun, 14 Dec 2003 12:26:54 +0100 (CET) To: Sean Chittenden References: <200312140942.hBE9g2rA025044@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 14 Dec 2003 12:26:53 +0100 In-Reply-To: <200312140942.hBE9g2rA025044@repoman.freebsd.org> (Sean Chittenden's message of "Sun, 14 Dec 2003 01:42:02 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile ataraid mountcritlocal X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 11:27:04 -0000 Sean Chittenden writes: > Log: > Add a script that allows software RAID sets to be created before file > systems are mounted. An example set of entries for /etc/rc.conf: What exactly is the point of this? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Dec 14 03:40:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7079016A4CE; Sun, 14 Dec 2003 03:40:11 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D69D743D3C; Sun, 14 Dec 2003 03:40:09 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) hBEBe7np055811; Sun, 14 Dec 2003 11:40:08 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)hBEBe796055810; Sun, 14 Dec 2003 11:40:07 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])hBEBa2pD043994; Sun, 14 Dec 2003 11:36:02 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) In-Reply-To: Your message of "Sat, 13 Dec 2003 17:42:46 +0100." Date: Sun, 14 Dec 2003 11:36:02 +0000 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 11:40:11 -0000 Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: > It uses Perl directly to compute the numeric mode of a file. The > version in -CURRENT uses a combination of stat(1), bc(1) and shell > arithmetic which causes a syntax error in 4.x. > > Personally, I think it would be best if stat(1) could gain an option > (-m perhaps) that makes it simply print its arguments' modes in octal. Does 4.x's stat(1) have the "-s" switch? If so: $ ( eval $(stat -s .profile) ; printf "%o %s\n" ${st_mode} ${st_mode} ) 100644 0100644 Would that be any use? M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Sun Dec 14 03:45:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A0116A4CE for ; Sun, 14 Dec 2003 03:45:35 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB9243D32 for ; Sun, 14 Dec 2003 03:45:31 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: by plouf.absolight.net (Postfix, from userid 1004) id BD9454A9DF1; Sun, 14 Dec 2003 12:45:30 +0100 (CET) X-Original-To: cvs-src@FreeBSD.org Received: from cmantatzi.in.t-online.fr (cmantatzi.in.t-online.fr [213.44.126.228]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 86D004A9DA2; Sun, 14 Dec 2003 12:45:30 +0100 (CET) Date: Sun, 14 Dec 2003 12:44:06 +0100 From: Mathieu Arnold To: Mark Murray , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Message-ID: <100583430.1071405846@cmantatzi.in.t-online.fr> In-Reply-To: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> X-Mailer: Mulberry/3.1.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 11:45:35 -0000 +-le 14/12/03 11:36 +0000, Mark Murray =E9crivait : | Dag-Erling =3D?iso-8859-1?q?Sm=3DF8rgrav?=3D writes: |> It uses Perl directly to compute the numeric mode of a file. The |> version in -CURRENT uses a combination of stat(1), bc(1) and shell |> arithmetic which causes a syntax error in 4.x. |>=20 |> Personally, I think it would be best if stat(1) could gain an option |> (-m perhaps) that makes it simply print its arguments' modes in octal. |=20 | Does 4.x's stat(1) have the "-s" switch? If so: |=20 | $ ( eval $(stat -s .profile) ; printf "%o %s\n" ${st_mode} ${st_mode} ) | 100644 0100644 |=20 | Would that be any use? I don't believe 4.x has stat(1) anyway. --=20 Mathieu Arnold From owner-cvs-src@FreeBSD.ORG Sun Dec 14 04:15:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F0416A4CF; Sun, 14 Dec 2003 04:15:12 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A652043D1D; Sun, 14 Dec 2003 04:15:09 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) hBECF8np055995; Sun, 14 Dec 2003 12:15:08 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)hBECF8JY055994; Sun, 14 Dec 2003 12:15:08 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])hBECC1pD044272; Sun, 14 Dec 2003 12:12:01 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200312141212.hBECC1pD044272@grimreaper.grondar.org> To: Mathieu Arnold In-Reply-To: Your message of "Sun, 14 Dec 2003 12:44:06 +0100." <100583430.1071405846@cmantatzi.in.t-online.fr> Date: Sun, 14 Dec 2003 12:12:01 +0000 Sender: mark@grondar.org X-Spam-Status: No, hits=1.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO version=2.55 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 12:15:12 -0000 Mathieu Arnold writes: > I don't believe 4.x has stat(1) anyway. True what you say! The CVS tags in stat(1) show it to be 5.* specific. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Sun Dec 14 04:54:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6028116A4CE; Sun, 14 Dec 2003 04:54:39 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2EA743D2D; Sun, 14 Dec 2003 04:54:37 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 54D9E5309; Sun, 14 Dec 2003 13:54:36 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id EB9455308; Sun, 14 Dec 2003 13:54:28 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 573E633C90; Sun, 14 Dec 2003 13:54:28 +0100 (CET) To: Sean Chittenden References: <200312140942.hBE9g2rA025044@repoman.freebsd.org> <20031214124002.GT16547@perrin.nxad.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Sun, 14 Dec 2003 13:54:28 +0100 In-Reply-To: <20031214124002.GT16547@perrin.nxad.com> (Sean Chittenden's message of "Sun, 14 Dec 2003 04:40:02 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile ataraid mountcritlocal X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 12:54:39 -0000 Sean Chittenden writes: > > What exactly is the point of this? > ar0 is created via atacontrol(8) and has to be recreated every time > the system gets brought up because there is no hardware support for > maintaining the state. You don't need "hardware support for maintaining the state". The configuration is stored on-disk, and the ata driver should discover it at boot time. ad_attach() in ata-disk.c (which is called for each disk at boot time) calls ata_raiddisk_attach(). If the disk isn't attached to a RAID controller, ata_raiddisk_attach() will look for a Promise configuration block, which is what atacontrol creates by default. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Dec 14 05:36:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B604916A4CE; Sun, 14 Dec 2003 05:36:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E742543D35; Sun, 14 Dec 2003 05:36:36 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBEDaaXJ047003; Sun, 14 Dec 2003 05:36:36 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBEDaaZL047002; Sun, 14 Dec 2003 05:36:36 -0800 (PST) (envelope-from seanc) Message-Id: <200312141336.hBEDaaZL047002@repoman.freebsd.org> From: Sean Chittenden Date: Sun, 14 Dec 2003 05:36:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile ataraid mountcritlocal X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 13:36:37 -0000 seanc 2003/12/14 05:36:36 PST FreeBSD src repository (doc,ports committer) Modified files: etc/defaults rc.conf etc/rc.d Makefile mountcritlocal Removed files: etc/rc.d ataraid Log: Backout ataraid rcng script. I must have missed ar0 in my scan of /dev after my first reboot because sure enough, I'm seeing it there now and ata(4) is doing the right thing(TM). Pointed out by: des Revision Changes Path 1.193 +0 -12 src/etc/defaults/rc.conf 1.28 +1 -1 src/etc/rc.d/Makefile 1.2 +0 -113 src/etc/rc.d/ataraid (dead) 1.8 +1 -1 src/etc/rc.d/mountcritlocal From owner-cvs-src@FreeBSD.ORG Sun Dec 14 06:54:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D02316A4CE; Sun, 14 Dec 2003 06:54:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6E043D33; Sun, 14 Dec 2003 06:54:53 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBEEsrXJ050489; Sun, 14 Dec 2003 06:54:53 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBEEsr4a050488; Sun, 14 Dec 2003 06:54:53 -0800 (PST) (envelope-from jkoshy) Message-Id: <200312141454.hBEEsr4a050488@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 14 Dec 2003 06:54:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys ktrace.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 14:54:54 -0000 jkoshy 2003/12/14 06:54:53 PST FreeBSD src repository Modified files: lib/libc/sys ktrace.2 Log: Document the effect of sysctl tunables controlling p_candebug(9) on ktrace(2). Revision Changes Path 1.24 +7 -1 src/lib/libc/sys/ktrace.2 From owner-cvs-src@FreeBSD.ORG Sun Dec 14 07:10:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D2516A4CF; Sun, 14 Dec 2003 07:10:38 -0800 (PST) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717DC43D39; Sun, 14 Dec 2003 07:10:33 -0800 (PST) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty02.right.dialup.aueb.gr [195.251.255.246]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id hBEJ6F2a022677; Sun, 14 Dec 2003 21:06:15 +0200 Message-ID: <3FDC7D65.3040406@aueb.gr> Date: Sun, 14 Dec 2003 17:10:29 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------010303000607080602010002" cc: Brooks Davis cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 15:10:38 -0000 This is a multi-part message in MIME format. --------------010303000607080602010002 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Robert Watson wrote: > On Sat, 13 Dec 2003, Brooks Davis wrote: >>A similar change is needed in 4.x or the change should be backed there. >>I think we should back it out (in stable) until the various users of >>initgroups are fixed to output something useful and, preferably, not >>exit when this happens. As it is, we turned an rarely hit edge case >>that was somewhat difficult to debug into a fatal error that that is >>about equally difficult to debug and breaks the account in question. > > Sigh. I agree. I didn't realize the MFC had happened, but sure enough, > it's change 1.3.8.2. I have somewhat mixed feelings: I feel strongly we > should generate an error and fail closed, but I also agree that the > transition period was too short (we should have a warning period on the > -STABLE branch), and that we need to do something about error handling. > I'm surprised more people haven't bumped into it, but I guess the MFC was > only a couple of days ago. I have checked all instances in our code where initgroups(3) is called. Appart from a single case, where the error value is silently propagated upward (openpam_borrow_cred), in all other cases the returned value is either checked and appropriately reported or ignored (see attached file). So, error handling is not a problem. The problem reported in current@ was probably through a call to setusercontext(3). The call should have generated a syslog message of the form: "initgroups(kjwolf, 1000): invalid argument" EINVAL is now appropriately documented in setgroups(2): "The number specified in the ngroups argument is larger than the NGROUPS limit." so again, the error should be visible in the hosts syslog. Given that this type of error was silently ignored in the past (with group memberships more than NGROUPS being silently ignored), I agree that we might want to help users check their systems. The following script will check a typical group(5) file and report cases where setgroups would overflow. #!/bin/sh awk -F'[:,]' ' { for (i = 4; i <= NF; i++) if (length($i)) g[$i]++; } END { for (u in g) if (g[u] > '`sysctl -n kern.ngroups`' - 2) print "Too many group memberships for user " u } ' /etc/group I suggest we add it in the corresponding UPDATING entry/entries. Diomidis - dds@ --------------010303000607080602010002 Content-Type: text/plain; name="initgroups_users.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="initgroups_users.txt" silent_fail lib/libpam/libpam/openpam_borrow_cred.c: if (initgroups(pwd->pw_name, pwd->pw_gid) == -1 || UNKNOWN-ERROR(per_RFC)+exit usr.sbin/inetd/builtins.c: if (initgroups(pw->pw_name, pw->pw_gid) == -1) ignore contrib/lukemftpd/src/ftpd.c: (void) initgroups(pw->pw_name, pw->pw_gid); ignore contrib/opie/opieftpd.c: initgroups(pw->pw_name, pw->pw_gid); ignore contrib/opie/opielogin.c: initgroups(name, thisuser.pw_gid); ignore crypto/heimdal/appl/ftp/ftpd/ftpd.c: initgroups(pw->pw_name, pw->pw_gid); ignore crypto/kerberosIV/appl/bsd/login.c: initgroups(username, pwd->pw_gid); ignore crypto/kerberosIV/appl/bsd/rshd.c: initgroups(pwd->pw_name, pwd->pw_gid); ignore crypto/kerberosIV/appl/ftp/ftpd/ftpd.c: initgroups(pw->pw_name, pw->pw_gid); ignore libexec/ftpd/ftpd.c: (void) initgroups(pw->pw_name, pw->pw_gid); ignore libexec/rexecd/rexecd.c: initgroups(pwd->pw_name, pwd->pw_gid); ignore libexec/rshd/rshd.c: initgroups(pwd->pw_name, pwd->pw_gid); ignore libexec/uucpd/uucpd.c: initgroups(pw->pw_name, pw->pw_gid); ignore usr.bin/calendar/calendar.c: (void)initgroups(pw->pw_name, pw->pw_gid); ignore usr.bin/usr.bin/calendar/calendar.c: (void)initgroups(pw->pw_name, pw->pw_gid); ignore usr.sbin/cron/cron/do_command.c: initgroups(usernm, e->gid); ignore usr.sbin/cron/cron/popen.c: initgroups(usernm, e->gid); ignore usr.sbin/inetd/inetd.c: (void) initgroups(pwd->pw_name, perror+exit crypto/openssh/session.c: if (initgroups(pw->pw_name, pw->pw_gid) < 0) { print+exit contrib/opie/opiesu.c: if (initgroups(user, thisuser.pw_gid)) { print+exit contrib/sendmail/src/deliver.c: if (initgroups(DefUser, DefGid) == -1 && print+exit contrib/sendmail/src/deliver.c: if (initgroups(user, print+exit contrib/sendmail/src/deliver.c: if (initgroups(RealUserName, RealGid) == -1 && suidwarn) print+exit crypto/openssh/uidswap.c: if (initgroups(pw->pw_name, pw->pw_gid) < 0) print+exit libexec/atrun/atrun.c: if (initgroups(pentry->pw_name,pentry->pw_gid)) print+exit libexec/atrun/atrun.c: if (initgroups(pentry->pw_name,pentry->pw_gid)) print+fail usr.bin/su/su.c: if (initgroups(user, pwd->pw_gid)) print+ignore? contrib/sendmail/src/recipient.c: if (initgroups(user, gid) == -1) print+panic contrib/bind/bin/named/ns_main.c: if (getuid() == 0 && initgroups(user_name, group_id) < 0) syslog+fail crypto/kerberosIV/appl/kauth/kauthd.c: initgroups(passwd->pw_name, passwd->pw_gid) || syslog+fail lib/libutil/login_class.c: if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) { syslog+fail usr.sbin/lpr/lpd/printjob.c: fail = initgroups(daemon_uname, daemon_defgid); warn crypto/heimdal/appl/login/login.c: if(initgroups(pwd->pw_name, pwd->pw_gid)){ --------------010303000607080602010002-- From owner-cvs-src@FreeBSD.ORG Sun Dec 14 13:11:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5185516A4CE; Sun, 14 Dec 2003 13:11:35 -0800 (PST) Received: from tara.freenix.org (keltia.freenix.org [62.4.20.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1080343D37; Sun, 14 Dec 2003 13:11:34 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 2FBEF2A8D; Sun, 14 Dec 2003 22:11:33 +0100 (CET) Date: Sun, 14 Dec 2003 22:11:33 +0100 From: Ollivier Robert To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031214211133.GA23470@tara.freenix.org> Mail-Followup-To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <100583430.1071405846@cmantatzi.in.t-online.fr> <200312141212.hBECC1pD044272@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312141212.hBECC1pD044272@grimreaper.grondar.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.3i Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 21:11:35 -0000 According to Mark Murray: > True what you say! The CVS tags in stat(1) show it to be 5.* specific. +1 for MFC it. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.0.0: Wed Sep 24 15:48:39 PDT 2003 From owner-cvs-src@FreeBSD.ORG Sun Dec 14 13:31:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8D416A4CE; Sun, 14 Dec 2003 13:31:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3C943D09; Sun, 14 Dec 2003 13:31:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBELVXXJ082814; Sun, 14 Dec 2003 13:31:33 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBELVWEB082813; Sun, 14 Dec 2003 13:31:32 -0800 (PST) (envelope-from wpaul) Message-Id: <200312142131.hBELVWEB082813@repoman.freebsd.org> From: Bill Paul Date: Sun, 14 Dec 2003 13:31:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h src/sys/dev/if_ndis if_ndis.c if_ndisvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 21:31:34 -0000 wpaul 2003/12/14 13:31:32 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little to make it more robust. This should fix problems with crashes under heavy traffic loads that have been reported. Also add a 'query done' callback handler to satisfy the e100bex.sys sample Intel driver. Revision Changes Path 1.4 +38 -27 src/sys/compat/ndis/kern_ndis.c 1.2 +7 -2 src/sys/compat/ndis/ndis_var.h 1.2 +20 -21 src/sys/dev/if_ndis/if_ndis.c 1.2 +0 -1 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-src@FreeBSD.ORG Sun Dec 14 13:33:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73D116A4CE; Sun, 14 Dec 2003 13:33:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A1443D3F; Sun, 14 Dec 2003 13:33:08 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBELX7XJ082865; Sun, 14 Dec 2003 13:33:07 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBELX7vW082864; Sun, 14 Dec 2003 13:33:07 -0800 (PST) (envelope-from wpaul) Message-Id: <200312142133.hBELX7vW082864@repoman.freebsd.org> From: Bill Paul Date: Sun, 14 Dec 2003 13:33:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 21:33:08 -0000 wpaul 2003/12/14 13:33:07 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: Whups... remove some debug code that accidentally crept in. Revision Changes Path 1.5 +1 -4 src/sys/compat/ndis/kern_ndis.c From owner-cvs-src@FreeBSD.ORG Sun Dec 14 13:36:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B4A16A4CE; Sun, 14 Dec 2003 13:36:36 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535A343D09; Sun, 14 Dec 2003 13:36:34 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id hBELaPA7006398; Sun, 14 Dec 2003 13:36:25 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id hBELaP8s006397; Sun, 14 Dec 2003 13:36:25 -0800 Date: Sun, 14 Dec 2003 13:36:25 -0800 From: Brooks Davis To: Diomidis Spinellis Message-ID: <20031214213624.GA4077@Odin.AC.HMC.Edu> References: <3FDC7D65.3040406@aueb.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <3FDC7D65.3040406@aueb.gr> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: src-committers@FreeBSD.org cc: Robert Watson cc: Brooks Davis cc: cvs-src@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 21:36:36 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 14, 2003 at 05:10:29PM +0200, Diomidis Spinellis wrote: > Robert Watson wrote: > >On Sat, 13 Dec 2003, Brooks Davis wrote: > >>A similar change is needed in 4.x or the change should be backed there.= =20 > >>I think we should back it out (in stable) until the various users of > >>initgroups are fixed to output something useful and, preferably, not > >>exit when this happens. As it is, we turned an rarely hit edge case > >>that was somewhat difficult to debug into a fatal error that that is > >>about equally difficult to debug and breaks the account in question.=20 > > > >Sigh. I agree. I didn't realize the MFC had happened, but sure enough, > >it's change 1.3.8.2. I have somewhat mixed feelings: I feel strongly we > >should generate an error and fail closed, but I also agree that the > >transition period was too short (we should have a warning period on the > >-STABLE branch), and that we need to do something about error handling. > >I'm surprised more people haven't bumped into it, but I guess the MFC was > >only a couple of days ago. >=20 > I have checked all instances in our code where initgroups(3) is called.= =20 > Appart from a single case, where the error value is silently=20 > propagated upward (openpam_borrow_cred), in all other cases the returned= =20 > value is either checked and appropriately reported or ignored (see=20 > attached file). So, error handling is not a problem. Error handling IS a problem. With a fairly standard configuration, accounts with >16 groups can not log in at least under STABLE. > The problem reported in current@ was probably through a call to=20 > setusercontext(3). The call should have generated a syslog message of=20 > the form: > "initgroups(kjwolf, 1000): invalid argument" > EINVAL is now appropriately documented in setgroups(2): > "The number specified in the ngroups argument is larger than the NGROUPS= =20 > limit." > so again, the error should be visible in the hosts syslog. I don't think a syslog message mentioning "invalid argument" is sufficent in STABLE. We've turned accounts with a minor problem that few people noticed into accounts that can't login. I don't think it's reasionable to force admins to back trace from "invalid argument" to EINVAL to a non-standard meaning listed in the function call manpage, espeicaly since we could emit a useful error instead. > Given that this type of error was silently ignored in the past (with=20 > group memberships more than NGROUPS being silently ignored), I agree=20 > that we might want to help users check their systems. The following=20 > script will check a typical group(5) file and report cases where=20 > setgroups would overflow. >=20 > #!/bin/sh > awk -F'[:,]' ' > { for (i =3D 4; i <=3D NF; i++) if (length($i)) g[$i]++; } > END { for (u in g) if (g[u] > '`sysctl -n kern.ngroups`' - 2) print "Too= =20 > many group memberships for user " u } > ' /etc/group >=20 > I suggest we add it in the corresponding UPDATING entry/entries. This is insufficent. It would not have caught the case we saw at work because the user got the extra groups from NIS. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/3NfXXY6L6fI4GtQRAkA2AJ487A8AN1FMZ8hSTWHkuYW+N77RhgCdEP+P S6k9RbxzIKsvhSFdl09Dm9k= =nxiU -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- From owner-cvs-src@FreeBSD.ORG Sun Dec 14 14:47:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 191C816A4CE; Sun, 14 Dec 2003 14:47:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4033043D31; Sun, 14 Dec 2003 14:47:02 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBEMl2XJ086448; Sun, 14 Dec 2003 14:47:02 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBEMl1u5086447; Sun, 14 Dec 2003 14:47:01 -0800 (PST) (envelope-from wpaul) Message-Id: <200312142247.hBEMl1u5086447@repoman.freebsd.org> From: Bill Paul Date: Sun, 14 Dec 2003 14:47:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 22:47:03 -0000 wpaul 2003/12/14 14:47:01 PST FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Silence irritating watchdog timeout messages: if we call ndis_send_packets() but there's no link yet, we get an immediate callback to ndis_txeof(), which clears if_timer. But ndis_start() sets if_timer right after the call to ndis_send_packets(). Set if_timer before calling ndis_send_packets(). Also fix mutex locking to prevent ndis_txeof() from running in the middle of ndis_start(). Revision Changes Path 1.3 +10 -4 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Sun Dec 14 14:55:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C5016A4CF; Sun, 14 Dec 2003 14:55:25 -0800 (PST) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E71C43D1D; Sun, 14 Dec 2003 14:55:19 -0800 (PST) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty06.right.dialup.aueb.gr [195.251.255.250]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id hBF2p12a008822; Mon, 15 Dec 2003 04:51:02 +0200 Message-ID: <3FDCEA54.2040705@aueb.gr> Date: Mon, 15 Dec 2003 00:55:16 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Brooks Davis References: <3FDC7D65.3040406@aueb.gr> <20031214213624.GA4077@Odin.AC.HMC.Edu> In-Reply-To: <20031214213624.GA4077@Odin.AC.HMC.Edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2003 22:55:25 -0000 Brooks Davis wrote: [...] > I don't think a syslog message mentioning "invalid argument" is > sufficent in STABLE. We've turned accounts with a minor problem that > few people noticed into accounts that can't login. I don't think it's > reasionable to force admins to back trace from "invalid argument" to > EINVAL to a non-standard meaning listed in the function call manpage, > espeicaly since we could emit a useful error instead. Reinterpreting errno on a case-by-case basis as in if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) { if (errno == EINVAL) syslog(LOG_ERR, "initgroups(%s,%lu): too many groups", pwd->pw_name, (u_long)pwd->pw_gid); else syslog(LOG_ERR, "initgroups(%s,%lu): %m", pwd->pw_name, (u_long)pwd->pw_gid); will introduce changes in 34 source code files (many of them contributed and not under our direct control), or result on a non-orthogonal treatment of this problem. Interpreting the error message through the errno value and the associated manpage is EXACTLY what any competent Unix system administrator should be able and expected to do. On the other hand, if non-working accounts cause a significant problem for a number of installations we could add a temporary fix to ignore the error and report the cause just in lib/libutil/login_class.c (which seems to cause the problem). This could then be removed after a deprecation period (say six months): if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) { if (errno == EINVAL) syslog(LOG_ERR, "initgroups(%s,%lu): deprecated feature: member of > NGROUPS error ignored", pwd->pw_name, (u_long)pwd->pw_gid); else { syslog(LOG_ERR, "initgroups(%s,%lu): %m", pwd->pw_name, (u_long)pwd->pw_gid); login_close(llc); return -1; } > On Sun, Dec 14, 2003 at 05:10:29PM +0200, Diomidis Spinellis wrote: >>Given that this type of error was silently ignored in the past (with >>group memberships more than NGROUPS being silently ignored), I agree >>that we might want to help users check their systems. The following >>script will check a typical group(5) file and report cases where >>setgroups would overflow. >> >>#!/bin/sh >>awk -F'[:,]' ' >>{ for (i = 4; i <= NF; i++) if (length($i)) g[$i]++; } >>END { for (u in g) if (g[u] > '`sysctl -n kern.ngroups`' - 2) print "Too >>many group memberships for user " u } >>' /etc/group >> >>I suggest we add it in the corresponding UPDATING entry/entries. > > > This is insufficent. It would not have caught the case we saw at work > because the user got the extra groups from NIS. #!/bin/sh (ypcat group 2>&1 ; cat /etc/group) | awk -F'[:,]' ' { for (i = 4; i <= NF; i++) if (length($i)) g[$i]++; } END { for (u in g) if (g[u] > '`sysctl -n kern.ngroups`' - 2) print "Too many group memberships for user " u }' Again, I am sure there will be cases that this script will not recognize. Diomidis - dds@ From owner-cvs-src@FreeBSD.ORG Sun Dec 14 16:37:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5C716A4CE; Sun, 14 Dec 2003 16:37:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B662743D1D; Sun, 14 Dec 2003 16:37:38 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF0bcXJ092009; Sun, 14 Dec 2003 16:37:38 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF0bcSl092008; Sun, 14 Dec 2003 16:37:38 -0800 (PST) (envelope-from imp) Message-Id: <200312150037.hBF0bcSl092008@repoman.freebsd.org> From: Warner Losh Date: Sun, 14 Dec 2003 16:37:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 00:37:39 -0000 imp 2003/12/14 16:37:38 PST FreeBSD src repository Modified files: . access Log: jim@ hasn't used his commit bit in some time. When he was contacted about it, he said he core@ should take it for back for safe keeping. Revision Changes Path 1.623 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sun Dec 14 16:42:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11FA16A4CE; Sun, 14 Dec 2003 16:42:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0923743D3C; Sun, 14 Dec 2003 16:42:04 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF0g3XJ092218; Sun, 14 Dec 2003 16:42:03 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF0g3jS092217; Sun, 14 Dec 2003 16:42:03 -0800 (PST) (envelope-from grog) Message-Id: <200312150042.hBF0g3jS092217@repoman.freebsd.org> From: Greg Lehey Date: Sun, 14 Dec 2003 16:42:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinum.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 00:42:04 -0000 grog 2003/12/14 16:42:03 PST FreeBSD src repository Modified files: sys/dev/vinum vinum.c Log: vinumclose: Fix day-one bug. Subdisks and plexes were not being marked closed. This made it impossible to stop Vinum after explicitly opening a plex or subdisk. Revision Changes Path 1.62 +11 -2 src/sys/dev/vinum/vinum.c From owner-cvs-src@FreeBSD.ORG Sun Dec 14 16:44:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F1116A4CE; Sun, 14 Dec 2003 16:44:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A6943D1D; Sun, 14 Dec 2003 16:44:06 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF0i5XJ092366; Sun, 14 Dec 2003 16:44:05 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF0i5fF092365; Sun, 14 Dec 2003 16:44:05 -0800 (PST) (envelope-from grog) Message-Id: <200312150044.hBF0i5fF092365@repoman.freebsd.org> From: Greg Lehey Date: Sun, 14 Dec 2003 16:44:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 00:44:06 -0000 grog 2003/12/14 16:44:05 PST FreeBSD src repository Modified files: sys/dev/vinum vinumconfig.c Log: free_plex, free_volume: Don't try to destroy the underlying device if it doesn't exist. This can occur under certain failure situations. Revision Changes Path 1.63 +4 -2 src/sys/dev/vinum/vinumconfig.c From owner-cvs-src@FreeBSD.ORG Sun Dec 14 16:45:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC34216A4CE; Sun, 14 Dec 2003 16:45:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19BF243D33; Sun, 14 Dec 2003 16:45:54 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF0jrXJ092502; Sun, 14 Dec 2003 16:45:53 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF0jrRp092501; Sun, 14 Dec 2003 16:45:53 -0800 (PST) (envelope-from grog) Message-Id: <200312150045.hBF0jrRp092501@repoman.freebsd.org> From: Greg Lehey Date: Sun, 14 Dec 2003 16:45:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/vinum vinumrevive.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 00:45:54 -0000 grog 2003/12/14 16:45:53 PST FreeBSD src repository Modified files: sys/dev/vinum vinumrevive.c Log: initsd: For striped and RAID-[45] plexes, don't restrict the I/O transfer size to the stripe size. This is a different situation from reviving, where this limitation is necessary. In initsd we're simply writing binary zeroes to the entire disk, so the only effect of limiting the transfer is to slow things down. Revision Changes Path 1.45 +1 -5 src/sys/dev/vinum/vinumrevive.c From owner-cvs-src@FreeBSD.ORG Sun Dec 14 16:57:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76ACA16A4CE; Sun, 14 Dec 2003 16:57:10 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CC843D09; Sun, 14 Dec 2003 16:57:08 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id hBF0v3A7009889; Sun, 14 Dec 2003 16:57:03 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id hBF0v2vb009882; Sun, 14 Dec 2003 16:57:02 -0800 Date: Sun, 14 Dec 2003 16:57:02 -0800 From: Brooks Davis To: Diomidis Spinellis Message-ID: <20031215005702.GB4077@Odin.AC.HMC.Edu> References: <3FDC7D65.3040406@aueb.gr> <20031214213624.GA4077@Odin.AC.HMC.Edu> <3FDCEA54.2040705@aueb.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oLBj+sq0vYjzfsbl" Content-Disposition: inline In-Reply-To: <3FDCEA54.2040705@aueb.gr> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: src-committers@FreeBSD.org cc: Robert Watson cc: Brooks Davis cc: cvs-src@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 00:57:10 -0000 --oLBj+sq0vYjzfsbl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 15, 2003 at 12:55:16AM +0200, Diomidis Spinellis wrote: > Brooks Davis wrote: > [...] > >I don't think a syslog message mentioning "invalid argument" is > >sufficent in STABLE. We've turned accounts with a minor problem that > >few people noticed into accounts that can't login. I don't think it's > >reasionable to force admins to back trace from "invalid argument" to > >EINVAL to a non-standard meaning listed in the function call manpage, > >espeicaly since we could emit a useful error instead. >=20 > Reinterpreting errno on a case-by-case basis as in >=20 > if (initgroups(pwd->pw_name, pwd->pw_gid) =3D=3D -1) { > if (errno =3D=3D EINVAL) > syslog(LOG_ERR, "initgroups(%s,%lu): too many groups",=20 > pwd->pw_name, (u_long)pwd->pw_gid); > else > syslog(LOG_ERR, "initgroups(%s,%lu): %m", pwd->pw_name, > (u_long)pwd->pw_gid); >=20 > will introduce changes in 34 source code files (many of them contributed= =20 > and not under our direct control), or result on a non-orthogonal=20 > treatment of this problem. Interpreting the error message through the=20 > errno value and the associated manpage is EXACTLY what any competent=20 > Unix system administrator should be able and expected to do. On one hand, a competent admin should be able to do that, on the other, we've just screwed the user who is probably going to report the wrong error message to the admin who is going to take a long time to track this down because they won't be able to replicate the problem easily (after all, most other accounts on the machine will probably still work). My objection is a) we're going the user an unhelpful error and b) breaking their login. If b) goes away, I could live with a). > On the other hand, if non-working accounts cause a significant problem=20 > for a number of installations we could add a temporary fix to ignore the= =20 > error and report the cause just in lib/libutil/login_class.c (which=20 > seems to cause the problem). This could then be removed after a=20 > deprecation period (say six months): >=20 > if (initgroups(pwd->pw_name, pwd->pw_gid) =3D=3D -1) { > if (errno =3D=3D EINVAL) > syslog(LOG_ERR, "initgroups(%s,%lu): deprecated feature:=20 > member of > NGROUPS error ignored", pwd->pw_name, (u_long)pwd->pw_gid); > else { > syslog(LOG_ERR, "initgroups(%s,%lu): %m", pwd->pw_name, > (u_long)pwd->pw_gid); > login_close(llc); > return -1; > } I think we should put this in in stable and probably never remove it. I'd defintly object if we removed it before 4.11 because we need to ship at least one release with a warning before breaking things since I don't think this is a security issue. If someone can come up with a way not being a member of a group would be a security issue I'd withdraw that objection and just suggest that we add a special case syslog to stable to avoid confusion. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --oLBj+sq0vYjzfsbl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/3QbcXY6L6fI4GtQRAlQjAKCAOQgqXoPflicIgv0/KmvHdA2YBACdHbyE 9UPnOgIGhxdxTuh6AT3/65E= =8A+O -----END PGP SIGNATURE----- --oLBj+sq0vYjzfsbl-- From owner-cvs-src@FreeBSD.ORG Sun Dec 14 17:36:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1937116A4CE; Sun, 14 Dec 2003 17:36:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F9043D2D; Sun, 14 Dec 2003 17:36:55 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF1atXJ001471; Sun, 14 Dec 2003 17:36:55 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF1aswB001470; Sun, 14 Dec 2003 17:36:54 -0800 (PST) (envelope-from truckman) Message-Id: <200312150136.hBF1aswB001470@repoman.freebsd.org> From: Don Lewis Date: Sun, 14 Dec 2003 17:36:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/atm/uni ng_uni.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 01:36:56 -0000 truckman 2003/12/14 17:36:54 PST FreeBSD src repository Modified files: sys/netgraph/atm/uni ng_uni.c Log: Pass MTX_DEF instead of 0 as the last argument to mtx_init(). Submitted by: Gavin Atkinson Revision Changes Path 1.2 +2 -1 src/sys/netgraph/atm/uni/ng_uni.c From owner-cvs-src@FreeBSD.ORG Sun Dec 14 17:54:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DC116A4CE; Sun, 14 Dec 2003 17:54:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994EF43D1D; Sun, 14 Dec 2003 17:54:37 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF1sbXJ002167; Sun, 14 Dec 2003 17:54:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF1sbqr002166; Sun, 14 Dec 2003 17:54:37 -0800 (PST) (envelope-from imp) Message-Id: <200312150154.hBF1sbqr002166@repoman.freebsd.org> From: Warner Losh Date: Sun, 14 Dec 2003 17:54:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 01:54:38 -0000 imp 2003/12/14 17:54:37 PST FreeBSD src repository Modified files: . access Log: Mike Smith says that his commit bit is idle and has returned it to us for safe keeping. Revision Changes Path 1.624 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Dec 15 00:37:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEDB16A4CE; Mon, 15 Dec 2003 00:37:21 -0800 (PST) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FFBD43D36; Mon, 15 Dec 2003 00:37:16 -0800 (PST) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])hBF8bBD8028245; Mon, 15 Dec 2003 19:37:11 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost)hBF8b4ob028244; Mon, 15 Dec 2003 19:37:04 +1100 (EST) (envelope-from jeremyp) Date: Mon, 15 Dec 2003 19:37:04 +1100 From: Peter Jeremy To: Mark Murray Message-ID: <20031215083703.GB956@cirb503493.alcatel.com.au> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 08:37:21 -0000 On Sun, Dec 14, 2003 at 11:36:02AM +0000, Mark Murray wrote: >Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: >> It uses Perl directly to compute the numeric mode of a file. The >> version in -CURRENT uses a combination of stat(1), bc(1) and shell >> arithmetic which causes a syntax error in 4.x. >> >> Personally, I think it would be best if stat(1) could gain an option >> (-m perhaps) that makes it simply print its arguments' modes in octal. > >Does 4.x's stat(1) have the "-s" switch? If so: > >$ ( eval $(stat -s .profile) ; printf "%o %s\n" ${st_mode} ${st_mode} ) >100644 0100644 > >Would that be any use? Not in the absence of stat(1) :-(. As an alternative, maybe ls(1) could grow an option to spit out the mode in octal - assuming there are any spare opton letters left. The simplest solution would seem to be to MFC stat(1) to 4.x. The only other alternative would be a (messy) awk script to convert the mode letters in 'ls -l' output to an octal number. Peter From owner-cvs-src@FreeBSD.ORG Mon Dec 15 01:24:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 683) id ADC0416A4CF; Mon, 15 Dec 2003 01:24:45 -0800 (PST) Date: Mon, 15 Dec 2003 01:24:45 -0800 From: Eivind Eklund To: Peter Jeremy Message-ID: <20031215092445.GA91309@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215083703.GB956@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4.1i cc: Dag-Erling =?unknown-8bit?Q?Sm=F8rgrav?= cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mark Murray cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 09:24:45 -0000 On Mon, Dec 15, 2003 at 07:37:04PM +1100, Peter Jeremy wrote: > Not in the absence of stat(1) :-(. As an alternative, maybe ls(1) > could grow an option to spit out the mode in octal - assuming there > are any spare opton letters left. The simplest solution would seem > to be to MFC stat(1) to 4.x. The only other alternative would be a > (messy) awk script to convert the mode letters in 'ls -l' output to > an octal number. Or recommending that people that want to run a perl-less system on 4.x use etcmerge (/usr/ports/sysutils/etcmerge/) instead of mergemaster. This solves the problem, *and* gives them less work (3-way instead of 2-way merge) ;-) BTW: etcmerge has grown easier to bootstrap - I've provided tarballs of just /etc for our last few releases. (If anybody can help me with trustworthy tarballs of just the etc partion of bin/base from previous releases, I'm interested - the actual releases does not seem easily available on the cluster.) Eivind. From owner-cvs-src@FreeBSD.ORG Mon Dec 15 01:47:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C65516A4CE; Mon, 15 Dec 2003 01:47:55 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE2E43D35; Mon, 15 Dec 2003 01:47:53 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AVpMS-0003MN-00; Mon, 15 Dec 2003 15:49:56 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AVpMQ-0003K9-00; Mon, 15 Dec 2003 15:49:54 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hBF9oug1097652; Mon, 15 Dec 2003 15:50:56 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hBF9onjd097358; Mon, 15 Dec 2003 15:50:49 +0600 (NOVT) (envelope-from danfe) Date: Mon, 15 Dec 2003 15:50:49 +0600 From: Alexey Dokuchaev To: Peter Jeremy Message-ID: <20031215095049.GA78800@regency.nsu.ru> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215083703.GB956@cirb503493.alcatel.com.au> User-Agent: Mutt/1.4.1i X-Envelope-To: PeterJeremy@optushome.com.au, mark@grondar.org, des@des.no, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Mark Murray cc: cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 09:47:55 -0000 On Mon, Dec 15, 2003 at 07:37:04PM +1100, Peter Jeremy wrote: > On Sun, Dec 14, 2003 at 11:36:02AM +0000, Mark Murray wrote: > >Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: > >> It uses Perl directly to compute the numeric mode of a file. The > >> version in -CURRENT uses a combination of stat(1), bc(1) and shell > >> arithmetic which causes a syntax error in 4.x. > >> > >> Personally, I think it would be best if stat(1) could gain an option > >> (-m perhaps) that makes it simply print its arguments' modes in octal. > > > >Does 4.x's stat(1) have the "-s" switch? If so: > > > >$ ( eval $(stat -s .profile) ; printf "%o %s\n" ${st_mode} ${st_mode} ) > >100644 0100644 > > > >Would that be any use? > > Not in the absence of stat(1) :-(. As an alternative, maybe ls(1) > could grow an option to spit out the mode in octal - assuming there > are any spare opton letters left. The simplest solution would seem > to be to MFC stat(1) to 4.x. The only other alternative would be a > (messy) awk script to convert the mode letters in 'ls -l' output to > an octal number. Frankly, adding an option to ls(1) or writing ls(1) -l/awk(1) combo takes my vote, rather than adding yet another foo(1) utility to the base; especially provided that its functionality isn't strictly orthogonal. Just my $.02. ./danfe From owner-cvs-src@FreeBSD.ORG Mon Dec 15 01:53:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61D7E16A4CE; Mon, 15 Dec 2003 01:53:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A248643D2D; Mon, 15 Dec 2003 01:53:53 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBF9rrXJ082719; Mon, 15 Dec 2003 01:53:53 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBF9rrVT082718; Mon, 15 Dec 2003 01:53:53 -0800 (PST) (envelope-from grehan) Message-Id: <200312150953.hBF9rrVT082718@repoman.freebsd.org> From: Peter Grehan Date: Mon, 15 Dec 2003 01:53:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw ofw_disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 09:53:54 -0000 grehan 2003/12/15 01:53:53 PST FreeBSD src repository Modified files: sys/dev/ofw ofw_disk.c Log: - The last change conflicted with disks on a live system, as opposed to the psim simulator. Look for the "file" property which only exists on psim disks, and as a bonus, print the contents of this at boot-time, which is the host file being used for the disk image. - remove remaining warnings. Revision Changes Path 1.10 +9 -3 src/sys/dev/ofw/ofw_disk.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:25:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE0716A4CE; Mon, 15 Dec 2003 02:25:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9546143D46; Mon, 15 Dec 2003 02:25:18 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFAPIXJ084644; Mon, 15 Dec 2003 02:25:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFAPIuc084643; Mon, 15 Dec 2003 02:25:18 -0800 (PST) (envelope-from peter) Message-Id: <200312151025.hBFAPIuc084643@repoman.freebsd.org> From: Peter Wemm Date: Mon, 15 Dec 2003 02:25:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys _null.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:25:20 -0000 peter 2003/12/15 02:25:18 PST FreeBSD src repository Modified files: sys/sys _null.h Log: amd64 doesn't define __LP64__ in the compiler, but it definately needs this definition. It fixes gnome for starters. I haven't tried *emacs yet. Like IA64, amd64 uses registers for the first few arguments and then the stack for the rest. This means the 64 bit promotion of the NULL (0) value is lost and its just pushed on as an 'int' in a varargs call. When the consumer walks the list and expects to pull off void * pointers via va_arg, then all hell breaks loose. Marcel: thanks a million for finding this! Revision Changes Path 1.2 +1 -1 src/sys/sys/_null.h From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:34:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D16416A4CE; Mon, 15 Dec 2003 02:34:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAD843D1F; Mon, 15 Dec 2003 02:34:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFAY1XJ085022; Mon, 15 Dec 2003 02:34:01 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFAY1iO085021; Mon, 15 Dec 2003 02:34:01 -0800 (PST) (envelope-from obrien) Message-Id: <200312151034.hBFAY1iO085021@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Dec 2003 02:34:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/i386 freebsd64.h src/contrib/gcc/config/alpha freebsd.h src/contrib/gcc/config/sparc freebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:34:02 -0000 obrien 2003/12/15 02:34:01 PST FreeBSD src repository Modified files: contrib/gcc/config/i386 freebsd64.h contrib/gcc/config/alpha freebsd.h contrib/gcc/config/sparc freebsd.h Log: Consistently define __LP64__ on all our 64-bit platforms. Revision Changes Path 1.18 +2 -1 src/contrib/gcc/config/alpha/freebsd.h 1.7 +9 -1 src/contrib/gcc/config/i386/freebsd64.h 1.8 +9 -1 src/contrib/gcc/config/sparc/freebsd.h From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:47:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C1816A4CE; Mon, 15 Dec 2003 02:47:03 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B414E43D3F; Mon, 15 Dec 2003 02:47:02 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVqFT-000GYp-9G; Mon, 15 Dec 2003 12:46:47 +0200 Date: Mon, 15 Dec 2003 12:46:47 +0200 From: Sheldon Hearn To: Alexey Dokuchaev Message-ID: <20031215104647.GO13737@starjuice.net> Mail-Followup-To: Alexey Dokuchaev , Peter Jeremy , Mark Murray , Dag-Erling Sm?rgrav , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215095049.GA78800@regency.nsu.ru> User-Agent: Mutt/1.5.4i cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-src@freebsd.org cc: Peter Jeremy cc: Dag-Erling Sm?rgrav cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 10:47:04 -0000 On (2003/12/15 15:50), Alexey Dokuchaev wrote: > Frankly, adding an option to ls(1) or writing ls(1) -l/awk(1) combo > takes my vote, rather than adding yet another foo(1) utility to the > base; especially provided that its functionality isn't strictly > orthogonal. Hmmm, I don't know. POSIX suggests that scripts should not rely on the output of formatted ls(1) output. Ciao, Sheldon. From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:56:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA60B16A4CE; Mon, 15 Dec 2003 02:56:06 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAAC43D1D; Mon, 15 Dec 2003 02:56:05 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AVqQO-0005rt-00; Mon, 15 Dec 2003 16:58:04 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AVqQN-0005qX-00; Mon, 15 Dec 2003 16:58:03 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hBFAx9g1008329; Mon, 15 Dec 2003 16:59:09 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hBFAx9wR008266; Mon, 15 Dec 2003 16:59:09 +0600 (NOVT) (envelope-from danfe) Date: Mon, 15 Dec 2003 16:59:09 +0600 From: Alexey Dokuchaev To: Peter Jeremy , Mark Murray , Dag-Erling Sm?rgrav , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Message-ID: <20031215105909.GA97471@regency.nsu.ru> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> <20031215104647.GO13737@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215104647.GO13737@starjuice.net> User-Agent: Mutt/1.4.1i X-Envelope-To: PeterJeremy@optushome.com.au, mark@grondar.org, des@des.no, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 10:56:07 -0000 On Mon, Dec 15, 2003 at 12:46:47PM +0200, Sheldon Hearn wrote: > On (2003/12/15 15:50), Alexey Dokuchaev wrote: > > > Frankly, adding an option to ls(1) or writing ls(1) -l/awk(1) combo > > takes my vote, rather than adding yet another foo(1) utility to the > > base; especially provided that its functionality isn't strictly > > orthogonal. > > Hmmm, I don't know. POSIX suggests that scripts should not rely on the > output of formatted ls(1) output. Yes, that's why having stat(1) in -CURRENT is OK. Since we hardly can claim 4.x as fully POSIX-compliant, dealing with "ls/stat" trade-off via ls(1) is not that bad. After all, if we hack needed (minor) functionality into ls(1) and provide new command line option, we can avoid cumbersome parsing of `ls -l' output, yet not pulling stat(1) from -CURRENT at the same time. ./danfe From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:58:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE8F16A4CE; Mon, 15 Dec 2003 02:58:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4A643D32; Mon, 15 Dec 2003 02:58:09 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFAw8XJ086299; Mon, 15 Dec 2003 02:58:08 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFAw8wl086298; Mon, 15 Dec 2003 02:58:08 -0800 (PST) (envelope-from des) Message-Id: <200312151058.hBFAw8wl086298@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Dec 2003 02:58:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/stat Makefile stat.1 stat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:58:10 -0000 des 2003/12/15 02:58:08 PST FreeBSD src repository Added files: (Branch: RELENG_4) usr.bin/stat Makefile stat.1 stat.c Log: MFC: stat(1) command from NetBSD. Revision Changes Path 1.2.8.1 +10 -0 src/usr.bin/stat/Makefile (new) 1.6.4.1 +522 -0 src/usr.bin/stat/stat.1 (new) 1.6.4.1 +987 -0 src/usr.bin/stat/stat.c (new) From owner-cvs-src@FreeBSD.ORG Mon Dec 15 02:58:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FCE016A4ED; Mon, 15 Dec 2003 02:58:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7240443D32; Mon, 15 Dec 2003 02:58:24 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFAwOXJ086344; Mon, 15 Dec 2003 02:58:24 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFAwOPa086343; Mon, 15 Dec 2003 02:58:24 -0800 (PST) (envelope-from des) Message-Id: <200312151058.hBFAwOPa086343@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Dec 2003 02:58:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:58:27 -0000 des 2003/12/15 02:58:24 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin Makefile Log: Connect stat(1) to the build. Revision Changes Path 1.144.2.19 +1 -0 src/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:03:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5592716A4CE; Mon, 15 Dec 2003 03:03:14 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F4243D2D; Mon, 15 Dec 2003 03:02:14 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D78FC5C7A3; Mon, 15 Dec 2003 03:02:13 -0800 (PST) Date: Mon, 15 Dec 2003 03:02:13 -0800 From: Alfred Perlstein To: Alexey Dokuchaev Message-ID: <20031215110213.GB60229@elvis.mu.org> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215095049.GA78800@regency.nsu.ru> User-Agent: Mutt/1.4.1i cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-src@freebsd.org cc: Peter Jeremy cc: Dag-Erling Sm?rgrav cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 11:03:14 -0000 * Alexey Dokuchaev [031215 01:48] wrote: > On Mon, Dec 15, 2003 at 07:37:04PM +1100, Peter Jeremy wrote: > > On Sun, Dec 14, 2003 at 11:36:02AM +0000, Mark Murray wrote: > > >Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: > > >> It uses Perl directly to compute the numeric mode of a file. The > > >> version in -CURRENT uses a combination of stat(1), bc(1) and shell > > >> arithmetic which causes a syntax error in 4.x. > > >> > > >> Personally, I think it would be best if stat(1) could gain an option > > >> (-m perhaps) that makes it simply print its arguments' modes in octal. > > > > > >Does 4.x's stat(1) have the "-s" switch? If so: > > > > > >$ ( eval $(stat -s .profile) ; printf "%o %s\n" ${st_mode} ${st_mode} ) > > >100644 0100644 > > > > > >Would that be any use? > > > > Not in the absence of stat(1) :-(. As an alternative, maybe ls(1) > > could grow an option to spit out the mode in octal - assuming there > > are any spare opton letters left. The simplest solution would seem > > to be to MFC stat(1) to 4.x. The only other alternative would be a > > (messy) awk script to convert the mode letters in 'ls -l' output to > > an octal number. > > Frankly, adding an option to ls(1) or writing ls(1) -l/awk(1) combo > takes my vote, rather than adding yet another foo(1) utility to the > base; especially provided that its functionality isn't strictly > orthogonal. > > Just my $.02. kekekekeke #!/bin/sh # Copyright (c) 2003 Research Engineering Development, Inc. # Author: Alfred Perlstein # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. file=$1 val=`ls -ld "$1"| sed \ -e 's/ .*//' \ -e 's/^.//' \ -e 's/^\(..\)s\(......\)/\11\2 + 100000000000 /' \ -e 's/^\(.....\)s\(...\)/\11\2 + 010000000000 /' \ -e 's/^\(........\)t/\11 + 001000000000 /' \ -e 's/[a-z]/1/g' \ -e 's/-/0/g'` printf "ibase=2\nobase=8\n$val\nquit\n" | bc From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:03:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 683) id CE4EE16A4D0; Mon, 15 Dec 2003 03:03:43 -0800 (PST) Date: Mon, 15 Dec 2003 03:03:43 -0800 From: Eivind Eklund To: Brooks Davis Message-ID: <20031215110343.GA97991@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215005702.GB4077@Odin.AC.HMC.Edu> User-Agent: Mutt/1.4.1i cc: Diomidis Spinellis cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 11:03:44 -0000 On Sun, Dec 14, 2003 at 04:57:02PM -0800, Brooks Davis wrote: > I think we should put this in in stable and probably never remove it. > I'd defintly object if we removed it before 4.11 because we need to ship > at least one release with a warning before breaking things since I don't > think this is a security issue. If someone can come up with a way not > being a member of a group would be a security issue I'd withdraw that > objection and just suggest that we add a special case syslog to stable > to avoid confusion. Groups can be used both as a positive and negative security control mechanism. The logic for checking permissions is (pseudocode): def get_flags(file, uid, groups) if file.owner == uid file.userflags elsif groups.find { |group| group == file.group } file.groupflags else file.otherflags end end Note that you can limit particular a group by having more relaxed flags for "other" than for the group. Ie, if we have the following: john in doe group jane not in doe group If we have a file drwx---r-x 3 root doe 512 Sep 16 14:35 nondoes then jane will have access to it, while john won't. If john lose the doe group, he too will have access. Note that this isn't an argument in either direction about how to handle the change; I'm leaving that to you. The usage above isn't really common, but it is a trick known to advanced admins. Eivind. From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:12:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0C916A4D0; Mon, 15 Dec 2003 03:12:13 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D9CC43D64; Mon, 15 Dec 2003 03:04:37 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVqWb-000GiN-90; Mon, 15 Dec 2003 13:04:29 +0200 Date: Mon, 15 Dec 2003 13:04:29 +0200 From: Sheldon Hearn To: Alexey Dokuchaev Message-ID: <20031215110429.GR13737@starjuice.net> Mail-Followup-To: Alexey Dokuchaev , Peter Jeremy , Mark Murray , Dag-Erling Sm?rgrav , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> <20031215104647.GO13737@starjuice.net> <20031215105909.GA97471@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215105909.GA97471@regency.nsu.ru> User-Agent: Mutt/1.5.4i cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-src@freebsd.org cc: Peter Jeremy cc: Dag-Erling Sm?rgrav cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 11:12:13 -0000 On (2003/12/15 16:59), Alexey Dokuchaev wrote: > > Hmmm, I don't know. POSIX suggests that scripts should not rely on the > > output of formatted ls(1) output. > > Yes, that's why having stat(1) in -CURRENT is OK. Since we hardly can > claim 4.x as fully POSIX-compliant, dealing with "ls/stat" trade-off > via ls(1) is not that bad. Agreed. > After all, if we hack needed (minor) functionality into ls(1) and > provide new command line option, we can avoid cumbersome parsing of > `ls -l' output, yet not pulling stat(1) from -CURRENT at the same > time. Well, either way, the script relies on extensions to the POSIX environment. To me, providing stat(1) seems like a tidier move forward. ls(1) is already bloated. However, this is a gut feeling, and thus bikeshed fodder. NetBSD already has stat(1). So in the face of a bikeshed decision, I'm happy to paint ours the same colour as theirs. :-) Ciao, Sheldon. From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:12:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E3216A4CF; Mon, 15 Dec 2003 03:12:14 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BEC43D69; Mon, 15 Dec 2003 03:09:29 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 2B43F530F; Mon, 15 Dec 2003 12:08:00 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id D7FD0530E; Mon, 15 Dec 2003 12:07:52 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id BA33F33C90; Mon, 15 Dec 2003 12:07:52 +0100 (CET) To: Alexey Dokuchaev References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> <20031215104647.GO13737@starjuice.net> <20031215105909.GA97471@regency.nsu.ru> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Mon, 15 Dec 2003 12:07:52 +0100 In-Reply-To: <20031215105909.GA97471@regency.nsu.ru> (Alexey Dokuchaev's message of "Mon, 15 Dec 2003 16:59:09 +0600") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: Peter Jeremy cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Mark Murray cc: cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 11:12:15 -0000 Alexey Dokuchaev writes: > Yes, that's why having stat(1) in -CURRENT is OK. [...] If I understand you correctly, you want to spend extra time adding untested functionality to ls(1) in RELENG_4, and then adapting mergemaster(8) to use that functionality, in order to make RELENG_4 more different from HEAD and less POSIX- compliant than it already is. I was so befuddled by your convoluted logic that, in a fit of brain- overload-induced finger spasms, I accidentally committed the existing and fairly well-tested stat(1) utility to RELENG_4. I apologize for the inconvenience. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:28:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BD016A4CE; Mon, 15 Dec 2003 03:28:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAAD343D35; Mon, 15 Dec 2003 03:28:15 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFBSFXJ088428; Mon, 15 Dec 2003 03:28:15 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFBSFAd088427; Mon, 15 Dec 2003 03:28:15 -0800 (PST) (envelope-from ru) Message-Id: <200312151128.hBFBSFAd088427@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 15 Dec 2003 03:28:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_eiface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 11:28:16 -0000 ru 2003/12/15 03:28:15 PST FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: MFS: Make struct arpcom the first entry in softc. (There are at least two functions in sys/net/if.c that assume that softc starts with arpcom.) This makes setting of ethernet address via ifconfig(8) work as expected. Revision Changes Path 1.11 +1 -1 src/sys/netgraph/ng_eiface.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:36:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D5016A4CE; Mon, 15 Dec 2003 03:36:00 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B3D43D3F; Mon, 15 Dec 2003 03:35:59 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AVr3C-0008W7-00; Mon, 15 Dec 2003 17:38:10 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AVr3B-0008Un-00; Mon, 15 Dec 2003 17:38:09 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hBFBdEg1076447; Mon, 15 Dec 2003 17:39:14 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hBFBdD0l076372; Mon, 15 Dec 2003 17:39:13 +0600 (NOVT) (envelope-from danfe) Date: Mon, 15 Dec 2003 17:39:13 +0600 From: Alexey Dokuchaev To: Dag-Erling Sm?rgrav Message-ID: <20031215113913.GA72084@regency.nsu.ru> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> <20031215104647.GO13737@starjuice.net> <20031215105909.GA97471@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Envelope-To: des@des.no, PeterJeremy@optushome.com.au, src-committers@freebsd.org, cvs-all@freebsd.org, mark@grondar.org, cvs-src@freebsd.org cc: Peter Jeremy cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 11:36:01 -0000 On Mon, Dec 15, 2003 at 12:07:52PM +0100, Dag-Erling Sm?rgrav wrote: > Alexey Dokuchaev writes: > > Yes, that's why having stat(1) in -CURRENT is OK. [...] > > If I understand you correctly, you want to spend extra time adding > untested functionality to ls(1) in RELENG_4, and then adapting > mergemaster(8) to use that functionality, in order to make RELENG_4 > more different from HEAD and less POSIX- compliant than it already is. > > I was so befuddled by your convoluted logic that, in a fit of brain- > overload-induced finger spasms, I accidentally committed the existing > and fairly well-tested stat(1) utility to RELENG_4. I apologize for > the inconvenience. Point taken. 8-) ./danfe P.S. Thanks for MFC! From owner-cvs-src@FreeBSD.ORG Mon Dec 15 03:51:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8130D16A4CE; Mon, 15 Dec 2003 03:51:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCED443D1D; Mon, 15 Dec 2003 03:51:27 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFBpRXJ089335; Mon, 15 Dec 2003 03:51:27 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFBpRC0089334; Mon, 15 Dec 2003 03:51:27 -0800 (PST) (envelope-from maxim) Message-Id: <200312151151.hBFBpRC0089334@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 15 Dec 2003 03:51:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.all calendar.common calendar.holiday calendar.military X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 11:51:28 -0000 maxim 2003/12/15 03:51:27 PST FreeBSD src repository Modified files: usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.all calendar.common Added files: usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.holiday calendar.military Log: Add a bunch of Russian holidays. PR: docs/50013 Submitted by: osa Revision Changes Path 1.6 +4 -2 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all 1.12 +51 -12 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common 1.1 +22 -0 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday (new) 1.1 +25 -0 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military (new) From owner-cvs-src@FreeBSD.ORG Mon Dec 15 04:31:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4DC116A4CE; Mon, 15 Dec 2003 04:31:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216E243D31; Mon, 15 Dec 2003 04:31:47 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFCVkXJ091530; Mon, 15 Dec 2003 04:31:46 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFCVkNr091529; Mon, 15 Dec 2003 04:31:46 -0800 (PST) (envelope-from mtm) Message-Id: <200312151231.hBFCVkNr091529@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 15 Dec 2003 04:31:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_setschedparam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 12:31:48 -0000 mtm 2003/12/15 04:31:46 PST FreeBSD src repository Modified files: lib/libthr/thread thr_setschedparam.c Log: Comment out most of pthread_setschedparam. Pthread priorities didn't work before anyways, and I didn't want to fix broken code I had no way of testing. It was necessary however, in order to get rid of GIANT_LOCK. Pthread priorities will have to wait a little longer to get fixed. Revision Changes Path 1.5 +4 -1 src/lib/libthr/thread/thr_setschedparam.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 04:38:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEE316A4CE; Mon, 15 Dec 2003 04:38:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236BA43D46; Mon, 15 Dec 2003 04:38:07 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFCc6XJ091776; Mon, 15 Dec 2003 04:38:06 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFCc6cE091775; Mon, 15 Dec 2003 04:38:06 -0800 (PST) (envelope-from mtm) Message-Id: <200312151238.hBFCc6cE091775@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 15 Dec 2003 04:38:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_kern.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 12:38:08 -0000 mtm 2003/12/15 04:38:06 PST FreeBSD src repository Modified files: lib/libthr/thread thr_kern.c thr_private.h Log: Remove _giant_mutex and its associated macros. Revision Changes Path 1.14 +0 -69 src/lib/libthr/thread/thr_kern.c 1.26 +0 -16 src/lib/libthr/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Mon Dec 15 05:31:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D9F016A4CE; Mon, 15 Dec 2003 05:31:17 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F06A43D36; Mon, 15 Dec 2003 05:31:15 -0800 (PST) (envelope-from nectar@freebsd.org) Received: from localhost (localhost [127.0.0.1]) by gw.celabo.org (Postfix) with ESMTP id D79B054883; Mon, 15 Dec 2003 07:31:14 -0600 (CST) Received: from gw.celabo.org ([127.0.0.1]) by localhost (hellblazer.celabo.org [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 05306-10; Mon, 15 Dec 2003 07:31:04 -0600 (CST) Received: from lum.celabo.org (dhcp-204.celabo.org [10.0.1.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "lum.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 17D335482B; Mon, 15 Dec 2003 07:31:04 -0600 (CST) Received: from freebsd.org (localhost [127.0.0.1]) by lum.celabo.org (Postfix) with ESMTP id 854991595AC; Mon, 15 Dec 2003 07:31:04 -0600 (CST) Message-ID: <3FDDB797.9080703@freebsd.org> Date: Mon, 15 Dec 2003 07:31:03 -0600 From: Jacques Vidrine User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <3FDC7D65.3040406@aueb.gr> <20031214213624.GA4077@Odin.AC.HMC.Edu> <3FDCEA54.2040705@aueb.gr> <20031215005702.GB4077@Odin.AC.HMC.Edu> In-Reply-To: <20031215005702.GB4077@Odin.AC.HMC.Edu> X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Diomidis Spinellis cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-src@FreeBSD.org cc: dds@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 13:31:17 -0000 Brooks Davis said the following on 12/14/03 6:57 PM: > I think we should put this in in stable and probably never remove it. > I'd defintly object if we removed it before 4.11 because we need to ship > at least one release with a warning before breaking things since I don't > think this is a security issue. If someone can come up with a way not > being a member of a group would be a security issue I'd withdraw that > objection and just suggest that we add a special case syslog to stable > to avoid confusion. Some authorization decisions grant access on the basis of what groups you are *not* in: the file system, at least, and who knows what applications may do. On the other hand, this change *will* break some sites without *actually* having a security impact. I tend to agree with you: this should be a loud and clear warning for at least one release before being made fatal. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Mon Dec 15 06:50:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 263E316A4CE; Mon, 15 Dec 2003 06:50:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7544343DAA; Mon, 15 Dec 2003 06:50:05 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBFEo5XJ003749; Mon, 15 Dec 2003 06:50:05 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBFEo5ph003748; Mon, 15 Dec 2003 06:50:05 -0800 (PST) (envelope-from ru) Message-Id: <200312151450.hBFEo5ph003748@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 15 Dec 2003 06:50:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_eiface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 14:50:06 -0000 ru 2003/12/15 06:50:04 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netgraph ng_eiface.c Log: Don't call bpf_mtap(), ether_input() does this for us. Revision Changes Path 1.4.2.6 +0 -4 src/sys/netgraph/ng_eiface.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 07:30:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C875A16A4CE; Mon, 15 Dec 2003 07:30:45 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 237B443D4B; Mon, 15 Dec 2003 07:30:44 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id hBFFUNUd089730; Mon, 15 Dec 2003 10:30:23 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hBFFUIGh089726; Mon, 15 Dec 2003 10:30:18 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 15 Dec 2003 10:30:18 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jacques Vidrine In-Reply-To: <3FDDB797.9080703@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Diomidis Spinellis cc: src-committers@freebsd.org cc: Brooks Davis cc: cvs-src@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 15:30:45 -0000 On Mon, 15 Dec 2003, Jacques Vidrine wrote: > Brooks Davis said the following on 12/14/03 6:57 PM: > > > I think we should put this in in stable and probably never remove it. > > I'd defintly object if we removed it before 4.11 because we need to ship > > at least one release with a warning before breaking things since I don't > > think this is a security issue. If someone can come up with a way not > > being a member of a group would be a security issue I'd withdraw that > > objection and just suggest that we add a special case syslog to stable > > to avoid confusion. > > Some authorization decisions grant access on the basis of what groups > you are *not* in: the file system, at least, and who knows what > applications may do. > > On the other hand, this change *will* break some sites without > *actually* having a security impact. I tend to agree with you: this > should be a loud and clear warning for at least one release before being > made fatal. It sounds like there's a building concensus here. How about the following: (1) We leave the change in 5.x, since it's still considered a development branch, and we want new installs on 5.x to have the change "from day one". It sounds like we produce plenty of graffiti in the logs, but it wouldn't hurt to do some additional testing and see if there are some ways we can be particularly noisy when failing a login using /usr/bin/login and sshd or the like. We carefully document this in UPDATING, the release notes for 5.3, etc. Include an ERRATA for 5.2 that the change isn't in 5.2, but will be in 5.3 (I believe). (2) We back the change out of 4.x, or at least, make it configurable and default to off, but produce the warnings anyway. We maintain that stance through whatever release follows (4.10 or 4.9.1 depending on branch movement). I assume there's not time to change the behavior of 5.2 even to log, but we might want to see if there's a simple one-line change that will cover 90% of the interesting cases -- i.e., add a two-line change to setusercontext() so that it syslogs over the problem if it happens, without changing behavior. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Mon Dec 15 08:14:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF38B16A4CE; Mon, 15 Dec 2003 08:14:02 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B26B43D1D; Mon, 15 Dec 2003 08:13:54 -0800 (PST) (envelope-from ru@FreeBSD.org.ua) Received: from phantom.cris.net (ru@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id hBFGDtl7077781; Mon, 15 Dec 2003 18:13:55 +0200 (EET) (envelope-from ru@FreeBSD.org.ua) Received: (from ru@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id hBFGDtfr077780; Mon, 15 Dec 2003 18:13:55 +0200 (EET) (envelope-from ru) Date: Mon, 15 Dec 2003 18:13:55 +0200 From: Ruslan Ermilov To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031215161355.GA77682@FreeBSD.org.ua> References: <200312151128.hBFBSFAd088427@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <200312151128.hBFBSFAd088427@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: src/sys/netgraph ng_eiface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 16:14:02 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 15, 2003 at 03:28:15AM -0800, Ruslan Ermilov wrote: > ru 2003/12/15 03:28:15 PST >=20 > FreeBSD src repository >=20 > Modified files: > sys/netgraph ng_eiface.c=20 > Log: > MFS: Make struct arpcom the first entry in softc. (There are at least > two functions in sys/net/if.c that assume that softc starts with arpcom= =2E) > This makes setting of ethernet address via ifconfig(8) work as expected. > =20 > Revision Changes Path > 1.11 +1 -1 src/sys/netgraph/ng_eiface.c >=20 This also fixes panics seen when assigning ethernet address via ifconfig(8), and then shutting down the eiface node. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/3d3CUkv4P6juNwoRArZhAKCGl0UUQ+5sn7BlkCHl+uMtHc7j9wCfcxmG HdT/bfNRbFXWp8A28vsNADw= =4uQ+ -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-cvs-src@FreeBSD.ORG Mon Dec 15 08:18:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D290516A4CE; Mon, 15 Dec 2003 08:18:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAED43D41; Mon, 15 Dec 2003 08:18:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFGIJ0B004288; Mon, 15 Dec 2003 08:18:19 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFGIJFK004287; Mon, 15 Dec 2003 08:18:19 -0800 (PST) (envelope-from imp) Message-Id: <200312151618.hBFGIJFK004287@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Dec 2003 08:18:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 16:18:21 -0000 imp 2003/12/15 08:18:19 PST FreeBSD src repository Modified files: . access Log: Steve Price has been focusing on ports, so believes that his commit bit can be turned in on src until such time as he needs it in the future. Revision Changes Path 1.625 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Dec 15 09:06:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D5E016A4CE; Mon, 15 Dec 2003 09:06:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65AF143D36; Mon, 15 Dec 2003 09:06:08 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFH680B012654; Mon, 15 Dec 2003 09:06:08 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFH68vC012653; Mon, 15 Dec 2003 09:06:08 -0800 (PST) (envelope-from imp) Message-Id: <200312151706.hBFH68vC012653@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Dec 2003 09:06:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 17:06:09 -0000 imp 2003/12/15 09:06:08 PST FreeBSD src repository Modified files: . access Log: Nate Williams has indicated that he has no idea when he'll need his commit bit next, so he's returning it to core for safe keeping. Revision Changes Path 1.626 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Dec 15 09:51:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F8316A4CE; Mon, 15 Dec 2003 09:51:23 -0800 (PST) Received: from hermes.aueb.gr (hermes.aueb.gr [195.251.255.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6379C43D36; Mon, 15 Dec 2003 09:51:21 -0800 (PST) (envelope-from dds@aueb.gr) Received: from aueb.gr (faculty06.right.dialup.aueb.gr [195.251.255.250]) by hermes.aueb.gr (8.12.9/8.12.9) with ESMTP id hBFHpI2a013752; Mon, 15 Dec 2003 19:51:19 +0200 Message-ID: <3FDDF496.8090507@aueb.gr> Date: Mon, 15 Dec 2003 19:51:18 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Brooks Davis cc: src-committers@freebsd.org cc: Jacques Vidrine cc: cvs-src@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 17:51:23 -0000 Robert Watson wrote: > I assume there's not time to change the behavior of 5.2 even to log, but > we might want to see if there's a simple one-line change that will cover > 90% of the interesting cases -- i.e., add a two-line change to > setusercontext() so that it syslogs over the problem if it happens, > without changing behavior. Logging was done by default, but the log message (Invalid argument) can be considered obscure. The change for a better syslog entry (to be added in 5.2) would be to modify lib/libutil/login_class.c as follows: if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) { if (errno == EINVAL) syslog(LOG_ERR, "initgroups(%s,%lu): user group membership limit (NGROUPS) exceeded", pwd->pw_name, (u_long)pwd->pw_gid); else syslog(LOG_ERR, "initgroups(%s,%lu): %m", pwd->pw_name, (u_long)pwd->pw_gid); On STABLE we need to decide whether we make the change completely configurable as in #define IGNORE_NGROUP_OVERFLOW /* group membership > NGROUPS is silently ignored */ or we add only a special case in the login procedure by patching lib/libutil/login_class.c. This would still leave the change visible to other applications like daemons. I propose to avoid the special login_class.c case and have the old behaviour be the default configuration for all uses of initgroups. Diomidis - dds@ From owner-cvs-src@FreeBSD.ORG Mon Dec 15 09:51:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E3C16A4D0; Mon, 15 Dec 2003 09:51:33 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2373543D31; Mon, 15 Dec 2003 09:51:32 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id hBFHpOA7017789; Mon, 15 Dec 2003 09:51:24 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id hBFHpOt6017788; Mon, 15 Dec 2003 09:51:24 -0800 Date: Mon, 15 Dec 2003 09:51:24 -0800 From: Brooks Davis To: Robert Watson Message-ID: <20031215175115.GB7002@Odin.AC.HMC.Edu> References: <3FDDB797.9080703@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: Diomidis Spinellis cc: Brooks Davis cc: src-committers@freebsd.org cc: Jacques Vidrine cc: cvs-src@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING (initgroups) X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2003 17:51:34 -0000 --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 15, 2003 at 10:30:18AM -0500, Robert Watson wrote: >=20 > On Mon, 15 Dec 2003, Jacques Vidrine wrote: >=20 > > Brooks Davis said the following on 12/14/03 6:57 PM: > >=20 > > > I think we should put this in in stable and probably never remove it. > > > I'd defintly object if we removed it before 4.11 because we need to s= hip > > > at least one release with a warning before breaking things since I do= n't > > > think this is a security issue. If someone can come up with a way not > > > being a member of a group would be a security issue I'd withdraw that > > > objection and just suggest that we add a special case syslog to stable > > > to avoid confusion. > >=20 > > Some authorization decisions grant access on the basis of what groups > > you are *not* in: the file system, at least, and who knows what > > applications may do.=20 > >=20 > > On the other hand, this change *will* break some sites without > > *actually* having a security impact. I tend to agree with you: this > > should be a loud and clear warning for at least one release before being > > made fatal.=20 >=20 > It sounds like there's a building concensus here. How about the > following: >=20 > (1) We leave the change in 5.x, since it's still considered a development > branch, and we want new installs on 5.x to have the change "from day > one". It sounds like we produce plenty of graffiti in the logs, but > it wouldn't hurt to do some additional testing and see if there are > some ways we can be particularly noisy when failing a login using > /usr/bin/login and sshd or the like. We carefully document this in > UPDATING, the release notes for 5.3, etc. Include an ERRATA for 5.2 > that the change isn't in 5.2, but will be in 5.3 (I believe). >=20 > (2) We back the change out of 4.x, or at least, make it configurable and > default to off, but produce the warnings anyway. We maintain that > stance through whatever release follows (4.10 or 4.9.1 depending on > branch movement). >=20 > I assume there's not time to change the behavior of 5.2 even to log, but > we might want to see if there's a simple one-line change that will cover > 90% of the interesting cases -- i.e., add a two-line change to > setusercontext() so that it syslogs over the problem if it happens, > without changing behavior.=20 This seems reasionable. My main concern is that we shouldn't make changes with this kind of impact unless there's a significant security concern. Since the general feeling is seems to be that this isn't significant, we need to ship a minimum of one stable release with a warning before making the change as it is now. Leaving things as is it probably ok in current. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --qlTNgmc+xy1dBmNv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/3fSNXY6L6fI4GtQRAsUfAKCSjNXM37aW+X1EgHZzcQmiDUqOJACeJcRa E5DBEY+8z0pbGednhG3RDro= =DnVW -----END PGP SIGNATURE----- --qlTNgmc+xy1dBmNv-- From owner-cvs-src@FreeBSD.ORG Mon Dec 15 10:06:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE3316A4CE for ; Mon, 15 Dec 2003 10:06:05 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CB01A43D33 for ; Mon, 15 Dec 2003 10:06:01 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 66777 invoked from network); 15 Dec 2003 18:06:01 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 15 Dec 2003 18:06:01 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 15 Dec 2003 12:05:59 -0600 (CST) From: Mike Silbersack To: Warner Losh In-Reply-To: <200312151706.hBFH68vC012653@repoman.freebsd.org> Message-ID: <20031215120517.A36712@odysseus.silby.com> References: <200312151706.hBFH68vC012653@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 18:06:05 -0000 On Mon, 15 Dec 2003, Warner Losh wrote: > FreeBSD src repository > > Modified files: > . access > Log: > > > Revision Changes Path > 1.626 +0 -1 CVSROOT/access I'm going to be busy with exams for the next few days, so you're welcome to put my commit bit on ice until Friday. :) Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Mon Dec 15 10:11:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F17116A4CE; Mon, 15 Dec 2003 10:11:50 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2780243D49; Mon, 15 Dec 2003 10:11:48 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBFIBlEJ033834; Mon, 15 Dec 2003 11:11:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 15 Dec 2003 11:10:58 -0700 (MST) Message-Id: <20031215.111058.119891577.imp@bsdimp.com> To: silby@silby.com From: "M. Warner Losh" In-Reply-To: <20031215120517.A36712@odysseus.silby.com> References: <200312151706.hBFH68vC012653@repoman.freebsd.org> <20031215120517.A36712@odysseus.silby.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 18:11:50 -0000 In message: <20031215120517.A36712@odysseus.silby.com> Mike Silbersack writes: : I'm going to be busy with exams for the next few days, so you're welcome : to put my commit bit on ice until Friday. :) The commit bits that are being returned for safe keeping haven't been used in > 18 months. Warner From owner-cvs-src@FreeBSD.ORG Mon Dec 15 11:19:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4141816A4CE; Mon, 15 Dec 2003 11:19:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4FD43D1F; Mon, 15 Dec 2003 11:19:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFJJG0B019384; Mon, 15 Dec 2003 11:19:16 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFJJGMU019383; Mon, 15 Dec 2003 11:19:16 -0800 (PST) (envelope-from jhb) Message-Id: <200312151919.hBFJJGMU019383@repoman.freebsd.org> From: John Baldwin Date: Mon, 15 Dec 2003 11:19:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 19:19:17 -0000 jhb 2003/12/15 11:19:16 PST FreeBSD src repository Modified files: . UPDATING Log: Add a note to say that the ACPI module has been turned back on now. Requested by: Joel Ray Holveck Revision Changes Path 1.285 +4 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Dec 15 11:43:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384EC16A4CE; Mon, 15 Dec 2003 11:43:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8951943D32; Mon, 15 Dec 2003 11:43:16 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFJhG0B020315; Mon, 15 Dec 2003 11:43:16 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFJhGj5020314; Mon, 15 Dec 2003 11:43:16 -0800 (PST) (envelope-from fjoe) Message-Id: <200312151943.hBFJhGj5020314@repoman.freebsd.org> From: Max Khon Date: Mon, 15 Dec 2003 11:43:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 19:43:17 -0000 fjoe 2003/12/15 11:43:16 PST FreeBSD src repository Modified files: . access Log: Re-activate commit bit for Ryuichiro Imura. No objections from: core@ Revision Changes Path 1.627 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Dec 15 12:43:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA46F16A4CE; Mon, 15 Dec 2003 12:43:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF5543D2D; Mon, 15 Dec 2003 12:43:18 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFKhH0B023356; Mon, 15 Dec 2003 12:43:17 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFKhHwE023355; Mon, 15 Dec 2003 12:43:17 -0800 (PST) (envelope-from sos) Message-Id: <200312152043.hBFKhHwE023355@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 15 Dec 2003 12:43:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 20:43:18 -0000 sos 2003/12/15 12:43:17 PST FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Print the LBA on failing R/W commands. Revision Changes Path 1.12 +7 -5 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 13:10:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A08616A4CE; Mon, 15 Dec 2003 13:10:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BDA643D51; Mon, 15 Dec 2003 13:10:50 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFLAo0B031045; Mon, 15 Dec 2003 13:10:50 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFLAoFg031044; Mon, 15 Dec 2003 13:10:50 -0800 (PST) (envelope-from imp) Message-Id: <200312152110.hBFLAoFg031044@repoman.freebsd.org> From: Warner Losh Date: Mon, 15 Dec 2003 13:10:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 21:10:51 -0000 imp 2003/12/15 13:10:50 PST FreeBSD src repository Modified files: . access Log: cwt (Chris Timmons) says that he's done with his commit bit for a while, so return it to safe keeping. Revision Changes Path 1.628 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Dec 15 13:31:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F5016A4CE; Mon, 15 Dec 2003 13:31:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3FF43D36; Mon, 15 Dec 2003 13:31:30 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFLVT0B031835; Mon, 15 Dec 2003 13:31:29 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFLVTRE031834; Mon, 15 Dec 2003 13:31:29 -0800 (PST) (envelope-from des) Message-Id: <200312152131.hBFLVTRE031834@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 15 Dec 2003 13:31:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/sound/pci es137x.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 21:31:30 -0000 des 2003/12/15 13:31:29 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/sound/pci es137x.c Log: MFC: support for the Vibra 128 (and other CT4730-based cards) Submitted by: orion Revision Changes Path 1.13.2.11 +19 -3 src/sys/dev/sound/pci/es137x.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 13:49:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8356E16A4CE; Mon, 15 Dec 2003 13:49:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B55B43D35; Mon, 15 Dec 2003 13:49:42 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFLng0B032571; Mon, 15 Dec 2003 13:49:42 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFLngFp032570; Mon, 15 Dec 2003 13:49:42 -0800 (PST) (envelope-from bms) Message-Id: <200312152149.hBFLngFp032570@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 15 Dec 2003 13:49:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/kern uipc_mbuf.c src/sys/modules/crypto Makefile src/sys/netipsec ipsec_mbuf.c src/sys/opencrypto cryptodev.h cryptosoft.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 21:49:43 -0000 bms 2003/12/15 13:49:41 PST FreeBSD src repository Modified files: sys/conf files sys/kern uipc_mbuf.c sys/modules/crypto Makefile sys/netipsec ipsec_mbuf.c sys/opencrypto cryptodev.h cryptosoft.c sys/sys mbuf.h Log: Push m_apply() and m_getptr() up into the colleciton of standard mbuf routines, and purge them from opencrypto. Reviewed by: sam Obtained from: NetBSD Sponsored by: spc.org Revision Changes Path 1.859 +0 -1 src/sys/conf/files 1.121 +67 -0 src/sys/kern/uipc_mbuf.c 1.2 +1 -1 src/sys/modules/crypto/Makefile 1.10 +0 -2 src/sys/netipsec/ipsec_mbuf.c 1.8 +0 -3 src/sys/opencrypto/cryptodev.h 1.5 +1 -8 src/sys/opencrypto/cryptosoft.c 1.129 +3 -0 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Mon Dec 15 13:50:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A768416A4CE; Mon, 15 Dec 2003 13:50:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35CF43D1D; Mon, 15 Dec 2003 13:50:45 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBFLoj0B032731; Mon, 15 Dec 2003 13:50:45 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBFLojMe032730; Mon, 15 Dec 2003 13:50:45 -0800 (PST) (envelope-from bms) Message-Id: <200312152150.hBFLojMe032730@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 15 Dec 2003 13:50:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 21:50:46 -0000 bms 2003/12/15 13:50:45 PST FreeBSD src repository Removed files: sys/opencrypto crmbuf.c Log: Purge crmbuf.c as the routines are now in uipc_mbuf.c. Reviewed by: sam Sponsored by: spc.org Revision Changes Path 1.3 +0 -119 src/sys/opencrypto/crmbuf.c (dead) From owner-cvs-src@FreeBSD.ORG Mon Dec 15 17:52:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EFAF16A4CF; Mon, 15 Dec 2003 17:52:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A9943D1D; Mon, 15 Dec 2003 17:52:54 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBG1qs0B049883; Mon, 15 Dec 2003 17:52:54 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBG1qsvp049882; Mon, 15 Dec 2003 17:52:54 -0800 (PST) (envelope-from tjr) Message-Id: <200312160152.hBG1qsvp049882@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 15 Dec 2003 17:52:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 01:52:55 -0000 tjr 2003/12/15 17:52:54 PST FreeBSD src repository Modified files: sys/fs/ntfs ntfs_subr.c Log: Avoid sign extension when casting signed characters to unsigned wide characters in ntfs_u28(). This fixes the conversion of filenames containing single-byte characters with the high bit set. Revision Changes Path 1.33 +2 -2 src/sys/fs/ntfs/ntfs_subr.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 19:55:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACEC16A4CE; Mon, 15 Dec 2003 19:55:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CD743D32; Mon, 15 Dec 2003 19:55:57 -0800 (PST) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBG3tv0B055533; Mon, 15 Dec 2003 19:55:57 -0800 (PST) (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBG3tvdh055532; Mon, 15 Dec 2003 19:55:57 -0800 (PST) (envelope-from grehan) Message-Id: <200312160355.hBG3tvdh055532@repoman.freebsd.org> From: Peter Grehan Date: Mon, 15 Dec 2003 19:55:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 03:55:58 -0000 grehan 2003/12/15 19:55:57 PST FreeBSD src repository Modified files: sys/powerpc/powerpc pmap.c Log: Disable the per-vm_page PTE cache. This was not being invalidated correctly, resulting in the dreaded "vm_pageout_flush: partially invalid page" panic. The caching issue will be revisited in the future, but opt for safety over performance in the meantime. Tested by: gallatin Revision Changes Path 1.67 +2 -0 src/sys/powerpc/powerpc/pmap.c From owner-cvs-src@FreeBSD.ORG Mon Dec 15 21:40:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C439A16A4CE; Mon, 15 Dec 2003 21:40:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD4143D32; Mon, 15 Dec 2003 21:40:07 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBG5e60B066594; Mon, 15 Dec 2003 21:40:06 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBG5e6Tm066593; Mon, 15 Dec 2003 21:40:06 -0800 (PST) (envelope-from obrien) Message-Id: <200312160540.hBG5e6Tm066593@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Dec 2003 21:40:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/i386 freebsd64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 05:40:07 -0000 obrien 2003/12/15 21:40:06 PST FreeBSD src repository Modified files: contrib/gcc/config/i386 freebsd64.h Log: One might want to correctly generate 32-bit code on an Opteron. Submitted by: peter Revision Changes Path 1.8 +4 -1 src/contrib/gcc/config/i386/freebsd64.h From owner-cvs-src@FreeBSD.ORG Mon Dec 15 22:54:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4946A16A4CE; Mon, 15 Dec 2003 22:54:34 -0800 (PST) Received: from obie.softweyr.com (66-91-236-204.san.rr.com [66.91.236.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD6543D35; Mon, 15 Dec 2003 22:54:32 -0800 (PST) (envelope-from wes@softweyr.com) Received: from zahpod.softweyr.com (ba8ca4b7956a382ab153ac820182475d@zaphod [204.68.178.5]) by obie.softweyr.com (8.12.10/8.12.10) with ESMTP id hBG6sT5i075602; Mon, 15 Dec 2003 22:54:29 -0800 (PST) (envelope-from wes@softweyr.com) From: Wes Peters Organization: Softweyr To: "M. Warner Losh" , silby@silby.com Date: Mon, 15 Dec 2003 22:54:29 -0800 User-Agent: KMail/1.5.4 References: <200312151706.hBFH68vC012653@repoman.freebsd.org> <20031215120517.A36712@odysseus.silby.com> <20031215.111058.119891577.imp@bsdimp.com> In-Reply-To: <20031215.111058.119891577.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312152254.29330.wes@softweyr.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 06:54:34 -0000 On Monday 15 December 2003 10:10 am, M. Warner Losh wrote: > In message: <20031215120517.A36712@odysseus.silby.com> > > Mike Silbersack writes: > : I'm going to be busy with exams for the next few days, so you're > : welcome to put my commit bit on ice until Friday. :) > > The commit bits that are being returned for safe keeping haven't been > used in 18 months. Whereever did that pointy hat get to? Silly Silby. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Mon Dec 15 23:14:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D9EF16A4CF for ; Mon, 15 Dec 2003 23:14:05 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DE92243D45 for ; Mon, 15 Dec 2003 23:14:02 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 65366 invoked by uid 1000); 16 Dec 2003 07:14:05 -0000 Date: Mon, 15 Dec 2003 23:14:05 -0800 (PST) From: Nate Lawson To: Bruce M Simpson In-Reply-To: <20031215215059.7E3FF16A559@hub.freebsd.org> Message-ID: <20031215231239.N65356@root.org> References: <20031215215059.7E3FF16A559@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 07:14:05 -0000 On Mon, 15 Dec 2003, Bruce M Simpson wrote: > Removed files: > sys/opencrypto crmbuf.c > Log: > Purge crmbuf.c as the routines are now in uipc_mbuf.c. > > Revision Changes Path > 1.3 +0 -119 src/sys/opencrypto/crmbuf.c (dead) > > > --- src/sys/opencrypto/crmbuf.c:1.2 Tue Jun 10 22:57:50 2003 > +++ src/sys/opencrypto/crmbuf.c Mon Dec 15 13:50:59 2003 > @@ -1,119 +0,0 @@ > -/* > - * Copyright (c) 2002 Somebody. All rights reserved. > - * > - * Redistribution and use in source and binary forms, with or without Did you get somebody's permission to do this? Nobody should have their code deleted just because everybody stands by and lets somebody be taken advantage of. -Nate From owner-cvs-src@FreeBSD.ORG Tue Dec 16 00:24:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5202216A4D0; Tue, 16 Dec 2003 00:24:33 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-140-171.dsl.pltn13.pacbell.net [68.123.140.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC1143D3C; Tue, 16 Dec 2003 00:24:31 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hBG8NwHj086741; Tue, 16 Dec 2003 00:23:58 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hBG8NwZp086740; Tue, 16 Dec 2003 00:23:58 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Tue, 16 Dec 2003 00:23:57 -0800 From: David Schultz To: Nate Lawson Message-ID: <20031216082357.GA86687@VARK.homeunix.com> Mail-Followup-To: Nate Lawson , Bruce M Simpson , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG References: <20031215215059.7E3FF16A559@hub.freebsd.org> <20031215231239.N65356@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215231239.N65356@root.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Bruce M Simpson cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 08:24:33 -0000 On Mon, Dec 15, 2003, Nate Lawson wrote: > On Mon, 15 Dec 2003, Bruce M Simpson wrote: > > Removed files: > > sys/opencrypto crmbuf.c > > Log: > > Purge crmbuf.c as the routines are now in uipc_mbuf.c. > > > > Revision Changes Path > > 1.3 +0 -119 src/sys/opencrypto/crmbuf.c (dead) > > > > > > --- src/sys/opencrypto/crmbuf.c:1.2 Tue Jun 10 22:57:50 2003 > > +++ src/sys/opencrypto/crmbuf.c Mon Dec 15 13:50:59 2003 > > @@ -1,119 +0,0 @@ > > -/* > > - * Copyright (c) 2002 Somebody. All rights reserved. > > - * > > - * Redistribution and use in source and binary forms, with or without > > Did you get somebody's permission to do this? Nobody should have their > code deleted just because everybody stands by and lets somebody be taken > advantage of. Nobody knows where Somebody is. But if the change were announced to Everybody for review, Anybody might object, leading to a massive bikeshed. Ultimately, Everybody would blame Somebody, even though Nobody is responsible. From owner-cvs-src@FreeBSD.ORG Tue Dec 16 00:34:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDEC816A4CE; Tue, 16 Dec 2003 00:34:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1769043D2D; Tue, 16 Dec 2003 00:34:12 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBG8YB0B076301; Tue, 16 Dec 2003 00:34:11 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBG8YBtu076300; Tue, 16 Dec 2003 00:34:11 -0800 (PST) (envelope-from des) Message-Id: <200312160834.hBG8YBtu076300@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 16 Dec 2003 00:34:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/make main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 08:34:12 -0000 des 2003/12/16 00:34:11 PST FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/make main.c Log: MFC (rev. 1.86): install a SIGCHLD handler. Revision Changes Path 1.35.2.10 +20 -0 src/usr.bin/make/main.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 00:37:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9676B16A4CE; Tue, 16 Dec 2003 00:37:52 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA2F43D2D; Tue, 16 Dec 2003 00:37:51 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 1E9195309; Tue, 16 Dec 2003 09:37:50 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 10B4D5308; Tue, 16 Dec 2003 09:37:39 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9696A33C95; Tue, 16 Dec 2003 09:37:39 +0100 (CET) To: Nate Lawson References: <20031215215059.7E3FF16A559@hub.freebsd.org> <20031215231239.N65356@root.org> <20031216082357.GA86687@VARK.homeunix.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 16 Dec 2003 09:37:39 +0100 In-Reply-To: <20031216082357.GA86687@VARK.homeunix.com> (David Schultz's message of "Tue, 16 Dec 2003 00:23:57 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Bruce M Simpson cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 08:37:52 -0000 David Schultz writes: > On Mon, Dec 15, 2003, Nate Lawson wrote: > > On Mon, 15 Dec 2003, Bruce M Simpson wrote: > > > - * Copyright (c) 2002 Somebody. All rights reserved. > > Did you get somebody's permission to do this? Nobody should have their > > code deleted just because everybody stands by and lets somebody be taken > > advantage of. > Nobody knows where Somebody is. But if the change were announced > to Everybody for review, Anybody might object, leading to a > massive bikeshed. Ultimately, Everybody would blame Somebody, > even though Nobody is responsible. I'm getting a headache... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Dec 16 00:45:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF2716A4CE for ; Tue, 16 Dec 2003 00:45:48 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 110AD43D33 for ; Tue, 16 Dec 2003 00:45:46 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 39428 invoked from network); 16 Dec 2003 08:45:44 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 16 Dec 2003 08:45:44 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 16 Dec 2003 02:45:43 -0600 (CST) From: Mike Silbersack To: Wes Peters In-Reply-To: <200312152254.29330.wes@softweyr.com> Message-ID: <20031216023856.M41709@odysseus.silby.com> References: <200312151706.hBFH68vC012653@repoman.freebsd.org> <20031215.111058.119891577.imp@bsdimp.com> <200312152254.29330.wes@softweyr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 08:45:48 -0000 On Mon, 15 Dec 2003, Wes Peters wrote: > Whereever did that pointy hat get to? > > Silly Silby. > > Wes Peters wes@softweyr.com I heard that someone checked it out and hasn't returned it yet. If you're going to ship it to me, please make sure that it arrives here by new year's eve, I think it would work well for that event. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Tue Dec 16 02:44:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B00016A4CE; Tue, 16 Dec 2003 02:44:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40F543D32; Tue, 16 Dec 2003 02:44:40 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGAie0B088643; Tue, 16 Dec 2003 02:44:40 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGAieHx088642; Tue, 16 Dec 2003 02:44:40 -0800 (PST) (envelope-from ru) Message-Id: <200312161044.hBGAieHx088642@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 16 Dec 2003 02:44:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libncurses Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 10:44:41 -0000 ru 2003/12/16 02:44:40 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libncurses Makefile Log: MFC: 1.73: Unbreak the NOINSTALLLIB install. Revision Changes Path 1.39.2.14 +2 -0 src/lib/libncurses/Makefile From owner-cvs-src@FreeBSD.ORG Tue Dec 16 03:00:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B03F16A4CF; Tue, 16 Dec 2003 03:00:26 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624F843D41; Tue, 16 Dec 2003 03:00:15 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) hBGB09np037328; Tue, 16 Dec 2003 11:00:09 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)hBGB09Qd037327; Tue, 16 Dec 2003 11:00:09 GMT (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])hBGAv7pD065781; Tue, 16 Dec 2003 10:57:07 GMT (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200312161057.hBGAv7pD065781@grimreaper.grondar.org> To: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) In-Reply-To: Your message of "Tue, 16 Dec 2003 09:37:39 +0100." Date: Tue, 16 Dec 2003 10:57:07 +0000 Sender: mark@grondar.org X-Spam-Status: No, hits=0.2 required=5.0 tests=EMAIL_ATTRIBUTION,FROM_NO_LOWER,IN_REP_TO, QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce M Simpson cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 11:00:26 -0000 Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= writes: > > Nobody knows where Somebody is. But if the change were announced > > to Everybody for review, Anybody might object, leading to a > > massive bikeshed. Ultimately, Everybody would blame Somebody, > > even though Nobody is responsible. > > I'm getting a headache... I'm about to start causing some headaches. ;-) M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-src@FreeBSD.ORG Tue Dec 16 04:18:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140E316A4CE; Tue, 16 Dec 2003 04:18:42 -0800 (PST) Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC5E43D3F; Tue, 16 Dec 2003 04:18:37 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with ESMTP id hBGCITU0031507; Tue, 16 Dec 2003 13:18:29 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id hBGCIThj017685; Tue, 16 Dec 2003 13:18:29 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id hBGCITw8017684; Tue, 16 Dec 2003 13:18:29 +0100 (CET) (envelope-from wkb) Date: Tue, 16 Dec 2003 13:18:29 +0100 From: Wilko Bulte To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20031216121829.GA17669@freebie.xs4all.nl> References: <20031215215059.7E3FF16A559@hub.freebsd.org> <20031215231239.N65356@root.org> <20031216082357.GA86687@VARK.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Bruce M Simpson cc: cvs-all@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/opencrypto crmbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 12:18:42 -0000 On Tue, Dec 16, 2003 at 09:37:39AM +0100, Dag-Erling Smørgrav wrote: > David Schultz writes: > > On Mon, Dec 15, 2003, Nate Lawson wrote: > > > On Mon, 15 Dec 2003, Bruce M Simpson wrote: > > > > - * Copyright (c) 2002 Somebody. All rights reserved. > > > Did you get somebody's permission to do this? Nobody should have their > > > code deleted just because everybody stands by and lets somebody be taken > > > advantage of. > > Nobody knows where Somebody is. But if the change were announced > > to Everybody for review, Anybody might object, leading to a > > massive bikeshed. Ultimately, Everybody would blame Somebody, > > even though Nobody is responsible. > > I'm getting a headache... "You start to feel so depressed.." :) -- | / o / /_ _ |/|/ / / /( (_) Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 16 05:07:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D5116A4CF; Tue, 16 Dec 2003 05:07:50 -0800 (PST) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A6543D2D; Tue, 16 Dec 2003 05:07:49 -0800 (PST) (envelope-from will@csociety.org) Received: by sirius.firepipe.net (Postfix, from userid 1000) id 1116D17CFD; Tue, 16 Dec 2003 08:07:49 -0500 (EST) Date: Tue, 16 Dec 2003 08:07:49 -0500 From: Will Andrews To: Wes Peters Message-ID: <20031216130749.GH91270@sirius.firepipe.net> References: <200312151706.hBFH68vC012653@repoman.freebsd.org> <20031215120517.A36712@odysseus.silby.com> <20031215.111058.119891577.imp@bsdimp.com> <200312152254.29330.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312152254.29330.wes@softweyr.com> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: silby@silby.com cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 13:07:50 -0000 On Mon, Dec 15, 2003 at 10:54:29PM -0800, Wes Peters wrote: > Whereever did that pointy hat get to? It's been returned to me for safekeeping. -- wca From owner-cvs-src@FreeBSD.ORG Tue Dec 16 06:13:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DBD16A4CE; Tue, 16 Dec 2003 06:13:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CC043D35; Tue, 16 Dec 2003 06:13:47 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGEDl0B005367; Tue, 16 Dec 2003 06:13:47 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGEDlbj005366; Tue, 16 Dec 2003 06:13:47 -0800 (PST) (envelope-from bms) Message-Id: <200312161413.hBGEDlbj005366@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 16 Dec 2003 06:13:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/opencrypto cryptosoft.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 14:13:48 -0000 bms 2003/12/16 06:13:47 PST FreeBSD src repository Modified files: sys/sys mbuf.h sys/kern uipc_mbuf.c sys/opencrypto cryptosoft.c Log: style(9) pass and type fixups. Submitted by: bde Revision Changes Path 1.122 +8 -14 src/sys/kern/uipc_mbuf.c 1.6 +1 -1 src/sys/opencrypto/cryptosoft.c 1.130 +1 -1 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Tue Dec 16 07:17:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C7816A4CE; Tue, 16 Dec 2003 07:17:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A9643D39; Tue, 16 Dec 2003 07:17:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGFHV0B008412; Tue, 16 Dec 2003 07:17:31 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGFHUqr008409; Tue, 16 Dec 2003 07:17:30 -0800 (PST) (envelope-from ru) Message-Id: <200312161517.hBGFHUqr008409@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 16 Dec 2003 07:17:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/chmod chmod.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 15:17:32 -0000 ru 2003/12/16 07:17:30 PST FreeBSD src repository Modified files: bin/chmod chmod.c Log: Print unambiguous paths with -R -v. Revision Changes Path 1.31 +1 -1 src/bin/chmod/chmod.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 08:19:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A67B16A4CE; Tue, 16 Dec 2003 08:19:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07A743D31; Tue, 16 Dec 2003 08:19:52 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGGJq0B011568; Tue, 16 Dec 2003 08:19:52 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGGJq5J011567; Tue, 16 Dec 2003 08:19:52 -0800 (PST) (envelope-from jhb) Message-Id: <200312161619.hBGGJq5J011567@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Dec 2003 08:19:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 16:19:53 -0000 jhb 2003/12/16 08:19:52 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING Log: MFC: Add note about acpi module being re-enabled. Approved by: re (rwatson) Revision Changes Path 1.282.2.3 +4 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Dec 16 08:32:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CECC16A4CE; Tue, 16 Dec 2003 08:32:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34B743D1F; Tue, 16 Dec 2003 08:32:28 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGGWS0B012051; Tue, 16 Dec 2003 08:32:28 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGGWSsF012050; Tue, 16 Dec 2003 08:32:28 -0800 (PST) (envelope-from jhb) Message-Id: <200312161632.hBGGWSsF012050@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Dec 2003 08:32:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 16:32:31 -0000 jhb 2003/12/16 08:32:28 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mp_machdep.c Log: Pin 0 on the first I/O APIC is always an ExtINT pin. Some BIOS's are broken and list the type of the pin as INT rather than ExtINT in the MP Table. To workaround, force pin 0 of ioapic 0 to be ExtINT if it is of type INT. This is not a MFC as -current has very different apic code now. Current's mptable parser might need a similar workaround. PR: i386/39234 Reported by: Henri Hennebert Revision Changes Path 1.115.2.20 +9 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 09:05:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DF5F16A4CF; Tue, 16 Dec 2003 09:05:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D537E43D45; Tue, 16 Dec 2003 09:05:05 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGH550B019698; Tue, 16 Dec 2003 09:05:05 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGH553d019697; Tue, 16 Dec 2003 09:05:05 -0800 (PST) (envelope-from jeff) Message-Id: <200312161705.hBGH553d019697@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 16 Dec 2003 09:05:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 17:05:06 -0000 jeff 2003/12/16 09:05:05 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid by reassigning their v_ops field to specfs, detaching from the mountpoint, etc. However, this is not sufficient. If we vclean() the vnode the pages owned by the vnode are lost, potentially while buffers reference them. Implement parts of vclean() seperately in vgonechrl() so that the pages and bufs associated with a device vnode are not destroyed while in use. Revision Changes Path 1.474 +28 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 09:08:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F8716A4CE; Tue, 16 Dec 2003 09:08:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0E243D1F; Tue, 16 Dec 2003 09:08:27 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGH8R0B019886; Tue, 16 Dec 2003 09:08:27 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGH8R2X019885; Tue, 16 Dec 2003 09:08:27 -0800 (PST) (envelope-from jeff) Message-Id: <200312161708.hBGH8R2X019885@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 16 Dec 2003 09:08:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 17:08:28 -0000 jeff 2003/12/16 09:08:27 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT. Submitted by: Stephan Uphoff Revision Changes Path 1.475 +4 -3 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 09:54:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2850116A4CE; Tue, 16 Dec 2003 09:54:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0133543D3F; Tue, 16 Dec 2003 09:54:07 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGHs60B021460; Tue, 16 Dec 2003 09:54:06 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGHs6kS021459; Tue, 16 Dec 2003 09:54:06 -0800 (PST) (envelope-from bms) Message-Id: <200312161754.hBGHs6kS021459@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 16 Dec 2003 09:54:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2003 17:54:08 -0000 bms 2003/12/16 09:54:06 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add device IDs for the Bluetake BW002, yet another Atmel AT76C503A variant. These are found in a flavour of MiniITX board which I'm playing with right now. Revision Changes Path 1.144 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Dec 16 09:54:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE13316A4CF; Tue, 16 Dec 2003 09:54:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4003A43D67; Tue, 16 Dec 2003 09:54:42 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGHsg0B021512; Tue, 16 Dec 2003 09:54:42 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGHsgm0021511; Tue, 16 Dec 2003 09:54:42 -0800 (PST) (envelope-from bms) Message-Id: <200312161754.hBGHsgm0021511@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 16 Dec 2003 09:54:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 17:54:49 -0000 bms 2003/12/16 09:54:41 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Add device IDs for the Bluetake BW002, yet another Atmel AT76C503A variant. These are found in a flavour of MiniITX board which I'm playing with right now. Revision Changes Path 1.152 +1 -0 src/sys/dev/usb/usbdevs.h 1.152 +6 -0 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Tue Dec 16 09:58:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23B216A4CE; Tue, 16 Dec 2003 09:58:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB6343D46; Tue, 16 Dec 2003 09:58:25 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGHwP0B021708; Tue, 16 Dec 2003 09:58:25 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGHwPGe021707; Tue, 16 Dec 2003 09:58:25 -0800 (PST) (envelope-from scottl) Message-Id: <200312161758.hBGHwPGe021707@repoman.freebsd.org> From: Scott Long Date: Tue, 16 Dec 2003 09:58:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 17:58:26 -0000 scottl 2003/12/16 09:58:24 PST FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c Log: Once upon a time, DEVFS was optional, major numbers where static, and /dev needed to be statically populated with device nodes. The first two are no longer true, which makes the third pretty moot. In fact, we don't seem to put device node bits into the distribution archives at all anymore. So..... remove the god-aweful nasty hack that force unmounted devfs during installation so that static device nodes could land in /dev. Now that the vnode cleaner handles this case better this isn't strictly needed, but axeing code in sysinstall is almost always benficial. Thanks to Don Lewis for pointing out this attribute of sysinstall. Revision Changes Path 1.227 +1 -22 src/usr.sbin/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 10:21:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396CB16A4CE; Tue, 16 Dec 2003 10:21:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6785743D48; Tue, 16 Dec 2003 10:21:48 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGILm0B023312; Tue, 16 Dec 2003 10:21:48 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGILmc0023311; Tue, 16 Dec 2003 10:21:48 -0800 (PST) (envelope-from maxim) Message-Id: <200312161821.hBGILmc0023311@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 16 Dec 2003 10:21:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 18:21:49 -0000 maxim 2003/12/16 10:21:48 PST FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: o IN_MULTICAST wants an address in host byte order. PR: kern/60304 Submitted by: demon MFC after: 1 week Revision Changes Path 1.52 +1 -1 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 10:33:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED5216A4CF; Tue, 16 Dec 2003 10:33:01 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EF643D1F; Tue, 16 Dec 2003 10:33:00 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 6114F5310; Tue, 16 Dec 2003 19:32:58 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id E65E8530C; Tue, 16 Dec 2003 19:32:43 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id C481F33C95; Tue, 16 Dec 2003 19:32:43 +0100 (CET) To: SXren Schmidt References: <200312152043.hBFKhHwE023355@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 16 Dec 2003 19:32:43 +0100 In-Reply-To: <200312152043.hBFKhHwE023355@repoman.freebsd.org> (SXren Schmidt's message of "Mon, 15 Dec 2003 12:43:17 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 18:33:01 -0000 SXren Schmidt writes: > Log: > Print the LBA on failing R/W commands. This commit introduces printf format bugs which break the kernel build on (at least) Alpha. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Dec 16 10:56:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE5916A4CE; Tue, 16 Dec 2003 10:56:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA9543D3F; Tue, 16 Dec 2003 10:56:33 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGIuX0B024547; Tue, 16 Dec 2003 10:56:33 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGIuX3N024546; Tue, 16 Dec 2003 10:56:33 -0800 (PST) (envelope-from wpaul) Message-Id: <200312161856.hBGIuX3N024546@repoman.freebsd.org> From: Bill Paul Date: Tue, 16 Dec 2003 10:56:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 18:56:37 -0000 wpaul 2003/12/16 10:56:33 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Implement NdisGetBufferPhysicalArraySize(), which apparently is a synonym for NDIS_BUFFER_TO_SPAN_PAGES(). Revision Changes Path 1.7 +11 -0 src/sys/compat/ndis/subr_ndis.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 11:41:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F154D16A4CE; Tue, 16 Dec 2003 11:41:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461E643D1F; Tue, 16 Dec 2003 11:41:39 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGJfd0B026893; Tue, 16 Dec 2003 11:41:39 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGJfdxZ026892; Tue, 16 Dec 2003 11:41:39 -0800 (PST) (envelope-from sos) Message-Id: <200312161941.hBGJfdxZ026892@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 16 Dec 2003 11:41:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 19:41:40 -0000 sos 2003/12/16 11:41:38 PST FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Fix compilation on 64bit archs. Revision Changes Path 1.13 +1 -1 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 12:27:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA37B16A4CF; Tue, 16 Dec 2003 12:27:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2367743D48; Tue, 16 Dec 2003 12:27:08 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGKR70B030333; Tue, 16 Dec 2003 12:27:07 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGKR7Iu030332; Tue, 16 Dec 2003 12:27:07 -0800 (PST) (envelope-from phk) Message-Id: <200312162027.hBGKR7Iu030332@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Dec 2003 12:27:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/led led.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 20:27:09 -0000 phk 2003/12/16 12:27:07 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/led led.c Log: Don't free(9) modified pointer. Approved by: re@ Revision Changes Path 1.4.2.1 +17 -11 src/sys/dev/led/led.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 14:55:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A7516A4CE; Tue, 16 Dec 2003 14:55:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A3A43D6D; Tue, 16 Dec 2003 14:55:29 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGMtS0B043642; Tue, 16 Dec 2003 14:55:28 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGMtSrW043640; Tue, 16 Dec 2003 14:55:28 -0800 (PST) (envelope-from rwatson) Message-Id: <200312162255.hBGMtSrW043640@repoman.freebsd.org> From: Robert Watson Date: Tue, 16 Dec 2003 14:55:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall/help securelevel.hlp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2003 22:55:41 -0000 rwatson 2003/12/16 14:55:28 PST FreeBSD src repository Modified files: usr.sbin/sysinstall/help securelevel.hlp Log: Re-linewrap help file on securelevels in sysinstall: sysinstall is mostly used on 80x25 displays, and the actual window is about ten characters narrower than that, resulting in the need for horizontal scrolling. No functional change. RELENG_5_2 candidate. Revision Changes Path 1.2 +21 -19 src/usr.sbin/sysinstall/help/securelevel.hlp From owner-cvs-src@FreeBSD.ORG Tue Dec 16 15:54:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DA216A4CE; Tue, 16 Dec 2003 15:54:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7762E43D41; Tue, 16 Dec 2003 15:54:07 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGNs70B046811; Tue, 16 Dec 2003 15:54:07 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGNs7nb046810; Tue, 16 Dec 2003 15:54:07 -0800 (PST) (envelope-from gibbs) Message-Id: <200312162354.hBGNs7nb046810@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 16 Dec 2003 15:54:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm_macro_scan.l aicasm_scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2003 23:54:08 -0000 gibbs 2003/12/16 15:54:07 PST FreeBSD src repository Modified files: sys/dev/aic7xxx/aicasm aicasm_macro_scan.l aicasm_scan.l Log: Modify assembler to ignore carriage returns in input. This should make those using the assembler under cygwin happy. Revision Changes Path 1.5 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l 1.22 +13 -3 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l From owner-cvs-src@FreeBSD.ORG Tue Dec 16 16:01:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B2416A4CE; Tue, 16 Dec 2003 16:01:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C0543D39; Tue, 16 Dec 2003 16:01:11 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH01B0B047189; Tue, 16 Dec 2003 16:01:11 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH01B00047188; Tue, 16 Dec 2003 16:01:11 -0800 (PST) (envelope-from gibbs) Message-Id: <200312170001.hBH01B00047188@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 16 Dec 2003 16:01:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 00:01:13 -0000 gibbs 2003/12/16 16:01:11 PST FreeBSD src repository Modified files: sys/dev/aic7xxx/aicasm aicasm.c Log: When outputing a code listing, properly display macros that expand to multiple instructions. Revision Changes Path 1.36 +16 -7 src/sys/dev/aic7xxx/aicasm/aicasm.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 16:02:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 820C016A4CE; Tue, 16 Dec 2003 16:02:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D6243D4B; Tue, 16 Dec 2003 16:02:11 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH02A0B047296; Tue, 16 Dec 2003 16:02:10 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH02A99047295; Tue, 16 Dec 2003 16:02:10 -0800 (PST) (envelope-from gibbs) Message-Id: <200312170002.hBH02A99047295@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 16 Dec 2003 16:02:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_inline.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 00:02:17 -0000 gibbs 2003/12/16 16:02:10 PST FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c Added files: sys/dev/aic7xxx aic_osm_lib.c aic_osm_lib.h Log: ahc_eisa.c: ahc_pci.c: ahd_pci.c: aic7xxx.c: aic79xx.c: aic_osm_lib.c: aic_osm_lib.h: Use common OSM routines from aic_osm_lib for bus dma operations, delay routines, accessing CCBs, byte swapping, etc. aic7xxx_pci.c: Provide a better description for the 2915/30LP on attach. aic7xxx.c: aic79xx.c: aic7770.c: aic79xx_pci.c: aic7xxx_pci.c: aic7xxx_93cx6.c: Move FBSDID behind an ifdef so that these core files will still compile under other OSes. aic79xx.h: aic79xx_pci.c: aic79xx.seq: To speed up non-packetized CDB delivery in Rev B, all CDB acks are "released" to the output sync as soon as the command phase starts. There is only one problem with this approach. If the target changes phase before all data are sent, we have left over acks that can go out on the bus in a data phase. Due to other chip contraints, this only happens if the target goes to data-in, but if the acks go out before we can test SDONE, we'll think that the transfer has completed successfully. Work around this by taking advantage of the 400ns or 800ns dead time between command phase and the REQ of the new phase. If the transfer has completed successfully, SCSIEN should fall *long* before we see a phase change. We thus treat any phasemiss that occurs before SCSIEN falls as an incomplete transfer. aic79xx.h: Add the AHD_FAST_CDB_DELIVERY feature. aic79xx_pci.c: Set AHD_FAST_CDB_DELIVERY for all Rev. B parts. aic79xx.seq: Test for PHASEMIS in the command phase for all AHD_FAST_CDB_DELIVERY controlelrs. ahd_pci.c: ahc_pci.c: aic7xxx.h: aic79xx.h: Move definition of controller BAR offsets to core header files. aic7xxx.c: aic79xx.c: In the softc free routine, leave removal of a softc from the global list of softcs to the OSM (the caller of this routine). This allows us to avoid holding the softc list_lock during device destruction where we may have to sleep waiting for our recovery thread to halt. ahc_pci.c: Use ahc_pci_test_register access to validate I/O mapped in addition to the tests already performed for memory mapped access. Remove unused ahc_power_state_change() function. The PCI layer in both 4.X and 5.X now offer this functionality. ahd_pci.c: Remove reduntant definition of controller BAR offsets. These are also defined in aic79xx.h. Remove unused ahd_power_state_change() function. The PCI layer in both 4.X and 5.X now offer this functionality. aic7xxx.c: aic79xx.c: aic79xx.h: aic7xxx.h: aic7xxx_osm.c: aic79xx_osm.c: Move timeout handling to the driver cores. In the case of the aic79xx driver, the algorithm has been enhanced to try target resets before performing a bus reset. For the aic7xxx driver, the algorithm is unchanged. Although the drivers do not currently sleep during recovery (recovery is timeout driven), the cores do expect all processing to be performed via a recovery thread. Our timeout handlers are now little stubs that wakeup the recovery thread. aic79xx.c: aic79xx.h: aic79xx_inline.h: Change shared_data allocation to use a map_node so that the sentinel hscb can use this map node in ahd_swap_with_next_hscb. This routine now swaps the hscb_map pointer in additon to the hscb contents so that any sync operations occur on the correct map. physaddr -> busaddr Pointed out by: Jason Thorpe aic79xx.c: Make more use of the in/out/w/l/q macros for accessing byte registers in the chip. Correct some issues in the ahd_flush_qoutfifo() routine. o Run the qoutfifo only once the command channel DMA engine has been halted. This closes a window where we might have missed some entries. o Change ahd_run_data_fifo() to not loop to completion. If we happen to start on the wrong FIFO and the other FIFO has a snapshot savepointers, we might deadlock. This required our delay between FIFO tests to be moved to the ahd_flush_qoutfifo() routine. o Update/add comments. o Remove spurious test for COMPLETE_DMA list being empty when completing transactions from the GSFIFO with residuals. The SCB must be put on the COMPLETE_DMA scb list unconditionally. o When halting command channel DMA activity, we must disable the DMA channel in all cases but an update of the QOUTFIFO. The latter case is required so that the sequencer will update its position in the QOUTFIFO. Previously, we left the channel enabled for all "push" DMAs. This left us vulnerable to the sequencer handling an SCB push long after that SCB was already processed manually by this routine. o Correct the polarity of tests involving ahd_scb_active_in_fifo(). This routine returns non-zero for true. Return to processing bad status completions through the qoutfifo. This reduces the time that the sequencer is kept paused when handling transactions with bad status or underruns. When waiting for the controller to quiece selections, add a delay to our loop. Otherwise we may fail to wait long enough for the sequencer to comply. On H2A4 hardware, use the slow slewrate for non-paced transfers. This mirrors what the Adaptec Windows drivers do. On the Rev B. only slow down the CRC timing for older U160 devices that might need the slower timing. We define "older" as devices that do not support packetized protocol. Wait up to 5000 * 5us for the SEEPROM to become unbusy. Write ops seem to take much longer than read ops. aic79xx.seq: For controllers with the FAINT_LED bug, turn the diagnostic led feature on during selection and reselection. This covers the non-packetized case. The LED will be disabled for non-packetized transfers once we return to the top level idle loop. Add more comments about the busy LED workaround. Extend a critical section around the entire command channel idle loop process. Previously the portion of this handler that directly manipulated the linked list of completed SCBs was not protected. This is the likely cause of the recent reports of commands being completed twice by the driver. Extend critical sections across the test for, and the longjump to, longjump routines. This prevents the firmware from trying to jump to a longjmp handler that was just cleared by the host. Improve the locations of several critical section begin and end points. Typically these changes remove instructions that did not need to be inside a critical section. Close the "busfree after selection, but before busfree interrupts can be enabled" race to just a single sequencer instruction. We now test the BSY line explicitly before clearing the busfree status and enabling the busfree interrupt. Close a race condition in the processing of HS_MAILBOX updates. We now clear the "updated" status before the copy. This ensures that we don't accidentally clear the status incorrectly when the host sneaks in an update just after our last copy, but before we clear the status. This race has never been observed. Don't re-enable SCSIEN if we lose the race to disable SCSIEN in our interrupt handler's workaround for the RevA data-valid too early issue. aic79xx_inline.h: Add comments indicating that the order in which bytes are read or written in ahd_inw and ahd_outw is important. This allows us to use these inlines when accessing registers with side-effects. aic79xx_pci.c: The 29320 and the 29320B are 7902 not 7901 based products. Correct the driver banner. aic7xxx.h: Enable the use of the auto-access pause feature on the aic7870 and aic7880. It was disabled due to an oversight. aic7xxx.reg: Move TARG_IMMEDIATE_SCB to alias LAST_MSG to avoid leaving garbage in MWI_RESIDUAL. This prevents spurious overflows whn operating target mode on controllers that require the MWI_RESIDUAL work-around. aic7xxx.seq: AHC_TMODE_WIDEODD_BUG is a bug, not a softc flag. Reference the correct softc field when testing for its presence. Set the NOT_IDENTIFIED and NO_CDB_SENT bits in SEQ_FLAGS to indicate that the nexus is invalid in await busfree. aic7xxx_93cx6.c: Add support for the C56/C66 versions of the EWEN and EWDS commands. aic7xxx.c: aic7xxx_pci.c: Move test for the validity of left over BIOS data to ahc_test_register_access(). This guarantees that any left over CHIPRST value is not clobbered by our register access test and lost to the test that was in ahc_reset. Revision Changes Path 1.32 +2 -4 src/sys/dev/aic7xxx/ahc_eisa.c 1.60 +23 -49 src/sys/dev/aic7xxx/ahc_pci.c 1.15 +9 -50 src/sys/dev/aic7xxx/ahd_pci.c 1.16 +4 -5 src/sys/dev/aic7xxx/aic7770.c 1.26 +680 -416 src/sys/dev/aic7xxx/aic79xx.c 1.17 +28 -14 src/sys/dev/aic7xxx/aic79xx.h 1.14 +105 -38 src/sys/dev/aic7xxx/aic79xx.seq 1.13 +40 -27 src/sys/dev/aic7xxx/aic79xx_inline.h 1.16 +34 -329 src/sys/dev/aic7xxx/aic79xx_osm.c 1.13 +19 -309 src/sys/dev/aic7xxx/aic79xx_osm.h 1.17 +49 -61 src/sys/dev/aic7xxx/aic79xx_pci.c 1.97 +451 -125 src/sys/dev/aic7xxx/aic7xxx.c 1.50 +26 -9 src/sys/dev/aic7xxx/aic7xxx.h 1.46 +2 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.126 +3 -2 src/sys/dev/aic7xxx/aic7xxx.seq 1.19 +29 -9 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.23 +13 -13 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.39 +50 -331 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.25 +15 -299 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.32 +93 -76 src/sys/dev/aic7xxx/aic7xxx_pci.c 1.1 +169 -0 src/sys/dev/aic7xxx/aic_osm_lib.c (new) 1.1 +426 -0 src/sys/dev/aic7xxx/aic_osm_lib.h (new) From owner-cvs-src@FreeBSD.ORG Tue Dec 16 16:51:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B94116A4CE; Tue, 16 Dec 2003 16:51:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B0AA43D2D; Tue, 16 Dec 2003 16:51:47 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH0pl0B055717; Tue, 16 Dec 2003 16:51:47 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH0pltQ055716; Tue, 16 Dec 2003 16:51:47 -0800 (PST) (envelope-from green) Message-Id: <200312170051.hBH0pltQ055716@repoman.freebsd.org> From: Brian Feldman Date: Tue, 16 Dec 2003 16:51:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include cpu.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 00:51:48 -0000 green 2003/12/16 16:51:47 PST FreeBSD src repository Modified files: sys/i386/include cpu.h Log: Hey, how about we NOT make modules crash 486s? Revision Changes Path 1.69 +1 -1 src/sys/i386/include/cpu.h From owner-cvs-src@FreeBSD.ORG Tue Dec 16 17:13:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E630B16A4CE; Tue, 16 Dec 2003 17:13:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9E043D53; Tue, 16 Dec 2003 17:13:14 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH1DE0B057358; Tue, 16 Dec 2003 17:13:14 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH1DEkx057357; Tue, 16 Dec 2003 17:13:14 -0800 (PST) (envelope-from brueffer) Message-Id: <200312170113.hBH1DEkx057357@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 16 Dec 2003 17:13:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 firewire.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 01:13:15 -0000 brueffer 2003/12/16 17:13:13 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 firewire.4 Log: Wordsmithing MFC after: 5 days Revision Changes Path 1.9 +4 -4 src/share/man/man4/firewire.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 16 17:44:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A39416A4CF; Tue, 16 Dec 2003 17:44:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC3443D58; Tue, 16 Dec 2003 17:44:14 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH1iE0B058960; Tue, 16 Dec 2003 17:44:14 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH1iE9I058959; Tue, 16 Dec 2003 17:44:14 -0800 (PST) (envelope-from brueffer) Message-Id: <200312170144.hBH1iE9I058959@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 16 Dec 2003 17:44:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fwe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 01:44:15 -0000 brueffer 2003/12/16 17:44:14 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 fwe.4 Log: o use .Nm o wordsmithing MFC after: 5 days Revision Changes Path 1.5 +5 -3 src/share/man/man4/fwe.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 16 18:16:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA0516A4CE; Tue, 16 Dec 2003 18:16:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7D943D33; Tue, 16 Dec 2003 18:16:04 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH2G40B060872; Tue, 16 Dec 2003 18:16:04 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH2G4aH060871; Tue, 16 Dec 2003 18:16:04 -0800 (PST) (envelope-from brueffer) Message-Id: <200312170216.hBH2G4aH060871@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 16 Dec 2003 18:16:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fwohci.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 02:16:05 -0000 brueffer 2003/12/16 18:16:04 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 fwohci.4 Log: Grammar fixes MFC after: 5 days Revision Changes Path 1.7 +2 -2 src/share/man/man4/fwohci.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 16 18:46:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF11016A4CE; Tue, 16 Dec 2003 18:46:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF31543D45; Tue, 16 Dec 2003 18:46:48 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH2km0B062411; Tue, 16 Dec 2003 18:46:48 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH2kmth062410; Tue, 16 Dec 2003 18:46:48 -0800 (PST) (envelope-from jkh) Message-Id: <200312170246.hBH2kmth062410@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 16 Dec 2003 18:46:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string index.c rindex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 02:46:50 -0000 jkh 2003/12/16 18:46:48 PST FreeBSD src repository Modified files: lib/libc/string index.c rindex.c Log: Do comparison using appropriate casting first, as per SUSv3 (search for first [last] character, not int). Revision Changes Path 1.6 +2 -1 src/lib/libc/string/index.c 1.6 +2 -1 src/lib/libc/string/rindex.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 18:54:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5DE16A4CE; Tue, 16 Dec 2003 18:54:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF2943D50; Tue, 16 Dec 2003 18:54:29 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH2sT0B062817; Tue, 16 Dec 2003 18:54:29 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH2sTJx062816; Tue, 16 Dec 2003 18:54:29 -0800 (PST) (envelope-from jkh) Message-Id: <200312170254.hBH2sTJx062816@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 16 Dec 2003 18:54:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 02:54:30 -0000 jkh 2003/12/16 18:54:29 PST FreeBSD src repository Modified files: include fnmatch.h Log: Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) Revision Changes Path 1.12 +2 -0 src/include/fnmatch.h From owner-cvs-src@FreeBSD.ORG Tue Dec 16 18:56:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0917216A4CE; Tue, 16 Dec 2003 18:56:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A9243D46; Tue, 16 Dec 2003 18:56:28 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH2uS0B062946; Tue, 16 Dec 2003 18:56:28 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH2uSOn062945; Tue, 16 Dec 2003 18:56:28 -0800 (PST) (envelope-from jkh) Message-Id: <200312170256.hBH2uSOn062945@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 16 Dec 2003 18:56:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 02:56:29 -0000 jkh 2003/12/16 18:56:28 PST FreeBSD src repository Modified files: include regex.h Log: Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) Revision Changes Path 1.7 +1 -0 src/include/regex.h From owner-cvs-src@FreeBSD.ORG Tue Dec 16 20:31:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B4B816A4CE; Tue, 16 Dec 2003 20:31:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B54243D3F; Tue, 16 Dec 2003 20:31:08 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH4V70B069113; Tue, 16 Dec 2003 20:31:07 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH4V7ZI069112; Tue, 16 Dec 2003 20:31:07 -0800 (PST) (envelope-from suz) Message-Id: <200312170431.hBH4V7ZI069112@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Tue, 16 Dec 2003 20:31:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 04:31:10 -0000 suz 2003/12/16 20:31:07 PST FreeBSD src repository Modified files: sys/netinet6 ip6_output.c Log: fixed an IPv6 path MTU discovery failure owing to a lack of initialization Reviewed by: ume Approved by: re (scottl) MFC after: 1 day Revision Changes Path 1.72 +1 -1 src/sys/netinet6/ip6_output.c From owner-cvs-src@FreeBSD.ORG Tue Dec 16 21:19:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 666F916A4CE; Tue, 16 Dec 2003 21:19:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D1843D36; Tue, 16 Dec 2003 21:19:16 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH5JG0B077561; Tue, 16 Dec 2003 21:19:16 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH5JGYu077560; Tue, 16 Dec 2003 21:19:16 -0800 (PST) (envelope-from rwatson) Message-Id: <200312170519.hBH5JGYu077560@repoman.freebsd.org> From: Robert Watson Date: Tue, 16 Dec 2003 21:19:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall/help securelevel.hlp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2003 05:19:17 -0000 rwatson 2003/12/16 21:19:16 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall/help securelevel.hlp Log: Merge revision 1.2 of securelevel.hlp to RELENG_5_2: Re-linewrap help file on securelevels in sysinstall: sysinstall is mostly used on 80x25 displays, and the actual window is about ten characters narrower than that, resulting in the need for horizontal scrolling. No functional change. Approved by: re (scottl) Revision Changes Path 1.1.2.1 +21 -19 src/usr.sbin/sysinstall/help/securelevel.hlp From owner-cvs-src@FreeBSD.ORG Tue Dec 16 23:45:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C8116A4CE for ; Tue, 16 Dec 2003 23:45:36 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A396A43D53 for ; Tue, 16 Dec 2003 23:45:34 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 68823 invoked by uid 1000); 17 Dec 2003 07:45:37 -0000 Date: Tue, 16 Dec 2003 23:45:37 -0800 (PST) From: Nate Lawson To: "Jordan K. Hubbard" In-Reply-To: <20031217025442.D3EA816A54F@hub.freebsd.org> Message-ID: <20031216234451.B68813@root.org> References: <20031217025442.D3EA816A54F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 07:45:37 -0000 On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: > FreeBSD src repository > > Modified files: > include fnmatch.h > Log: > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > Revision Changes Path > 1.12 +2 -0 src/include/fnmatch.h > > > Index: src/include/fnmatch.h > diff -u src/include/fnmatch.h:1.11 src/include/fnmatch.h:1.12 > --- src/include/fnmatch.h:1.11 Tue Sep 17 15:25:40 2002 > +++ src/include/fnmatch.h Tue Dec 16 18:54:29 2003 > @@ -44,6 +44,8 @@ > #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ > #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ > #define FNM_PERIOD 0x04 /* Period must be matched by period. */ > + > +#define FNM_NOSYS -1 /* Reserved */ > > #if __BSD_VISIBLE > #define FNM_LEADING_DIR 0x08 /* Ignore / after Imatch. */ Lack of tabs? -Nate From owner-cvs-src@FreeBSD.ORG Tue Dec 16 23:46:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07E9B16A4CF for ; Tue, 16 Dec 2003 23:46:09 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1866243D45 for ; Tue, 16 Dec 2003 23:46:03 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 68830 invoked by uid 1000); 17 Dec 2003 07:46:05 -0000 Date: Tue, 16 Dec 2003 23:46:05 -0800 (PST) From: Nate Lawson To: "Jordan K. Hubbard" In-Reply-To: <20031217025641.57B6916A545@hub.freebsd.org> Message-ID: <20031216234544.S68813@root.org> References: <20031217025641.57B6916A545@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 07:46:09 -0000 On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: > Modified files: > include regex.h > Log: > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > Revision Changes Path > 1.7 +1 -0 src/include/regex.h > > > Index: src/include/regex.h > diff -u src/include/regex.h:1.6 src/include/regex.h:1.7 > --- src/include/regex.h:1.6 Thu Oct 3 11:12:03 2002 > +++ src/include/regex.h Tue Dec 16 18:56:28 2003 > @@ -75,6 +75,7 @@ > #define REG_DUMP 0200 > > /* regerror() flags */ > +#define REG_ENOSYS -1 /* Reserved */ > #define REG_NOMATCH 1 > #define REG_BADPAT 2 > #define REG_ECOLLATE 3 Same. -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 17 00:03:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F8116A4CE; Wed, 17 Dec 2003 00:03:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C83C443D5D; Wed, 17 Dec 2003 00:03:18 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH83I0B085809; Wed, 17 Dec 2003 00:03:18 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH83I4Z085808; Wed, 17 Dec 2003 00:03:18 -0800 (PST) (envelope-from jkh) Message-Id: <200312170803.hBH83I4Z085808@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 00:03:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 08:03:32 -0000 jkh 2003/12/17 00:03:18 PST FreeBSD src repository Modified files: include fnmatch.h Log: Correct inexplicable tab smash. Noticed by: Nate Lawson Revision Changes Path 1.13 +1 -1 src/include/fnmatch.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 00:05:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E873916A4D0; Wed, 17 Dec 2003 00:05:23 -0800 (PST) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A2343D62; Wed, 17 Dec 2003 00:04:43 -0800 (PST) (envelope-from jkh@queasyweasel.com) Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id hBH84hFt006265; Wed, 17 Dec 2003 00:04:43 -0800 (PST) Received: from relay3.apple.com (relay3.apple.com) by mailgate1.apple.com ; Wed, 17 Dec 2003 00:04:37 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay3.apple.com (8.12.10/8.12.9) with ESMTP id hBH84c8a011507; Wed, 17 Dec 2003 08:04:39 GMT In-Reply-To: <20031216234451.B68813@root.org> References: <20031217025442.D3EA816A54F@hub.freebsd.org> <20031216234451.B68813@root.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-2-999281613; protocol="application/pkcs7-signature" Message-Id: From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 00:04:38 -0800 To: Nate Lawson X-Mailer: Apple Mail (2.609) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 08:05:24 -0000 --Apple-Mail-2-999281613 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed That's bizarre - it certainly had tabs in my diff. Perhaps patch(1) ate it (Apple's patch is a little different than FreeBSD's). Good catch, thanks. Fixed. On Dec 16, 2003, at 11:45 PM, Nate Lawson wrote: > On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: >> FreeBSD src repository >> >> Modified files: >> include fnmatch.h >> Log: >> Conformance: Define FNM_NOSYS (see >> http://www.opengroup.org/onlinepubs/007904975/basedefs/ >> fnmatch.h.html) >> >> Revision Changes Path >> 1.12 +2 -0 src/include/fnmatch.h >> >> >> Index: src/include/fnmatch.h >> diff -u src/include/fnmatch.h:1.11 src/include/fnmatch.h:1.12 >> --- src/include/fnmatch.h:1.11 Tue Sep 17 15:25:40 2002 >> +++ src/include/fnmatch.h Tue Dec 16 18:54:29 2003 >> @@ -44,6 +44,8 @@ >> #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ >> #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ >> #define FNM_PERIOD 0x04 /* Period must be matched by period. */ >> + >> +#define FNM_NOSYS -1 /* Reserved */ >> >> #if __BSD_VISIBLE >> #define FNM_LEADING_DIR 0x08 /* Ignore / after Imatch. */ > > Lack of tabs? > > -Nate > -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer --Apple-Mail-2-999281613-- From owner-cvs-src@FreeBSD.ORG Wed Dec 17 00:12:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A7F16A4CE; Wed, 17 Dec 2003 00:12:18 -0800 (PST) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24ACF43D39; Wed, 17 Dec 2003 00:12:16 -0800 (PST) (envelope-from jkh@queasyweasel.com) Received: from mailgate3.apple.com (a17-128-100-68.apple.com [17.128.100.68]) by mail-out4.apple.com (8.12.10/8.12.9) with ESMTP id hBH8CF7t028827; Wed, 17 Dec 2003 00:12:16 -0800 (PST) Received: from relay2.apple.com (relay2.apple.com) by mailgate3.apple.com ; Wed, 17 Dec 2003 00:12:15 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay2.apple.com (8.12.10/8.12.9) with ESMTP id hBH8CEc4011019; Wed, 17 Dec 2003 08:12:14 GMT In-Reply-To: <20031216234544.S68813@root.org> References: <20031217025641.57B6916A545@hub.freebsd.org> <20031216234544.S68813@root.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-3-999737242; protocol="application/pkcs7-signature" Message-Id: From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 00:12:13 -0800 To: Nate Lawson X-Mailer: Apple Mail (2.609) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 08:12:18 -0000 --Apple-Mail-3-999737242 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed I show proper tabs for this one? On Dec 16, 2003, at 11:46 PM, Nate Lawson wrote: > On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: >> Modified files: >> include regex.h >> Log: >> Conformance: Add REG_ENOSYS (see >> http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) >> >> Revision Changes Path >> 1.7 +1 -0 src/include/regex.h >> >> >> Index: src/include/regex.h >> diff -u src/include/regex.h:1.6 src/include/regex.h:1.7 >> --- src/include/regex.h:1.6 Thu Oct 3 11:12:03 2002 >> +++ src/include/regex.h Tue Dec 16 18:56:28 2003 >> @@ -75,6 +75,7 @@ >> #define REG_DUMP 0200 >> >> /* regerror() flags */ >> +#define REG_ENOSYS -1 /* Reserved */ >> #define REG_NOMATCH 1 >> #define REG_BADPAT 2 >> #define REG_ECOLLATE 3 > > Same. > > -Nate > -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer --Apple-Mail-3-999737242-- From owner-cvs-src@FreeBSD.ORG Wed Dec 17 01:35:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667C416A4CE; Wed, 17 Dec 2003 01:35:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD60243D4F; Wed, 17 Dec 2003 01:35:44 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH9Zi0B095628; Wed, 17 Dec 2003 01:35:44 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH9Zi6d095627; Wed, 17 Dec 2003 01:35:44 -0800 (PST) (envelope-from tjr) Message-Id: <200312170935.hBH9Zi6d095627@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 17 Dec 2003 01:35:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 09:35:45 -0000 tjr 2003/12/17 01:35:44 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/fs/ntfs ntfs_subr.c Log: MFC rev. 1.33: Don't sign-extend characters in file names. Approved by: re (scottl) Revision Changes Path 1.32.2.1 +2 -2 src/sys/fs/ntfs/ntfs_subr.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 01:51:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D49516A4F4; Wed, 17 Dec 2003 01:51:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8239843D4F; Wed, 17 Dec 2003 01:51:25 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH9pP0B096275; Wed, 17 Dec 2003 01:51:25 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH9pPv6096274; Wed, 17 Dec 2003 01:51:25 -0800 (PST) (envelope-from brueffer) Message-Id: <200312170951.hBH9pPv6096274@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 Dec 2003 01:51:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 sbp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 09:51:26 -0000 brueffer 2003/12/17 01:51:25 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 sbp.4 Log: o grammar fixes o removed wrong 's usage MFC after: 5 days Revision Changes Path 1.10 +4 -4 src/share/man/man4/sbp.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 01:56:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D6A16A4CE; Wed, 17 Dec 2003 01:56:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2020543D53; Wed, 17 Dec 2003 01:56:47 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBH9uk0B096449; Wed, 17 Dec 2003 01:56:46 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH9ukDq096448; Wed, 17 Dec 2003 01:56:46 -0800 (PST) (envelope-from brueffer) Message-Id: <200312170956.hBH9ukDq096448@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 Dec 2003 01:56:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 sbp_targ.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 09:56:48 -0000 brueffer 2003/12/17 01:56:46 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 sbp_targ.4 Log: o correct a path o wordsmithing MFC after: 5 days Revision Changes Path 1.2 +2 -2 src/share/man/man4/sbp_targ.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 02:01:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F2E16A4CE; Wed, 17 Dec 2003 02:01:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F98643D55; Wed, 17 Dec 2003 02:01:46 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHA1k0B096785; Wed, 17 Dec 2003 02:01:46 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHA1kCv096784; Wed, 17 Dec 2003 02:01:46 -0800 (PST) (envelope-from harti) Message-Id: <200312171001.hBHA1kCv096784@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 17 Dec 2003 02:01:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/en midway.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 10:01:47 -0000 harti 2003/12/17 02:01:46 PST FreeBSD src repository Modified files: sys/dev/en midway.c Log: Move the locking of the softc up to before the allocation of the transmission map. This allocation accesses the softc so should be under the lock (it uses NOWAIT). Revision Changes Path 1.60 +6 -4 src/sys/dev/en/midway.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 02:14:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CCF016A4CE; Wed, 17 Dec 2003 02:14:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42BF43D54; Wed, 17 Dec 2003 02:14:11 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHAEB0B098191; Wed, 17 Dec 2003 02:14:11 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHAEBOr098190; Wed, 17 Dec 2003 02:14:11 -0800 (PST) (envelope-from brueffer) Message-Id: <200312171014.hBHAEBOr098190@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 Dec 2003 02:14:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2003 10:14:12 -0000 brueffer 2003/12/17 02:14:11 PST FreeBSD src repository (doc committer) Modified files: usr.sbin/fwcontrol fwcontrol.8 Log: o grammar fixes o wordsmithing o s/isochronus/isochronous/ MFC after: 5 days Revision Changes Path 1.11 +7 -7 src/usr.sbin/fwcontrol/fwcontrol.8 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 02:23:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5989716A4CE; Wed, 17 Dec 2003 02:23:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5BD643D4B; Wed, 17 Dec 2003 02:23:14 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHANE0B098607; Wed, 17 Dec 2003 02:23:14 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHANEms098606; Wed, 17 Dec 2003 02:23:14 -0800 (PST) (envelope-from brueffer) Message-Id: <200312171023.hBHANEms098606@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 Dec 2003 02:23:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fpa.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 10:23:15 -0000 brueffer 2003/12/17 02:23:14 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 fpa.4 Log: o grammar fixes o wordsmithing MFC after: 5 days Revision Changes Path 1.22 +4 -4 src/share/man/man4/fpa.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 02:38:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF8716A4CE; Wed, 17 Dec 2003 02:38:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E205343D36; Wed, 17 Dec 2003 02:38:40 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHAce0B099254; Wed, 17 Dec 2003 02:38:40 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHAcexQ099253; Wed, 17 Dec 2003 02:38:40 -0800 (PST) (envelope-from brueffer) Message-Id: <200312171038.hBHAcexQ099253@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 17 Dec 2003 02:38:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 10:38:41 -0000 brueffer 2003/12/17 02:38:40 PST FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Log: Add MLINKS: axe.4 -> if_axe.4 bfe.4 -> if_bfe.4 my.4 -> if_my.4 re.4 -> if_re.4 xe.4 -> if_xe.4 Revision Changes Path 1.248 +5 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 17 02:54:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78FC916A4CE; Wed, 17 Dec 2003 02:54:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290A443D1F; Wed, 17 Dec 2003 02:54:06 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHAs50B099881; Wed, 17 Dec 2003 02:54:05 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHAs5ee099880; Wed, 17 Dec 2003 02:54:05 -0800 (PST) (envelope-from jkh) Message-Id: <200312171054.hBHAs5ee099880@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 02:54:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 10:54:07 -0000 jkh 2003/12/17 02:54:05 PST FreeBSD src repository Modified files: include regex.h Log: OK, someone was tab happy in this file. A tab after #define?! OK, fine, I'll keep the same style regardless of the wisdom of it. :) Clarified by: eivind Revision Changes Path 1.8 +1 -1 src/include/regex.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 03:35:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B45516A4CE; Wed, 17 Dec 2003 03:35:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A33C43D5E; Wed, 17 Dec 2003 03:35:11 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHBZB0B002668; Wed, 17 Dec 2003 03:35:11 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHBZBKW002667; Wed, 17 Dec 2003 03:35:11 -0800 (PST) (envelope-from tjr) Message-Id: <200312171135.hBHBZBKW002667@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 17 Dec 2003 03:35:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/lib/libkiconv Makefile kiconv.3 xlat16_iconv.c src/sbin/mount_cd9660 mount_cd9660.c src/sbin/mount_msdosfs mount_msdosfs.c src/sbin/mount_ntfs mount_ntfs.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 11:35:12 -0000 tjr 2003/12/17 03:35:11 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) lib/libkiconv Makefile kiconv.3 xlat16_iconv.c sbin/mount_cd9660 mount_cd9660.c sbin/mount_msdosfs mount_msdosfs.c sbin/mount_ntfs mount_ntfs.c sbin/mount_udf mount_udf.c sys/fs/msdosfs msdosfs_conv.c sys/libkern iconv_xlat16.c sys/sys iconv.h Log: MFC: Make msdosfs long filenames matching case insensitive again. Approved by: re (scottl) Revision Changes Path 1.1.2.1 +1 -0 src/lib/libkiconv/Makefile 1.2.2.1 +17 -0 src/lib/libkiconv/kiconv.3 1.1.2.1 +24 -0 src/lib/libkiconv/xlat16_iconv.c 1.25.2.1 +1 -4 src/sbin/mount_cd9660/mount_cd9660.c 1.31.2.1 +2 -8 src/sbin/mount_msdosfs/mount_msdosfs.c 1.9.2.1 +1 -4 src/sbin/mount_ntfs/mount_ntfs.c 1.8.2.1 +1 -6 src/sbin/mount_udf/mount_udf.c 1.34.2.1 +5 -3 src/sys/fs/msdosfs/msdosfs_conv.c 1.1.2.1 +13 -8 src/sys/libkern/iconv_xlat16.c 1.7.2.1 +1 -0 src/sys/sys/iconv.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 03:48:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4285F16A4CE; Wed, 17 Dec 2003 03:48:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5767B43D50; Wed, 17 Dec 2003 03:48:19 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHBmJ0B003282; Wed, 17 Dec 2003 03:48:19 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHBmJbZ003281; Wed, 17 Dec 2003 03:48:19 -0800 (PST) (envelope-from ru) Message-Id: <200312171148.hBHBmJbZ003281@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Dec 2003 03:48:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_ksocket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 11:48:20 -0000 ru 2003/12/17 03:48:18 PST FreeBSD src repository Modified files: sys/netgraph ng_ksocket.c Log: Replaced two bzero() calls with the M_ZERO flag to malloc(). Reviewed by: julian Revision Changes Path 1.38 +2 -3 src/sys/netgraph/ng_ksocket.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 04:40:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBF116A4CE; Wed, 17 Dec 2003 04:40:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B7143D62; Wed, 17 Dec 2003 04:40:34 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHCeY0B006176; Wed, 17 Dec 2003 04:40:34 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHCeYVr006175; Wed, 17 Dec 2003 04:40:34 -0800 (PST) (envelope-from ru) Message-Id: <200312171240.hBHCeYVr006175@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Dec 2003 04:40:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_bridge.c ng_ether.c ng_ether.h ng_parse.c ng_parse.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 12:40:36 -0000 ru 2003/12/17 04:40:34 PST FreeBSD src repository Modified files: sys/netgraph ng_bridge.c ng_ether.c ng_ether.h ng_parse.c ng_parse.h Log: Made the Ethernet address parse type standard. OK'ed by: archie Revision Changes Path 1.21 +1 -5 src/sys/netgraph/ng_bridge.c 1.28 +2 -57 src/sys/netgraph/ng_ether.c 1.8 +1 -6 src/sys/netgraph/ng_ether.h 1.19 +58 -0 src/sys/netgraph/ng_parse.c 1.9 +8 -0 src/sys/netgraph/ng_parse.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:03:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3438916A4CE; Wed, 17 Dec 2003 05:03:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED5843D4F; Wed, 17 Dec 2003 05:03:32 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHD3W0B013866; Wed, 17 Dec 2003 05:03:32 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHD3WGJ013865; Wed, 17 Dec 2003 05:03:32 -0800 (PST) (envelope-from ru) Message-Id: <200312171303.hBHD3WGJ013865@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 17 Dec 2003 05:03:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_eiface.c ng_eiface.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 13:03:33 -0000 ru 2003/12/17 05:03:32 PST FreeBSD src repository Modified files: sys/netgraph ng_eiface.c ng_eiface.h Log: Use the (now standard) Ethernet address parse type. Revision Changes Path 1.12 +5 -19 src/sys/netgraph/ng_eiface.c 1.6 +0 -20 src/sys/netgraph/ng_eiface.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:23:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A220F16A4CE; Wed, 17 Dec 2003 05:23:16 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9193243D46; Wed, 17 Dec 2003 05:22:54 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id C7C755482B; Wed, 17 Dec 2003 07:22:52 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 6107B6D45F; Wed, 17 Dec 2003 07:22:52 -0600 (CST) Date: Wed, 17 Dec 2003 07:22:52 -0600 From: "Jacques A. Vidrine" To: "Jordan K. Hubbard" Message-ID: <20031217132252.GA6018@madman.celabo.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 13:23:16 -0000 On Tue, Dec 16, 2003 at 06:54:29PM -0800, Jordan K. Hubbard wrote: > jkh 2003/12/16 18:54:29 PST > > FreeBSD src repository > > Modified files: > include fnmatch.h > Log: > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > Revision Changes Path > 1.12 +2 -0 src/include/fnmatch.h On Tue, Dec 16, 2003 at 06:56:28PM -0800, Jordan K. Hubbard wrote: > jkh 2003/12/16 18:56:28 PST > > FreeBSD src repository > > Modified files: > include regex.h > Log: > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > Revision Changes Path > 1.7 +1 -0 src/include/regex.h I don't understand ... why add these defines that are marked `obsolescent'? We don't use them now (clearly), strictly conforming applications cannot use them, and they may be widthdrawn from the referenced standard in the future. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:36:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D9316A4CE; Wed, 17 Dec 2003 05:36:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBEC43D1D; Wed, 17 Dec 2003 05:36:06 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHDa50B015381; Wed, 17 Dec 2003 05:36:05 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHDa5cT015380; Wed, 17 Dec 2003 05:36:05 -0800 (PST) (envelope-from nectar) Message-Id: <200312171336.hBHDa5cT015380@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 17 Dec 2003 05:36:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 13:36:19 -0000 nectar 2003/12/17 05:36:05 PST FreeBSD src repository Modified files: usr.sbin/pkg_install/add extract.c usr.sbin/pkg_install/create pl.c Log: Correct truncation detection after use of snprintf: The case where exactly one character was truncated was not detected. Revision Changes Path 1.37 +3 -3 src/usr.sbin/pkg_install/add/extract.c 1.25 +2 -2 src/usr.sbin/pkg_install/create/pl.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:40:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D922816A4CE; Wed, 17 Dec 2003 05:40:15 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0181743D48; Wed, 17 Dec 2003 05:39:54 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 905BD5C7C3; Wed, 17 Dec 2003 05:39:53 -0800 (PST) Date: Wed, 17 Dec 2003 05:39:53 -0800 From: Alfred Perlstein To: "Jacques A. Vidrine" Message-ID: <20031217133953.GD60229@elvis.mu.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031217132252.GA6018@madman.celabo.org> User-Agent: Mutt/1.4.1i cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 13:40:16 -0000 * Jacques A. Vidrine [031217 05:23] wrote: > On Tue, Dec 16, 2003 at 06:54:29PM -0800, Jordan K. Hubbard wrote: > > jkh 2003/12/16 18:54:29 PST > > > > FreeBSD src repository > > > > Modified files: > > include fnmatch.h > > Log: > > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > > > Revision Changes Path > > 1.12 +2 -0 src/include/fnmatch.h > > On Tue, Dec 16, 2003 at 06:56:28PM -0800, Jordan K. Hubbard wrote: > > jkh 2003/12/16 18:56:28 PST > > > > FreeBSD src repository > > > > Modified files: > > include regex.h > > Log: > > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > > > Revision Changes Path > > 1.7 +1 -0 src/include/regex.h > > > I don't understand ... why add these defines that are marked > `obsolescent'? We don't use them now (clearly), strictly conforming > applications cannot use them, and they may be widthdrawn from the > referenced standard in the future. It is still required for standards conformance. There may be tools out there that expect to "just work" like so switch (id) { ... case FNM_NOSYS: str = "FNM_NOSYS"; ... } and those should "just work". -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:48:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B7316A4CE; Wed, 17 Dec 2003 05:48:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF58E43D31; Wed, 17 Dec 2003 05:48:58 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHDmw0B015805; Wed, 17 Dec 2003 05:48:58 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHDmw0V015804; Wed, 17 Dec 2003 05:48:58 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171348.hBHDmw0V015804@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 05:48:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2003 13:48:59 -0000 sanpei 2003/12/17 05:48:58 PST FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support [1] Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW Drive [2] Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW Submitted by: [1] Taoka Fumiyoshi [bsd-usb:727] [2] SHIMIZU Kazuhiro [FreeBSD-users-jp 77608] Revision Changes Path 1.92 +8 -0 src/sys/dev/usb/umass.c 1.145 +5 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:58:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D6F916A4CE; Wed, 17 Dec 2003 05:58:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0A943D54; Wed, 17 Dec 2003 05:58:32 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHDwW0B016254; Wed, 17 Dec 2003 05:58:32 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHDwWmG016253; Wed, 17 Dec 2003 05:58:32 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171358.hBHDwWmG016253@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 05:58:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 13:58:33 -0000 sanpei 2003/12/17 05:58:32 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.153 +6 -1 src/sys/dev/usb/usbdevs.h 1.153 +19 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 06:02:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 413E316A4CE; Wed, 17 Dec 2003 06:02:08 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C31C43D41; Wed, 17 Dec 2003 06:02:03 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 985F25482B; Wed, 17 Dec 2003 08:02:02 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 07E0B6D45F; Wed, 17 Dec 2003 08:02:01 -0600 (CST) Date: Wed, 17 Dec 2003 08:02:01 -0600 From: "Jacques A. Vidrine" To: Alfred Perlstein Message-ID: <20031217140201.GB6018@madman.celabo.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> <20031217133953.GD60229@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031217133953.GD60229@elvis.mu.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 14:02:08 -0000 On Wed, Dec 17, 2003 at 05:39:53AM -0800, Alfred Perlstein wrote: > It is still required for standards conformance. Yes, you are right. The SUSv3 `Implementation Conformance' section does not indicate that `obsolescent' features need be present, but buried in the `Rationale for Base Definitions' under `Terminology' is ``The terms "legacy" and "obsolescent" are different: a feature marked LEGACY is not recommended for new work and need not be present on an implementation (if the XSI Legacy Option Group is not supported). __A_feature_noted_as_obsolescent_is_supported_by_all_implementations__, but may be removed in a future revision; new applications should not use these features.'' (emphasis added) (quoted for the other curious) This seems to be the only place in all of SUSv3 to indicate that `obsolescent' features must be supported by a conforming implementation. I was under a different impression previously. > There may be tools out there that expect to "just work" like so > > switch (id) { > ... > case FNM_NOSYS: > str = "FNM_NOSYS"; > ... > } > > and those should "just work". The only reason I brought it up is because the absence of FNM_NOSYS on BSD for the past decade apparently hasn't been noticed until now (why now?), seeming to imply that there aren't any such applications. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Wed Dec 17 06:23:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0434C16A4CE; Wed, 17 Dec 2003 06:23:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463B443D49; Wed, 17 Dec 2003 06:23:08 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHEN80B018690; Wed, 17 Dec 2003 06:23:08 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHEN8Es018689; Wed, 17 Dec 2003 06:23:08 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171423.hBHEN8Es018689@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 06:23:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb if_aue.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2003 14:23:09 -0000 sanpei 2003/12/17 06:23:07 PST FreeBSD src repository Modified files: sys/dev/usb if_aue.c usbdevs Log: Add support HP hn210e usb ethernet PR: kern/60156 Submitted by: M. L. Dodson Revision Changes Path 1.78 +1 -0 src/sys/dev/usb/if_aue.c 1.146 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Wed Dec 17 06:24:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DF616A4CE; Wed, 17 Dec 2003 06:24:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F3543D58; Wed, 17 Dec 2003 06:23:56 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHENt0B018739; Wed, 17 Dec 2003 06:23:55 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHENtvb018738; Wed, 17 Dec 2003 06:23:55 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171423.hBHENtvb018738@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 06:23:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 14:24:14 -0000 sanpei 2003/12/17 06:23:55 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.154 +2 -1 src/sys/dev/usb/usbdevs.h 1.154 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 06:55:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9450016A4CE; Wed, 17 Dec 2003 06:55:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9EE43D62; Wed, 17 Dec 2003 06:55:12 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHEtC0B020015; Wed, 17 Dec 2003 06:55:12 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHEtC20020014; Wed, 17 Dec 2003 06:55:12 -0800 (PST) (envelope-from rwatson) Message-Id: <200312171455.hBHEtC20020014@repoman.freebsd.org> From: Robert Watson Date: Wed, 17 Dec 2003 06:55:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_subr.c src/sys/security/mac mac_net.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_stub mac_stub.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 14:55:39 -0000 rwatson 2003/12/17 06:55:12 PST FreeBSD src repository Modified files: sys/netinet tcp_subr.c sys/security/mac mac_net.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Switch TCP over to using the inpcb label when responding in timed wait, rather than the socket label. This avoids reaching up to the socket layer during connection close, which requires locking changes. To do this, introduce MAC Framework entry point mac_create_mbuf_from_inpcb(), which is called from tcp_twrespond() instead of calling mac_create_mbuf_from_socket() or mac_create_mbuf_netlayer(). Introduce MAC Policy entry point mpo_create_mbuf_from_inpcb(), and implementations for various policies, which generally just copy label data from the inpcb to the mbuf. Assert the inpcb lock in the entry point since we require consistency for the inpcb label reference. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.170 +1 -4 src/sys/netinet/tcp_subr.c 1.111 +11 -0 src/sys/security/mac/mac_net.c 1.73 +13 -0 src/sys/security/mac_biba/mac_biba.c 1.26 +13 -0 src/sys/security/mac_lomac/mac_lomac.c 1.60 +13 -0 src/sys/security/mac_mls/mac_mls.c 1.37 +8 -0 src/sys/security/mac_stub/mac_stub.c 1.40 +10 -0 src/sys/security/mac_test/mac_test.c 1.53 +1 -0 src/sys/sys/mac.h 1.47 +3 -0 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 08:12:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F74916A4CE; Wed, 17 Dec 2003 08:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87CE343D55; Wed, 17 Dec 2003 08:12:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHGC20B040803; Wed, 17 Dec 2003 08:12:02 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHGC2ZD040799; Wed, 17 Dec 2003 08:12:02 -0800 (PST) (envelope-from jhb) Message-Id: <200312171612.hBHGC2ZD040799@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Dec 2003 08:12:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/stg tmc18c30.c src/sys/netinet tcp_subr.c src/sys/nfsserver nfs_srvsubs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 16:12:03 -0000 jhb 2003/12/17 08:12:02 PST FreeBSD src repository Modified files: sys/dev/stg tmc18c30.c sys/netinet tcp_subr.c sys/nfsserver nfs_srvsubs.c Log: Fix some becuase -> because typos. Reported by: Marco Wertejuk Revision Changes Path 1.10 +1 -1 src/sys/dev/stg/tmc18c30.c 1.171 +1 -1 src/sys/netinet/tcp_subr.c 1.123 +1 -1 src/sys/nfsserver/nfs_srvsubs.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 08:13:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C6316A4CE; Wed, 17 Dec 2003 08:13:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E412A43D1D; Wed, 17 Dec 2003 08:13:10 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHGDA0B041299; Wed, 17 Dec 2003 08:13:10 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHGDAQM041298; Wed, 17 Dec 2003 08:13:10 -0800 (PST) (envelope-from nectar) Message-Id: <200312171613.hBHGDAQM041298@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 17 Dec 2003 08:13:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/kerberos5 Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 16:13:17 -0000 nectar 2003/12/17 08:13:10 PST FreeBSD src repository Modified files: kerberos5 Makefile.inc Log: Set RPATH when the Kerberos KDC is linked with the LDAP backend (`WITH_OPENLDAP'). Previously, the KDC could fail to start if it was invoked before `ldconfig'. This solution was chosen rather than adding an `ldconfig' dependency to `kerberos' in rcNG, because it is more robust and there is no guarantee that the LDAP libraries will be in ldconfig's path anyway. Problem reported by: Sean McNeil Revision Changes Path 1.20 +1 -1 src/kerberos5/Makefile.inc From owner-cvs-src@FreeBSD.ORG Wed Dec 17 08:44:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60FD316A4CF; Wed, 17 Dec 2003 08:44:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F5543D5A; Wed, 17 Dec 2003 08:44:04 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHGi30B047706; Wed, 17 Dec 2003 08:44:03 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHGi3CW047705; Wed, 17 Dec 2003 08:44:03 -0800 (PST) (envelope-from deischen) Message-Id: <200312171644.hBHGi3CW047705@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 17 Dec 2003 08:44:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 16:44:05 -0000 deischen 2003/12/17 08:44:03 PST FreeBSD src repository Modified files: lib/libc_r/uthread uthread_write.c Log: Return to the caller if write() returns 0. PR: 59291 Revision Changes Path 1.23 +2 -0 src/lib/libc_r/uthread/uthread_write.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 09:12:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8491216A4CE; Wed, 17 Dec 2003 09:12:32 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF743D53; Wed, 17 Dec 2003 09:12:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hBHHCV5x037363; Wed, 17 Dec 2003 09:12:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hBHHCVIL037362; Wed, 17 Dec 2003 09:12:31 -0800 (PST) (envelope-from sgk) Date: Wed, 17 Dec 2003 09:12:31 -0800 From: Steve Kargl To: "Jordan K. Hubbard" Message-ID: <20031217171231.GA37309@troutmask.apl.washington.edu> References: <200312171054.hBHAs5ee099880@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312171054.hBHAs5ee099880@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 17:12:32 -0000 On Wed, Dec 17, 2003 at 02:54:05AM -0800, Jordan K. Hubbard wrote: > jkh 2003/12/17 02:54:05 PST > > FreeBSD src repository > > Modified files: > include regex.h > Log: > OK, someone was tab happy in this file. A tab after #define?! OK, fine, > I'll keep the same style regardless of the wisdom of it. :) > Clarified by: eivind > > Revision Changes Path > 1.8 +1 -1 src/include/regex.h man 9 style ... Put a single tab character between the #define and the macro name. .... -- Steve From owner-cvs-src@FreeBSD.ORG Wed Dec 17 09:15:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69A016A4CE; Wed, 17 Dec 2003 09:15:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D4443D36; Wed, 17 Dec 2003 09:15:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHHF70B060539; Wed, 17 Dec 2003 09:15:07 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHHF7nY060538; Wed, 17 Dec 2003 09:15:07 -0800 (PST) (envelope-from peter) Message-Id: <200312171715.hBHHF7nY060538@repoman.freebsd.org> From: Peter Wemm Date: Wed, 17 Dec 2003 09:15:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ohci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 17:15:08 -0000 peter 2003/12/17 09:15:07 PST FreeBSD src repository Modified files: sys/dev/usb ohci_pci.c Log: Recognize the nForce3 id's. This is mostly cosmetic and affects the usbdevs command. Revision Changes Path 1.37 +2 -0 src/sys/dev/usb/ohci_pci.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 09:15:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01D816A4D8; Wed, 17 Dec 2003 09:15:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B9D43D55; Wed, 17 Dec 2003 09:15:42 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHHFf0B060748; Wed, 17 Dec 2003 09:15:41 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHHFfj8060747; Wed, 17 Dec 2003 09:15:41 -0800 (PST) (envelope-from peter) Message-Id: <200312171715.hBHHFfj8060747@repoman.freebsd.org> From: Peter Wemm Date: Wed, 17 Dec 2003 09:15:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 17:15:42 -0000 peter 2003/12/17 09:15:41 PST FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c Log: Recognize the nVidia ehci device id's in addition to the rest. Revision Changes Path 1.9 +6 -0 src/sys/dev/usb/ehci_pci.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 09:29:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575F416A4CE; Wed, 17 Dec 2003 09:29:16 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3865643D54; Wed, 17 Dec 2003 09:28:18 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:28:16 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 05:23:47 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 0BD015685D; Wed, 17 Dec 2003 05:23:36 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7D8B716A4DA; Wed, 17 Dec 2003 05:23:30 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A220F16A4CE; Wed, 17 Dec 2003 05:23:16 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9193243D46; Wed, 17 Dec 2003 05:22:54 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id C7C755482B; Wed, 17 Dec 2003 07:22:52 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 6107B6D45F; Wed, 17 Dec 2003 07:22:52 -0600 (CST) Date: Wed, 17 Dec 2003 07:22:52 -0600 From: "Jacques A. Vidrine" To: "Jordan K. Hubbard" Message-ID: <20031217132252.GA6018@madman.celabo.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@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, 17 Dec 2003 17:29:16 -0000 On Tue, Dec 16, 2003 at 06:54:29PM -0800, Jordan K. Hubbard wrote: > jkh 2003/12/16 18:54:29 PST > > FreeBSD src repository > > Modified files: > include fnmatch.h > Log: > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > Revision Changes Path > 1.12 +2 -0 src/include/fnmatch.h On Tue, Dec 16, 2003 at 06:56:28PM -0800, Jordan K. Hubbard wrote: > jkh 2003/12/16 18:56:28 PST > > FreeBSD src repository > > Modified files: > include regex.h > Log: > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > Revision Changes Path > 1.7 +1 -0 src/include/regex.h I don't understand ... why add these defines that are marked `obsolescent'? We don't use them now (clearly), strictly conforming applications cannot use them, and they may be widthdrawn from the referenced standard in the future. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se _______________________________________________ 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 Wed Dec 17 09:31:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E18416A4CE; Wed, 17 Dec 2003 09:31:43 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1EFC43D50; Wed, 17 Dec 2003 09:31:13 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:29:20 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 05:37:01 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 4B0485646D; Wed, 17 Dec 2003 05:36:41 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E58E316A578; Wed, 17 Dec 2003 05:36:32 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D9316A4CE; Wed, 17 Dec 2003 05:36:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBEC43D1D; Wed, 17 Dec 2003 05:36:06 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHDa50B015381; Wed, 17 Dec 2003 05:36:05 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHDa5cT015380; Wed, 17 Dec 2003 05:36:05 -0800 (PST) (envelope-from nectar) Message-Id: <200312171336.hBHDa5cT015380@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 17 Dec 2003 05:36:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.sbin/pkg_install/create pl.c X-BeenThere: cvs-src@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, 17 Dec 2003 17:31:43 -0000 nectar 2003/12/17 05:36:05 PST FreeBSD src repository Modified files: usr.sbin/pkg_install/add extract.c usr.sbin/pkg_install/create pl.c Log: Correct truncation detection after use of snprintf: The case where exactly one character was truncated was not detected. Revision Changes Path 1.37 +3 -3 src/usr.sbin/pkg_install/add/extract.c 1.25 +2 -2 src/usr.sbin/pkg_install/create/pl.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 Wed Dec 17 09:32:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9680F16A4CE; Wed, 17 Dec 2003 09:32:45 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD2443D50; Wed, 17 Dec 2003 09:31:44 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:30:01 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 05:40:41 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id DD5E156912; Wed, 17 Dec 2003 05:40:35 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B8B6116A4F7; Wed, 17 Dec 2003 05:40:31 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D922816A4CE; Wed, 17 Dec 2003 05:40:15 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0181743D48; Wed, 17 Dec 2003 05:39:54 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 905BD5C7C3; Wed, 17 Dec 2003 05:39:53 -0800 (PST) Date: Wed, 17 Dec 2003 05:39:53 -0800 From: Alfred Perlstein To: "Jacques A. Vidrine" Message-ID: <20031217133953.GD60229@elvis.mu.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031217132252.GA6018@madman.celabo.org> User-Agent: Mutt/1.4.1i X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@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, 17 Dec 2003 17:32:45 -0000 * Jacques A. Vidrine [031217 05:23] wrote: > On Tue, Dec 16, 2003 at 06:54:29PM -0800, Jordan K. Hubbard wrote: > > jkh 2003/12/16 18:54:29 PST > > > > FreeBSD src repository > > > > Modified files: > > include fnmatch.h > > Log: > > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > > > Revision Changes Path > > 1.12 +2 -0 src/include/fnmatch.h > > On Tue, Dec 16, 2003 at 06:56:28PM -0800, Jordan K. Hubbard wrote: > > jkh 2003/12/16 18:56:28 PST > > > > FreeBSD src repository > > > > Modified files: > > include regex.h > > Log: > > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > > > Revision Changes Path > > 1.7 +1 -0 src/include/regex.h > > > I don't understand ... why add these defines that are marked > `obsolescent'? We don't use them now (clearly), strictly conforming > applications cannot use them, and they may be widthdrawn from the > referenced standard in the future. It is still required for standards conformance. There may be tools out there that expect to "just work" like so switch (id) { ... case FNM_NOSYS: str = "FNM_NOSYS"; ... } and those should "just work". -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 _______________________________________________ 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 Wed Dec 17 09:33:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B57716A4CE; Wed, 17 Dec 2003 09:33:19 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 130AE43D5F; Wed, 17 Dec 2003 09:33:04 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:33:03 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 05:49:30 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 24C48568C4; Wed, 17 Dec 2003 05:49:19 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 3800D16A4F4; Wed, 17 Dec 2003 05:49:17 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B7316A4CE; Wed, 17 Dec 2003 05:48:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF58E43D31; Wed, 17 Dec 2003 05:48:58 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHDmw0B015805; Wed, 17 Dec 2003 05:48:58 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHDmw0V015804; Wed, 17 Dec 2003 05:48:58 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171348.hBHDmw0V015804@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 05:48:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@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, 17 Dec 2003 17:33:19 -0000 sanpei 2003/12/17 05:48:58 PST FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support [1] Logitec LDR-H443U2 DVD-RAM/-R/+R/-RW/+RW Drive [2] Panasonic KXL-CB20AN Portable DVD-ROM/CD-R/RW Submitted by: [1] Taoka Fumiyoshi [bsd-usb:727] [2] SHIMIZU Kazuhiro [FreeBSD-users-jp 77608] Revision Changes Path 1.92 +8 -0 src/sys/dev/usb/umass.c 1.145 +5 -0 src/sys/dev/usb/usbdevs _______________________________________________ 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 Wed Dec 17 09:36:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125F316A4CE; Wed, 17 Dec 2003 09:36:20 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BCF43D73; Wed, 17 Dec 2003 09:35:59 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:35:58 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 05:59:03 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id B63A055D21; Wed, 17 Dec 2003 05:58:53 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1BFDA16A4D5; Wed, 17 Dec 2003 05:58:53 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D6F916A4CE; Wed, 17 Dec 2003 05:58:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0A943D54; Wed, 17 Dec 2003 05:58:32 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHDwW0B016254; Wed, 17 Dec 2003 05:58:32 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHDwWmG016253; Wed, 17 Dec 2003 05:58:32 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171358.hBHDwWmG016253@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 05:58:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@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, 17 Dec 2003 17:36:20 -0000 sanpei 2003/12/17 05:58:32 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.153 +6 -1 src/sys/dev/usb/usbdevs.h 1.153 +19 -1 src/sys/dev/usb/usbdevs_data.h _______________________________________________ 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 Wed Dec 17 09:37:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036C116A4CE; Wed, 17 Dec 2003 09:37:42 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0D443D54; Wed, 17 Dec 2003 09:37:34 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:37:34 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 06:02:56 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id B9034568CC; Wed, 17 Dec 2003 06:02:30 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id DCCD416A4E3; Wed, 17 Dec 2003 06:02:29 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 413E316A4CE; Wed, 17 Dec 2003 06:02:08 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C31C43D41; Wed, 17 Dec 2003 06:02:03 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 985F25482B; Wed, 17 Dec 2003 08:02:02 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id 07E0B6D45F; Wed, 17 Dec 2003 08:02:01 -0600 (CST) Date: Wed, 17 Dec 2003 08:02:01 -0600 From: "Jacques A. Vidrine" To: Alfred Perlstein Message-ID: <20031217140201.GB6018@madman.celabo.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> <20031217133953.GD60229@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031217133953.GD60229@elvis.mu.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@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, 17 Dec 2003 17:37:42 -0000 On Wed, Dec 17, 2003 at 05:39:53AM -0800, Alfred Perlstein wrote: > It is still required for standards conformance. Yes, you are right. The SUSv3 `Implementation Conformance' section does not indicate that `obsolescent' features need be present, but buried in the `Rationale for Base Definitions' under `Terminology' is ``The terms "legacy" and "obsolescent" are different: a feature marked LEGACY is not recommended for new work and need not be present on an implementation (if the XSI Legacy Option Group is not supported). __A_feature_noted_as_obsolescent_is_supported_by_all_implementations__, but may be removed in a future revision; new applications should not use these features.'' (emphasis added) (quoted for the other curious) This seems to be the only place in all of SUSv3 to indicate that `obsolescent' features must be supported by a conforming implementation. I was under a different impression previously. > There may be tools out there that expect to "just work" like so > > switch (id) { > ... > case FNM_NOSYS: > str = "FNM_NOSYS"; > ... > } > > and those should "just work". The only reason I brought it up is because the absence of FNM_NOSYS on BSD for the past decade apparently hasn't been noticed until now (why now?), seeming to imply that there aren't any such applications. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se _______________________________________________ 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 Wed Dec 17 09:46:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6EA16A4CE; Wed, 17 Dec 2003 09:46:35 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B6843D69; Wed, 17 Dec 2003 09:45:45 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:45:45 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 06:23:39 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id CDBCD56970; Wed, 17 Dec 2003 06:23:30 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6001E16A4D2; Wed, 17 Dec 2003 06:23:30 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0434C16A4CE; Wed, 17 Dec 2003 06:23:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463B443D49; Wed, 17 Dec 2003 06:23:08 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHEN80B018690; Wed, 17 Dec 2003 06:23:08 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHEN8Es018689; Wed, 17 Dec 2003 06:23:08 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171423.hBHEN8Es018689@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 06:23:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/sys/dev/usb if_aue.c usbdevs X-BeenThere: cvs-src@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, 17 Dec 2003 17:46:35 -0000 sanpei 2003/12/17 06:23:07 PST FreeBSD src repository Modified files: sys/dev/usb if_aue.c usbdevs Log: Add support HP hn210e usb ethernet PR: kern/60156 Submitted by: M. L. Dodson Revision Changes Path 1.78 +1 -0 src/sys/dev/usb/if_aue.c 1.146 +1 -0 src/sys/dev/usb/usbdevs _______________________________________________ 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 Wed Dec 17 09:46:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DF416A4CE; Wed, 17 Dec 2003 09:46:58 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4D143D2D; Wed, 17 Dec 2003 09:46:44 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:46:02 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 06:24:49 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1C8205686A; Wed, 17 Dec 2003 06:24:47 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 1561916A4D3; Wed, 17 Dec 2003 06:24:46 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DF616A4CE; Wed, 17 Dec 2003 06:24:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F3543D58; Wed, 17 Dec 2003 06:23:56 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHENt0B018739; Wed, 17 Dec 2003 06:23:55 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHENtvb018738; Wed, 17 Dec 2003 06:23:55 -0800 (PST) (envelope-from sanpei) Message-Id: <200312171423.hBHENtvb018738@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 06:23:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@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, 17 Dec 2003 17:46:58 -0000 sanpei 2003/12/17 06:23:55 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.154 +2 -1 src/sys/dev/usb/usbdevs.h 1.154 +7 -1 src/sys/dev/usb/usbdevs_data.h _______________________________________________ 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 Wed Dec 17 09:58:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5407616A4CE; Wed, 17 Dec 2003 09:58:54 -0800 (PST) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC26F43D64; Wed, 17 Dec 2003 09:57:51 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from yoda.dccnet.com (unverified [127.0.0.1]) by yoda.dccnet.com (Rockliffe SMTPRA 5.3.6) with ESMTP id ; Wed, 17 Dec 2003 09:57:50 -0800 Received: from mx2.freebsd.org (unverified [216.136.204.119]) by dccnet.com for ; Wed, 17 Dec 2003 06:56:25 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 834F656A68; Wed, 17 Dec 2003 06:56:05 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AC1C116A4D2; Wed, 17 Dec 2003 06:56:04 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9450016A4CE; Wed, 17 Dec 2003 06:55:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9EE43D62; Wed, 17 Dec 2003 06:55:12 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHEtC0B020015; Wed, 17 Dec 2003 06:55:12 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHEtC20020014; Wed, 17 Dec 2003 06:55:12 -0800 (PST) (envelope-from rwatson) Message-Id: <200312171455.hBHEtC20020014@repoman.freebsd.org> From: Robert Watson Date: Wed, 17 Dec 2003 06:55:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/sys/netinet tcp_subr.c src/sys/security/mac mac_net.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_stub mac_stub.c ... X-BeenThere: cvs-src@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, 17 Dec 2003 17:58:54 -0000 rwatson 2003/12/17 06:55:12 PST FreeBSD src repository Modified files: sys/netinet tcp_subr.c sys/security/mac mac_net.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Switch TCP over to using the inpcb label when responding in timed wait, rather than the socket label. This avoids reaching up to the socket layer during connection close, which requires locking changes. To do this, introduce MAC Framework entry point mac_create_mbuf_from_inpcb(), which is called from tcp_twrespond() instead of calling mac_create_mbuf_from_socket() or mac_create_mbuf_netlayer(). Introduce MAC Policy entry point mpo_create_mbuf_from_inpcb(), and implementations for various policies, which generally just copy label data from the inpcb to the mbuf. Assert the inpcb lock in the entry point since we require consistency for the inpcb label reference. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.170 +1 -4 src/sys/netinet/tcp_subr.c 1.111 +11 -0 src/sys/security/mac/mac_net.c 1.73 +13 -0 src/sys/security/mac_biba/mac_biba.c 1.26 +13 -0 src/sys/security/mac_lomac/mac_lomac.c 1.60 +13 -0 src/sys/security/mac_mls/mac_mls.c 1.37 +8 -0 src/sys/security/mac_stub/mac_stub.c 1.40 +10 -0 src/sys/security/mac_test/mac_test.c 1.53 +1 -0 src/sys/sys/mac.h 1.47 +3 -0 src/sys/sys/mac_policy.h _______________________________________________ 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 Wed Dec 17 10:22:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B3016A4CE for ; Wed, 17 Dec 2003 10:22:31 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 186A043D54 for ; Wed, 17 Dec 2003 10:22:29 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 70629 invoked by uid 1000); 17 Dec 2003 18:22:29 -0000 Date: Wed, 17 Dec 2003 10:22:29 -0800 (PST) From: Nate Lawson To: Daniel Eischen In-Reply-To: <20031217164417.010BE16A55B@hub.freebsd.org> Message-ID: <20031217102125.R70565@root.org> References: <20031217164417.010BE16A55B@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 18:22:31 -0000 On Wed, 17 Dec 2003, Daniel Eischen wrote: > Modified files: > lib/libc_r/uthread uthread_write.c > Log: > Return to the caller if write() returns 0. > > PR: 59291 > > Revision Changes Path > 1.23 +2 -0 src/lib/libc_r/uthread/uthread_write.c > > --- src/lib/libc_r/uthread/uthread_write.c:1.22 Mon Sep 29 06:41:26 2003 > +++ src/lib/libc_r/uthread/uthread_write.c Wed Dec 17 08:44:03 2003 > #include > @@ -138,6 +138,8 @@ > ret = num; > else > ret = n; > + if (n == 0) > + break; > > /* Check if the write has completed: */ > } else if (num >= nbytes) Thanks! Oh what a difference one retval makes. -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 17 11:14:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B8D16A4CE; Wed, 17 Dec 2003 11:14:25 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82E843D67; Wed, 17 Dec 2003 11:14:15 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hBHJEDHx018206; Wed, 17 Dec 2003 14:14:13 -0500 (EST) Date: Wed, 17 Dec 2003 14:14:13 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Nate Lawson In-Reply-To: <20031217102125.R70565@root.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 19:14:25 -0000 On Wed, 17 Dec 2003, Nate Lawson wrote: > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > Modified files: > > lib/libc_r/uthread uthread_write.c > > Log: > > Return to the caller if write() returns 0. > > > > PR: 59291 > > > > Revision Changes Path > > 1.23 +2 -0 src/lib/libc_r/uthread/uthread_write.c > > > > --- src/lib/libc_r/uthread/uthread_write.c:1.22 Mon Sep 29 06:41:26 2003 > > +++ src/lib/libc_r/uthread/uthread_write.c Wed Dec 17 08:44:03 2003 > > #include > > @@ -138,6 +138,8 @@ > > ret = num; > > else > > ret = n; > > + if (n == 0) > > + break; > > > > /* Check if the write has completed: */ > > } else if (num >= nbytes) > > Thanks! Oh what a difference one retval makes. Does this fix something other than bacula? -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Wed Dec 17 11:36:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E7E16A4CE for ; Wed, 17 Dec 2003 11:36:39 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 430E843D53 for ; Wed, 17 Dec 2003 11:36:37 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 70787 invoked by uid 1000); 17 Dec 2003 19:36:38 -0000 Date: Wed, 17 Dec 2003 11:36:38 -0800 (PST) From: Nate Lawson To: Daniel Eischen In-Reply-To: Message-ID: <20031217113610.N70711@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 19:36:39 -0000 On Wed, 17 Dec 2003, Daniel Eischen wrote: > On Wed, 17 Dec 2003, Nate Lawson wrote: > > > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > > Modified files: > > > lib/libc_r/uthread uthread_write.c > > > Log: > > > Return to the caller if write() returns 0. > > > > > > PR: 59291 > > > > > > Revision Changes Path > > > 1.23 +2 -0 src/lib/libc_r/uthread/uthread_write.c > > > > > > --- src/lib/libc_r/uthread/uthread_write.c:1.22 Mon Sep 29 06:41:26 2003 > > > +++ src/lib/libc_r/uthread/uthread_write.c Wed Dec 17 08:44:03 2003 > > > #include > > > @@ -138,6 +138,8 @@ > > > ret = num; > > > else > > > ret = n; > > > + if (n == 0) > > > + break; > > > > > > /* Check if the write has completed: */ > > > } else if (num >= nbytes) > > > > Thanks! Oh what a difference one retval makes. > > Does this fix something other than bacula? Anyone else who expected this semantics. I have no specific examples. -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 17 11:48:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF75616A4CE; Wed, 17 Dec 2003 11:48:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7DF43D49; Wed, 17 Dec 2003 11:48:00 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHJm00B093501; Wed, 17 Dec 2003 11:48:00 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHJm0aH093500; Wed, 17 Dec 2003 11:48:00 -0800 (PST) (envelope-from phk) Message-Id: <200312171948.hBHJm0aH093500@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 17 Dec 2003 11:48:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 19:48:01 -0000 phk 2003/12/17 11:48:00 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/md md.c Log: MFC: make preloaded filesystems work with md(4) again. Approved by: re@(scottl) Revision Changes Path 1.108.2.1 +1 -1 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 11:53:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A717716A4CE; Wed, 17 Dec 2003 11:53:39 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60EE43D46; Wed, 17 Dec 2003 11:53:38 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hBHJrbHx028496; Wed, 17 Dec 2003 14:53:38 -0500 (EST) Date: Wed, 17 Dec 2003 14:53:37 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Nate Lawson In-Reply-To: <20031217113610.N70711@root.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 19:53:39 -0000 On Wed, 17 Dec 2003, Nate Lawson wrote: > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > On Wed, 17 Dec 2003, Nate Lawson wrote: > > > > > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > > > Modified files: > > > > lib/libc_r/uthread uthread_write.c > > > > Log: > > > > Return to the caller if write() returns 0. [...] > > > > > > Thanks! Oh what a difference one retval makes. > > > > Does this fix something other than bacula? > > Anyone else who expected this semantics. I have no specific examples. I think it probably only pertinent to writing to tape devices where a 0 return means end of tape. Otherwise you should get -1 with an appropriate errno or just wait until all the requested data has been written. I asked if this fixed something because I was asked if this was a 5.2R candidate. -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Wed Dec 17 11:57:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F9E16A4CE; Wed, 17 Dec 2003 11:57:53 -0800 (PST) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E088F43D46; Wed, 17 Dec 2003 11:57:45 -0800 (PST) (envelope-from jkh@queasyweasel.com) Received: from mailgate3.apple.com (a17-128-100-68.apple.com [17.128.100.68]) by mail-out4.apple.com (8.12.10/8.12.9) with ESMTP id hBHJvj7t014845; Wed, 17 Dec 2003 11:57:45 -0800 (PST) Received: from relay2.apple.com (relay2.apple.com) by mailgate3.apple.com ; Wed, 17 Dec 2003 11:57:45 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay2.apple.com (8.12.10/8.12.9) with ESMTP id hBHJvic4001609; Wed, 17 Dec 2003 19:57:45 GMT In-Reply-To: <20031217140201.GB6018@madman.celabo.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> <20031217133953.GD60229@elvis.mu.org> <20031217140201.GB6018@madman.celabo.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-6-1042068765; protocol="application/pkcs7-signature" Message-Id: <483CA6BC-30CB-11D8-AAAC-000393BB9222@queasyweasel.com> From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 11:57:45 -0800 To: "Jacques A. Vidrine" X-Mailer: Apple Mail (2.609) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 19:57:53 -0000 --Apple-Mail-6-1042068765 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Dec 17, 2003, at 6:02 AM, Jacques A. Vidrine wrote: > The only reason I brought it up is because the absence of FNM_NOSYS on > BSD for the past decade apparently hasn't been noticed until now (why > now?), seeming to imply that there aren't any such applications. Glad you asked. It's basically my intention to bring FreeBSD's headers and libraries as close to conformance to Unix03 as I can over the next few months (years?), some of which will actually have a demonstrable effect on FreeBSD's portability (the change to *index.c being a case in point - someone actually noticed the aberrant behavior in a user application) and some of which will be largely in the eye-rolling "whatever!" category, where it's hard to imagine any justification other than "the standard calls for it." That said, there will still be cases where the latter changes morph into the former at various points in the future simply because it is part of the standard and people tend to code to it. Given that it's hard to tell the difference in advance, we might just as well take each and every change necessary for conformance. Should "FreeBSD" ever pursue actual Unix certification, not that I'm advocating for or against this in any way, these changes will also ease the pain of doing so. Finally, it's never been bad for marketing to be able to say that "FreeBSD largely conforms to the foo standard" on the back of the CDs. :-) -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer --Apple-Mail-6-1042068765-- From owner-cvs-src@FreeBSD.ORG Wed Dec 17 12:19:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C934416A4D0 for ; Wed, 17 Dec 2003 12:19:39 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 053ED43D31 for ; Wed, 17 Dec 2003 12:19:37 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 70922 invoked by uid 1000); 17 Dec 2003 20:19:37 -0000 Date: Wed, 17 Dec 2003 12:19:37 -0800 (PST) From: Nate Lawson To: "Jordan K. Hubbard" In-Reply-To: <483CA6BC-30CB-11D8-AAAC-000393BB9222@queasyweasel.com> Message-ID: <20031217121403.W70894@root.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> <20031217140201.GB6018@madman.celabo.org> <483CA6BC-30CB-11D8-AAAC-000393BB9222@queasyweasel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 20:19:40 -0000 On Wed, 17 Dec 2003, Jordan K. Hubbard wrote: > Should "FreeBSD" ever pursue actual Unix > certification, not that I'm advocating for or against this in any way, > these changes will also ease the pain of doing so. Finally, it's never > been bad for marketing to be able to say that "FreeBSD largely conforms > to the foo standard" on the back of the CDs. :-) Great to have you committing again and this sounds like a good cause. However, the most important marketing claim for FreeBSD is that you'll come over to my house and install it for me. But you'll have to listen to Flaming Lips, not Tom Waits. -Nate http://groups.google.com/groups?selm=3np3dg%24s3s%40ivory.lm.com&output=gplain From owner-cvs-src@FreeBSD.ORG Wed Dec 17 12:21:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 156D516A4CE for ; Wed, 17 Dec 2003 12:21:05 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9AF6E43D45 for ; Wed, 17 Dec 2003 12:21:02 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 70935 invoked by uid 1000); 17 Dec 2003 20:21:03 -0000 Date: Wed, 17 Dec 2003 12:21:03 -0800 (PST) From: Nate Lawson To: Daniel Eischen In-Reply-To: Message-ID: <20031217122003.B70894@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 20:21:05 -0000 On Wed, 17 Dec 2003, Daniel Eischen wrote: > On Wed, 17 Dec 2003, Nate Lawson wrote: > > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > > Does this fix something other than bacula? > > > > Anyone else who expected this semantics. I have no specific examples. > > I think it probably only pertinent to writing to tape devices > where a 0 return means end of tape. Otherwise you should > get -1 with an appropriate errno or just wait until all > the requested data has been written. > > I asked if this fixed something because I was asked if this > was a 5.2R candidate. Oh, I thought it mattered for people doing non-blocking writes from a thread also. -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 17 12:42:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E9BC16A4CF; Wed, 17 Dec 2003 12:42:15 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D4A43D3F; Wed, 17 Dec 2003 12:42:13 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 32B8554883; Wed, 17 Dec 2003 14:42:13 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id CEF686D45F; Wed, 17 Dec 2003 14:42:12 -0600 (CST) Date: Wed, 17 Dec 2003 14:42:12 -0600 From: "Jacques A. Vidrine" To: "Jordan K. Hubbard" Message-ID: <20031217204212.GA31706@madman.celabo.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> <20031217133953.GD60229@elvis.mu.org> <20031217140201.GB6018@madman.celabo.org> <483CA6BC-30CB-11D8-AAAC-000393BB9222@queasyweasel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483CA6BC-30CB-11D8-AAAC-000393BB9222@queasyweasel.com> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 20:42:15 -0000 On Wed, Dec 17, 2003 at 11:57:45AM -0800, Jordan K. Hubbard wrote: > > On Dec 17, 2003, at 6:02 AM, Jacques A. Vidrine wrote: > > >The only reason I brought it up is because the absence of FNM_NOSYS on > >BSD for the past decade apparently hasn't been noticed until now (why > >now?), seeming to imply that there aren't any such applications. > > Glad you asked. It's basically my intention to bring FreeBSD's headers > and libraries as close to conformance to Unix03 as I can over the next > few months (years?), Excellent! Then probably we'll see you on freebsd-standards. [...] > Finally, it's never > been bad for marketing to be able to say that "FreeBSD largely conforms > to the foo standard" on the back of the CDs. :-) No disagreements here--- I was just under the (incorrect) impression that facilities marked `OB' in the standard were optional. Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se From owner-cvs-src@FreeBSD.ORG Wed Dec 17 13:13:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C372116A4CE; Wed, 17 Dec 2003 13:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1549E43D46; Wed, 17 Dec 2003 13:13:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHLD40B021306; Wed, 17 Dec 2003 13:13:04 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHLD4jB021305; Wed, 17 Dec 2003 13:13:04 -0800 (PST) (envelope-from jhb) Message-Id: <200312172113.hBHLD4jB021305@repoman.freebsd.org> From: John Baldwin Date: Wed, 17 Dec 2003 13:13:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_taskqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 21:13:05 -0000 jhb 2003/12/17 13:13:04 PST FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: Various style fixes. Submitted by: bde (mostly, if not all) Revision Changes Path 1.21 +5 -7 src/sys/kern/subr_taskqueue.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 13:18:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F2A16A4CE; Wed, 17 Dec 2003 13:18:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCDA43D1D; Wed, 17 Dec 2003 13:18:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHLIK0B021627; Wed, 17 Dec 2003 13:18:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHLIKTQ021626; Wed, 17 Dec 2003 13:18:20 -0800 (PST) (envelope-from imp) Message-Id: <200312172118.hBHLIKTQ021626@repoman.freebsd.org> From: Warner Losh Date: Wed, 17 Dec 2003 13:18:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/isa stallion.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 21:18:22 -0000 imp 2003/12/17 13:18:20 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/isa stallion.c Log: Fix comment about what the default compilation environment is. It is 4.x, not 2.1.x! Revision Changes Path 1.39.2.6 +2 -2 src/sys/i386/isa/stallion.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 14:38:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935D716A4CE; Wed, 17 Dec 2003 14:38:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCCCE43D36; Wed, 17 Dec 2003 14:38:57 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHMcv0B038891; Wed, 17 Dec 2003 14:38:57 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHMcvCn038890; Wed, 17 Dec 2003 14:38:57 -0800 (PST) (envelope-from obrien) Message-Id: <200312172238.hBHMcvCn038890@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Dec 2003 14:38:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rshd rshd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2003 22:38:58 -0000 obrien 2003/12/17 14:38:57 PST FreeBSD src repository Modified files: libexec/rshd rshd.8 Log: Document what the PAM believers failed to do (and should have), which is how to rsh as root into a machine. Revision Changes Path 1.31 +9 -0 src/libexec/rshd/rshd.8 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 15:08:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B229916A4CF; Wed, 17 Dec 2003 15:08:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0089643D1D; Wed, 17 Dec 2003 15:08:14 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHN8D0B046025; Wed, 17 Dec 2003 15:08:13 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHN8DLj046024; Wed, 17 Dec 2003 15:08:13 -0800 (PST) (envelope-from rwatson) Message-Id: <200312172308.hBHN8DLj046024@repoman.freebsd.org> From: Robert Watson Date: Wed, 17 Dec 2003 15:08:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 23:08:14 -0000 rwatson 2003/12/17 15:08:13 PST FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c Log: Install 100dpi fonts by default when installing X11: fun as using 75dpi fonts on a 100dpi display is, the jaggies just aren't worth it. DPMI auto-configures higher DPIs on many modern displays now. Revision Changes Path 1.228 +1 -1 src/usr.sbin/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 17:00:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6473C16A4CE; Wed, 17 Dec 2003 17:00:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD09143D46; Wed, 17 Dec 2003 16:59:51 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI0xp0B074535; Wed, 17 Dec 2003 16:59:51 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI0xpnI074534; Wed, 17 Dec 2003 16:59:51 -0800 (PST) (envelope-from peter) Message-Id: <200312180059.hBI0xpnI074534@repoman.freebsd.org> From: Peter Wemm Date: Wed, 17 Dec 2003 16:59:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/include dirent.h locale.h stddef.h stdio.h stdlib.h string.h time.h unistd.h wchar.h src/include/rpc types.h src/sys/sys _null.h param.h stddef.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 01:00:01 -0000 peter 2003/12/17 16:59:51 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) include dirent.h locale.h stddef.h stdio.h stdlib.h string.h time.h unistd.h wchar.h include/rpc types.h sys/sys param.h stddef.h Added files: (Branch: RELENG_5_2) sys/sys _null.h Log: MFC: add sys/_null.h and change the definition of NULL to a long on ia64 and amd64. Ensure that this is not accidently activated on any platforms other than these two since its quite late in the release cycle and it is not worth the risk of disturbing to the established platforms. Approved by: re (scottl, jhb) Revision Changes Path 1.13.6.1 +2 -4 src/include/dirent.h 1.7.6.1 +2 -4 src/include/locale.h 1.10.6.1 +2 -4 src/include/rpc/types.h 1.9.6.1 +1 -4 src/include/stddef.h 1.51.4.1 +1 -4 src/include/stdio.h 1.54.2.1 +1 -4 src/include/stdlib.h 1.18.6.1 +1 -4 src/include/string.h 1.30.6.1 +1 -4 src/include/time.h 1.69.2.1 +1 -4 src/include/unistd.h 1.35.4.1 +1 -4 src/include/wchar.h 1.2.2.1 +37 -0 src/sys/sys/_null.h (new) 1.174.2.2 +2 -4 src/sys/sys/param.h 1.1.6.1 +1 -4 src/sys/sys/stddef.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 17:26:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A47516A4CF; Wed, 17 Dec 2003 17:26:43 -0800 (PST) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E4A743D1F; Wed, 17 Dec 2003 17:26:42 -0800 (PST) (envelope-from jkh@queasyweasel.com) Received: from mailgate3.apple.com (a17-128-100-68.apple.com [17.128.100.68]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id hBI1QfFt020672; Wed, 17 Dec 2003 17:26:41 -0800 (PST) Received: from relay2.apple.com (relay2.apple.com) by mailgate3.apple.com ; Wed, 17 Dec 2003 17:26:41 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay2.apple.com (8.12.10/8.12.9) with ESMTP id hBI1Qec4012323; Thu, 18 Dec 2003 01:26:41 GMT In-Reply-To: <20031217121403.W70894@root.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> <20031217133953.GD60229@elvis.mu.org> <20031217140201.GB6018@madman.celabo.org> <483CA6BC-30CB-11D8-AAAC-000393BB9222@queasyweasel.com> <20031217121403.W70894@root.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-9-1061805639; protocol="application/pkcs7-signature" Message-Id: <3C54BEA6-30F9-11D8-AAAC-000393BB9222@queasyweasel.com> From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 17:26:42 -0800 To: Nate Lawson X-Mailer: Apple Mail (2.609) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 01:26:43 -0000 --Apple-Mail-9-1061805639 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Dec 17, 2003, at 12:19 PM, Nate Lawson wrote: > Great to have you committing again and this sounds like a good cause. > However, the most important marketing claim for FreeBSD is that you'll > come over to my house and install it for me. But you'll have to > listen to > Flaming Lips, not Tom Waits. That's fine with me. I'm always willing to listen to a little country music, and I even watched "Reba" on television once. You may have to run me through sysinstall a couple of times first though - it's changed enough that I'm no longer sure I know how to use it. ;-) -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer --Apple-Mail-9-1061805639-- From owner-cvs-src@FreeBSD.ORG Wed Dec 17 19:25:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3A716A4CE; Wed, 17 Dec 2003 19:25:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AE343D45; Wed, 17 Dec 2003 19:25:22 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI3PM0B007060; Wed, 17 Dec 2003 19:25:22 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI3PM8h007059; Wed, 17 Dec 2003 19:25:22 -0800 (PST) (envelope-from njl) Message-Id: <200312180325.hBI3PM8h007059@repoman.freebsd.org> From: Nate Lawson Date: Wed, 17 Dec 2003 19:25:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_pci_link.c acpi_pcib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 03:25:24 -0000 njl 2003/12/17 19:25:22 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_pci_link.c acpi_pcib.c Log: Add support for multiple CIDs since _CID can contain a package of values. Implement this in acpi_MatchHid() and acpi_isa_get_compatid(). This should fix mouse support for some users. Move all users of AcpiGetObjectInfo() to use dynamic storage instead of a devinfo on the stack. This is necessary since ACPI-CA needs to allocate different sized arrays for the CompatList. Revision Changes Path 1.110 +98 -50 src/sys/dev/acpica/acpi.c 1.11 +11 -6 src/sys/dev/acpica/acpi_pci_link.c 1.35 +16 -8 src/sys/dev/acpica/acpi_pcib.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 19:35:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19EA016A4CE; Wed, 17 Dec 2003 19:35:02 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EACA43D36; Wed, 17 Dec 2003 19:34:59 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id OAA08317; Thu, 18 Dec 2003 14:34:53 +1100 Date: Thu, 18 Dec 2003 14:34:51 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20031216234451.B68813@root.org> Message-ID: <20031218141559.L18573@gamplex.bde.org> References: <20031217025442.D3EA816A54F@hub.freebsd.org> <20031216234451.B68813@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 03:35:02 -0000 On Tue, 16 Dec 2003, Nate Lawson wrote: > On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: > > FreeBSD src repository > > > > Modified files: > > include fnmatch.h > > Log: > > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > > > Revision Changes Path > > 1.12 +2 -0 src/include/fnmatch.h > > > > Index: src/include/fnmatch.h > > diff -u src/include/fnmatch.h:1.11 src/include/fnmatch.h:1.12 > > --- src/include/fnmatch.h:1.11 Tue Sep 17 15:25:40 2002 > > +++ src/include/fnmatch.h Tue Dec 16 18:54:29 2003 > > @@ -44,6 +44,8 @@ > > #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ > > #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ > > #define FNM_PERIOD 0x04 /* Period must be matched by period. */ > > + > > +#define FNM_NOSYS -1 /* Reserved */ > > > > #if __BSD_VISIBLE > > #define FNM_LEADING_DIR 0x08 /* Ignore / after Imatch. */ > > Lack of tabs? There are some other bugs in this commit. In order of importance: - namespace pollution. The new macro is an XSI mistak^Wextension in POSIX. It should be under an _XSI_VISIBLE ifdef like most other XSI extensions. - missing parentheses around macro. While there may be no conforming uses of the macro where this matters, it is routine header engineering to fully parenthesize macros. The corresponding parentheses are not missing for the EOF macro in , though using EOF in contexts where the parentheses make a difference would be almost as weird as using FNM_NOSYS in such contexts. - new macro in a section all by itself. In POSIX it is together with the other macros but it is marked up as being an obsolescent XSI extension. This won't be a bug when the namespace pollution is fixed -- the ifdef will naturally create a separate section. - missing "." in the comment, unlike in the comments on all the other FNM_* macros. Bruce From owner-cvs-src@FreeBSD.ORG Wed Dec 17 19:51:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2681816A4CE; Wed, 17 Dec 2003 19:51:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7BD43D2D; Wed, 17 Dec 2003 19:51:23 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI3pM0B012259; Wed, 17 Dec 2003 19:51:22 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI3pLA4012258; Wed, 17 Dec 2003 19:51:21 -0800 (PST) (envelope-from wpaul) Message-Id: <200312180351.hBI3pLA4012258@repoman.freebsd.org> From: Bill Paul Date: Wed, 17 Dec 2003 19:51:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ndiscvt Makefile inf.c src/sys/compat/ndis cfg_var.h kern_ndis.c src/sys/dev/if_ndis if_ndis.c if_ndisvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 03:51:24 -0000 wpaul 2003/12/17 19:51:21 PST FreeBSD src repository Modified files: usr.sbin/ndiscvt Makefile inf.c sys/compat/ndis cfg_var.h kern_ndis.c sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Deal with the duplicate sysctl leaf problem. A .inf file may contain definitions for more than one device (usually differentiated by the PCI subvendor/subdevice ID). Each device also has its own tree of registry keys. In some cases, each device has the same keys, but sometimes each device has a unique tree but with overlap. Originally, I just had ndiscvt(8) dump out all the keys it could find, and we would try to apply them to every device we could find. Now, each key has an index number that matches it to a device in the device ID list. This lets us create just the keys that apply to a particular device. I also added an extra field to the device list to hold the subvendor and subdevice ID. Some devices are generic, i.e. there is no subsystem definition. If we have a device that doesn't match a specific subsystem value and we have a generic entry, we use the generic entry. Revision Changes Path 1.2 +1 -0 src/sys/compat/ndis/cfg_var.h 1.6 +4 -0 src/sys/compat/ndis/kern_ndis.c 1.4 +31 -2 src/sys/dev/if_ndis/if_ndis.c 1.3 +2 -1 src/sys/dev/if_ndis/if_ndisvar.h 1.3 +1 -1 src/usr.sbin/ndiscvt/Makefile 1.5 +26 -32 src/usr.sbin/ndiscvt/inf.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 19:52:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E02616A4CE; Wed, 17 Dec 2003 19:52:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 604DA43D3F; Wed, 17 Dec 2003 19:52:40 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI3qe0B013161; Wed, 17 Dec 2003 19:52:40 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI3qeiA013160; Wed, 17 Dec 2003 19:52:40 -0800 (PST) (envelope-from wpaul) Message-Id: <200312180352.hBI3qeiA013160@repoman.freebsd.org> From: Bill Paul Date: Wed, 17 Dec 2003 19:52:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ndiscvt Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 03:52:41 -0000 wpaul 2003/12/17 19:52:40 PST FreeBSD src repository Modified files: usr.sbin/ndiscvt Makefile Log: Grrrr. Remove -g flag that snuck in. Revision Changes Path 1.4 +1 -1 src/usr.sbin/ndiscvt/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 17 20:02:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CEE416A4CF; Wed, 17 Dec 2003 20:02:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB11543D1D; Wed, 17 Dec 2003 20:02:27 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI42R0B015155; Wed, 17 Dec 2003 20:02:27 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI42RZG015151; Wed, 17 Dec 2003 20:02:27 -0800 (PST) (envelope-from wpaul) Message-Id: <200312180402.hBI42RZG015151@repoman.freebsd.org> From: Bill Paul Date: Wed, 17 Dec 2003 20:02:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 04:02:28 -0000 wpaul 2003/12/17 20:02:27 PST FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Fix wildcard subsystem case in ndis_probe(). Revision Changes Path 1.5 +2 -2 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 20:33:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B4F16A4CE; Wed, 17 Dec 2003 20:33:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1370F43D1F; Wed, 17 Dec 2003 20:33:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI4XY0B022086; Wed, 17 Dec 2003 20:33:34 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI4XY6h022085; Wed, 17 Dec 2003 20:33:34 -0800 (PST) (envelope-from obrien) Message-Id: <200312180433.hBI4XY6h022085@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Dec 2003 20:33:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/contrib/gcc/config/i386 freebsd64.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 04:33:35 -0000 obrien 2003/12/17 20:33:34 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) contrib/gcc/config/i386 freebsd64.h Log: Define __LP64__ when producing 64-bit code. Approved by: re(jhb) Revision Changes Path 1.6.2.1 +12 -1 src/contrib/gcc/config/i386/freebsd64.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 20:38:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31A816A4CE; Wed, 17 Dec 2003 20:38:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3CF043D31; Wed, 17 Dec 2003 20:38:45 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI4cj0B022319; Wed, 17 Dec 2003 20:38:45 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI4cj6I022318; Wed, 17 Dec 2003 20:38:45 -0800 (PST) (envelope-from njl) Message-Id: <200312180438.hBI4cj6I022318@repoman.freebsd.org> From: Nate Lawson Date: Wed, 17 Dec 2003 20:38:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 04:38:46 -0000 njl 2003/12/17 20:38:45 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Remove power profile support from acpi_cpu, it will be managed by a script run from devd(8). Revision Changes Path 1.27 +26 -95 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 20:39:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB4A16A4D2; Wed, 17 Dec 2003 20:39:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D63243D49; Wed, 17 Dec 2003 20:39:10 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI4d90B022359; Wed, 17 Dec 2003 20:39:09 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI4d9D2022358; Wed, 17 Dec 2003 20:39:09 -0800 (PST) (envelope-from njl) Message-Id: <200312180439.hBI4d9D2022358@repoman.freebsd.org> From: Nate Lawson Date: Wed, 17 Dec 2003 20:39:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 04:39:11 -0000 njl 2003/12/17 20:39:09 PST FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Document new sysctls for throttling. Revision Changes Path 1.21 +6 -6 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 17 20:39:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF47E16A4CE; Wed, 17 Dec 2003 20:39:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B03343D39; Wed, 17 Dec 2003 20:39:58 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI4dv0B022444; Wed, 17 Dec 2003 20:39:57 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI4dvC0022443; Wed, 17 Dec 2003 20:39:57 -0800 (PST) (envelope-from njl) Message-Id: <200312180439.hBI4dvC0022443@repoman.freebsd.org> From: Nate Lawson Date: Wed, 17 Dec 2003 20:39:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d Makefile power_profile src/etc devd.conf src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2003 04:39:59 -0000 njl 2003/12/17 20:39:57 PST FreeBSD src repository Modified files: etc/rc.d Makefile etc devd.conf etc/defaults rc.conf Added files: etc/rc.d power_profile Log: Add power_profile, a script that changes the ACPI CPU Cx idle state and/or the throttling state in response to line transitions. Future plans include adding support for CPU frequency changes. Add a devd.conf entry for calling this script. The default values for this are: performance_cx_lowest="HIGH" # Use HLT (C0) online performance_throttle_state="HIGH" # 100% (no throttling) economy_cx_lowest="LOW" # Use the lowest Cx state possible economy_throttle_state="HIGH" # 100% (no throttling) Revision Changes Path 1.194 +4 -0 src/etc/defaults/rc.conf 1.10 +7 -0 src/etc/devd.conf 1.29 +1 -1 src/etc/rc.d/Makefile 1.1 +86 -0 src/etc/rc.d/power_profile (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 17 20:49:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A4A16A4CE; Wed, 17 Dec 2003 20:49:38 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC8943D5D; Wed, 17 Dec 2003 20:49:26 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id PAA21979; Thu, 18 Dec 2003 15:49:21 +1100 Date: Thu, 18 Dec 2003 15:49:19 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20031216234544.S68813@root.org> Message-ID: <20031218153640.F18847@gamplex.bde.org> References: <20031217025641.57B6916A545@hub.freebsd.org> <20031216234544.S68813@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 04:49:38 -0000 On Tue, 16 Dec 2003, Nate Lawson wrote: > On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: > > Modified files: > > include regex.h > > Log: > > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > > > Revision Changes Path > > 1.7 +1 -0 src/include/regex.h > > > > > > Index: src/include/regex.h > > diff -u src/include/regex.h:1.6 src/include/regex.h:1.7 > > --- src/include/regex.h:1.6 Thu Oct 3 11:12:03 2002 > > +++ src/include/regex.h Tue Dec 16 18:56:28 2003 > > @@ -75,6 +75,7 @@ > > #define REG_DUMP 0200 > > > > /* regerror() flags */ > > +#define REG_ENOSYS -1 /* Reserved */ > > #define REG_NOMATCH 1 > > #define REG_BADPAT 2 > > #define REG_ECOLLATE 3 > > Same. Not quite the same :-). This commit shares the following other bugs with the corresponding commit to fnmatch.h: - missing parentheses around macro. - abnormal comment style. The comment style in this file was perfectly abnormal (unlike in fnmatch.h where it was normal). The new comment matches neither, since it begins the sentence fragment with a capital letter (like the normal style but unlike the rest of the file) and it doesn't end the sentence fragment with a "." (unlike the normal style but like the rest of the file). ... but doesn't share the following: - namespace pollution. There is none here since REG_ENOSYS is only obsolescent; it is not an XSI extension. - new macro in a section all by itself. Here it is even numerically sorted. Bruce From owner-cvs-src@FreeBSD.ORG Wed Dec 17 21:47:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B5416A4CE; Wed, 17 Dec 2003 21:47:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D8943D41; Wed, 17 Dec 2003 21:47:11 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI5lB0B043043; Wed, 17 Dec 2003 21:47:11 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI5lBGq043042; Wed, 17 Dec 2003 21:47:11 -0800 (PST) (envelope-from sanpei) Message-Id: <200312180547.hBI5lBGq043042@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 21:47:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 05:47:13 -0000 sanpei 2003/12/17 21:47:11 PST FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs uscanner.c Log: Add Support - PNY Attache Flash Drive [1] - minolta 5400 USB scanner [2] PR: kern/58045 [1] kern/56496 [2] Submitted by: [1] Rick C. Petty [2] Mark Diekhans Revision Changes Path 1.93 +4 -0 src/sys/dev/usb/umass.c 1.147 +5 -0 src/sys/dev/usb/usbdevs 1.47 +3 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 21:53:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9590816A4CE; Wed, 17 Dec 2003 21:53:51 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB8343D45; Wed, 17 Dec 2003 21:53:48 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id QAA02041; Thu, 18 Dec 2003 16:53:39 +1100 Date: Thu, 18 Dec 2003 16:53:37 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nate Lawson In-Reply-To: <20031217122003.B70894@root.org> Message-ID: <20031218164341.J19119@gamplex.bde.org> References: <20031217122003.B70894@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Daniel Eischen Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 05:53:51 -0000 On Wed, 17 Dec 2003, Nate Lawson wrote: > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > On Wed, 17 Dec 2003, Nate Lawson wrote: > > > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > > > Does this fix something other than bacula? > > > > > > Anyone else who expected this semantics. I have no specific examples. > > > > I think it probably only pertinent to writing to tape devices > > where a 0 return means end of tape. Otherwise you should Do mean "writing to tape devices with a broken device driver that returns 0 to mean end of tape". POSIX seems to be clear enough saying that write() returns -1 except on successful completion. I don't believe write() with a nonzero count is successful if it can write nothing. > > get -1 with an appropriate errno or just wait until all > > the requested data has been written. > > > > I asked if this fixed something because I was asked if this > > was a 5.2R candidate. > > Oh, I thought it mattered for people doing non-blocking writes from a > thread also. Non-blocking writes (if supported by whatever is behind the file descriptor) are required to return -1 and EAGAIN if they don't succeed. Historical implementations returned 0, but this was fixed in the first version of POSIX.1. Bruce From owner-cvs-src@FreeBSD.ORG Wed Dec 17 21:55:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5148B16A4CE; Wed, 17 Dec 2003 21:55:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9832143D36; Wed, 17 Dec 2003 21:55:52 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI5tq0B045067; Wed, 17 Dec 2003 21:55:52 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI5tqkJ045066; Wed, 17 Dec 2003 21:55:52 -0800 (PST) (envelope-from sanpei) Message-Id: <200312180555.hBI5tqkJ045066@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 17 Dec 2003 21:55:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 05:55:53 -0000 sanpei 2003/12/17 21:55:52 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.147 of usbdevs Revision Changes Path 1.155 +6 -1 src/sys/dev/usb/usbdevs.h 1.155 +19 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 22:59:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D052416A4CF; Wed, 17 Dec 2003 22:59:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222B443D45; Wed, 17 Dec 2003 22:59:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI6xI0B058086; Wed, 17 Dec 2003 22:59:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI6xI2T058085; Wed, 17 Dec 2003 22:59:18 -0800 (PST) (envelope-from peter) Message-Id: <200312180659.hBI6xI2T058085@repoman.freebsd.org> From: Peter Wemm Date: Wed, 17 Dec 2003 22:59:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia32 ia32_signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 06:59:20 -0000 peter 2003/12/17 22:59:18 PST FreeBSD src repository Modified files: sys/ia64/ia32 ia32_signal.c Log: Add missing #include "opt_compat.h" so that the compatability function freebsd4_freebsd32_sigreturn() is defined when expected. This should unbreak the tinderbox. Sorry. Revision Changes Path 1.7 +2 -0 src/sys/ia64/ia32/ia32_signal.c From owner-cvs-src@FreeBSD.ORG Wed Dec 17 23:42:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4136616A4CE; Wed, 17 Dec 2003 23:42:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD0F43D64; Wed, 17 Dec 2003 23:42:08 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI7g80B068487; Wed, 17 Dec 2003 23:42:08 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI7g8SD068483; Wed, 17 Dec 2003 23:42:08 -0800 (PST) (envelope-from jkh) Message-Id: <200312180742.hBI7g8SD068483@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 23:42:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include fnmatch.h regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 07:42:09 -0000 jkh 2003/12/17 23:42:08 PST FreeBSD src repository Modified files: include fnmatch.h regex.h Log: Adjust in response to various bits of brucification: 1) Fix style issues in comments. 2) Properly namespaceify changes 3) Appropriate sectioning of changes Not changed: parenthesis around macro rvalue. That would make the additions inconsistent with the other entries there, merely a different style violation rather than a clear and obvious improvement so I'm going to have to disagree with the judges on that one. If someone wishes to adjust *all* the rvalues to conform to fully parenthesized marco rule, that would be both consistent and reasonable but that's beyond the scope of the changes I wish to make at this time. Revision Changes Path 1.14 +3 -1 src/include/fnmatch.h 1.9 +1 -1 src/include/regex.h From owner-cvs-src@FreeBSD.ORG Wed Dec 17 23:44:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD6EB16A4CE; Wed, 17 Dec 2003 23:44:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F027643D49; Wed, 17 Dec 2003 23:44:53 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI7ir0B068875; Wed, 17 Dec 2003 23:44:53 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI7irqr068874; Wed, 17 Dec 2003 23:44:53 -0800 (PST) (envelope-from jkh) Message-Id: <200312180744.hBI7irqr068874@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 23:44:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string index.c rindex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 07:44:54 -0000 jkh 2003/12/17 23:44:53 PST FreeBSD src repository Modified files: lib/libc/string index.c rindex.c Log: Brucification: Don't initialize in declaration, make sure extra lines follow declaration section. Revision Changes Path 1.7 +3 -1 src/lib/libc/string/index.c 1.7 +2 -1 src/lib/libc/string/rindex.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 00:07:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C54916A4CE; Thu, 18 Dec 2003 00:07:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E345E43D41; Thu, 18 Dec 2003 00:07:05 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI8750B073903; Thu, 18 Dec 2003 00:07:05 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI875d0073902; Thu, 18 Dec 2003 00:07:05 -0800 (PST) (envelope-from sos) Message-Id: <200312180807.hBI875d0073902@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 18 Dec 2003 00:07:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 08:07:06 -0000 sos 2003/12/18 00:07:05 PST FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Add support for the SiS 661 chipset (using SiS 963 south). Revision Changes Path 1.51 +1 -0 src/sys/dev/ata/ata-chipset.c 1.20 +1 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Thu Dec 18 00:15:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BB916A4CE; Thu, 18 Dec 2003 00:15:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B7D43D41; Thu, 18 Dec 2003 00:15:11 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI8FB0B075981; Thu, 18 Dec 2003 00:15:11 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI8FBrG075980; Thu, 18 Dec 2003 00:15:11 -0800 (PST) (envelope-from sanpei) Message-Id: <200312180815.hBI8FBrG075980@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 18 Dec 2003 00:15:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2003 08:15:12 -0000 sanpei 2003/12/18 00:15:10 PST FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2) PR: kern/57050 Submitted by: Brian J. McGovern Revision Changes Path 1.94 +4 -0 src/sys/dev/usb/umass.c 1.148 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Thu Dec 18 00:20:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50ECE16A4CF; Thu, 18 Dec 2003 00:20:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D29AD43D31; Thu, 18 Dec 2003 00:20:02 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI8K20B076140; Thu, 18 Dec 2003 00:20:02 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI8K2Bg076139; Thu, 18 Dec 2003 00:20:02 -0800 (PST) (envelope-from sanpei) Message-Id: <200312180820.hBI8K2Bg076139@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 18 Dec 2003 00:20:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 08:20:04 -0000 sanpei 2003/12/18 00:20:02 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.148 of usbdevs Revision Changes Path 1.156 +2 -1 src/sys/dev/usb/usbdevs.h 1.156 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Thu Dec 18 01:16:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC0416A4CF; Thu, 18 Dec 2003 01:16:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C6043D36; Thu, 18 Dec 2003 01:16:41 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI9Ge0B094960; Thu, 18 Dec 2003 01:16:40 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI9Ge3T094959; Thu, 18 Dec 2003 01:16:40 -0800 (PST) (envelope-from ru) Message-Id: <200312180916.hBI9Ge3T094959@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 18 Dec 2003 01:16:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 09:16:42 -0000 ru 2003/12/18 01:16:40 PST FreeBSD src repository Modified files: sys/netgraph ng_bridge.c Log: Removed an outdated comment. Submitted by: archie Revision Changes Path 1.22 +0 -2 src/sys/netgraph/ng_bridge.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 02:41:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4425B16A4CE; Thu, 18 Dec 2003 02:41:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE7243D1F; Thu, 18 Dec 2003 02:41:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIAfd0B013400; Thu, 18 Dec 2003 02:41:39 -0800 (PST) (envelope-from jkh@repoman.freebsd.org) Received: (from jkh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIAfdCj013396; Thu, 18 Dec 2003 02:41:39 -0800 (PST) (envelope-from jkh) Message-Id: <200312181041.hBIAfdCj013396@repoman.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 18 Dec 2003 02:41:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include fnmatch.h regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 10:41:40 -0000 jkh 2003/12/18 02:41:39 PST FreeBSD src repository Modified files: include fnmatch.h regex.h Log: Now I understand what Bruce was getting at - -1 can be parsed as two tokens, so it does indeed need to be parenthesized. Duh. Sometimes it can stare you right and the face and you still don't see it. Thanks, bde. Revision Changes Path 1.15 +1 -1 src/include/fnmatch.h 1.10 +1 -1 src/include/regex.h From owner-cvs-src@FreeBSD.ORG Thu Dec 18 02:49:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBFE16A4CE; Thu, 18 Dec 2003 02:49:42 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFD843D1F; Thu, 18 Dec 2003 02:49:40 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id VAA13671; Thu, 18 Dec 2003 21:49:39 +1100 Date: Thu, 18 Dec 2003 21:49:37 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Jordan K. Hubbard" In-Reply-To: <200312181041.hBIAfdCj013396@repoman.freebsd.org> Message-ID: <20031218214919.O20583@gamplex.bde.org> References: <200312181041.hBIAfdCj013396@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/include fnmatch.h regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 10:49:43 -0000 On Thu, 18 Dec 2003, Jordan K. Hubbard wrote: > jkh 2003/12/18 02:41:39 PST > > FreeBSD src repository > > Modified files: > include fnmatch.h regex.h > Log: > Now I understand what Bruce was getting at - -1 can be parsed as two > tokens, so it does indeed need to be parenthesized. Duh. Sometimes > it can stare you right and the face and you still don't see it. Thanks, bde. Thanks :-). Bruce From owner-cvs-src@FreeBSD.ORG Thu Dec 18 05:13:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A48B16A4CE; Thu, 18 Dec 2003 05:13:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6333C43D1D; Thu, 18 Dec 2003 05:13:03 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIDD30B052834; Thu, 18 Dec 2003 05:13:03 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIDD3fQ052833; Thu, 18 Dec 2003 05:13:03 -0800 (PST) (envelope-from harti) Message-Id: <200312181313.hBIDD3fQ052833@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 18 Dec 2003 05:13:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fdisk fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 13:13:04 -0000 harti 2003/12/18 05:13:03 PST FreeBSD src repository Modified files: sbin/fdisk fdisk.c Log: Add the Solaris x86 boot partition type. This is used in Solaris 10 (and perhaps earlier). Submitted by: Joerg Schilling Revision Changes Path 1.73 +1 -0 src/sbin/fdisk/fdisk.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 06:07:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE7EC16A4CE; Thu, 18 Dec 2003 06:07:15 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D447443D49; Thu, 18 Dec 2003 06:07:14 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hBIE7DHx026834; Thu, 18 Dec 2003 09:07:13 -0500 (EST) Date: Thu, 18 Dec 2003 09:07:13 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Bruce Evans In-Reply-To: <20031218164341.J19119@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 14:07:16 -0000 On Thu, 18 Dec 2003, Bruce Evans wrote: > On Wed, 17 Dec 2003, Nate Lawson wrote: > > > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > > On Wed, 17 Dec 2003, Nate Lawson wrote: > > > > On Wed, 17 Dec 2003, Daniel Eischen wrote: > > > > > Does this fix something other than bacula? > > > > > > > > Anyone else who expected this semantics. I have no specific examples. > > > > > > I think it probably only pertinent to writing to tape devices > > > where a 0 return means end of tape. Otherwise you should > > Do mean "writing to tape devices with a broken device driver that > returns 0 to mean end of tape". POSIX seems to be clear enough saying > that write() returns -1 except on successful completion. I don't > believe write() with a nonzero count is successful if it can write > nothing. I think returning 0 to mean end-of-tape is an historical behavior. We should probably be returning -1 and ENOSPC. -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Thu Dec 18 08:09:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8738816A4CE; Thu, 18 Dec 2003 08:09:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D16EC43D3F; Thu, 18 Dec 2003 08:09:26 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIG9Q0B090219; Thu, 18 Dec 2003 08:09:26 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIG9QKn090218; Thu, 18 Dec 2003 08:09:26 -0800 (PST) (envelope-from jeff) Message-Id: <200312181609.hBIG9QKn090218@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 18 Dec 2003 08:09:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 16:09:27 -0000 jeff 2003/12/18 08:09:26 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/kern vfs_subr.c Log: - MFC 1.474, properly cleanup VCHR after forced unmount. Approved by: re (scottl) Revision Changes Path 1.473.2.1 +28 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 08:22:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2610916A4CE; Thu, 18 Dec 2003 08:22:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AEE43D58; Thu, 18 Dec 2003 08:22:16 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIGMG0B093999; Thu, 18 Dec 2003 08:22:16 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIGMGue093995; Thu, 18 Dec 2003 08:22:16 -0800 (PST) (envelope-from jeff) Message-Id: <200312181622.hBIGMGue093995@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 18 Dec 2003 08:22:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 16:22:22 -0000 jeff 2003/12/18 08:22:16 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/kern vfs_subr.c Log: - MFC 1.475, return EBUSY if NOWAIT was passed to vget() and the XLOCK was held. Approved by: re (scottl) Revision Changes Path 1.473.2.2 +4 -3 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 08:38:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D6416A4CE; Thu, 18 Dec 2003 08:38:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158BD43D5D; Thu, 18 Dec 2003 08:38:36 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIGcZ0B096671; Thu, 18 Dec 2003 08:38:35 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIGcZjn096670; Thu, 18 Dec 2003 08:38:35 -0800 (PST) (envelope-from yar) Message-Id: <200312181638.hBIGcZjn096670@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 18 Dec 2003 08:38:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 16:38:37 -0000 yar 2003/12/18 08:38:35 PST FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: There are two modes of ng_pppoe operation, standard and nonstandard. They differ in the values of certain fields in the PPPoE frame. Previously, ng_pppoe would start in standard mode, yet switch to nonstandard one upon reception of a single nonstandard frame. After having done so, ng_pppoe would be unable to interact with standard PPPoE peers. Thus, a DoS condition existed that could be triggered by a buggy peer or malicious party. Since few people have expressed their displeasure WRT this problem, the default operation of ng_pppoe is left untouched for now. However, a new value for the sysctl net.graph.nonstandard_pppoe is introduced, -1, which will force ng_pppoe stay in standard mode regardless of any bogus frames floating around. PR: kern/47920 Submitted by: Gleb Smirnoff cell.sick.ru> MFC after: 1 week Revision Changes Path 1.59 +38 -11 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 08:55:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD7016A4CF; Thu, 18 Dec 2003 08:55:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C61943D54; Thu, 18 Dec 2003 08:55:10 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIGt90B006537; Thu, 18 Dec 2003 08:55:09 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIGt9GV006536; Thu, 18 Dec 2003 08:55:09 -0800 (PST) (envelope-from yar) Message-Id: <200312181655.hBIGt9GV006536@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 18 Dec 2003 08:55:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_pppoe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 16:55:13 -0000 peter 2003/12/18 08:55:09 PST FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: The politically incorrect sysctl "stupid_isp" had its name changed long ago. It has been "nonstandard_pppoe" for quite a while. Revision Changes Path 1.22 +2 -2 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 18 09:04:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C0916A4CF; Thu, 18 Dec 2003 09:04:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948BC43D2D; Thu, 18 Dec 2003 09:04:11 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIH4B0B009666; Thu, 18 Dec 2003 09:04:11 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIH4BBG009665; Thu, 18 Dec 2003 09:04:11 -0800 (PST) (envelope-from kan) Message-Id: <200312181704.hBIH4BBG009665@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 18 Dec 2003 09:04:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pcib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 17:04:12 -0000 kan 2003/12/18 09:04:11 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib.c Log: Initialize acpi buffer structs early in order to avoid freeing unallocated pointers later in done: section. Revision Changes Path 1.36 +3 -3 src/sys/dev/acpica/acpi_pcib.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 09:09:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2641916A4D2; Thu, 18 Dec 2003 09:09:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68EFA43D46; Thu, 18 Dec 2003 09:09:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIH9w0B009972; Thu, 18 Dec 2003 09:09:58 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIH9wEl009971; Thu, 18 Dec 2003 09:09:58 -0800 (PST) (envelope-from jhb) Message-Id: <200312181709.hBIH9wEl009971@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Dec 2003 09:09:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/boot/i386/cdboot cdboot.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 17:09:59 -0000 jhb 2003/12/18 09:09:58 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/boot/i386/cdboot cdboot.s Log: MFC: Look for /boot/loader as well as /BOOT/LOADER. Revision Changes Path 1.9.2.2 +32 -8 src/sys/boot/i386/cdboot/cdboot.s From owner-cvs-src@FreeBSD.ORG Thu Dec 18 09:31:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8955616A4CF; Thu, 18 Dec 2003 09:31:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB7543D77; Thu, 18 Dec 2003 09:27:49 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIHRn0B013945; Thu, 18 Dec 2003 09:27:49 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIHRnnN013944; Thu, 18 Dec 2003 09:27:49 -0800 (PST) (envelope-from yar) Message-Id: <200312181727.hBIHRnnN013944@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 18 Dec 2003 09:27:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_pppoe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 17:31:06 -0000 yar 2003/12/18 09:27:49 PST FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: Capitalize PPPoE, PPP, and Ethernet in a consistent way. Revision Changes Path 1.23 +13 -13 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 18 09:39:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CAEB16A4CE; Thu, 18 Dec 2003 09:39:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3413E43E9B; Thu, 18 Dec 2003 09:33:01 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIHVi0B015340; Thu, 18 Dec 2003 09:31:44 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIHVixo015339; Thu, 18 Dec 2003 09:31:44 -0800 (PST) (envelope-from yar) Message-Id: <200312181731.hBIHVixo015339@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 18 Dec 2003 09:31:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_pppoe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 17:39:58 -0000 yar 2003/12/18 09:31:44 PST FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: mdoc(7) style: Start each sentence on a new line. Revision Changes Path 1.24 +12 -9 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 18 09:41:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493EB16A513; Thu, 18 Dec 2003 09:41:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B63F43ED8; Thu, 18 Dec 2003 09:36:45 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIHaf0B015993; Thu, 18 Dec 2003 09:36:41 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIHaftn015992; Thu, 18 Dec 2003 09:36:41 -0800 (PST) (envelope-from sos) Message-Id: <200312181736.hBIHaftn015992@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 18 Dec 2003 09:36:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 17:41:03 -0000 sos 2003/12/18 09:36:41 PST FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Fix the register timings for AMD/VIA/nVidia chipsets. Revision Changes Path 1.52 +3 -3 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 10:22:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FFDC16A4CE; Thu, 18 Dec 2003 10:22:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C8543D31; Thu, 18 Dec 2003 10:22:22 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIIMM0B026834; Thu, 18 Dec 2003 10:22:22 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIIMMYI026833; Thu, 18 Dec 2003 10:22:22 -0800 (PST) (envelope-from gad) Message-Id: <200312181822.hBIIMMYI026833@repoman.freebsd.org> From: Garance A Drosehn Date: Thu, 18 Dec 2003 10:22:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2003 18:22:23 -0000 gad 2003/12/18 10:22:22 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . Makefile.inc1 Log: MFC 1.398: Fix a problem where 'make installworld' can fail and leave the system in a messy state when upgrading from a system which has no /libexec to a system which builds a DYNAMICROOT. Approved by: re (scottl) Revision Changes Path 1.397.2.2 +7 -13 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Dec 18 10:38:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C550C16A4CE; Thu, 18 Dec 2003 10:38:55 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B6F43D2D; Thu, 18 Dec 2003 10:38:53 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id hBIIcpRd081065; Thu, 18 Dec 2003 20:38:51 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id hBIIclvj081062; Thu, 18 Dec 2003 20:38:47 +0200 (EET) (envelope-from never) Date: Thu, 18 Dec 2003 20:38:46 +0200 From: Alexandr Kovalenko To: Soren Schmidt Message-ID: <20031218183846.GD42459@nevermind.kiev.ua> References: <3F9799EF.9050509@Leidinger.net> <200310230919.h9N9J3eR001115@spider.deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200310230919.h9N9J3eR001115@spider.deepcore.dk> User-Agent: Mutt/1.5.4i cc: Alexander Leidinger cc: src-committers@freebsd.org cc: John Baldwin cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 18:38:55 -0000 Hello, Soren Schmidt! On Thu, Oct 23, 2003 at 11:19:03AM +0200, you wrote: > Hmm, this looks as if interrupts are not delivered to the right channel > or something, does it work if you only attach one drive ? > > > You are aware of the fact, that this is an ICH5R system (RAID BIOS > > disabled; the RAID isn't supposed to be supported with the actual code, > > correct?)? > > Yes, and I know of at least a handfull of other ich5 based system that > runs just fine, so I'm a bit puzzled here. And yes I know the software > RAID is not supported, someone needs to find out the where and the format > of the RADI config for that kind of systems, then it can be easily added > to ata-raid... I cannot use RAID here on ICH5 SATA too... I'm using 5.2-RC1 ISO to install. Have it been fixed in -current so I will get snapshot of .iso and try to use RAID? Thanks in advance. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-src@FreeBSD.ORG Thu Dec 18 10:40:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C280F16A4CE; Thu, 18 Dec 2003 10:40:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0207343D53; Thu, 18 Dec 2003 10:40:42 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIIef0B029189; Thu, 18 Dec 2003 10:40:41 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIIeftU029188; Thu, 18 Dec 2003 10:40:41 -0800 (PST) (envelope-from rwatson) Message-Id: <200312181840.hBIIeftU029188@repoman.freebsd.org> From: Robert Watson Date: Thu, 18 Dec 2003 10:40:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 18:40:42 -0000 rwatson 2003/12/18 10:40:41 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall dist.c Log: Merge dist.c:1.228 from HEAD to RELENG_5_2: Install 100dpi fonts by default when installing X11: fun as using 75dpi fonts on a 100dpi display is, the jaggies just aren't worth it. DPMI auto-configures higher DPIs on many modern displays now. Approved by: re (jhb) Revision Changes Path 1.226.2.1 +1 -1 src/usr.sbin/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 11:11:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3902F16A4F7; Thu, 18 Dec 2003 11:11:34 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B04543D1D; Thu, 18 Dec 2003 11:11:32 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id hBIJ8wtx075487; Thu, 18 Dec 2003 20:08:58 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hBIJ8v6x075486; Thu, 18 Dec 2003 20:08:57 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200312181908.hBIJ8v6x075486@spider.deepcore.dk> In-Reply-To: <20031218183846.GD42459@nevermind.kiev.ua> To: Alexandr Kovalenko Date: Thu, 18 Dec 2003 20:08:57 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: Alexander Leidinger cc: src-committers@freebsd.org cc: John Baldwin cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 19:11:34 -0000 It seems Alexandr Kovalenko wrote: > > Hmm, this looks as if interrupts are not delivered to the right channel > > or something, does it work if you only attach one drive ? > > > > > You are aware of the fact, that this is an ICH5R system (RAID BIOS > > > disabled; the RAID isn't supposed to be supported with the actual code, > > > correct?)? > > > > Yes, and I know of at least a handfull of other ich5 based system that > > runs just fine, so I'm a bit puzzled here. And yes I know the software > > RAID is not supported, someone needs to find out the where and the format > > of the RADI config for that kind of systems, then it can be easily added > > to ata-raid... > > I cannot use RAID here on ICH5 SATA too... > > I'm using 5.2-RC1 ISO to install. > > Have it been fixed in -current so I will get snapshot of .iso and try to > use RAID? I still need to figure out the format they use on disk to be able to pick up their RAID info, so thats not going to happen anytime soon as I dont have any HW that uses this format to experiment with. However you can still use the SATA part but just as a normal controller. -Søren Yes I know it works under windows!! From owner-cvs-src@FreeBSD.ORG Thu Dec 18 11:14:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA0716A4CE; Thu, 18 Dec 2003 11:14:58 -0800 (PST) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B3743D45; Thu, 18 Dec 2003 11:14:55 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd11.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1AX3bl-0006xs-02; Thu, 18 Dec 2003 20:14:49 +0100 Received: from Andro-Beta.Leidinger.net (X7cDOMZeZeFDuzwbhUBWi9g9hov7B5MvqvMgbXpNH8qVv0UUM4WvcK@[80.131.126.169]) by fmrl11.sul.t-online.com with esmtp id 1AX3bh-0e7UPo0; Thu, 18 Dec 2003 20:14:45 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) hBIJEnMj071475; Thu, 18 Dec 2003 20:14:49 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) hBIJF1j3079236; Thu, 18 Dec 2003 20:15:01 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Thu, 18 Dec 2003 20:15:01 +0100 From: Alexander Leidinger To: Alexandr Kovalenko Message-Id: <20031218201501.284561e1.Alexander@Leidinger.net> In-Reply-To: <20031218183846.GD42459@nevermind.kiev.ua> References: <3F9799EF.9050509@Leidinger.net> <200310230919.h9N9J3eR001115@spider.deepcore.dk> <20031218183846.GD42459@nevermind.kiev.ua> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: X7cDOMZeZeFDuzwbhUBWi9g9hov7B5MvqvMgbXpNH8qVv0UUM4WvcK@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Soren Schmidt cc: John Baldwin cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 19:14:58 -0000 On Thu, 18 Dec 2003 20:38:46 +0200 Alexandr Kovalenko wrote: > I cannot use RAID here on ICH5 SATA too... > > I'm using 5.2-RC1 ISO to install. > > Have it been fixed in -current so I will get snapshot of .iso and try to > use RAID? There's no difference between 5.2-RC1 and -current in this regard. Are you sure the drives get cooled enough? I've added a fan just for the drives and I can use them (with some glitches... I need to "vinum setstate up ..." everything on the drives, and occasionally I have to reboot one or twice after a cold start, as to have both drives detected). Try smartmontools, my drives are below 45 degree Celsius now (while doing hard work). Bye, Alexander. -- I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Thu Dec 18 11:17:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E71EB16A4CE for ; Thu, 18 Dec 2003 11:17:45 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id AE4FA43D41 for ; Thu, 18 Dec 2003 11:17:42 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 74169 invoked by uid 1000); 18 Dec 2003 19:17:43 -0000 Date: Thu, 18 Dec 2003 11:17:43 -0800 (PST) From: Nate Lawson To: Alexander Kabaev In-Reply-To: <20031218170424.9B45F16A57A@hub.freebsd.org> Message-ID: <20031218111712.V74131@root.org> References: <20031218170424.9B45F16A57A@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pcib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 19:17:46 -0000 On Thu, 18 Dec 2003, Alexander Kabaev wrote: > Modified files: > sys/dev/acpica acpi_pcib.c > Log: > Initialize acpi buffer structs early in order to avoid freeing > unallocated pointers later in done: section. > > Revision Changes Path > 1.36 +3 -3 src/sys/dev/acpica/acpi_pcib.c Thanks for the catch. -Nate From owner-cvs-src@FreeBSD.ORG Thu Dec 18 11:19:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38A816A4CE; Thu, 18 Dec 2003 11:19:15 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4466543D45; Thu, 18 Dec 2003 11:19:09 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p3/8.12.6) with ESMTP id hBIJJ8Rd081857; Thu, 18 Dec 2003 21:19:08 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p3/8.12.6/Submit) id hBIJJ7Re081854; Thu, 18 Dec 2003 21:19:07 +0200 (EET) (envelope-from never) Date: Thu, 18 Dec 2003 21:19:07 +0200 From: Alexandr Kovalenko To: Soren Schmidt Message-ID: <20031218191907.GA81799@nevermind.kiev.ua> References: <20031218183846.GD42459@nevermind.kiev.ua> <200312181908.hBIJ8v6x075486@spider.deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200312181908.hBIJ8v6x075486@spider.deepcore.dk> User-Agent: Mutt/1.5.4i cc: Alexander Leidinger cc: src-committers@freebsd.org cc: John Baldwin cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 19:19:15 -0000 Hello, Soren Schmidt! On Thu, Dec 18, 2003 at 08:08:57PM +0100, you wrote: > It seems Alexandr Kovalenko wrote: > > > Hmm, this looks as if interrupts are not delivered to the right channel > > > or something, does it work if you only attach one drive ? > > > > > > > You are aware of the fact, that this is an ICH5R system (RAID BIOS > > > > disabled; the RAID isn't supposed to be supported with the actual code, > > > > correct?)? > > > > > > Yes, and I know of at least a handfull of other ich5 based system that > > > runs just fine, so I'm a bit puzzled here. And yes I know the software > > > RAID is not supported, someone needs to find out the where and the format > > > of the RADI config for that kind of systems, then it can be easily added > > > to ata-raid... > > > > I cannot use RAID here on ICH5 SATA too... > > > > I'm using 5.2-RC1 ISO to install. > > > > Have it been fixed in -current so I will get snapshot of .iso and try to > > use RAID? > > I still need to figure out the format they use on disk to be able to > pick up their RAID info, so thats not going to happen anytime soon as > I dont have any HW that uses this format to experiment with. > However you can still use the SATA part but just as a normal controller. Yes, Soren, thank you. I will use vinum to make software mirroring... Thanks for your great job. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-cvs-src@FreeBSD.ORG Thu Dec 18 11:34:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7034816A4CE; Thu, 18 Dec 2003 11:34:54 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4040343D1D; Thu, 18 Dec 2003 11:34:46 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id hBIJWAtx075870; Thu, 18 Dec 2003 20:32:10 +0100 (CET) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.10/8.12.10/Submit) id hBIJWAKa075869; Thu, 18 Dec 2003 20:32:10 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200312181932.hBIJWAKa075869@spider.deepcore.dk> In-Reply-To: <20031218191907.GA81799@nevermind.kiev.ua> To: Alexandr Kovalenko Date: Thu, 18 Dec 2003 20:32:10 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: Alexander Leidinger cc: src-committers@FreeBSD.ORG cc: John Baldwin cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 19:34:54 -0000 It seems Alexandr Kovalenko wrote: > > I still need to figure out the format they use on disk to be able to > > pick up their RAID info, so thats not going to happen anytime soon as > > I dont have any HW that uses this format to experiment with. > > However you can still use the SATA part but just as a normal controller. > > Yes, Soren, thank you. I will use vinum to make software mirroring... Or simply use atacontrol to setup a generic ATA RAID .... -Søren Yes I know it works under windows!! From owner-cvs-src@FreeBSD.ORG Thu Dec 18 11:59:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAF516A4CE; Thu, 18 Dec 2003 11:59:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F5D43D1D; Thu, 18 Dec 2003 11:59:32 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIJxW0B046476; Thu, 18 Dec 2003 11:59:32 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIJxW7m046475; Thu, 18 Dec 2003 11:59:32 -0800 (PST) (envelope-from sanpei) Message-Id: <200312181959.hBIJxW7m046475@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 18 Dec 2003 11:59:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 19:59:33 -0000 sanpei 2003/12/18 11:59:32 PST FreeBSD src repository Modified files: sys/dev/usb umass.c Log: Fix PANASONIC KXLCB20AN Protocol. Submitted by: OISHI Masakuni [FreeBSD-users-jp 77672] Revision Changes Path 1.95 +1 -1 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 13:15:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68BFC16A4CE; Thu, 18 Dec 2003 13:15:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B376843D49; Thu, 18 Dec 2003 13:15:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBILFI0B069869; Thu, 18 Dec 2003 13:15:18 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBILFI7m069868; Thu, 18 Dec 2003 13:15:18 -0800 (PST) (envelope-from jhb) Message-Id: <200312182115.hBILFI7m069868@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Dec 2003 13:15:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 21:15:19 -0000 jhb 2003/12/18 13:15:18 PST FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: MFamd64: Remove i386_protection_init() and the protection_codes[] array and replace them with a simple if test to turn on PG_RW. i386 != vax. Revision Changes Path 1.456 +3 -43 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 13:31:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32BA16A4D4; Thu, 18 Dec 2003 13:31:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA9D43D3F; Thu, 18 Dec 2003 13:31:14 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBILVE0B072775; Thu, 18 Dec 2003 13:31:14 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBILVEkY072774; Thu, 18 Dec 2003 13:31:14 -0800 (PST) (envelope-from jhb) Message-Id: <200312182131.hBILVEkY072774@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Dec 2003 13:31:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 21:31:15 -0000 jhb 2003/12/18 13:31:14 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/ata ata-lowlevel.c Log: MFC: Handle empty channels in earlier fix for missing slaves. Approved by: re (scottl) Revision Changes Path 1.24.2.1 +7 -3 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 13:39:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7622116A4CE; Thu, 18 Dec 2003 13:39:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BC343D41; Thu, 18 Dec 2003 13:39:39 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBILdd0B073996; Thu, 18 Dec 2003 13:39:39 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBILddQ9073995; Thu, 18 Dec 2003 13:39:39 -0800 (PST) (envelope-from jhb) Message-Id: <200312182139.hBILddQ9073995@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 Dec 2003 13:39:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h ata-queue.c atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 21:39:40 -0000 jhb 2003/12/18 13:39:39 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h ata-queue.c atapi-cd.c Log: MFC: Sync ata driver with head. - Various fixes for SiI3112A. - Support for the SiS 661 chipset. - Fix register timings for AMD/VIA/nVidia chipsets. Approved by: scottl (re) Revision Changes Path 1.48.2.1 +24 -5 src/sys/dev/ata/ata-chipset.c 1.71.2.1 +4 -0 src/sys/dev/ata/ata-pci.c 1.19.2.1 +1 -0 src/sys/dev/ata/ata-pci.h 1.11.2.1 +7 -5 src/sys/dev/ata/ata-queue.c 1.156.2.1 +4 -2 src/sys/dev/ata/atapi-cd.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 13:47:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC3C916A4CE; Thu, 18 Dec 2003 13:47:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E081E43D36; Thu, 18 Dec 2003 13:47:14 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBILlE0B076015; Thu, 18 Dec 2003 13:47:14 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBILlEwY076014; Thu, 18 Dec 2003 13:47:14 -0800 (PST) (envelope-from wpaul) Message-Id: <200312182147.hBILlEwY076014@repoman.freebsd.org> From: Bill Paul Date: Thu, 18 Dec 2003 13:47:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ndiscvt ndiscvt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 21:47:15 -0000 wpaul 2003/12/18 13:47:14 PST FreeBSD src repository Modified files: usr.sbin/ndiscvt ndiscvt.c Log: Make ndiscvt(8) emit the binary image array as inline assembly code rather than a char array. Emitting the data as a big char array works fine in the typical case, where a .sys file may be ~50K in size. Unfortunately, some .sys files can be several hundred Kbytes in size, or even several megabytes in size. One extreme case is the Intel centrino wireless driver, which is 2.4MB. This causes us to emit an ndis_driver_data.h file that's on the order of 15MB in size, and gcc consumes enormous amounts of virtual memory while trying to compile it. On my laptop, with 128MB of RAM and 256MB of swap space, gcc consumed all available VM and crashed without being able to compile if_ndis.o. By emitting the array as assembler, we bypass the C compiler and consume much less memory. I was able to easily test compile if_ndis.ko with the centrino driver on my laptop after this change. This is merely a convenience, and should not have any operational effect on the NDISulator itself. Revision Changes Path 1.3 +16 -8 src/usr.sbin/ndiscvt/ndiscvt.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 14:55:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9FC16A4CE; Thu, 18 Dec 2003 14:55:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4BB43D49; Thu, 18 Dec 2003 14:55:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBIMtPEJ004693; Thu, 18 Dec 2003 15:55:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 18 Dec 2003 15:54:55 -0700 (MST) Message-Id: <20031218.155455.76864821.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312182115.hBILFI7m069868@repoman.freebsd.org> References: <200312182115.hBILFI7m069868@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 22:55:28 -0000 In message: <200312182115.hBILFI7m069868@repoman.freebsd.org> John Baldwin writes: : and replace them with a simple if test to turn on PG_RW. i386 != vax. All the world is a VAX, don't you know :-) Warner From owner-cvs-src@FreeBSD.ORG Thu Dec 18 14:59:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D98C16A4CE; Thu, 18 Dec 2003 14:59:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA97B43D4B; Thu, 18 Dec 2003 14:59:25 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIMxP0B090830; Thu, 18 Dec 2003 14:59:25 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIMxPgA090829; Thu, 18 Dec 2003 14:59:25 -0800 (PST) (envelope-from imp) Message-Id: <200312182259.hBIMxPgA090829@repoman.freebsd.org> From: Warner Losh Date: Thu, 18 Dec 2003 14:59:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 22:59:26 -0000 imp 2003/12/18 14:59:25 PST FreeBSD src repository Modified files: . access Log: Add Roman Kurakin (rik). He's worked at Cronyx for years and will be maintaining the FreeBSD drivers for their cards in the tree. Please welcome him on board. Approved by: core@ Revision Changes Path 1.629 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Dec 18 15:44:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4880D16A4CE; Thu, 18 Dec 2003 15:44:38 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 43CB243D1D; Thu, 18 Dec 2003 15:44:36 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Dec 2003 23:44:35 +0000 (GMT) Date: Thu, 18 Dec 2003 23:44:34 +0000 From: David Malone To: "M. Warner Losh" Message-ID: <20031218234434.GA45041@walton.maths.tcd.ie> References: <200312182115.hBILFI7m069868@repoman.freebsd.org> <20031218.155455.76864821.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031218.155455.76864821.imp@bsdimp.com> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 23:44:38 -0000 On Thu, Dec 18, 2003 at 03:54:55PM -0700, M. Warner Losh wrote: > In message: <200312182115.hBILFI7m069868@repoman.freebsd.org> > John Baldwin writes: > : and replace them with a simple if test to turn on PG_RW. i386 != vax. > > All the world is a VAX, don't you know :-) I though that when Al Gore invented the Internet, all the world had been standardised as i386 Redhat 7.3 boxen. David. From owner-cvs-src@FreeBSD.ORG Thu Dec 18 16:03:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7773E16A4CE; Thu, 18 Dec 2003 16:03:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA00643D1D; Thu, 18 Dec 2003 16:03:02 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJ0320B006335; Thu, 18 Dec 2003 16:03:02 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJ032cZ006306; Thu, 18 Dec 2003 16:03:02 -0800 (PST) (envelope-from njl) Message-Id: <200312190003.hBJ032cZ006306@repoman.freebsd.org> From: Nate Lawson Date: Thu, 18 Dec 2003 16:03:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_pci_link.c acpi_pcib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 00:03:03 -0000 njl 2003/12/18 16:03:02 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/acpica acpi.c acpi_pci_link.c acpi_pcib.c Log: MFC: Add support for _CID package types and use dynamic storage for all of our devinfo structs. Revisions: acpi.c:1.110; acpi_pcib.c:1.35,1.36; acpi_pci_link.c:1.11 Approved by: re (scottl, in a new record time) Revision Changes Path 1.108.2.1 +98 -50 src/sys/dev/acpica/acpi.c 1.10.2.1 +11 -6 src/sys/dev/acpica/acpi_pci_link.c 1.34.2.1 +14 -6 src/sys/dev/acpica/acpi_pcib.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 20:17:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31C816A4CE; Thu, 18 Dec 2003 20:17:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A9F43D3F; Thu, 18 Dec 2003 20:17:43 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJ4Hh0B066288; Thu, 18 Dec 2003 20:17:43 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJ4HhqP066287; Thu, 18 Dec 2003 20:17:43 -0800 (PST) (envelope-from gibbs) Message-Id: <200312190417.hBJ4HhqP066287@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 18 Dec 2003 20:17:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 04:17:44 -0000 gibbs 2003/12/18 20:17:43 PST FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx.c Log: In ahd_run_qoutfifos, correct a !=/== logic bug that would cause an infinite loop any time we manually flush the good status FIFO. Also make our loop delay unconditional to ensure we don't miss any FIFO allocations by the hardware. Revision Changes Path 1.27 +7 -12 src/sys/dev/aic7xxx/aic79xx.c From owner-cvs-src@FreeBSD.ORG Thu Dec 18 22:57:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B4116A4CE; Thu, 18 Dec 2003 22:57:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8C543D41; Thu, 18 Dec 2003 22:57:57 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJ6vv0B006051; Thu, 18 Dec 2003 22:57:57 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJ6vvDI006050; Thu, 18 Dec 2003 22:57:57 -0800 (PST) (envelope-from ache) Message-Id: <200312190657.hBJ6vvDI006050@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 18 Dec 2003 22:57:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 06:57:58 -0000 ache 2003/12/18 22:57:57 PST FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add zh_HK.Big5HKSCS Revision Changes Path 1.105 +2 -0 src/etc/mtree/BSD.local.dist 1.288 +4 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Thu Dec 18 23:04:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDC516A4CE; Thu, 18 Dec 2003 23:04:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2950743D41; Thu, 18 Dec 2003 23:04:57 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJ74u0B008827; Thu, 18 Dec 2003 23:04:57 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJ74uiM008826; Thu, 18 Dec 2003 23:04:56 -0800 (PST) (envelope-from ache) Message-Id: <200312190704.hBJ74uiM008826@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 18 Dec 2003 23:04:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mklocale Makefile zh_HK.Big5HKSCS.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 07:04:58 -0000 ache 2003/12/18 23:04:56 PST FreeBSD src repository Modified files: share/mklocale Makefile Added files: share/mklocale zh_HK.Big5HKSCS.src Log: Add zh_HK.Big5HKSCS PR: 59799 Submitted by: Statue Revision Changes Path 1.56 +1 -0 src/share/mklocale/Makefile 1.1 +257 -0 src/share/mklocale/zh_HK.Big5HKSCS.src (new) From owner-cvs-src@FreeBSD.ORG Fri Dec 19 01:34:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35CF016A4CE; Fri, 19 Dec 2003 01:34:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8530C43D1D; Fri, 19 Dec 2003 01:34:37 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJ9Yb0B047126; Fri, 19 Dec 2003 01:34:37 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJ9YbNi047125; Fri, 19 Dec 2003 01:34:37 -0800 (PST) (envelope-from ru) Message-Id: <200312190934.hBJ9YbNi047125@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Dec 2003 01:34:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 09:34:38 -0000 ru 2003/12/19 01:34:37 PST FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: Fixed compilation on 64-bit platforms. Revision Changes Path 1.60 +2 -2 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 03:18:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 741C316A4CE; Fri, 19 Dec 2003 03:18:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF8743D53; Fri, 19 Dec 2003 03:18:37 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJBIb0B069429; Fri, 19 Dec 2003 03:18:37 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJBIbFj069428; Fri, 19 Dec 2003 03:18:37 -0800 (PST) (envelope-from scottl) Message-Id: <200312191118.hBJBIbFj069428@repoman.freebsd.org> From: Scott Long Date: Fri, 19 Dec 2003 03:18:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 11:18:38 -0000 scottl 2003/12/19 03:18:37 PST FreeBSD src repository Modified files: usr.bin/make job.h Log: Change the select timeout from 100ms to 2 seconds now that SIGCHILD is handled. Revision Changes Path 1.21 +2 -2 src/usr.bin/make/job.h From owner-cvs-src@FreeBSD.ORG Fri Dec 19 03:26:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9791A16A4CE; Fri, 19 Dec 2003 03:26:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA36243DB0; Fri, 19 Dec 2003 03:26:44 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJBQi0B071407; Fri, 19 Dec 2003 03:26:44 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJBQil1071406; Fri, 19 Dec 2003 03:26:44 -0800 (PST) (envelope-from scottl) Message-Id: <200312191126.hBJBQil1071406@repoman.freebsd.org> From: Scott Long Date: Fri, 19 Dec 2003 03:26:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 11:26:45 -0000 scottl 2003/12/19 03:26:44 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall dist.c Log: MFC: Don't force-unmount devfs during install Approved by: re Revision Changes Path 1.226.2.2 +1 -22 src/usr.sbin/sysinstall/dist.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:07:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4DD16A4CE; Fri, 19 Dec 2003 04:07:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF9E43D4C; Fri, 19 Dec 2003 04:07:03 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJC730B080388; Fri, 19 Dec 2003 04:07:03 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJC73md080387; Fri, 19 Dec 2003 04:07:03 -0800 (PST) (envelope-from maxim) Message-Id: <200312191207.hBJC73md080387@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 19 Dec 2003 04:07:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 12:07:04 -0000 maxim 2003/12/19 04:07:03 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 ata.4 Log: MFC a part of rev. 1.38: grammar. Revision Changes Path 1.3.2.19 +1 -1 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:19:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30ABA16A4CE; Fri, 19 Dec 2003 04:19:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7293A43D2D; Fri, 19 Dec 2003 04:19:12 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJCJC0B082444; Fri, 19 Dec 2003 04:19:12 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJCJCeA082443; Fri, 19 Dec 2003 04:19:12 -0800 (PST) (envelope-from sanpei) Message-Id: <200312191219.hBJCJCeA082443@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 19 Dec 2003 04:19:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 12:19:13 -0000 sanpei 2003/12/19 04:19:12 PST FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW) Submitted by: OISHI Masakuni [FreeBSD-users-jp 77672] Revision Changes Path 1.96 +4 -0 src/sys/dev/usb/umass.c 1.149 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:21:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5334F16A4CE; Fri, 19 Dec 2003 04:21:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A39A43D46; Fri, 19 Dec 2003 04:21:11 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJCLB0B082882; Fri, 19 Dec 2003 04:21:11 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJCLB0u082866; Fri, 19 Dec 2003 04:21:11 -0800 (PST) (envelope-from sanpei) Message-Id: <200312191221.hBJCLB0u082866@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 19 Dec 2003 04:21:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 12:21:12 -0000 sanpei 2003/12/19 04:21:11 PST FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.149 of usbdevs Revision Changes Path 1.157 +2 -1 src/sys/dev/usb/usbdevs.h 1.157 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:35:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E7016A4CE; Fri, 19 Dec 2003 04:35:03 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21AA543D36; Fri, 19 Dec 2003 04:35:02 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.135.190) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A014B3DC4; Fri, 19 Dec 2003 23:35:00 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 7FC3D6124; Fri, 19 Dec 2003 23:35:59 +1100 (EST) Date: Fri, 19 Dec 2003 23:35:59 +1100 From: Tim Robbins To: statue@freebsd.sinica.edu.tw, "Andrey A. Chernov" Message-ID: <20031219123559.GB234@wombat.robbins.dropbear.id.au> References: <200312190704.hBJ74uiM008826@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312190704.hBJ74uiM008826@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mklocale Makefile zh_HK.Big5HKSCS.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 12:35:03 -0000 On Thu, Dec 18, 2003 at 11:04:56PM -0800, Andrey A. Chernov wrote: > ache 2003/12/18 23:04:56 PST > > FreeBSD src repository > > Modified files: > share/mklocale Makefile > Added files: > share/mklocale zh_HK.Big5HKSCS.src > Log: > Add zh_HK.Big5HKSCS > > PR: 59799 > Submitted by: Statue Doesn't this require some changes to libc/locale/big5.c to support characters 0x8840 - 0xa0fe? We should probably change _big5_check() to recognise bytes >= 0x81 as starting a two-byte character. Tim From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:50:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C55616A4CE; Fri, 19 Dec 2003 04:50:16 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A2943D39; Fri, 19 Dec 2003 04:50:12 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id hBJCoACG005692; Fri, 19 Dec 2003 15:50:10 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id hBJCoAB1005691; Fri, 19 Dec 2003 15:50:10 +0300 (MSK) (envelope-from ache) Date: Fri, 19 Dec 2003 15:50:09 +0300 From: Andrey Chernov To: Tim Robbins Message-ID: <20031219125009.GA5609@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Robbins , statue@freebsd.sinica.edu.tw, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200312190704.hBJ74uiM008826@repoman.freebsd.org> <20031219123559.GB234@wombat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031219123559.GB234@wombat.robbins.dropbear.id.au> User-Agent: Mutt/1.5.4i cc: statue@freebsd.sinica.edu.tw cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/share/mklocale Makefile zh_HK.Big5HKSCS.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 12:50:16 -0000 On Fri, Dec 19, 2003 at 11:35:59PM +1100, Tim Robbins wrote: > On Thu, Dec 18, 2003 at 11:04:56PM -0800, Andrey A. Chernov wrote: > > ache 2003/12/18 23:04:56 PST > > > > FreeBSD src repository > > > > Modified files: > > share/mklocale Makefile > > Added files: > > share/mklocale zh_HK.Big5HKSCS.src > > Log: > > Add zh_HK.Big5HKSCS > > > > PR: 59799 > > Submitted by: Statue > > Doesn't this require some changes to libc/locale/big5.c to support > characters 0x8840 - 0xa0fe? We should probably change _big5_check() > to recognise bytes >= 0x81 as starting a two-byte character. No, there thing I overlook in submitted variant ENCODING "BIG5" should be ENCODING "GBK" -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:51:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20CB916A4CE; Fri, 19 Dec 2003 04:51:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEDA43D31; Fri, 19 Dec 2003 04:51:41 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJCpf0B095427; Fri, 19 Dec 2003 04:51:41 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJCpfqh095423; Fri, 19 Dec 2003 04:51:41 -0800 (PST) (envelope-from ache) Message-Id: <200312191251.hBJCpfqh095423@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Dec 2003 04:51:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mklocale zh_HK.Big5HKSCS.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 12:51:42 -0000 ache 2003/12/19 04:51:41 PST FreeBSD src repository Modified files: share/mklocale zh_HK.Big5HKSCS.src Log: Change encoding to GBK to get correct first byte range Revision Changes Path 1.2 +1 -1 src/share/mklocale/zh_HK.Big5HKSCS.src From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:54:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22EF416A4CE; Fri, 19 Dec 2003 04:54:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6140743D48; Fri, 19 Dec 2003 04:54:42 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJCsg0B096147; Fri, 19 Dec 2003 04:54:42 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJCsgxG096146; Fri, 19 Dec 2003 04:54:42 -0800 (PST) (envelope-from ache) Message-Id: <200312191254.hBJCsgxG096146@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 19 Dec 2003 04:54:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale gbk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 12:54:45 -0000 ache 2003/12/19 04:54:42 PST FreeBSD src repository Modified files: lib/libc/locale gbk.c Log: First byte of GBK-like sequences is 0x81, not 0x80 Revision Changes Path 1.4 +1 -1 src/lib/libc/locale/gbk.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 04:57:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD63416A4CE; Fri, 19 Dec 2003 04:57:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9FCA43D2D; Fri, 19 Dec 2003 04:57:08 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJCv80B096278; Fri, 19 Dec 2003 04:57:08 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJCv8ko096277; Fri, 19 Dec 2003 04:57:08 -0800 (PST) (envelope-from davidxu) Message-Id: <200312191257.hBJCv8ko096277@repoman.freebsd.org> From: David Xu Date: Fri, 19 Dec 2003 04:57:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 12:57:09 -0000 davidxu 2003/12/19 04:57:08 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_private.h Log: Code clean up, remove unused MACROS and function prototypes. Revision Changes Path 1.110 +0 -18 src/lib/libpthread/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Fri Dec 19 05:07:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E583216A4CE; Fri, 19 Dec 2003 05:07:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E882343D55; Fri, 19 Dec 2003 05:07:17 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJD7H0B099173; Fri, 19 Dec 2003 05:07:17 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJD7HYo099172; Fri, 19 Dec 2003 05:07:17 -0800 (PST) (envelope-from tjr) Message-Id: <200312191307.hBJD7HYo099172@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 19 Dec 2003 05:07:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sysv_sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 13:07:19 -0000 tjr 2003/12/19 05:07:17 PST FreeBSD src repository Modified files: sys/kern sysv_sem.c Log: Reduce the overhead of semop() by using the kernel stack instead of malloc'd memory to store the operations array if it is small enough to fit. Revision Changes Path 1.68 +11 -4 src/sys/kern/sysv_sem.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 05:23:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEF616A4CE; Fri, 19 Dec 2003 05:23:33 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E0043D45; Fri, 19 Dec 2003 05:23:32 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.135.190) by smtp01.syd.iprimus.net.au (7.0.020) id 3F8B009E0197C845; Sat, 20 Dec 2003 00:23:30 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 6B9CA6127; Sat, 20 Dec 2003 00:24:29 +1100 (EST) Date: Sat, 20 Dec 2003 00:24:29 +1100 From: Tim Robbins To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031219132429.GA913@wombat.robbins.dropbear.id.au> References: <200312191307.hBJD7HYo099172@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312191307.hBJD7HYo099172@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/sys/kern sysv_sem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 13:23:34 -0000 On Fri, Dec 19, 2003 at 05:07:17AM -0800, Tim J. Robbins wrote: > tjr 2003/12/19 05:07:17 PST > > FreeBSD src repository > > Modified files: > sys/kern sysv_sem.c > Log: > Reduce the overhead of semop() by using the kernel stack instead of > malloc'd memory to store the operations array if it is small enough > to fit. FWIW, wall time for 100,000 increment/decrement pairs on a single semaphore: x before + after +--------------------------------------------------------------------------+ | ++ + xxx | |+++++ + xxx x| | |A_| |A_| | +--------------------------------------------------------------------------+ N Min Max Median Avg Stddev x 9 5.35 5.5 5.39 5.3933333 0.044440972 + 9 3.8 3.93 3.85 3.8566667 0.041231056 Difference at 95.0% confidence -1.53667 +/- 0.0428394 -28.492% +/- 0.794303% (Student's t, pooled s = 0.0428661) From owner-cvs-src@FreeBSD.ORG Fri Dec 19 05:24:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A3E416A4CE; Fri, 19 Dec 2003 05:24:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED8443D5C; Fri, 19 Dec 2003 05:24:55 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJDOt0B003231; Fri, 19 Dec 2003 05:24:55 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJDOtM1003230; Fri, 19 Dec 2003 05:24:55 -0800 (PST) (envelope-from davidxu) Message-Id: <200312191324.hBJDOtM1003230@repoman.freebsd.org> From: David Xu Date: Fri, 19 Dec 2003 05:24:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 13:24:56 -0000 davidxu 2003/12/19 05:24:55 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: Replace a comment with more accurated one, memory heap is now protected by new fork() wrapper. Revision Changes Path 1.105 +2 -3 src/lib/libpthread/thread/thr_kern.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 05:25:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4B816A4D4; Fri, 19 Dec 2003 05:25:20 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D3543D1F; Fri, 19 Dec 2003 05:25:19 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.135.190) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A014B5616; Sat, 20 Dec 2003 00:25:18 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 826AC6127; Sat, 20 Dec 2003 00:26:17 +1100 (EST) Date: Sat, 20 Dec 2003 00:26:17 +1100 From: Tim Robbins To: Andrey Chernov , statue@freebsd.sinica.edu.tw, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20031219132617.GB913@wombat.robbins.dropbear.id.au> References: <200312190704.hBJ74uiM008826@repoman.freebsd.org> <20031219123559.GB234@wombat.robbins.dropbear.id.au> <20031219125009.GA5609@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031219125009.GA5609@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/share/mklocale Makefile zh_HK.Big5HKSCS.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 13:25:20 -0000 On Fri, Dec 19, 2003 at 03:50:09PM +0300, Andrey Chernov wrote: > On Fri, Dec 19, 2003 at 11:35:59PM +1100, Tim Robbins wrote: > > On Thu, Dec 18, 2003 at 11:04:56PM -0800, Andrey A. Chernov wrote: > > > ache 2003/12/18 23:04:56 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/mklocale Makefile > > > Added files: > > > share/mklocale zh_HK.Big5HKSCS.src > > > Log: > > > Add zh_HK.Big5HKSCS > > > > > > PR: 59799 > > > Submitted by: Statue > > > > Doesn't this require some changes to libc/locale/big5.c to support > > characters 0x8840 - 0xa0fe? We should probably change _big5_check() > > to recognise bytes >= 0x81 as starting a two-byte character. > > No, there thing I overlook in submitted variant > ENCODING "BIG5" > should be > ENCODING "GBK" Ok, thanks for fixing it. Tim From owner-cvs-src@FreeBSD.ORG Fri Dec 19 05:28:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43C716A4CE; Fri, 19 Dec 2003 05:28:24 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5811E43D49; Fri, 19 Dec 2003 05:28:23 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id hBJDSMCG006242; Fri, 19 Dec 2003 16:28:22 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id hBJDSLR2006241; Fri, 19 Dec 2003 16:28:22 +0300 (MSK) (envelope-from ache) Date: Fri, 19 Dec 2003 16:28:19 +0300 From: Andrey Chernov To: Tim Robbins Message-ID: <20031219132819.GA6211@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Robbins , statue@freebsd.sinica.edu.tw, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200312190704.hBJ74uiM008826@repoman.freebsd.org> <20031219123559.GB234@wombat.robbins.dropbear.id.au> <20031219125009.GA5609@nagual.pp.ru> <20031219132617.GB913@wombat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031219132617.GB913@wombat.robbins.dropbear.id.au> User-Agent: Mutt/1.5.4i cc: statue@freebsd.sinica.edu.tw cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/share/mklocale Makefile zh_HK.Big5HKSCS.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 13:28:25 -0000 On Sat, Dec 20, 2003 at 12:26:17AM +1100, Tim Robbins wrote: > > Ok, thanks for fixing it. Thanks for noticing it :-) -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Fri Dec 19 06:32:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF56516A4CE for ; Fri, 19 Dec 2003 06:32:50 -0800 (PST) Received: from spf13.us4.outblaze.com (205-158-62-67.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E627643D36 for ; Fri, 19 Dec 2003 06:32:29 -0800 (PST) (envelope-from pseniura@techie.com) Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id 4B3E8180196A for ; Fri, 19 Dec 2003 14:32:29 +0000 (GMT) Received: (qmail 41432 invoked from network); 19 Dec 2003 14:32:29 -0000 Received: from unknown (HELO ws1-13.us4.outblaze.com) (205.158.62.112) by 205-158-62-153.outblaze.com with SMTP; 19 Dec 2003 14:32:29 -0000 Received: (qmail 17664 invoked by uid 1001); 19 Dec 2003 14:32:28 -0000 Message-ID: <20031219143228.17663.qmail@mail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [192.149.244.9] by ws1-88.us4.outblaze.com with http for pseniura@techie.com; Fri, 19 Dec 2003 08:32:28 -0600 From: "Paul Seniura" To: "David Malone" , "M. Warner Losh" Date: Fri, 19 Dec 2003 08:32:28 -0600 X-Originating-Ip: 192.149.244.9 X-Originating-Server: ws1-88.us4.outblaze.com cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 14:32:50 -0000 ----- Original Message ----- From: David Malone Date: Thu, 18 Dec 2003 23:44:34 +0000 To: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/i386 pmap.c > On Thu, Dec 18, 2003 at 03:54:55PM -0700, M. Warner Losh wrote: > > In message: <200312182115.hBILFI7m069868@repoman.freebsd.org> > > John Baldwin writes: > > : and replace them with a simple if test to turn on PG_RW. i386 != vax. > > > > All the world is a VAX, don't you know :-) > > I though that when Al Gore invented the Internet, all the world > had been standardised as i386 Redhat 7.3 boxen. > > David. I dunno 'bout that these days -- Mr Gore is on the Board at Apple Computers. ;-) -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From owner-cvs-src@FreeBSD.ORG Fri Dec 19 06:34:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB20A16A4FB; Fri, 19 Dec 2003 06:34:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2367A43D49; Fri, 19 Dec 2003 06:34:24 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJEYN0B018314; Fri, 19 Dec 2003 06:34:23 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJEYN5D018313; Fri, 19 Dec 2003 06:34:23 -0800 (PST) (envelope-from simokawa) Message-Id: <200312191434.hBJEYN5D018313@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 19 Dec 2003 06:34:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 14:34:25 -0000 simokawa 2003/12/19 06:34:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) etc MAKEDEV Log: Add dcons. Revision Changes Path 1.243.2.61 +6 -0 src/etc/MAKEDEV From owner-cvs-src@FreeBSD.ORG Fri Dec 19 06:43:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967AA16A4CE; Fri, 19 Dec 2003 06:43:09 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9855043D6A; Fri, 19 Dec 2003 06:42:58 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id hBJEgwOE082469; Fri, 19 Dec 2003 06:42:58 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id hBJEgwuq082468; Fri, 19 Dec 2003 06:42:58 -0800 (PST) (envelope-from marcel) Date: Fri, 19 Dec 2003 06:42:58 -0800 From: Marcel Moolenaar To: Peter Wemm Message-ID: <20031219144258.GA82370@ns1.xcllnt.net> References: <200312151025.hBFAPIuc084643@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312151025.hBFAPIuc084643@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _null.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 14:43:09 -0000 On Mon, Dec 15, 2003 at 02:25:18AM -0800, Peter Wemm wrote: > peter 2003/12/15 02:25:18 PST > > FreeBSD src repository > > Modified files: > sys/sys _null.h > Log: > amd64 doesn't define __LP64__ in the compiler, but it definately needs > this definition. It fixes gnome for starters. I haven't tried *emacs yet. > Like IA64, amd64 uses registers for the first few arguments and then > the stack for the rest. This means the 64 bit promotion of the NULL (0) > value is lost and its just pushed on as an 'int' in a varargs call. Odd. I swear I tested amd64 and found that the promotion was still there by virtue of the generated code. I guess not... > Marcel: thanks a million for finding this! No problem. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Fri Dec 19 07:09:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9553916A4CE; Fri, 19 Dec 2003 07:09:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C284F43D2D; Fri, 19 Dec 2003 07:09:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJF9C0B025535; Fri, 19 Dec 2003 07:09:12 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJF9Clm025534; Fri, 19 Dec 2003 07:09:12 -0800 (PST) (envelope-from ru) Message-Id: <200312191509.hBJF9Clm025534@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 19 Dec 2003 07:09:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_etf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 15:09:13 -0000 ru 2003/12/19 07:09:12 PST FreeBSD src repository Modified files: sys/netgraph ng_etf.c Log: Fixed panic on hook disconnection that previous revision has introduced. Revision Changes Path 1.4 +8 -5 src/sys/netgraph/ng_etf.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 08:03:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E54716A4CE; Fri, 19 Dec 2003 08:03:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA8F43D49; Fri, 19 Dec 2003 08:03:31 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJG3V0B038421; Fri, 19 Dec 2003 08:03:31 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJG3U3M038420; Fri, 19 Dec 2003 08:03:30 -0800 (PST) (envelope-from yar) Message-Id: <200312191603.hBJG3U3M038420@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 19 Dec 2003 08:03:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 16:03:32 -0000 yar 2003/12/19 08:03:28 PST FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: The default value of net.graph.nonstandard_pppoe is changed to -1, which means "always stay in the standard mode of PPPoE operation regardless of any junk floating around." As the referenced PR stated clearly, the old default setting of 0 was extremely dangerous because it opened a possibility for a spurious frame not only to put down a single PPPoE node running FreeBSD, but to plague *every* FreeBSD node in a PPPoE network in such a way that those nodes would keep poisoning each other until rebooted simultaneously. PR: kern/47920 Reviewed by: Gleb Smirnoff cell.sick.ru> MFC after: 1 week Revision Changes Path 1.61 +2 -2 src/sys/netgraph/ng_pppoe.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 08:42:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A7E16A4CE; Fri, 19 Dec 2003 08:42:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802B443D41; Fri, 19 Dec 2003 08:42:35 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJGgZ0B047174; Fri, 19 Dec 2003 08:42:35 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJGgZ3u047173; Fri, 19 Dec 2003 08:42:35 -0800 (PST) (envelope-from yar) Message-Id: <200312191642.hBJGgZ3u047173@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 19 Dec 2003 08:42:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_pppoe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 16:42:36 -0000 yar 2003/12/19 08:42:35 PST FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 Log: Bring the description of the sysctl(8) variable net.graph.nonstandard_pppoe into accord with the reality. MFC after: 1 week Revision Changes Path 1.25 +20 -16 src/share/man/man4/ng_pppoe.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 19 09:11:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD22B16A4CE; Fri, 19 Dec 2003 09:11:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF99E43D1D; Fri, 19 Dec 2003 09:11:20 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJHBK0B058976; Fri, 19 Dec 2003 09:11:20 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJHBK6p058975; Fri, 19 Dec 2003 09:11:20 -0800 (PST) (envelope-from kan) Message-Id: <200312191711.hBJHBK6p058975@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 19 Dec 2003 09:11:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 17:11:21 -0000 kan 2003/12/19 09:11:20 PST FreeBSD src repository Modified files: lib/libc/stdlib atexit.c atexit.h exit.c Log: Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor ó++ ABI document at http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor The ABI was initially defined for ia64, but GCC3 and Intel compilers have adopted it on other platforms. This is the patch from PR bin/59552 with a number of changes by me. PR: bin/59552 Submitted by: Bradley T Hughes (bhughes at trolltech dot com) Revision Changes Path 1.7 +101 -7 src/lib/libc/stdlib/atexit.c 1.3 +1 -7 src/lib/libc/stdlib/atexit.h 1.7 +1 -6 src/lib/libc/stdlib/exit.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 09:45:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278A016A4CF; Fri, 19 Dec 2003 09:45:40 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA53043D6E; Fri, 19 Dec 2003 09:45:13 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd01.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1AXOZK-0003Vl-01; Fri, 19 Dec 2003 18:37:42 +0100 Received: from Andro-Beta.Leidinger.net (VgemZeZpwe3c+m-wq5LMrQgIH89xRp64hOp+maaOAl8sFQ8sBnI6Qz@[217.83.25.252]) by fmrl01.sul.t-online.com with esmtp id 1AXOZ4-02laW80; Fri, 19 Dec 2003 18:37:26 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) hBJHbOMj093504; Fri, 19 Dec 2003 18:37:24 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) hBJHbNSK049618; Fri, 19 Dec 2003 18:37:23 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 19 Dec 2003 18:37:22 +0100 From: Alexander Leidinger To: Alexander Kabaev Message-Id: <20031219183722.622e8bc6.Alexander@Leidinger.net> In-Reply-To: <200312191711.hBJHBK6p058975@repoman.freebsd.org> References: <200312191711.hBJHBK6p058975@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Seen: false X-ID: VgemZeZpwe3c+m-wq5LMrQgIH89xRp64hOp+maaOAl8sFQ8sBnI6Qz@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 17:45:40 -0000 On Fri, 19 Dec 2003 09:11:20 -0800 (PST) Alexander Kabaev wrote: > Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor > =F3++ ABI document at http://www.codesourcery.com/cxx-abi/abi.html#dso-= dtor > =20 > The ABI was initially defined for ia64, but GCC3 and Intel compilers > have adopted it on other platforms. > =20 > This is the patch from PR bin/59552 with a number of changes by > me. FreeBSD version bump please! I need it in the icc port to remove the actual __cxa_* hack. Bye, Alexander. --=20 I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint =3D C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Fri Dec 19 09:50:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFD416A4CF; Fri, 19 Dec 2003 09:50:04 -0800 (PST) Received: from newman.gte.com (newman.gte.com [132.197.8.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACEE343D72; Fri, 19 Dec 2003 09:50:01 -0800 (PST) (envelope-from ak03@gte.com) Received: from h132-197-179-27.gte.com (kanpc.gte.com [132.197.179.27]) by newman.gte.com (8.9.1/8.9.1) with ESMTP id MAA09218; Fri, 19 Dec 2003 12:50:00 -0500 (EST) Received: from kanpc.gte.com (localhost [IPv6:::1])hBJHo0nm046370; Fri, 19 Dec 2003 12:50:00 -0500 (EST) (envelope-from ak03@gte.com) Date: Fri, 19 Dec 2003 12:49:59 -0500 From: Alexander Kabaev To: Alexander Leidinger Message-Id: <20031219124959.5e7a4ee0@kanpc.gte.com> In-Reply-To: <20031219183722.622e8bc6.Alexander@Leidinger.net> References: <200312191711.hBJHBK6p058975@repoman.freebsd.org> <20031219183722.622e8bc6.Alexander@Leidinger.net> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.9.7claws48 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 17:50:04 -0000 On Fri, 19 Dec 2003 18:37:22 +0100 Alexander Leidinger wrote: > > FreeBSD version bump please! I need it in the icc port to remove the > actual __cxa_* hack. > > Bye, > Alexander. > Not until I enable __cxa_exit use in system compiler. PR is not closed yet... -- Alexander Kabaev From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:11:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD1916A4CE; Fri, 19 Dec 2003 10:11:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871F043D3F; Fri, 19 Dec 2003 10:11:00 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJIB00B071278; Fri, 19 Dec 2003 10:11:00 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJIB0DC071276; Fri, 19 Dec 2003 10:11:00 -0800 (PST) (envelope-from gibbs) Message-Id: <200312191811.hBJIB0DC071276@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 19 Dec 2003 10:11:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 18:11:01 -0000 gibbs 2003/12/19 10:11:00 PST FreeBSD src repository Modified files: sys/dev/aic7xxx aic7xxx.c Log: We only need to terminate our recovery thread once. Revision Changes Path 1.98 +1 -4 src/sys/dev/aic7xxx/aic7xxx.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:15:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D4816A4CE; Fri, 19 Dec 2003 10:15:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3EE43D41; Fri, 19 Dec 2003 10:15:57 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJIFu0B073244; Fri, 19 Dec 2003 10:15:56 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJIFuIx073243; Fri, 19 Dec 2003 10:15:56 -0800 (PST) (envelope-from emax) Message-Id: <200312191815.hBJIFuIx073243@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 19 Dec 2003 10:15:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.c src/usr.sbin/bluetooth/hcsecd hcsecd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 19 Dec 2003 18:15:58 -0000 emax 2003/12/19 10:15:56 PST FreeBSD src repository Modified files: usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.c usr.sbin/bluetooth/hcsecd hcsecd.8 Log: Fix uncontrolled access to the buffer in rfcomm_sppd(1). Fix typo in hcsecd(8) man page. Submitted by: Guido Falsi Reviewed by: imp (mentor) Approved by: imp (mentor) Revision Changes Path 1.3 +21 -4 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c 1.4 +2 -2 src/usr.sbin/bluetooth/hcsecd/hcsecd.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:17:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6538D16A4CE; Fri, 19 Dec 2003 10:17:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D36A43D55; Fri, 19 Dec 2003 10:17:14 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJIHD0B073303; Fri, 19 Dec 2003 10:17:13 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJIHDs1073302; Fri, 19 Dec 2003 10:17:13 -0800 (PST) (envelope-from kan) Message-Id: <200312191817.hBJIHDs1073302@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 19 Dec 2003 10:17:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 18:17:15 -0000 kan 2003/12/19 10:17:13 PST FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to indicate __cxa_atexit/__cxa_finalize presence. Revision Changes Path 1.177 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:20:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFD816A4CE; Fri, 19 Dec 2003 10:20:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C47C43D41; Fri, 19 Dec 2003 10:20:49 -0800 (PST) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJIKm0B073536; Fri, 19 Dec 2003 10:20:48 -0800 (PST) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJIKmBA073535; Fri, 19 Dec 2003 10:20:48 -0800 (PST) (envelope-from kan) Message-Id: <200312191820.hBJIKmBA073535@repoman.freebsd.org> From: Alexander Kabaev Date: Fri, 19 Dec 2003 10:20:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools auto-host.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 18:20:50 -0000 kan 2003/12/19 10:20:48 PST FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools auto-host.h Log: Use __cxa_atexit, rather than atexit, to register C++ destructors for local statics and global objects. This is essential for fully standards-compliant handling of destructors, and requires __cxa_atexit in libc. Revision Changes Path 1.17 +1 -1 src/gnu/usr.bin/cc/cc_tools/auto-host.h From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:21:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C61616A4CE; Fri, 19 Dec 2003 10:21:25 -0800 (PST) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E7F43D55; Fri, 19 Dec 2003 10:20:51 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd10.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1AXPF3-0001HY-00; Fri, 19 Dec 2003 19:20:49 +0100 Received: from Andro-Beta.Leidinger.net (b7Jm4oZ1reTPP8lOvn1OsSSsO+AFnoWc3UQTTFVotjGNMike6RZH6D@[217.83.25.252]) by fmrl10.sul.t-online.com with esmtp id 1AXPEz-0qOdn60; Fri, 19 Dec 2003 19:20:45 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) hBJIKhMj096549; Fri, 19 Dec 2003 19:20:44 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) hBJIKgSK063238; Fri, 19 Dec 2003 19:20:42 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 19 Dec 2003 19:20:42 +0100 From: Alexander Leidinger To: Alexander Kabaev Message-Id: <20031219192042.553fbd5a.Alexander@Leidinger.net> In-Reply-To: <20031219124959.5e7a4ee0@kanpc.gte.com> References: <200312191711.hBJHBK6p058975@repoman.freebsd.org> <20031219183722.622e8bc6.Alexander@Leidinger.net> <20031219124959.5e7a4ee0@kanpc.gte.com> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: b7Jm4oZ1reTPP8lOvn1OsSSsO+AFnoWc3UQTTFVotjGNMike6RZH6D@t-dialin.net cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 18:21:25 -0000 On Fri, 19 Dec 2003 12:49:59 -0500 Alexander Kabaev wrote: > > FreeBSD version bump please! I need it in the icc port to remove the > > actual __cxa_* hack. > Not until I enable __cxa_exit use in system compiler. PR is not closed > yet... icc uses _cxa_*. There's no way to switch it off. At the moment we use a _very bad_ hack, see lang/icc/files/cxa_* (just a little bit more than a NOP). Now that we have the symbols in our libc we have to remove this hack in the icc port. I don't mind if I have to wait for some days until you use it in the system compiler, but if your schedule is more than ... let's say one week, it would be very nice if you could bump kern.osreldate because of this change. Regardless of the above facts. This changes the API. I think providing the API and using the API is orthogonal, and if both doesn't happen at the same time it's worth a bump of kern.osreldate for each change. Bye, Alexander. -- I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Fri Dec 19 10:34:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA0A116A4CE; Fri, 19 Dec 2003 10:34:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447D443D31; Fri, 19 Dec 2003 10:34:31 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJIYV0B077414; Fri, 19 Dec 2003 10:34:31 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJIYVao077413; Fri, 19 Dec 2003 10:34:31 -0800 (PST) (envelope-from gibbs) Message-Id: <200312191834.hBJIYVao077413@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 19 Dec 2003 10:34:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic_osm_lib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 18:34:33 -0000 gibbs 2003/12/19 10:34:31 PST FreeBSD src repository Modified files: sys/dev/aic7xxx aic_osm_lib.c Log: Move all of the recovery thread routines next to each other. Correct the recovery thread's loop so that it will terminate properly on shutdown. We also clear the recovery_thread proc pointer so that any additional calls to aic_terminate_recovery_thread() will not attempt to kill a thread that doesn't exist. Lastly, code the loop so that termination will still be successfull even if the termination request occurs just prior to us entering the loop or while the recovery thread is off recovering commands. Revision Changes Path 1.2 +33 -26 src/sys/dev/aic7xxx/aic_osm_lib.c From owner-cvs-src@FreeBSD.ORG Fri Dec 19 13:10:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC89E16A4CE; Fri, 19 Dec 2003 13:10:07 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA0F343D36; Fri, 19 Dec 2003 13:10:03 -0800 (PST) (envelope-from peter@evilpete.dyndns.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id AC50E2A8DA; Fri, 19 Dec 2003 13:10:03 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 736C62C1AC; Fri, 19 Dec 2003 13:10:03 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.12.10/8.12.10) with ESMTP id hBJL9x7n023883; Fri, 19 Dec 2003 13:09:59 -0800 (PST) (envelope-from peter@overcee.wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.12.10/8.12.10/Submit) id hBJL9xZ2023882; Fri, 19 Dec 2003 13:09:59 -0800 (PST) (envelope-from peter) From: Peter Wemm To: Marcel Moolenaar , Peter Wemm Date: Fri, 19 Dec 2003 13:09:59 -0800 User-Agent: KMail/1.5.4 References: <200312151025.hBFAPIuc084643@repoman.freebsd.org> <20031219144258.GA82370@ns1.xcllnt.net> In-Reply-To: <20031219144258.GA82370@ns1.xcllnt.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312191309.59556.peter@wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _null.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 21:10:07 -0000 On Friday 19 December 2003 06:42 am, Marcel Moolenaar wrote: > On Mon, Dec 15, 2003 at 02:25:18AM -0800, Peter Wemm wrote: > > peter 2003/12/15 02:25:18 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/sys _null.h > > Log: > > amd64 doesn't define __LP64__ in the compiler, but it definately > > needs this definition. It fixes gnome for starters. I haven't > > tried *emacs yet. Like IA64, amd64 uses registers for the first few > > arguments and then the stack for the rest. This means the 64 bit > > promotion of the NULL (0) value is lost and its just pushed on as > > an 'int' in a varargs call. > > Odd. I swear I tested amd64 and found that the promotion was still > there by virtue of the generated code. I guess not... It does, most of the time. gcc does some very funny things at times. The varargs stuff seems to be really good at tempting fate. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Fri Dec 19 14:04:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765E216A4CE; Fri, 19 Dec 2003 14:04:37 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DC343D46; Fri, 19 Dec 2003 14:04:34 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031219220434.HNQI24575.lakemtao06.cox.net@mezz.mezzweb.com>; Fri, 19 Dec 2003 17:04:34 -0500 To: "Justin T. Gibbs" References: <200312191834.hBJIYVao077413@repoman.freebsd.org> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 19 Dec 2003 16:03:29 -0600 In-Reply-To: <200312191834.hBJIYVao077413@repoman.freebsd.org> User-Agent: Opera7.23/Linux M2 build 518 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx aic_osm_lib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 22:04:37 -0000 On Fri, 19 Dec 2003 10:34:31 -0800 (PST), Justin T. Gibbs wrote: > gibbs 2003/12/19 10:34:31 PST > > FreeBSD src repository > > Modified files: > sys/dev/aic7xxx aic_osm_lib.c > Log: > Move all of the recovery thread routines next > to each other. > > Correct the recovery thread's loop so that it > will terminate properly on shutdown. We also > clear the recovery_thread proc pointer so that > any additional calls to aic_terminate_recovery_thread() > will not attempt to kill a thread that doesn't > exist. Lastly, code the loop so that termination > will still be successfull even if the termination > request occurs just prior to us entering the loop > or while the recovery thread is off recovering > commands. Thanks! My machine now can reboot happy. Cheers, Mezz > Revision Changes Path > 1.2 +33 -26 src/sys/dev/aic7xxx/aic_osm_lib.c -- bsdforums.org 's moderator, mezz. From owner-cvs-src@FreeBSD.ORG Fri Dec 19 14:52:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154E016A4CE; Fri, 19 Dec 2003 14:52:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5478D43D31; Fri, 19 Dec 2003 14:52:45 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJMqj0B040061; Fri, 19 Dec 2003 14:52:45 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJMqj7R040060; Fri, 19 Dec 2003 14:52:45 -0800 (PST) (envelope-from jhb) Message-Id: <200312192252.hBJMqj7R040060@repoman.freebsd.org> From: John Baldwin Date: Fri, 19 Dec 2003 14:52:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 22:52:46 -0000 jhb 2003/12/19 14:52:45 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: Remove the commented out HTT option as it was made obsolete prior to 4.9. Reported by: maxim Revision Changes Path 1.246.2.56 +0 -3 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Fri Dec 19 18:51:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D13316A4CE; Fri, 19 Dec 2003 18:51:06 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E5C43D4C; Fri, 19 Dec 2003 18:51:03 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AXXFV-0003Y6-00; Sat, 20 Dec 2003 08:53:49 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AXXFU-0003XU-00; Sat, 20 Dec 2003 08:53:48 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hBK2oR2O027502; Sat, 20 Dec 2003 08:50:27 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hBK2oPkU027375; Sat, 20 Dec 2003 08:50:25 +0600 (NOVT) (envelope-from danfe) Date: Sat, 20 Dec 2003 08:50:25 +0600 From: Alexey Dokuchaev To: Bruce Evans Message-ID: <20031220025025.GA21149@regency.nsu.ru> References: <20031217025641.57B6916A545@hub.freebsd.org> <20031216234544.S68813@root.org> <20031218153640.F18847@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031218153640.F18847@gamplex.bde.org> User-Agent: Mutt/1.4.1i X-Envelope-To: bde@zeta.org.au, nate@root.org, jkh@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org cc: "Jordan K. Hubbard" cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/include regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 02:51:06 -0000 On Thu, Dec 18, 2003 at 03:49:19PM +1100, Bruce Evans wrote: > On Tue, 16 Dec 2003, Nate Lawson wrote: > > > On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: > > > Modified files: > > > include regex.h > > > Log: > > > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > > > > > Revision Changes Path > > > 1.7 +1 -0 src/include/regex.h > > > > > > > > > Index: src/include/regex.h > > > diff -u src/include/regex.h:1.6 src/include/regex.h:1.7 > > > --- src/include/regex.h:1.6 Thu Oct 3 11:12:03 2002 > > > +++ src/include/regex.h Tue Dec 16 18:56:28 2003 > > > @@ -75,6 +75,7 @@ > > > #define REG_DUMP 0200 > > > > > > /* regerror() flags */ > > > +#define REG_ENOSYS -1 /* Reserved */ > > > #define REG_NOMATCH 1 > > > #define REG_BADPAT 2 > > > #define REG_ECOLLATE 3 > > > > Same. > > Not quite the same :-). This commit shares the following other bugs with > the corresponding commit to fnmatch.h: > > - missing parentheses around macro. > - abnormal comment style. The comment style in this file was perfectly > abnormal (unlike in fnmatch.h where it was normal). The new comment > matches neither, since it begins the sentence fragment with a capital > letter (like the normal style but unlike the rest of the file) and > it doesn't end the sentence fragment with a "." (unlike the normal > style but like the rest of the file). > > ... but doesn't share the following: > > - namespace pollution. There is none here since REG_ENOSYS is only > obsolescent; it is not an XSI extension. > - new macro in a section all by itself. Here it is even numerically sorted. What's really cool about Bruce is this in-depth style(9) picking. Oh I just love to see people care for perfection. 8-) 8-) ./danfe P.S. And this is actually one of the reasons FreeBSD *is* better than . From owner-cvs-src@FreeBSD.ORG Sat Dec 20 00:28:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5887C16A4CF; Sat, 20 Dec 2003 00:28:26 -0800 (PST) Received: from i170119.ap.plala.or.jp (i170119.ap.plala.or.jp [218.47.170.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D5D43D58; Sat, 20 Dec 2003 00:28:18 -0800 (PST) (envelope-from sf@FreeBSD.org) Date: Sat, 20 Dec 2003 17:28:12 +0900 Message-ID: <867k0rnbab.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: "David E. O'Brien" In-Reply-To: <200312080722.hB87MgWZ046879@repoman.freebsd.org> References: <200312080722.hB87MgWZ046879@repoman.freebsd.org> Mail-Followup-To: "David E. O'Brien" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include ioctl_bt848.h ioctl_meteor.h src/sys/i386/include ioctl_bt848.h ioctl_meteor.h src/include Makefile src/etc/mtree BSD.include.dist src/share/examples/meteor rgb16.c rgb24.c test-n.c yuvpk.c yuvpl.c src/sys/ia64/include ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Dec 2003 08:28:26 -0000 At Sun, 7 Dec 2003 23:22:42 -0800 (PST), David O'Brien wrote: > > obrien 2003/12/07 23:22:42 PST > > FreeBSD src repository > > Modified files: > sys/alpha/include ioctl_bt848.h ioctl_meteor.h > sys/i386/include ioctl_bt848.h ioctl_meteor.h > include Makefile > etc/mtree BSD.include.dist > share/examples/meteor rgb16.c rgb24.c test-n.c yuvpk.c yuvpl.c > Removed files: > sys/ia64/include ioctl_bt848.h ioctl_meteor.h > Log: > Move the bktr(4) /include/ioctl_{bt848,meteor}.h files to dev/bktr > as these ioctl's aren't MD. This also means they are installed in > /usr/include/dev/bktr now. Also provide compatability wrappers for > where these headers lived in 4.x. These compatibility wrappers don't work. When you #include , it #defines _MACHINE_IOCTL_BT848_H_ before #including so entire definition in would not be read. This broke ffmpeg-0.4.8 compilation like this: .... cc -O -pipe -march=pentium3 -I/usr/local/include -I/usr/X11R6/include -Wall -I.. -I/usr/obj/ports/ffmpeg/work/ffmpeg-0.4.8 -I/usr/obj/ports/ffmpeg/work/ffmpeg-0.4.8/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o grab_bsdbktr.o grab_bsdbktr.c In file included from grab_bsdbktr.c:27: /usr/include/machine/ioctl_meteor.h:33:2: warning: #warning Include dev/bktr/ioctl_meteor.h instead of this header. In file included from grab_bsdbktr.c:28: /usr/include/machine/ioctl_bt848.h:33:2: warning: #warning Include dev/bktr/ioctl_bt848.h instead of this header. grab_bsdbktr.c:66: error: `METEOR_DEV0' undeclared here (not in a function) grab_bsdbktr.c:66: error: initializer element is not constant grab_bsdbktr.c:66: error: (near initialization for `bktr_dev[0]') grab_bsdbktr.c:66: error: `METEOR_DEV1' undeclared here (not in a function) grab_bsdbktr.c:66: error: initializer element is not constant grab_bsdbktr.c:66: error: (near initialization for `bktr_dev[1]') .... I think these ifndef's are redundant. Index: src/sys/alpha/include/ioctl_bt848.h =================================================================== RCS file: /home/ncvs/src/sys/alpha/include/ioctl_bt848.h,v retrieving revision 1.3 diff -u -r1.3 ioctl_bt848.h --- src/sys/alpha/include/ioctl_bt848.h 8 Dec 2003 07:22:41 -0000 1.3 +++ src/sys/alpha/include/ioctl_bt848.h 20 Dec 2003 07:38:28 -0000 @@ -26,13 +26,8 @@ * $FreeBSD: src/sys/alpha/include/ioctl_bt848.h,v 1.3 2003/12/08 07:22:41 obrien Exp $ */ -#ifndef _MACHINE_IOCTL_BT848_H_ -#define _MACHINE_IOCTL_BT848_H_ - #ifdef __GNUC__ #warning Include dev/bktr/ioctl_bt848.h instead of this header. #endif #include - -#endif /* _MACHINE_IOCTL_BT848_H_ */ Index: src/sys/alpha/include/ioctl_meteor.h =================================================================== RCS file: /home/ncvs/src/sys/alpha/include/ioctl_meteor.h,v retrieving revision 1.4 diff -u -r1.4 ioctl_meteor.h --- src/sys/alpha/include/ioctl_meteor.h 8 Dec 2003 07:22:41 -0000 1.4 +++ src/sys/alpha/include/ioctl_meteor.h 20 Dec 2003 07:38:35 -0000 @@ -26,13 +26,8 @@ * $FreeBSD: src/sys/alpha/include/ioctl_meteor.h,v 1.4 2003/12/08 07:22:41 obrien Exp $ */ -#ifndef _MACHINE_IOCTL_METEOR_H_ -#define _MACHINE_IOCTL_METEOR_H_ - #ifdef __GNUC__ #warning Include dev/bktr/ioctl_meteor.h instead of this header. #endif #include - -#endif /* _MACHINE_IOCTL_METEOR_H_ */ Index: src/sys/i386/include/ioctl_bt848.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/ioctl_bt848.h,v retrieving revision 1.29 diff -u -r1.29 ioctl_bt848.h --- src/sys/i386/include/ioctl_bt848.h 8 Dec 2003 07:22:41 -0000 1.29 +++ src/sys/i386/include/ioctl_bt848.h 20 Dec 2003 07:38:17 -0000 @@ -26,13 +26,8 @@ * $FreeBSD: src/sys/i386/include/ioctl_bt848.h,v 1.29 2003/12/08 07:22:41 obrien Exp $ */ -#ifndef _MACHINE_IOCTL_BT848_H_ -#define _MACHINE_IOCTL_BT848_H_ - #ifdef __GNUC__ #warning Include dev/bktr/ioctl_bt848.h instead of this header. #endif #include - -#endif /* _MACHINE_IOCTL_BT848_H_ */ Index: src/sys/i386/include/ioctl_meteor.h =================================================================== RCS file: /home/ncvs/src/sys/i386/include/ioctl_meteor.h,v retrieving revision 1.14 diff -u -r1.14 ioctl_meteor.h --- src/sys/i386/include/ioctl_meteor.h 8 Dec 2003 07:22:41 -0000 1.14 +++ src/sys/i386/include/ioctl_meteor.h 20 Dec 2003 07:38:53 -0000 @@ -26,13 +26,8 @@ * $FreeBSD: src/sys/i386/include/ioctl_meteor.h,v 1.14 2003/12/08 07:22:41 obrien Exp $ */ -#ifndef _MACHINE_IOCTL_METEOR_H_ -#define _MACHINE_IOCTL_METEOR_H_ - #ifdef __GNUC__ #warning Include dev/bktr/ioctl_meteor.h instead of this header. #endif #include - -#endif /* _MACHINE_IOCTL_METEOR_H_ */ From owner-cvs-src@FreeBSD.ORG Sat Dec 20 03:12:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5FF16A4CE; Sat, 20 Dec 2003 03:12:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D77243D6E; Sat, 20 Dec 2003 03:06:07 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKB5Z0B016202; Sat, 20 Dec 2003 03:05:35 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKB5ZhP016201; Sat, 20 Dec 2003 03:05:35 -0800 (PST) (envelope-from ache) Message-Id: <200312201105.hBKB5ZhP016201@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Dec 2003 03:05:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Dec 2003 11:12:15 -0000 ache 2003/12/20 03:05:35 PST FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: Add be_BY.* Submitted by: Yury Tarasievich Revision Changes Path 1.106 +6 -0 src/etc/mtree/BSD.local.dist 1.289 +12 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-src@FreeBSD.ORG Sat Dec 20 03:18:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BAC16A4CE; Sat, 20 Dec 2003 03:18:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F66943D50; Sat, 20 Dec 2003 03:18:44 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKBIi0B018508; Sat, 20 Dec 2003 03:18:44 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKBIiVb018507; Sat, 20 Dec 2003 03:18:44 -0800 (PST) (envelope-from ache) Message-Id: <200312201118.hBKBIiVb018507@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Dec 2003 03:18:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/colldef Makefile be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src src/share/mklocale Makefile be_BY.CP1131.src src/share/monetdef Makefile be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src src/share/msgdef Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 11:18:46 -0000 ache 2003/12/20 03:18:44 PST FreeBSD src repository Modified files: share/colldef Makefile share/mklocale Makefile share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile share/syscons/fonts INDEX.fonts Makefile share/syscons/keymaps INDEX.keymaps Makefile share/timedef Makefile Added files: share/colldef be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src share/mklocale be_BY.CP1131.src share/monetdef be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src share/msgdef be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src share/numericdef be_BY.CP1251.src share/syscons/fonts swiss-1131-8x16.fnt swiss-1251-8x16.fnt share/syscons/keymaps by.cp1131.kbd by.cp1251.kbd by.iso5.kbd share/timedef be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src Log: Add be_BY.* Submitted by: Yury Tarasievich Revision Changes Path 1.62 +6 -0 src/share/colldef/Makefile 1.1 +41 -0 src/share/colldef/be_BY.CP1131.src (new) 1.1 +37 -0 src/share/colldef/be_BY.CP1251.src (new) 1.1 +39 -0 src/share/colldef/be_BY.ISO8859-5.src (new) 1.57 +3 -2 src/share/mklocale/Makefile 1.1 +65 -0 src/share/mklocale/be_BY.CP1131.src (new) 1.51 +3 -0 src/share/monetdef/Makefile 1.1 +35 -0 src/share/monetdef/be_BY.CP1131.src (new) 1.1 +35 -0 src/share/monetdef/be_BY.CP1251.src (new) 1.1 +35 -0 src/share/monetdef/be_BY.ISO8859-5.src (new) 1.52 +3 -0 src/share/msgdef/Makefile 1.1 +13 -0 src/share/msgdef/be_BY.CP1131.src (new) 1.1 +13 -0 src/share/msgdef/be_BY.CP1251.src (new) 1.1 +13 -0 src/share/msgdef/be_BY.ISO8859-5.src (new) 1.51 +6 -0 src/share/numericdef/Makefile 1.1 +11 -0 src/share/numericdef/be_BY.CP1251.src (new) 1.27 +3 -0 src/share/syscons/fonts/INDEX.fonts 1.34 +1 -0 src/share/syscons/fonts/Makefile 1.1 +96 -0 src/share/syscons/fonts/swiss-1131-8x16.fnt (new) 1.1 +96 -0 src/share/syscons/fonts/swiss-1251-8x16.fnt (new) 1.53 +4 -0 src/share/syscons/keymaps/INDEX.keymaps 1.65 +1 -0 src/share/syscons/keymaps/Makefile 1.1 +224 -0 src/share/syscons/keymaps/by.cp1131.kbd (new) 1.1 +224 -0 src/share/syscons/keymaps/by.cp1251.kbd (new) 1.1 +224 -0 src/share/syscons/keymaps/by.iso5.kbd (new) 1.39 +3 -0 src/share/timedef/Makefile 1.1 +100 -0 src/share/timedef/be_BY.CP1131.src (new) 1.1 +100 -0 src/share/timedef/be_BY.CP1251.src (new) 1.1 +100 -0 src/share/timedef/be_BY.ISO8859-5.src (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 20 03:20:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8435C16A4CF; Sat, 20 Dec 2003 03:20:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FA243D41; Sat, 20 Dec 2003 03:20:06 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKBK50B018568; Sat, 20 Dec 2003 03:20:06 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKBK5n2018567; Sat, 20 Dec 2003 03:20:05 -0800 (PST) (envelope-from ache) Message-Id: <200312201120.hBKBK5n2018567@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Dec 2003 03:20:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/colldef map.CP1131 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Dec 2003 11:20:07 -0000 ache 2003/12/20 03:20:05 PST FreeBSD src repository Added files: share/colldef map.CP1131 Log: Add map for CP1131 Submitted by: Yury Tarasievich Revision Changes Path 1.1 +175 -0 src/share/colldef/map.CP1131 (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 20 11:33:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11CF616A4CE; Sat, 20 Dec 2003 11:33:59 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254AC43D99; Sat, 20 Dec 2003 11:32:42 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hBKHClV9045490; Sat, 20 Dec 2003 09:12:48 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hBKHClhF045489; Sat, 20 Dec 2003 09:12:47 -0800 (PST) (envelope-from obrien) Date: Sat, 20 Dec 2003 09:12:47 -0800 From: "David O'Brien" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031220171247.GB45374@dragon.nuxi.com> References: <200312080722.hB87MgWZ046879@repoman.freebsd.org> <867k0rnbab.wl@gray.plala.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <867k0rnbab.wl@gray.plala.or.jp> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA 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 Subject: Re: cvs commit: src/sys/alpha/include ioctl_bt848.h ioctl_meteor.h src/sys/i386/include ioctl_bt848.h ioctl_meteor.h src/include Makefile src/etc/mtree BSD.include.dist src/share/examples/meteor rgb16.c rgb24.c test-n.c yuvpk.c yuvpl.c src/sys/ia64/include ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 19:33:59 -0000 On Sat, Dec 20, 2003 at 05:28:12PM +0900, FUJISHIMA Satsuki wrote: > These compatibility wrappers don't work. > > When you #include , > it #defines _MACHINE_IOCTL_BT848_H_ before > #including so entire definition in > would not be read. Sorry, fixed. From owner-cvs-src@FreeBSD.ORG Sat Dec 20 12:16:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02B616A4CF for ; Sat, 20 Dec 2003 12:16:12 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774C243D3F for ; Sat, 20 Dec 2003 12:16:07 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 10193 invoked from network); 20 Dec 2003 14:46:11 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 20 Dec 2003 14:46:11 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id hBKEk4M0036293; Sat, 20 Dec 2003 09:46:05 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <867k0rnbab.wl@gray.plala.or.jp> Date: Sat, 20 Dec 2003 09:46:16 -0500 (EST) From: John Baldwin To: FUJISHIMA Satsuki X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "David E. O'Brien" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include ioctl_bt848.h ioctl_meteor.h src/sys/i386/include ioctl_bt848.h ioctl_meteor.h src/include Makefile src/etc/mtree BSD.include.dist src/share/examples/meteor rgb16.c rgb24.c test-n.c yuvpk.c yuvpl.c src/sys/ia64/include ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 20 Dec 2003 20:16:12 -0000 On 20-Dec-2003 FUJISHIMA Satsuki wrote: > At Sun, 7 Dec 2003 23:22:42 -0800 (PST), > David O'Brien wrote: >> >> obrien 2003/12/07 23:22:42 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/alpha/include ioctl_bt848.h ioctl_meteor.h >> sys/i386/include ioctl_bt848.h ioctl_meteor.h >> include Makefile >> etc/mtree BSD.include.dist >> share/examples/meteor rgb16.c rgb24.c test-n.c yuvpk.c yuvpl.c >> Removed files: >> sys/ia64/include ioctl_bt848.h ioctl_meteor.h >> Log: >> Move the bktr(4) /include/ioctl_{bt848,meteor}.h files to dev/bktr >> as these ioctl's aren't MD. This also means they are installed in >> /usr/include/dev/bktr now. Also provide compatability wrappers for >> where these headers lived in 4.x. > > These compatibility wrappers don't work. > > When you #include , > it #defines _MACHINE_IOCTL_BT848_H_ before >#including so entire definition in > would not be read. > > This broke ffmpeg-0.4.8 compilation like this: > .... > cc -O -pipe -march=pentium3 -I/usr/local/include -I/usr/X11R6/include -Wall -I.. > -I/usr/obj/ports/ffmpeg/work/ffmpeg-0.4.8 -I/usr/obj/ports/ffmpeg/work/ffmpeg-0.4.8/libavcodec > -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o grab_bsdbktr.o > grab_bsdbktr.c > In file included from grab_bsdbktr.c:27: > /usr/include/machine/ioctl_meteor.h:33:2: warning: #warning Include dev/bktr/ioctl_meteor.h > instead of this header. > In file included from grab_bsdbktr.c:28: > /usr/include/machine/ioctl_bt848.h:33:2: warning: #warning Include dev/bktr/ioctl_bt848.h instead > of this header. > grab_bsdbktr.c:66: error: `METEOR_DEV0' undeclared here (not in a function) > grab_bsdbktr.c:66: error: initializer element is not constant > grab_bsdbktr.c:66: error: (near initialization for `bktr_dev[0]') > grab_bsdbktr.c:66: error: `METEOR_DEV1' undeclared here (not in a function) > grab_bsdbktr.c:66: error: initializer element is not constant > grab_bsdbktr.c:66: error: (near initialization for `bktr_dev[1]') > .... > > I think these ifndef's are redundant. Either that or the dev/bktr file should use a different one than MACHINE now that it lives in a different directory. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Sat Dec 20 12:37:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890B416A4CE; Sat, 20 Dec 2003 12:37:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C510B43D1F; Sat, 20 Dec 2003 12:37:08 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKKaJ0B052073; Sat, 20 Dec 2003 12:36:19 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKKaJLT052072; Sat, 20 Dec 2003 12:36:19 -0800 (PST) (envelope-from jeff) Message-Id: <200312202036.hBKKaJLT052072@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 20 Dec 2003 12:36:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 20:37:09 -0000 jeff 2003/12/20 12:36:19 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Enable ithread migration on x86. This is done to work around a bug in the IO APIC on Xeons that prevents round-robin interrupt assignment from working. Revision Changes Path 1.93 +10 -0 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:02:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C06C16A4CF; Sat, 20 Dec 2003 13:02:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F6F43D49; Sat, 20 Dec 2003 13:02:35 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKK3A0B045844; Sat, 20 Dec 2003 12:03:10 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKK3ASD045843; Sat, 20 Dec 2003 12:03:10 -0800 (PST) (envelope-from alc) Message-Id: <200312202003.hBKK3ASD045843@repoman.freebsd.org> From: Alan Cox Date: Sat, 20 Dec 2003 12:03:10 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:02:37 -0000 alc 2003/12/20 12:03:10 PST FreeBSD src repository Modified files: sys/amd64/include param.h Log: Since we have additional kernel virtual address space, allow the buffer cache to grow to 400M bytes. Revision Changes Path 1.10 +1 -1 src/sys/amd64/include/param.h From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:02:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715A616A4EF; Sat, 20 Dec 2003 13:02:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BF943D48; Sat, 20 Dec 2003 13:02:54 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKJkL0B041082; Sat, 20 Dec 2003 11:46:21 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKJkL2b041081; Sat, 20 Dec 2003 11:46:21 -0800 (PST) (envelope-from alc) Message-Id: <200312201946.hBKJkL2b041081@repoman.freebsd.org> From: Alan Cox Date: Sat, 20 Dec 2003 11:46:21 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:02:55 -0000 alc 2003/12/20 11:46:21 PST FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Remove a variable that has been initialized but otherwise unused since revision 1.315. Revision Changes Path 1.426 +0 -2 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:03:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70BF16A4D2; Sat, 20 Dec 2003 13:03:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26EC43D49; Sat, 20 Dec 2003 13:03:45 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKIWn0B026116; Sat, 20 Dec 2003 10:32:49 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKIWnlH026115; Sat, 20 Dec 2003 10:32:49 -0800 (PST) (envelope-from sam) Message-Id: <200312201832.hBKIWnlH026115@repoman.freebsd.org> From: Sam Leffler Date: Sat, 20 Dec 2003 10:32:49 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:03:50 -0000 sam 2003/12/20 10:32:49 PST FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: o move mutex init/destroy logic to the module load/unload hooks; otherwise they are initialized twice when the code is statically configured in the kernel because the module load method gets invoked before the user application calls ip_mrouter_init o add a mutex to synchronize the module init/done operations; this sort of was done using the value of ip_mroute but X_ip_mrouter_done sets it to NULL very early on which can lead to a race against ip_mrouter_init--using the additional mutex means this is safe now o don't call ip_mrouter_reset from ip_mrouter_init; this now happens once at module load and X_ip_mrouter_done does the appropriate cleanup work to insure the data structures are in a consistent state so that a subsequent init operation inherits good state Reviewed by: juli Revision Changes Path 1.97 +27 -11 src/sys/netinet/ip_mroute.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:05:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 647FC16A545; Sat, 20 Dec 2003 13:05:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8838543D3F; Sat, 20 Dec 2003 13:05:18 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKHwv0B017449; Sat, 20 Dec 2003 09:58:57 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKHwvds017448; Sat, 20 Dec 2003 09:58:57 -0800 (PST) (envelope-from bmah) Message-Id: <200312201758.hBKHwvds017448@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 20 Dec 2003 09:58:57 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:05:20 -0000 bmah 2003/12/20 09:58:57 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: fatm(4) [1], hfa update [1], initgroups(3) change and implications for users in lots o' groups. Approved by: re (scottl) Submitted by: harti [1] Revision Changes Path 1.663.2.3 +16 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:08:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A61216A4CF; Sat, 20 Dec 2003 13:08:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37AE543D54; Sat, 20 Dec 2003 13:08:52 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKHCP0B008698; Sat, 20 Dec 2003 09:12:25 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKHCPU0008697; Sat, 20 Dec 2003 09:12:25 -0800 (PST) (envelope-from obrien) Message-Id: <200312201712.hBKHCPU0008697@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 20 Dec 2003 09:12:25 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr ioctl_bt848.h ioctl_meteor.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:08:58 -0000 obrien 2003/12/20 09:12:25 PST FreeBSD src repository Modified files: sys/dev/bktr ioctl_bt848.h ioctl_meteor.h Log: Make the multiple include guard correct for this file location. This fixes a bug where the guard conflicted with machine/ioctl_*. Revision Changes Path 1.30 +3 -3 src/sys/dev/bktr/ioctl_bt848.h 1.15 +3 -3 src/sys/dev/bktr/ioctl_meteor.h From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:16:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D4C16A4CF; Sat, 20 Dec 2003 13:16:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 728B643D49; Sat, 20 Dec 2003 13:16:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKGZp0B093580; Sat, 20 Dec 2003 08:35:51 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKGZppx093579; Sat, 20 Dec 2003 08:35:51 -0800 (PST) (envelope-from jhb) Message-Id: <200312201635.hBKGZppx093579@repoman.freebsd.org> From: John Baldwin Date: Sat, 20 Dec 2003 08:35:51 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall system.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:16:26 -0000 jhb 2003/12/20 08:35:51 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall system.c Log: InstaMFC: Mount the mfsroot read/write during installs. Approved by: re (scottl) Revision Changes Path 1.121.6.1 +6 -1 src/usr.sbin/sysinstall/system.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:16:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E06416A4D0; Sat, 20 Dec 2003 13:16:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C7743D39; Sat, 20 Dec 2003 13:16:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKGYj0B093449; Sat, 20 Dec 2003 08:34:45 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKGYjeC093448; Sat, 20 Dec 2003 08:34:45 -0800 (PST) (envelope-from jhb) Message-Id: <200312201634.hBKGYjeC093448@repoman.freebsd.org> From: John Baldwin Date: Sat, 20 Dec 2003 08:34:45 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall system.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:16:27 -0000 jhb 2003/12/20 08:34:45 PST FreeBSD src repository Modified files: usr.sbin/sysinstall system.c Log: Do an update mount operation to mount the mfsroot as read/write rather than read/only when sysinstall is running as init. This fixes several install issues. Revision Changes Path 1.122 +6 -1 src/usr.sbin/sysinstall/system.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:18:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F13416A4CE; Sat, 20 Dec 2003 13:18:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33ED343D39; Sat, 20 Dec 2003 13:18:16 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKE3E0B060997; Sat, 20 Dec 2003 06:03:14 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKE3Eso060996; Sat, 20 Dec 2003 06:03:14 -0800 (PST) (envelope-from jeff) Message-Id: <200312201403.hBKE3Eso060996@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 20 Dec 2003 06:03:14 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:18:19 -0000 jeff 2003/12/20 06:03:14 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - In kseq_transfer() return if smp has not been started. - In sched_add(), do the idle check prior to the transfer check so that we don't try to transfer load from an idle cpu. This fixes panics caused by IPIs on UP machines running SMP kernels. Reported/Debugged by: seanc Revision Changes Path 1.92 +14 -9 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 13:18:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D401416A4CF; Sat, 20 Dec 2003 13:18:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AD743D58; Sat, 20 Dec 2003 13:18:41 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKCsZ0B045336; Sat, 20 Dec 2003 04:54:35 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKCsZqu045335; Sat, 20 Dec 2003 04:54:35 -0800 (PST) (envelope-from jeff) Message-Id: <200312201254.hBKCsZqu045335@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 20 Dec 2003 04:54:35 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:18:52 -0000 jeff 2003/12/20 04:54:35 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Running interactive tasks with the minimum time-slice is fine for vi and sh, but not so great for mozilla, X, etc. Add a fixed define for the slice size granted to interactive KSEs. Revision Changes Path 1.91 +2 -1 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 14:35:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E6C16A4CE; Sat, 20 Dec 2003 14:35:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4A43D1F; Sat, 20 Dec 2003 14:35:20 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKMZK0B083761; Sat, 20 Dec 2003 14:35:20 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKMZK3t083760; Sat, 20 Dec 2003 14:35:20 -0800 (PST) (envelope-from jeff) Message-Id: <200312202235.hBKMZK3t083760@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 20 Dec 2003 14:35:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 22:35:21 -0000 jeff 2003/12/20 14:35:20 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Make our transfer decisions based on load and not transferable load. A cpu could have been bogged down with non-transferable load and still not migrated a new thread to an idle cpu. This required some benchmarking and tuning to get right as the comment above it suggests. Revision Changes Path 1.94 +1 -7 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 16:00:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAEE116A4CE; Sat, 20 Dec 2003 16:00:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE95343D5E; Sat, 20 Dec 2003 16:00:08 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBL0080B000868; Sat, 20 Dec 2003 16:00:08 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBL008aU000867; Sat, 20 Dec 2003 16:00:08 -0800 (PST) (envelope-from wpaul) Message-Id: <200312210000.hBL008aU000867@repoman.freebsd.org> From: Bill Paul Date: Sat, 20 Dec 2003 16:00:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c src/sys/dev/if_ndis if_ndis.c if_ndisvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 00:00:09 -0000 wpaul 2003/12/20 16:00:08 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Big round of updates: - Make ndis_get_info()/ndis_set_info() sleep on the setdone/getdone routines if they get back NDIS_STATUS_PENDING. - Add a bunch of net80211 support so that 802.11 cards can be twiddled with ifconfig. This still needs more work and is not guaranteed to work for everyone. It works on my 802.11b/g card anyway. The problem here is Microsoft doesn't provide a good way to a) learn all the rates that a card supports (if it has more than 8, you're kinda hosed) and b) doesn't provide a good way to distinguish between 802.11b, 802.11b/g an 802.11a/b/g cards, so you sort of have to guess. Setting the SSID and switching between infrastructure/adhoc modes should work. WEP still needs to be implemented. I can't find any API for getting/setting the channel other than the registry/sysctl keys. Revision Changes Path 1.7 +35 -8 src/sys/compat/ndis/kern_ndis.c 1.3 +2 -0 src/sys/compat/ndis/ndis_var.h 1.8 +4 -1 src/sys/compat/ndis/subr_ndis.c 1.6 +401 -22 src/sys/dev/if_ndis/if_ndis.c 1.4 +10 -1 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-src@FreeBSD.ORG Sat Dec 20 16:59:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 072C616A4CE; Sat, 20 Dec 2003 16:59:11 -0800 (PST) Received: from i170119.ap.plala.or.jp (i170119.ap.plala.or.jp [218.47.170.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2065E43D54; Sat, 20 Dec 2003 16:59:10 -0800 (PST) (envelope-from sf@FreeBSD.org) Date: Sun, 21 Dec 2003 09:59:08 +0900 Message-ID: <86ekuzkmub.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200312201712.hBKHCPU0008697@repoman.freebsd.org> References: <200312201712.hBKHCPU0008697@repoman.freebsd.org> Mail-Followup-To: "David E. O'Brien" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Subject: Re: cvs commit: src/sys/dev/bktr ioctl_bt848.h ioctl_meteor.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 00:59:11 -0000 Thank you, ffmpeg compiles as expected now. At Sat, 20 Dec 2003 09:12:25 -0800 (PST), David O'Brien wrote: > > obrien 2003/12/20 09:12:25 PST > > FreeBSD src repository > > Modified files: > sys/dev/bktr ioctl_bt848.h ioctl_meteor.h > Log: > Make the multiple include guard correct for this file location. > This fixes a bug where the guard conflicted with machine/ioctl_*. From owner-cvs-src@FreeBSD.ORG Sat Dec 20 21:42:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0222D16A4CE; Sat, 20 Dec 2003 21:42:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CB643D5D; Sat, 20 Dec 2003 21:42:01 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBL5g10B089549; Sat, 20 Dec 2003 21:42:01 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBL5g1IK089548; Sat, 20 Dec 2003 21:42:01 -0800 (PST) (envelope-from kensmith) Message-Id: <200312210542.hBL5g1IK089548@repoman.freebsd.org> From: Ken Smith Date: Sat, 20 Dec 2003 21:42:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 05:42:02 -0000 kensmith 2003/12/20 21:42:01 PST FreeBSD src repository (doc committer) Modified files: usr.sbin/sysinstall menus.c Log: - Add new FTP mirror site in Turkey (first/only one). Approved by: murray (re@) Revision Changes Path 1.387 +3 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 22:03:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8112F16A4CE; Sat, 20 Dec 2003 22:03:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E3F43D5E; Sat, 20 Dec 2003 22:03:41 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBL63e0B094916; Sat, 20 Dec 2003 22:03:40 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBL63eLL094915; Sat, 20 Dec 2003 22:03:40 -0800 (PST) (envelope-from alc) Message-Id: <200312210603.hBL63eLL094915@repoman.freebsd.org> From: Alan Cox Date: Sat, 20 Dec 2003 22:03:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 06:03:42 -0000 alc 2003/12/20 22:03:40 PST FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: - Correct an error in mincore(2) that has existed since its introduction: mincore(2) should check that the page is valid, not just allocated. Otherwise, it can return a false positive for a page that is not yet resident because it is being read from disk. Revision Changes Path 1.177 +1 -1 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Sat Dec 20 22:11:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A0816A4CE; Sat, 20 Dec 2003 22:11:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA56543D48; Sat, 20 Dec 2003 22:11:51 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBL6Bp0B096521; Sat, 20 Dec 2003 22:11:51 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBL6BpXn096520; Sat, 20 Dec 2003 22:11:51 -0800 (PST) (envelope-from kensmith) Message-Id: <200312210611.hBL6BpXn096520@repoman.freebsd.org> From: Ken Smith Date: Sat, 20 Dec 2003 22:11:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2003 06:11:52 -0000 kensmith 2003/12/20 22:11:51 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall menus.c Log: - Add FTP site in Turkey. Approved by: murray (re@) Revision Changes Path 1.386.2.1 +3 -0 src/usr.sbin/sysinstall/menus.c