summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen2013-08-083-5/+5
* Fix GCC build failure.Ruiyu Ni2013-07-303-0/+3
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-2627-144/+65
* ShellPkg: Added Aarch64 supportHarry Liebel2013-07-181-1/+1
* ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUSJaben Carsey2013-07-181-1/+1
* ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS.Gary Ching-Pang Lin2013-07-161-1/+1
* ShellPkg: Verify memory and handle allocation failure.jaben carsey2013-06-281-11/+19
* ShellPkg: make automatically created shells quit automaticallyjaben carsey2013-06-273-6/+9
* ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey2013-06-211-1/+18
* ShellPkg: Fix ARM build errors.jcarsey2013-06-1115-17/+13
* ShellPkg: refine the logic for cp commandEric Dong2013-06-041-13/+23
* ShellPkg: make help footer string have same info as help usage informationjcarsey2013-05-281-0/+0
* Correct the incorrect Copyright or License in EDKII source files.lgao42013-05-222-4/+4
* ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c:darylm5032013-05-151-6/+6
* ShellPkg: remove unused enumjcarsey2013-05-131-7/+1
* Update Code to pass EBC compiler.lgao42013-05-133-43/+30
* ShellPkg: Update behavior for GetTime() errors.jcarsey2013-05-092-5/+23
* ShellPkg: Return an error when it happensjcarsey2013-05-091-2/+2
* ShellPkg: Fixed build error 'variable set but not used'jcarsey2013-05-0722-105/+15
* ShellPkg: explicitly prevent dereferencing pointerjcarsey2013-04-181-1/+1
* Add the missing file to the inf.ydong102013-04-021-0/+1
* ShellPkg: Remove PerformancePkg requirement and add the header itself.jcarsey2013-03-193-2/+29
* ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey2013-03-122-46/+104
* ShellPkg: Rewrite’s Help.c to call the ShellPrintHelp function. jcarsey2013-03-122-39/+22
* Update code to follow coding style.ydong102013-03-112-8/+17
* ShellPkg: Add "dp" command library to ShellPkg.jcarsey2013-03-0414-3/+2377
* ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2013-03-042-0/+79
* ShellPkg : Check pointer before dereferencingjcarsey2013-02-221-8/+10
* ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2013-02-202-2/+76
* ShellPkg: fix string truncation.jcarsey2013-02-141-2/+2
* ShellPkg: add verification that a target directory exists when changing direc...jcarsey2013-02-131-3/+9
* ShellPkg: Remove beta tag from ver command output.jcarsey2013-02-041-0/+0
* Fixed some alignment faults in IPF platformydong102013-01-252-5/+36
* ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey2013-01-171-2/+2
* ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey2013-01-172-2/+2
* ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output formatjcarsey2012-12-192-3/+3
* Refine code to follow coding style.ydong102012-12-171-1/+1
* ShellPkg: Updates to 'help' commandjcarsey2012-12-137-6/+87
* ShellPkg: Updates to 'smbiosview' commandjcarsey2012-12-133-1/+7
* ShellPkg: Remove “2.0” prefix text from shell prompt.jcarsey2012-12-031-0/+0
* ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey2012-11-141-1/+1
* ShellPkg: Clean up header file usage.jcarsey2012-11-139-87/+7
* ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-133-5/+8
* Fix a bug that BCFG creates Key#### variable bigger than it should be.niruiyu2012-10-181-2/+2
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-172-5/+5
* Add missing braces around initializer.lzeng142012-10-115-107/+153
* Contributed-under: TianoCore Contribution Agreement 1.0mdkinney2012-10-056-121/+238
* Refine code to make it more safely.ydong102012-09-101-1/+1
* Fix always allocate memory issue.ydong102012-09-071-4/+6
* Fix display color error when scroll up/down the screen.ydong102012-09-071-1/+1