From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S09ff-0006MN-TV for mharc-grub-devel@gnu.org; Wed, 22 Feb 2012 05:43:39 -0500 Received: from eggs.gnu.org ([140.186.70.92]:43923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S09fY-0006KO-Jg for grub-devel@gnu.org; Wed, 22 Feb 2012 05:43:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S09fN-00016G-Hj for grub-devel@gnu.org; Wed, 22 Feb 2012 05:43:32 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:61791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S09fN-000168-AD for grub-devel@gnu.org; Wed, 22 Feb 2012 05:43:21 -0500 Received: by wibhj13 with SMTP id hj13so5506747wib.0 for ; Wed, 22 Feb 2012 02:43:20 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.216.132.32 as permitted sender) client-ip=10.216.132.32; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.216.132.32 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.216.132.32]) by 10.216.132.32 with SMTP id n32mr8756575wei.12.1329907400022 (num_hops = 1); Wed, 22 Feb 2012 02:43:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=QAtI4amBXpeEidfILggX0zqLHGBqefLxgHqj6m+bkdQ=; b=cl1wPNz5obwPGaNGm+ncUHiA2HCrlGXO5FDF7R5dxUsRk+s9Q1sg6zFq2r8Mggd6lC /Se3DR2eMBo+5QxRQgM4QBL+fXfwdFd72SVIcBvOuaEE2ntqOwuIg+fmLpnHAzPuGwmR HBmirfS143S0T3XN3l6U+jkFhn2V0Fv2+rnhc= Received: by 10.216.132.32 with SMTP id n32mr7239530wei.12.1329907399959; Wed, 22 Feb 2012 02:43:19 -0800 (PST) Received: from debian.x201.phnet (cx-public-docking-1-100.ethz.ch. [129.132.149.100]) by mx.google.com with ESMTPS id gd8sm28366344wib.2.2012.02.22.02.43.16 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 02:43:17 -0800 (PST) Message-ID: <4F44C6BE.2090600@gmail.com> Date: Wed, 22 Feb 2012 11:43:10 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: Timothy Wang , The development of GRUB 2 Subject: Re: GNU GRUB pxe.mod missing with efi References: <20120215-093605.sv87125.27686@savannah.gnu.org> <4F3B8D6A.9070003@gmail.com> <4F3CB81F.9040709@gmail.com> <4F3CCC77.2000008@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 10:43:38 -0000 Please keep the list CC'ed On 22.02.2012 11:11, Timothy Wang wrote: > Dear Vladimir Serbinenko, > There is a bug in the bzr. > Suppose to be after ver 3940 > in dl.c function grub_dl_resolove_sumbols > the function still checks for the old name grub_checkkey. > I don't see what you mean, this function doesn't check for anything > Also, for the arp problem I asked before. > in net.c function grub_net_poll_cards in FOR_NET_CARDS > the loop requires > if( card -> num_ifaces == 0 ) > continue; > to skip card without interfaces. > Why? We poll them to see if we get any packet useful in the future (e.g. DHCP or SLAAC broadcast)-- Regards Vladimir 'φ-coder/phcoder' Serbinenko