summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2018-09-30ShellPkg/Shell: Remove unused PCDsshenglei1-2/+0
2018-09-28ShellPkg/TftpDynamicCommand: Fix the potentially uninitialized local variable...Jiaxin Wu1-1/+2
2018-09-27ShellPkg DpDynamicCommand: Use new EfiLocateFirstAcpiTable()Star Zeng5-139/+3
2018-09-27ShellPkg/TftpDynamicCommand: Add one option for tftp command to specify windo...Jiaxin Wu2-12/+59
2018-09-10ShellPkg: Remove trailing white spaceFu Siyuan1-1/+1
2018-09-07ShellPkg Shell: Remove an unused global variableshenglei1-3/+0
2018-09-06ShellPkg Shell: Remove redundant functionsshenglei4-146/+1
2018-09-03ShellPkg: Update Ifconfig command to accept 32bit subnet mask.Fu Siyuan1-0/+1
2018-08-30ShellPkg/SmbiosView: Update SmbiosView for SMBIOS3.2.0Dandan Bi4-19/+237
2018-08-20ShellPkg/edit: Fix heap access out-of-boundsRuiyu Ni1-1/+1
2018-08-16ShellPkg/UefiShellLib: rebase ShellOpenFileByDevicePath() to UefiLib APILaszlo Ersek2-111/+3
2018-08-16ShellPkg/UefiShellLib: drop DeviceHandle param of ShellOpenFileByDevicePath()Laszlo Ersek3-10/+5
2018-08-16ShellPkg/redirection: Insert \xFEFF for ENV variable redirectionRuiyu Ni1-7/+27
2018-08-16ShellPkg/redirection: Insert \xFEFF after converting ASCII to UnicodeRuiyu Ni1-15/+31
2018-08-16ShellPkg/set: Fix EfiShellSetEnv to use case sensitive compareRuiyu Ni1-30/+9
2018-08-07ShellPkg/acpi: Fix XCODE5 X64 build failureRuiyu Ni2-2/+2
2018-08-06ShellPkg: Remove DxeSmmPerformanceLibDandan Bi1-6/+1
2018-08-06ShellPkg/acpi: Code cleanup to pass static code checkerRuiyu Ni3-2/+3
2018-08-02ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2017 compilation errorsAlexeiFedorov2-8/+8
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix GCC build failureDandan Bi2-0/+3
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failureDandan Bi4-7/+7
2018-08-01ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failureDandan Bi1-1/+1
2018-07-26ShellPkg/Dp: Cumulate the perf data of "DB:Stop"Dandan Bi1-1/+2
2018-07-25ShellPkg: add UefiShellAcpiViewCommandLib.inf to ShellPkg.dscAlexeiFedorov1-0/+2
2018-07-13ShellPkg/TftpDynamicCommand: Fix the potential assertion and memory leak issue.Jiaxin Wu1-1/+2
2018-06-29ShellPkg: Removing ipf which is no longer supported from edk2.chenc210-16/+16
2018-06-28ShellPkg/dp: Correct case of included filedann frazier1-1/+1
2018-06-28ShellPkg/DP: Add more check for input parametersDandan Bi2-34/+77
2018-06-28ShellPkg: Clean up source filesLiming Gao133-1880/+1880
2018-06-26ShellPkg/dp: Update dp tool to parse new Perf recordBi, Dandan5-12/+113
2018-06-21ShellPkg/comp: return NOT_EQUAL when compared files are differentRuiyu Ni1-1/+2
2018-06-12ShellPkg/Dp: Make the help info align with codeDandan Bi7-233/+26
2018-06-12ShellPkg/Dp: Initialize summary date when run DPDandan Bi1-0/+23
2018-06-12ShellPkg/Dp: make sure memory is freed before exitDandan Bi1-33/+37
2018-06-11ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi14-117/+178
2018-06-11ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issuesDandan Bi22-447/+645
2018-04-23ShellPkg: Add acpiview tool to dump ACPI tablesRuiyu Ni25-1/+5896
2018-03-16ShellPkg/UefiHandleParsingLib: remove TrEE reference.Jiewen Yao3-3/+0
2018-03-14ShellPkg/[hex]edit: Fix mouse freeze issueRuiyu Ni2-14/+18
2018-03-04ShellPkg/ConsoleLogger: Fix a typo in UpdateDisplayFromHistory()Hao Wu1-2/+2
2018-03-01ShellPkg/UefiShellDebug1CommandsLib: remove I/O address limit from 'mm'Ard Biesheuvel2-13/+0
2018-02-23ShellPkg/Ping: fix loss of first packetMeenakshi Aggarwal1-1/+4
2018-02-15ShellPkg/ShellLib: Fix a bug in InternalShellIsHexOrDecimalNumberRuiyu Ni1-8/+15
2018-02-15ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni3-12/+18
2018-02-13ShellPkg: remove superfluous TimerLib resolutionLaszlo Ersek1-1/+0
2018-02-13ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni2-2/+2
2018-02-13ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni8-161/+309
2018-02-13ShellPkg/help: Fix "-?" may not show manual sometimesRuiyu Ni2-254/+73
2018-02-09ShellPkg/DP: Update the error message infoDandan Bi2-2/+4
2018-02-09ShellPkg/Dp: Add null pointer checkBi, Dandan1-1/+1