summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
Commit message (Expand)AuthorAgeFilesLines
...
* ShellPkg: Fix bad TimeZone (TZ) conversion.Andrew Fish2015-07-261-1/+1
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-081-1/+1
* ShellPkg: Refine the code logic of mv.c.Qiu Shumin2015-07-011-3/+5
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-304-35/+38
* ShellPkg: Fix the Non-ASCII char and do code refine.Qiu Shumin2015-06-091-2/+2
* ShellPkg: Handle escape characters properly for parse commandTapan Shah2015-06-031-2/+52
* ShellPkg: Add pipe support for parse commandTapan Shah2015-06-031-16/+210
* ShellPkg: Fix buffer overflow issue in 'map' command.Qiu Shumin2015-05-111-4/+20
* ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin2015-04-152-2/+5
* ShellPkg: fix mv and cp command related issuesTapan Shah2015-04-073-14/+31
* ShellPkg: Help and Error Messages UpdateTapan Shah2015-03-091-0/+0
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-0415-14/+14
* ShellPkg: Update Level2 profile commands response outputTapan Shah2015-02-0315-150/+158
* ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-221-12/+12
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-132-4/+2
* ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips2014-11-201-2/+2
* ShellPkg: Fix timezone commandjcarsey2014-11-041-2/+2
* ShellPkg: Comments update and code refine.Qiu Shumin2014-10-141-15/+43
* ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin2014-10-091-1/+1
* ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo2014-10-081-1/+1
* ShellPkg: Update MV. now supports across file system moves.Jaben Carsey2014-10-023-196/+370
* ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2014-09-232-1/+5
* ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu2014-09-191-1/+2
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-192-7/+9
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-175-28/+121
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-09-031-1/+3
* This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey2014-08-292-12/+11
* Add CTRL+C support for ‘attrib’ command.Tapan Shah2014-08-291-0/+6
* Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah2014-08-291-0/+0
* Add CTRL+C support for ‘ls’ command.Tapan Shah2014-08-291-3/+14
* Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah2014-08-291-0/+2
* ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah2014-08-281-2/+2
* ShellPkg: Refactor string manipulationJaben Carsey2014-08-222-6/+5
* ShellPkg: Fixes and updates for the 'parse' commandChris Phillips2014-08-212-33/+41
* ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips2014-08-211-0/+0
* ShellPkg: Fix typo in 'uni' files.Qiu Shumin2014-08-201-0/+0
* ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2014-08-192-53/+153
* ShellPkg: Refactor string manipulation in cp commandJaben Carsey2014-08-071-20/+20
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-08-052-2/+6
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-1/+2
* ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips2014-06-242-10/+16
* ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah2014-06-231-103/+2
* Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin2014-06-061-2/+2
* ShellPkg: fix display for map command with filteringJaben Carsey2014-05-281-11/+10
* ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey2014-05-142-1/+3
* 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu2014-03-071-2/+5
* Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu2014-02-251-0/+12
* ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey2014-02-181-104/+136
* Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2014-02-122-2/+13
* ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey2014-02-111-2/+2