summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix typo in 'uni' files.Qiu Shumin2014-08-202-0/+0
* ShellPkg: Move mHandleParsingHiiHandle init out of the constructorChris Phillips2014-08-191-5/+30
* ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2014-08-192-53/+153
* ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey2014-08-191-38/+40
* ShellPkg: Check while string up to space, not the characterJaben Carsey2014-08-191-1/+1
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-183-7/+11
* ShellPkg add size cast to bit operationsJaben Carsey2014-08-141-4/+4
* ShellPkg: Refactor string manipulation in cp commandJaben Carsey2014-08-071-20/+20
* ShellPkg: add size cast to bit operationsJaben Carsey2014-08-061-24/+24
* Updates the logic to allow devices to support SFO output modeJaben Carsey2014-08-052-16/+36
* Fix the use of ASSERT and other fixes to memory allocation failures (like fre...Jaben Carsey2014-08-051-4/+11
* Updates the total size logic and the SFO output per UEFI Shell 2.1 changesJaben Carsey2014-08-052-8/+28
* Updates the logic to allow DmpStore to specify a name independent of specifyi...Jaben Carsey2014-08-051-2/+9
* Updates the logic to allow help to ouput help information from a dynamic shel...Jaben Carsey2014-08-052-11/+112
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-08-052-2/+6
* This searches for handles that produce the dynamic command protocol after sea...Jaben Carsey2014-08-053-117/+270
* ShellPkg: Add Dynamic GUID registration into the current GUID<->String conver...Jaben Carsey2014-08-052-5/+120
* ShellPkg: Add new UEFI Shell 2.1 protocol and fix comments in handle parsingJaben Carsey2014-08-042-4/+15
* Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell...Qiu Shumin2014-08-044-0/+0
* Update code to support VS2013 tool chain.Eric Dong2014-07-294-4/+9
* ShellPkg: fix typo.Jeff Bobzin (jeff.bobzin2014-07-282-33/+33
* ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey2014-07-256-31/+31
* ShellPkg: Fix Ctrl+C support for dmpstore command.Tapan Shah2014-06-301-1/+7
* Refine code to make it more safely.Eric Dong2014-06-265-52/+70
* 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-232-109/+111
* ShellPkg: Remove use of ASSERT to test parametersJaben Carsey2014-06-181-77/+67
* ShellPkg: Fix duplicate String IDsJaben Carsey2014-06-163-2/+2
* Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin2014-06-061-2/+2
* ShellPkg: fix Comp command outputJaben Carsey2014-06-051-9/+20
* ShellPkg: fix display for map command with filteringJaben Carsey2014-05-281-11/+10
* Handle multi instances device path while connecting console devices.Qiu Shumin2014-05-191-31/+53
* ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey2014-05-142-1/+3
* ShellPkg: report error when EfiDecompress is run on a non-compressed fileJaben Carsey2014-05-142-25/+29
* Add code to connect device path of console devices correctly for Shell comman...Qiu Shumin2014-05-142-23/+175
* Update the comments for function 'ConvertPixelFormat' in UefiHandleParsingLib...Qiu Shumin2014-05-131-1/+1
* ShellPkg: Add a support to query AdapterInfo protocol for Shell ‘dh’ comm...Tapan Shah2014-05-074-3/+6
* ShellPkg: Patch to enhance the output around GOP protocolJaben Carsey2014-04-302-1/+103
* ShellPkg: Fix using root of driveJaben Carsey2014-04-111-1/+9
* ShellPkg: Fix compiler warning 'unused variable'Harry Liebel2014-04-111-0/+6
* ShellPkg: remove redudant code. call existing API.Jaben Carsey2014-03-201-35/+7
* ShellPkg: Remove unused functionJaben Carsey2014-03-202-52/+2
* ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported ...Jaben Carsey2014-03-202-83/+92
* ShellPkg: Move a function into shared locationJaben Carsey2014-03-173-37/+50
* ShellPkg: ShellCommands/SetVar: Make '-rt' imply '-bs'Brendan Jackman2014-03-101-1/+2
* 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu2014-03-071-2/+5
* ShellPkg: Add missing header filesJaben Carsey2014-02-252-2/+4
* 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