summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Verify memory and handle allocation failure.jaben carsey2013-06-281-11/+19
* 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-1111-12/+10
* 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-0721-103/+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-0413-0/+2364
* ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2013-03-041-0/+60
* ShellPkg : Check pointer before dereferencingjcarsey2013-02-221-8/+10
* ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2013-02-201-1/+46
* 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: 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: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-131-4/+5
* 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-114-94/+134
* 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
* Refine coding style.ydong102012-09-051-1/+0
* Fix build fail.ydong102012-09-041-1/+1
* Refine the code to make it more safely.ydong102012-09-031-19/+27
* Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu2012-08-271-4/+14
* Change Bcfg.c to use the new definition of EFI_KEY_OPTION.niruiyu2012-08-271-4/+14
* Update the "ConErr" related variable name to the new one "ErrOut".ydong102012-08-171-7/+7
* Refine get default language logic for command "drivers".ydong102012-08-103-15/+71
* The format strings are using notations that require UINTNs (like "0x%02x") bu...ydong102012-08-071-6/+6
* Refine code to follow coding style.ydong102012-08-071-6/+14
* Fix build fail for GCCydong102012-07-261-0/+1
* Fixed issues:ydong102012-07-261-35/+100
* Roll back the change which caused build failydong102012-07-261-3/+3