From owner-svn-src-head@FreeBSD.ORG Wed Mar 4 13:26:36 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 853D6106566C; Wed, 4 Mar 2009 13:26:36 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 38CCF8FC14; Wed, 4 Mar 2009 13:26:35 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1848E9CB0DD; Wed, 4 Mar 2009 14:23:12 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nGb4WjZKjrPK; Wed, 4 Mar 2009 14:23:06 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 58EC09CB113; Wed, 4 Mar 2009 14:23:06 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n24DN6WF046610; Wed, 4 Mar 2009 14:23:06 +0100 (CET) (envelope-from rdivacky) Date: Wed, 4 Mar 2009 14:23:06 +0100 From: Roman Divacky To: Dmitry Chagin Message-ID: <20090304132306.GA46344@freebsd.org> References: <200903041214.n24CEXmG041836@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <200903041214.n24CEXmG041836@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r189362 - in head/sys: amd64/linux32 compat/linux i386/linux X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 13:26:37 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 04, 2009 at 12:14:33PM +0000, Dmitry Chagin wrote: > Author: dchagin > Date: Wed Mar 4 12:14:33 2009 > New Revision: 189362 > URL: http://svn.freebsd.org/changeset/base/189362 >=20 > Log: > Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which > are used by glibc. This silents the message "2.4+ kernel w/o ELF notes?" > from some programs at start, among them are top and pkill. > =20 > Do the assignment of the vector entries in elf_linux_fixup() > as it is done in glibc. > =20 > Fix some minor style issues. cool! have you tested this works with 2.4 emulation? I think it might break it as I am quite sure the aux tags changed between 2.4 and 2.6. we might need to scrap 2.4 emulation altogether in 8.x roman --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmugLEACgkQLVEj6D3CBEzmUwCdF9qc7Lfael4Pm3U5pJoCCxKy bIUAnA9jIiUi3LpasRCtE3vlbw2AOlX+ =EDj5 -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk--