summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ShellPkg: Fix using root of driveJaben Carsey2014-04-112-2/+12
* ShellPkg: Fix compiler warning 'unused variable'Harry Liebel2014-04-111-0/+6
* ShellPkg: Fix command-line parsing to start with Argv[0] when comparing passe...Chris Phillips2014-04-041-3/+14
* ShellPkg: Allow opening of root drive nodesJaben Carsey2014-03-311-18/+33
* ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey2014-03-311-3/+25
* ShellPkg: Fix file system change issue that results in ASSERTChris Phillips2014-03-271-2/+2
* 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