summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-09ShellPkg/rm: fix hang when deleting an absolutely-empty directoryRuiyu Ni1-3/+4
2018-02-09ShellPkg/hexedit: Fix a read-after-free bugRuiyu Ni2-27/+18
2018-02-08ShellPkg/UefiShellDebug1CommandsLib: sync Compress() definition with decl.Laszlo Ersek2-7/+8
2018-02-08ShellPkg/Dp: Updated to dump perf log based on FPDT tableDandan Bi11-127/+724
2018-02-06ShellPkg/map: Fix out-of-bound read when "map fsn"Ruiyu Ni1-6/+12
2018-02-06ShellPkg/for: Fix potential null pointer deferenceRuiyu Ni1-2/+4
2018-01-29ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni5-45/+49
2018-01-29ShellPkg/CommandLib: Locate proper UnicodeCollation instanceRuiyu Ni2-12/+67
2018-01-26ShellPkg: Update package version from 1.01 to 1.02Ruiyu Ni2-4/+4
2018-01-25ShellPkg/UefiShellLevel3CommandsLib: fix string over-readJian J Wang1-1/+1
2018-01-08ShellPkg/UefiShellLevel2CommandsLib: add missing EFIAPI call conv specLaszlo Ersek1-1/+2
2017-12-18ShellPkg: Fix a build error in Ping6 shell command.fanwang21-1/+1
2017-12-18ShellPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang23-12/+12
2017-12-02ShellPkg/ShellPkg.dec: Change comments for PcdShellLibAutoInitializeRuiyu Ni1-0/+1
2017-11-29ShellPkg/tftp: Correct file comments header of Tftp.uniRuiyu Ni1-2/+2
2017-11-29ShellPkg/DynamicCommand: Fix bug that cannot start in bootRuiyu Ni3-1/+8
2017-11-29ShellPkg/ShellLib: Fix dynamic command fails to start during bootRuiyu Ni1-37/+52
2017-11-29ShellPkg: Fix the bug that handling Ctrl-C improperlyRuiyu Ni1-6/+6
2017-11-28ShellPkg/dp: Convert from NULL class library to Dynamic CommandRuiyu Ni19-415/+605
2017-11-28ShellPkg/tftp: Convert from NULL class library to Dynamic CommandRuiyu Ni9-155/+368
2017-11-28ShellPkg/ShellLib: Constructor doesn't depend on ShellParametersRuiyu Ni1-4/+8
2017-11-16ShellPkg: Add error message if failed to place receive token in ping command.Fu Siyuan4-4/+16
2017-11-15ShellPkg/Shell: Check the OpenVolume result in OpenRootByHandle()Hao Wu1-2/+7
2017-11-14ShellPkg: Fix MSFT C4255 warningSong, BinX3-0/+4