summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2016-07-29ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni1-1/+1
2016-07-29ShellPkg: Correct files with CRLF line endingLiming Gao5-36/+36
2016-07-25ShellPkg/LoadPciRom: Fix the ConnectAll() implementationRuiyu Ni1-77/+14
2016-07-25ShellPkg/If: Fix issue to pass static code checkerRuiyu Ni1-0/+1
2016-07-25ShellPkg/UefiHandleParsingLib: Fix issue to pass static code checkerRuiyu Ni1-2/+11
2016-07-25ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni1-2/+4
2016-07-25ShellPkg/DrvDiag: Fix a critical typo bugRuiyu Ni1-1/+1
2016-07-20ShellPkg: Fix echo to support displaying special charactersRuiyu Ni2-81/+63
2016-07-20ShellPkg: Add Shell[Get|Set]RawCmdLine to ShellCommandLibRuiyu Ni2-0/+68
2016-07-20ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni6-258/+260
2016-07-20ShellPkg/ShellCommandLib.h: Formalize EOLRuiyu Ni1-20/+20
2016-07-20ShellPkg/UefiShellCommandLib.c: Formalize EOLRuiyu Ni1-61/+61
2016-07-19ShellPkg: Fix VS2010/2012 build failureRuiyu Ni1-0/+2
2016-07-18ShellPkg/Ping6: Handle memory allocation failureRuiyu Ni1-1/+5
2016-07-18ShellPkg/Ifconfig6: Handle memory allocation failureRuiyu Ni2-21/+55
2016-07-18ShellPkg/UefiShellLib.c: Handle memory allocation failureRuiyu Ni1-5/+6
2016-07-18ShellPkg/IfConfig: Handle memory allocation failureRuiyu Ni2-20/+58
2016-07-18ShellPkg/UefiShellLib: Handle memory allocation failureRuiyu Ni1-2/+10
2016-07-18ShellPkg/Mv: Handle memory allocation failureRuiyu Ni1-5/+9
2016-07-18ShellPkg/Cp: Handle memory allocation failureRuiyu Ni1-6/+13
2016-07-18ShellPkg/Cd: Handle memory allocation failureRuiyu Ni1-13/+21
2016-07-18ShellPkg/If: Handle memory allocation failureRuiyu Ni1-42/+53
2016-07-18ShellPkg/For: Handle memory allocation failureRuiyu Ni1-3/+9
2016-07-18ShellPkg/DrvDiag: Handle memory allocation failureRuiyu Ni1-4/+13
2016-07-18ShellPkg/DrvCfg: Handle memory allocation failureRuiyu Ni1-5/+12
2016-07-18ShellPkg/DevTree: Handle memory allocation failureRuiyu Ni1-6/+7
2016-07-18ShellPkg/Edit: Handle memory allocation failureRuiyu Ni1-21/+20
2016-07-18ShellPkg/LoadPciRom: Handle memory allocation failureRuiyu Ni1-2/+6
2016-07-18ShellPkg/EfiDecompress: Handle memory allocation failureRuiyu Ni1-24/+28
2016-07-18ShellPkg/EfiCompress: Handle memory allocation failureRuiyu Ni1-12/+18
2016-07-18ShellPkg/DMem: Handle memory allocation failureRuiyu Ni1-2/+4
2016-07-18ShellPkg/UefiShellCommandLib.c: Handle memory allocation failureRuiyu Ni1-8/+28
2016-07-18ShellPkg/ConsistMapping.c: Handle memory allocation failureRuiyu Ni1-179/+320
2016-07-18ShellPkg/UefiShellBcfgCommandLib: Handle memory allocation failureRuiyu Ni1-24/+25
2016-07-18ShellPkg/UefiHandleParsingLib.c: Handle memory allocation failureRuiyu Ni1-24/+31
2016-07-18ShellPkg/Dp: Handle memory allocation failureRuiyu Ni1-1/+7
2016-07-18ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2-33/+82
2016-07-18ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni3-33/+43
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni5-31/+56
2016-07-18ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni1-8/+19
2016-07-15ShellPkg: Fix issue about Ifconfig6 -r command.Zhang Lubo2-4/+28
2016-07-08Revert "ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexe...Ruiyu Ni5-476/+39
2016-07-07ShellPkg: Series of patches to fix typos - apropriate to appropriateMudusuru, Giri P3-3/+3
2016-07-07ShellPkg:Ping: Ping command hangs with intermittent packet lossesSubramanian, Sriram (EG Servers Platform SW)1-4/+9
2016-07-06Fix GUID dereferenceThomas Palmer1-3/+3
2016-07-05ShellPkg: Update the error prompt for ping6 command.Zhang Lubo2-2/+2
2016-06-30ShellPkg: UefiHandleParsingLib: remove tautological comparisonLaszlo Ersek1-4/+0
2016-06-30ShellPkg: don't call functions with side effects in ASSERT_EFI_ERROR()Laszlo Ersek2-3/+12
2016-06-21ShellPkg/UefiHandleParsing: Show handle's loaded image device pathRuiyu Ni1-15/+68
2016-06-21ShellPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng3-12/+14