summaryrefslogtreecommitdiffstats
path: root/ShellPkg
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 EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips2014-08-184-60/+40
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-185-12/+16
* ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1...Chris Phillips2014-08-142-5/+5
* ShellPkg add size cast to bit operationsJaben Carsey2014-08-141-4/+4
* ShellPkg: Refactor string manipulation in cp commandJaben Carsey2014-08-071-20/+20
* Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey2014-08-063-38/+182
* ShellPkg: add size cast to bit operationsJaben Carsey2014-08-061-24/+24
* ShellPkg: Remove double typedef for same structJaben Carsey2014-08-051-2/+2
* 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-053-5/+141
* This adds the new APIs for UEFI Shell 2.1 and makes a new structure for shell...Jaben Carsey2014-08-051-2/+156
* ShellPkg: Add new UEFI Shell 2.1 protocol and fix comments in handle parsingJaben Carsey2014-08-042-4/+15
* ShellPkg: Fix commentsJaben Carsey2014-08-041-3/+5
* Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell...Qiu Shumin2014-08-044-0/+0
* ShellPkg: Add new dynamic command protocolJaben Carsey2014-07-312-5/+92
* ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek2014-07-311-4/+10
* ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek2014-07-311-15/+33
* Update code to support VS2013 tool chain.Eric Dong2014-07-295-4/+12
* 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-267-52/+73
* 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-233-110/+124
* 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
* ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey2014-05-221-5/+5
* Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2014-05-222-25/+27
* 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
* ShellPkg: Do not mix status when executing a commandOlivier Martin2014-05-133-7/+14
* 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