summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2016-01-19ShellPkg UefiDpLib: Use Image->FilePath to get name for SMM driversStar Zeng1-3/+11
2016-01-19ShellPkg: Add NOOPT target in ShellPkg.dscHao Wu1-2/+2
2016-01-15ShellPkg: Update 'dh' command to reflect correct driver handle informationTapan Shah1-2/+2
2016-01-07ShellPkg: Clean-up 'map' command error message handlingTapan Shah1-41/+40
2016-01-06Revert "ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1Comma...Laszlo Ersek1-2/+1
2016-01-06ShellPkg: Make 'alias' can display a single alias name.Qiu Shumin1-3/+16
2016-01-06ShellPkg: Fix Shell assert when mv a file to a NULL target.Qiu Shumin1-2/+2
2016-01-05ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1CommandsLib.infSamer El-Haj-Mahmoud1-1/+2
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen1-0/+9
2015-12-25ShellPkg: Fix memory leak in function'ShellCommandConsistMappingInitialize'.Yao Jiewen1-0/+1
2015-12-25ShellPkg: Fix memory leak in function 'ShellCommandCreateInitialMappingsAndPa...Yao Jiewen1-0/+3
2015-12-25ShellPkg: Fix memory leak in function'ShellCommandRunHelp'.Yao Jiewen1-0/+2
2015-12-25Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin1-0/+2
2015-12-25ShellPkg: Fix memory leak in 'ShellOpenFileByName'.Yao Jiewen1-1/+6
2015-12-24ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen1-0/+1
2015-12-24ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin1-0/+3
2015-12-24ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2-0/+61
2015-12-24ShellPkg: Refine the code logic of 'command history'.Qiu Shumin3-13/+44
2015-12-23ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin1-0/+6
2015-12-23ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin1-1/+3
2015-12-22ShellPkg: Add AIP IPv6 UNDI support to Shell dhSamer El-Haj-Mahmoud3-4/+25
2015-12-21ShellPkg: Refine the code format.Qiu Shumin1-2/+21
2015-12-16ShellPkg: Fix unhandled value in switch statementPaulo Alcantara1-0/+2
2015-12-16ShellPkg: Fix the 'bcfg' command ASSERT when use some invalid parameters.Qiu Shumin1-2/+2
2015-12-16ShellPkg: Use %p for smbiosview SMBIOS table addresses.Samer El-Haj-Mahmoud1-2/+3
2015-12-16ShellPkg: Fix a bug in smbiosview PowerSupply Characteristics.Samer El-Haj-Mahmoud1-3/+3
2015-12-16ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey1-48/+150
2015-12-14ShellPkg/Mm: Fix build warningsMichael Kinney1-11/+13
2015-12-13ShellPkg: Initialize the local pointer to avoid potential suspicious derefere...Qiu Shumin1-1/+2
2015-12-12ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney1-26/+25
2015-12-10ShellPkg: Fix ifconfig hang issue with incomplete parametersJiaxin Wu2-17/+51
2015-12-10ShellPkg/mm: Fix mm to support multiple root bridge platformRuiyu Ni5-468/+467
2015-12-10ShellPkg/mm: Fix the help message to align to implementation and specRuiyu Ni1-10/+4
2015-12-09ShellPkg: Make 'dh' support showing all spec defined protocols.Jaben Carsey3-0/+354
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen14-0/+0
2015-12-08ShellPkg: Refine the code to reduce time cost of 'map -r'Qiu Shumin1-10/+30
2015-12-04ShellPkg: Fix wrong return status for Ifconfig.cJiaxin Wu1-33/+69
2015-11-26ShellPkg: Add NULL check to pointer returned from 'AllocateZeroPool'.Qiu Shumin1-1/+2
2015-11-26ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene1-1/+1
2015-11-19ShellPkg: Corrected CatSPrint usage to prevent memory leaks.Cecil Sheng1-109/+121
2015-11-09ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin5-48/+80
2015-11-05ShellPkg/UefiDpLib: Support dumping cumulative dataCinnamon Shia4-10/+87
2015-11-05ShellPkg/UefiDpLib: Fix a DP cumulative data issueCinnamon Shia1-1/+26
2015-11-04ShellPkg UefiDpLib: Use correct string length for the input UnicodeBufferStar Zeng1-2/+2
2015-10-28ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin2-0/+3
2015-10-26ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin4-40/+125
2015-10-23ShellPkg: Update 'tftp' command help output and error messagesTapan Shah1-0/+0
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin12-21/+91
2015-10-15ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin3-8/+39
2015-10-15ShellPkg: Use safe string functions to refine 'Tftp.c' code.Qiu Shumin1-1/+5