summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Add error message if failed to place receive token in ping command.Fu Siyuan2018-04-024-4/+16
* ShellPkg: Fix typo errors in ifconfig help outputTapan Shah2017-06-101-2/+3
* Shell/alias: Print detailed error when deleting aliasRuiyu Ni2017-06-102-3/+7
* ShellPkg/ifconfig: Update help messagehegdenag2017-06-091-2/+2
* ShellPkg: Remove unnecessary Readme.txtRuiyu Ni2017-06-091-29/+0
* ShellPkg/parse: Handle Unicode stream from pipe correctlyRuiyu Ni2017-06-071-142/+3
* ShellPkg/alias: Return status for alias deletionRuiyu Ni2017-06-071-1/+10
* ShellPkg/alias: Fix bug to support upper-case aliasRuiyu Ni2017-06-071-25/+25
* ShellPkg/UefiShellLib: Avoid reading undefined content before stringHao Wu2017-06-021-1/+1
* ShellPkg/UefiShellLib: Check correct variable for NULLJeff Westfahl2017-06-021-1/+1
* ShellPkg/memmap: Dump memory map information for all memory typesRuiyu Ni2017-05-122-3/+93
* ShellPkg/memmap: Refine codeRuiyu Ni2017-05-121-52/+55
* ShellPkg/HandleParsingLib: Show LoadedImageProtocol file nameJeff Westfahl2017-05-112-1/+80
* ShellPkg/HandleParsingLib: Open LoadedImageProtocol firstJeff Westfahl2017-05-111-8/+7
* ShellPkg/HandleParsingLib: Show LoadedImageProtocol file path as textJeff Westfahl2017-05-112-2/+6
* ShellPkg/ShellCommandLib: Update DumpHex to print {|}~Jeff Westfahl2017-05-111-1/+1
* ShellPkg: Update package version to 1.01Ruiyu Ni2017-05-042-3/+3
* ShellPkg/UefiHandleParsingLib: Fix memory leakRuiyu Ni2017-05-041-1/+3
* ShellPkg/Shell: eliminate double-free in RunSplitCommand()Laszlo Ersek2017-05-041-1/+0
* ShellPkg/Shell: clean up bogus member types in SPLIT_LISTLaszlo Ersek2017-05-042-8/+8
* ShellPkg SmbiosView: Display Type 0 BIOS segment in hexadecimalJeff Westfahl2017-05-041-1/+1
* ShellPkg/pci: Fix VS2012 build failureRuiyu Ni2017-04-201-1/+2
* ShellPkg/comp: Fix file tag name.Ruiyu Ni2017-04-201-4/+6
* ShellPkg/Pci: Always dump the extended config space for PCIERuiyu Ni2017-04-191-193/+125
* ShellPkg/ConsistMapping: Remove unneeded memory reallocationRuiyu Ni2017-04-181-9/+2
* ShellPkg/SetVar: Fix typo in commentsDandan Bi2017-04-071-1/+1
* ShellPkg: Fix Shell to not return without startup.nsh after timeoutRuiyu Ni2017-04-071-0/+5
* ShellPkg/setvar: Add assertion indicating TempData shouldn't be NULLRuiyu Ni2017-04-051-1/+2
* ShellPkg/setvar: Support data format in Shell 2.2 specChen A Chen2017-03-311-126/+297
* ShellPkg/Shell: Avoid potential null pointer deferenceRuiyu Ni2017-03-291-0/+6
* ShellPkg/Shell: Make comments align with the functionDandan Bi2017-03-281-2/+2
* ShellPkg/mm: Support UINT16 segment numberRuiyu Ni2017-03-272-20/+20
* ShellPkg: Add Shell invocation option '-exit'Chen A Chen2017-03-232-3/+3
* ShellPkg: Fix shell not able to run startup.nshChen A Chen2017-03-231-58/+56
* ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to packageArd Biesheuvel2017-03-222-1/+4
* ShellPkg/HandleParsingLib: Correct format specifier for LoadedImageJeff Westfahl2017-03-171-1/+1
* ShellPkg UefiDpLib: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-1/+1
* ShellPkg/UefiShellBcfgCommandLib: Fix VS2012 build failureDandan Bi2017-03-151-0/+1
* ShellPkg/comp: Use proper parameter namesRuiyu Ni2017-03-061-5/+5
* ShellPkg: Refine casting expression result to bigger sizeHao Wu2017-03-062-6/+6
* ShellPkg: Refine type cast for pointer subtractionHao Wu2017-03-065-10/+10
* ShellPkg: Link DxeSmmPerformanceLib to make DP command genericStar Zeng2017-03-021-1/+1
* ShellPkg/bcfg: Add Shell Spec 2.2 modification functionalityChen A Chen2017-03-013-3/+360
* ShellPkg/Debug1CommandLib: Use StrToGuid/StrHexToBytes in BaseLibRuiyu Ni2017-03-014-159/+11
* ShellPkg/comp: Fix GCC build failureRuiyu Ni2017-02-281-0/+1
* ShellPkg/comp: Add "-n <diff-count>"/"-s <diff-byte>" supportChen A Chen2017-02-282-155/+229
* ShellPkg/comp: Rename variable names to proper onesChen A Chen2017-02-281-23/+23
* ShellPkg/UefiDpLib: Add check to avoid NULL pointer deferenceHao Wu2017-02-281-1/+1
* ShellPkg UefiDpLib: Fixed GCC build failure caused by ef22403Star Zeng2017-02-241-1/+1
* ShellPkg UefiDpLib: Remove TimerLib dependencyStar Zeng2017-02-239-56/+25