summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)Author
2016-11-07ShellPkg/reset: Support "-fwui" flagChen A Chen
2016-10-27ShellPkg/UefiShellLevel2CommandsLib: rebase to ARRAY_SIZE()Laszlo Ersek
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni
2016-10-12ShellPkg:?cd \? command fails to go back to the root directory of a file systemTapan Shah
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen
2016-08-17ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni
2016-08-10ShellPkg/ls: Display the correct directory pathRuiyu Ni
2016-08-10ShellPkg/ls: Fix to support "ls fs0:File.txt"Ruiyu Ni
2016-07-18ShellPkg/Mv: Handle memory allocation failureRuiyu Ni
2016-07-18ShellPkg/Cp: Handle memory allocation failureRuiyu Ni
2016-07-18ShellPkg/Cd: Handle memory allocation failureRuiyu Ni
2016-04-13ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao
2016-04-11ShellPkg: Fix Shell ASSERT when mv file with cwd is NULL.Qiu Shumin
2016-01-07ShellPkg: Clean-up 'map' command error message handlingTapan Shah
2016-01-06ShellPkg: Fix Shell assert when mv a file to a NULL target.Qiu Shumin
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin
2015-10-10ShellPkg: Print error message when Shell set environment variable fail.Qiu Shumin
2015-08-25ShellPkg: use UEFI_APPLICATION module type for Shell componentsArd Biesheuvel
2015-07-26ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran
2015-07-01ShellPkg: Refine the code logic of mv.c.Qiu Shumin
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-06-09ShellPkg: Fix the Non-ASCII char and do code refine.Qiu Shumin
2015-06-03ShellPkg: Handle escape characters properly for parse commandTapan Shah
2015-06-03ShellPkg: Add pipe support for parse commandTapan Shah
2015-05-11ShellPkg: Fix buffer overflow issue in 'map' command.Qiu Shumin
2015-04-15ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin
2015-04-07ShellPkg: fix mv and cp command related issuesTapan Shah
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel
2014-11-20ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips
2014-11-04ShellPkg: Fix timezone commandjcarsey
2014-10-14ShellPkg: Comments update and code refine.Qiu Shumin
2014-10-09ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin
2014-10-08ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo
2014-10-02ShellPkg: Update MV. now supports across file system moves.Jaben Carsey
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin
2014-09-19ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin
2014-09-03Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey
2014-08-29Add CTRL+C support for ‘attrib’ command.Tapan Shah
2014-08-29Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah
2014-08-29Add CTRL+C support for ‘ls’ command.Tapan Shah
2014-08-29Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah