summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2013-11-22ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey2-0/+43
2013-11-22ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp...Chris Phillips2-14/+27
2013-11-22ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v")Chris Phillips1-1/+42
2013-11-21ShellPkg: Correctly support "map -c"Jaben Carsey1-13/+78
2013-11-21ShellPkg: Update pci command to use ShellPrintEx()Chris Phillips1-233/+226
2013-11-20ShellPkg: Change MM command output during script executionJaben Carsey1-9/+28
2013-11-19ShellPkg pci command: Fix a typo; /r/n => \r\nJordan Justen1-1/+1
2013-11-19ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s outputJaben Carsey4-2/+9
2013-11-15ShellPkg: "For Run" fix for spaces between numeralsJaben Carsey1-6/+29
2013-11-15ShellPkg: Fix help MAN file searchingJaben Carsey1-1/+15
2013-11-15ShellPkg: Rename duplicate STRING IDJaben Carsey2-1/+1
2013-11-15ShellPkg: Add DiskIO2, and fix GUID from string check to be case insensitiveChris Phillips4-2/+14
2013-11-15ShellPkg: Skip leading tabs when processing command line and scriptsChris Phillips3-5/+15
2013-11-15ShellPkg: verify that leading and trailing % are removed from variable names ...Jaben Carsey1-3/+32
2013-11-14ShellPkg: clarify space limitation in comment.Jaben Carsey1-1/+1
2013-10-29ShellPkg: Properly set lasterror environment variableChris Phillips1-9/+29
2013-10-24ShellPkg: Fixes the shell so output redirection works for the 'mode' commandChris Phillips3-19/+35
2013-10-24ShellPkg: Stop running command when page break quitChris Phillips1-0/+5
2013-10-22ShellPkg: Fix copy load option error.Eric Dong1-4/+2
2013-10-18ShellPkg: Fixes for the ‘type’ command:Chris Phillips1-22/+98
2013-10-18ShellPkg: Fix for the ‘mv’ command when destination starts with ‘\’.Chris Phillips1-0/+9
2013-10-18ShellPkg: Fixes for the ‘ls’ command:Chris Phillips2-36/+48
2013-10-18ShellPkg: Fixes ‘edit’ command to correctly display ASCII or UNICODE for ...Chris Phillips1-0/+3
2013-10-18ShellPkg: Fixes for shell application launch, argument handling, and version ...Chris Phillips7-14/+66
2013-10-04ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips1-0/+0
2013-10-04ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Perman...Chris Phillips1-3/+4
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj1-5/+5
2013-09-20ShellPkg: Handle pool allocation failureSergei Antonov1-2/+2
2013-09-19ShellPkg: Handle pool allocation failureSergei Antonov1-1/+3
2013-09-05Refine the select language logic.Eric Dong7-111/+46
2013-08-28ShellPkg: Fix LastError environment variable truncationRobert Matthews1-4/+5
2013-08-27ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2-5/+2
2013-08-23ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey1-0/+1
2013-08-21ShellPkg: update behavior with undefined environment variablesJaben Carsey1-9/+44
2013-08-21ShellPkg: Fix file size error upon copy operation.Jaben Carsey1-78/+72
2013-08-08ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen3-5/+5
2013-07-30Fix GCC build failure.Ruiyu Ni3-0/+3
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni27-144/+65
2013-07-18ShellPkg: Added Aarch64 supportHarry Liebel1-1/+1
2013-07-18ShellPkg: remove high bit to change a EFI_STATUS to a SHELL_STATUSJaben Carsey1-1/+1
2013-07-16ShellPkg: Update error to be SHELL_STATUS and not EFI_STATUS.Gary Ching-Pang Lin1-1/+1
2013-06-28ShellPkg: Verify memory and handle allocation failure.jaben carsey1-11/+19
2013-06-27ShellPkg: make automatically created shells quit automaticallyjaben carsey3-6/+9
2013-06-21ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey1-1/+18
2013-06-11ShellPkg: Fix ARM build errors.jcarsey15-17/+13
2013-06-04ShellPkg: refine the logic for cp commandEric Dong1-13/+23
2013-05-28ShellPkg: make help footer string have same info as help usage informationjcarsey1-0/+0
2013-05-22Correct the incorrect Copyright or License in EDKII source files.lgao42-4/+4
2013-05-15ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c:darylm5031-6/+6
2013-05-13ShellPkg: remove unused enumjcarsey1-7/+1