summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2016-09-01ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi1-0/+4
2016-09-01ShellPkg: Add the check of parameter number in "DrvCfg" commandDandan Bi1-0/+5
2016-09-01ShellPkg: Add check for "dump" parameter in "bcfg" commandDandan Bi2-1/+6
2016-08-25Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni6-260/+258
2016-08-25Revert "ShellPkg: Add Shell[Get|Set]RawCmdLine to ShellCommandLib"Ruiyu Ni2-68/+0
2016-08-25Revert "ShellPkg: Fix echo to support displaying special characters"Ruiyu Ni2-63/+81
2016-08-17ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni1-0/+5
2016-08-10ShellPkg-UefiShellCommandLib: Add EFIAPI in VA_List library functionShi, Steven1-0/+1
2016-08-10ShellPkg-UefiShellTftpCommandLib: Replace compiler builtinShi, Steven1-1/+1
2016-08-10ShellPkg/ls: Display the correct directory pathRuiyu Ni1-0/+1
2016-08-10ShellPkg/ls: Fix to support "ls fs0:File.txt"Ruiyu Ni1-5/+4
2016-08-10ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni1-7/+6
2016-08-10ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>Ruiyu Ni1-2/+13
2016-08-10ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>Ruiyu Ni1-127/+185
2016-08-08ShellPkg SmbiosView: Show "SocketDesignation" instead of "Socket" for Type 4Star Zeng1-2/+2
2016-08-08ShellPkg DSC: Add build option to disable deprecated APIsHao Wu1-0/+2
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