From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 648DD21E47D5E for ; Tue, 29 Aug 2017 07:56:00 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 29 Aug 2017 07:58:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,445,1498546800"; d="scan'208";a="1167254904" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 29 Aug 2017 07:58:40 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 29 Aug 2017 07:58:39 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.182]) by FMSMSX126.amr.corp.intel.com ([169.254.1.175]) with mapi id 14.03.0319.002; Tue, 29 Aug 2017 07:58:39 -0700 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/3] Update CWD and current mapping properly Thread-Index: AQHTIJ5y0TNm3eLEcUeu93TxLbPwsqKbbVVg Date: Tue, 29 Aug 2017 14:58:39 +0000 Message-ID: References: <20170829081107.442452-1-ruiyu.ni@intel.com> In-Reply-To: <20170829081107.442452-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] Update CWD and current mapping properly X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 14:56:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series. Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ru= iyu > Ni > Sent: Tuesday, August 29, 2017 1:11 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/3] Update CWD and current mapping properly > Importance: High >=20 > The patches fix several bugs that caused by not updating CWD and current > mapping properly. >=20 > Huajing Li (3): > ShellPkg: Rename gShellCurDir to gShellCurMapping > ShellPkg: Fix bug that fails to change CWD after "map -r". > ShellPkg: Update CWD and current mapping when commands return >=20 > ShellPkg/Application/Shell/Shell.c | 18 +++++++++- > ShellPkg/Application/Shell/ShellProtocol.c | 8 ++--- > ShellPkg/Include/Library/ShellCommandLib.h | 4 +-- > .../UefiShellCommandLib/UefiShellCommandLib.c | 42 > +++++++++++++++++++--- > 4 files changed, 61 insertions(+), 11 deletions(-) >=20 > -- > 2.12.2.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel