summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fixes the shell so output redirection works for the 'mode' commandChris Phillips2013-10-243-19/+35
* ShellPkg: Stop running command when page break quitChris Phillips2013-10-241-0/+5
* ShellPkg: Fix copy load option error.Eric Dong2013-10-221-4/+2
* ShellPkg: Fixes for the ‘type’ command:Chris Phillips2013-10-181-22/+98
* ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips2013-10-181-0/+9
* ShellPkg: Fixes for the ‘ls’ command:Chris Phillips2013-10-182-36/+48
* ShellPkg: Fixes ‘edit’ command to correctly display ASCII or UNICODE for ...Chris Phillips2013-10-181-0/+3
* ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips2013-10-187-14/+66
* ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips2013-10-041-0/+0
* ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips2013-10-041-3/+4
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-011-5/+5
* ShellPkg: Handle pool allocation failureSergei Antonov2013-09-201-2/+2
* ShellPkg: Handle pool allocation failureSergei Antonov2013-09-191-1/+3
* Refine the select language logic.Eric Dong2013-09-057-111/+46
* ShellPkg: Fix LastError environment variable truncationRobert Matthews2013-08-281-4/+5
* ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2013-08-272-5/+2
* ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey2013-08-231-0/+1
* ShellPkg: update behavior with undefined environment variablesJaben Carsey2013-08-211-9/+44
* ShellPkg: Fix file size error upon copy operation.Jaben Carsey2013-08-211-78/+72
* 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