summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2016-03-02ShellPkg: Revert git 'd6cf1af9' fixJiaxin Wu1-103/+14
2016-03-01ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com1-11/+6
2016-02-27ShellPkg: Fix unexpected behavior of mouse cursor in Editor.Qiu Shumin1-3/+4
2016-02-24ShellPkg: Support finding help message embedded in resource section.Qiu Shumin3-17/+259
2016-02-23ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin1-1/+1
2016-02-19ShellPkg: Fix the last command doesn't work in a script.Qiu Shumin1-1/+4
2016-02-18ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin1-1/+5
2016-02-18ShellPkg/UefiDpLib: Refine the code of locating all handles in DpTrace.c.Cinnamon Shia1-31/+9
2016-02-10ShellPkg: complete previous incomplete patchJim Dailey1-29/+13
2016-02-10Merge branch 'master' of https://github.com/tianocore/edk2Jaben Carsey1-13/+29
2016-02-10ShellPkg: ShellFileHandleReadLine must return UCS2 lines.Jim Dailey1-31/+26
2016-02-09ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey4-35/+71
2016-02-08ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey4-35/+71
2016-01-26ShellPkg: Refine the code to avoid use a constant number as offset.Qiu Shumin1-1/+1
2016-01-21ShellPkg: UefiShellBcfgCommandLib: bump VERSION_STRINGLaszlo Ersek1-1/+1
2016-01-21ShellPkg: BcfgDisplayDump(): print optional data with DumpHex()Laszlo Ersek1-14/+7
2016-01-21ShellPkg: elevate DumpHex() from Debug1-internal to generic-internalLaszlo Ersek6-88/+87
2016-01-21ShellPkg: BcfgDisplayDump(): fix ShellPrintEx() call siteLaszlo Ersek1-1/+0
2016-01-21ShellPkg: BcfgDisplayDump(): fix reporting of OptionalDataLaszlo Ersek1-1/+1
2016-01-21ShellPkg: BcfgDisplayDump(): calculate OptionalDataOffset explicitlyLaszlo Ersek1-2/+8
2016-01-21ShellPkg: BcfgDisplayDump(): eliminate FilePathList duplicationLaszlo Ersek1-10/+3
2016-01-21ShellPkg: BcfgDisplayDump(): call Description[Size] by nameLaszlo Ersek1-5/+10
2016-01-21ShellPkg: BcfgDisplayDump(): address FilePathListLength by nameLaszlo Ersek1-5/+6
2016-01-21ShellPkg: BcfgDisplayDump(): enforce minimum size for Boot#### and co.Laszlo Ersek2-0/+20
2016-01-21ShellPkg: BcfgDisplayDump(): accumulate errorsLaszlo Ersek1-2/+7
2016-01-21ShellPkg: BcfgDisplayDump(): hoist NULL-init of DevPath[String]Laszlo Ersek1-6/+4
2016-01-21ShellPkg: UefiShellBcfgCommandLib: drop unused string tokensLaszlo Ersek1-3/+0
2016-01-21ShellPkg: BcfgDisplayDump(): update whitespace & layoutLaszlo Ersek1-10/+10
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