From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by ml01.01.org (Postfix) with ESMTP id F241F1A1E18 for ; Mon, 8 Aug 2016 03:28:41 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 08 Aug 2016 03:28:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,489,1464678000"; d="scan'208";a="861587459" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.25]) by orsmga003.jf.intel.com with ESMTP; 08 Aug 2016 03:28:37 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Mon, 8 Aug 2016 18:28:28 +0800 Message-Id: <20160808102834.129372-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 MIME-Version: 1.0 Subject: [PATCH 0/6] Fix shell TAB completion issue and bugs in LS command X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2016 10:28:42 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patches fix shell TAB completion issue and several issues in LS command. Ruiyu Ni (6): ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0: ShellPkg: TAB logic incorrectly shows files in CWD when typing \ ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" path MdePkg: Enhance PathRemoveLastItem() to support "FS0:File.txt" ShellPkg/ls: Fix to support "ls fs0:File.txt" ShellPkg/ls: Display the correct directory path MdePkg/Library/BaseLib/FilePaths.c | 5 +- ShellPkg/Application/Shell/FileHandleWrappers.c | 323 ++++++++++++++--------- ShellPkg/Application/Shell/ShellProtocol.c | 13 +- ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c | 10 +- 4 files changed, 210 insertions(+), 141 deletions(-) -- 2.9.0.windows.1