summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Roll back the change which caused build failydong101-3/+3
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey1-3/+3
2012-07-23Add logic to check the execution break flag before executing the next command...ydong101-0/+3
2012-07-11ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey1-9/+2
2012-07-04ShellPkg: Fix recursion when deleting all variables.ydong101-0/+1
2012-06-12ShellPkg: Fix en-US characters that are outside the Basic Latin character set...jcarsey6-0/+0
2012-05-30ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.jcarsey1-3/+3
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey5-5/+9
2012-05-22ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey1-2/+3
2012-04-27Enable print error info when execute the application.ydong102-1/+17
2012-04-27Update comments in DmpStore.c to be more suitable.lzeng141-2/+2
2012-04-26Enhance code to more safely and follow coding style.ydong104-4/+21
2012-04-24Update copyright formathhtian1-3/+1
2012-04-24Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow U...lzeng141-2/+2
2012-04-23ShellPkg: hide flashing cursor during startup.jcarsey1-1/+3
2012-04-23ShellPkg: removed memory leak.jcarsey1-2/+0
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-03-26correct removal of commit 12951.jcarsey1-2/+4
2012-03-15Add SMBIOS 2.7.1 support to SmbiosView command.lzeng1413-1097/+1072
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-10/+30
2012-03-05ShellPkg: Fix ICC11 build failure.jcarsey1-6/+10
2012-02-24ShellPkg: Fix ICC11 build failure.jcarsey1-6/+10
2012-02-02ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or...jcarsey3-3/+14
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-3/+3
2012-01-31Fix type 19 print to match SBMIOS 2.7.andrewfish2-0/+16
2012-01-30ShellPkg: Update 'echo' command to print everything at once. this allows for...jcarsey1-6/+10
2012-01-30Fix clang compiler warning.andrewfish2-2/+2
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2-2/+9
2012-01-30ShellPkg: add more parenthesis to bcfg command.jcarsey2-4/+4
2012-01-27ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey1-1/+4
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command in debug p...jcarsey2-6/+402
2012-01-27ShellPkg: parameters with spaces need quotes.jcarsey1-17/+34
2012-01-27ShellPkg: Add support for adding optional data to the bcfg command.jcarsey2-6/+402
2012-01-20ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey1-4/+6
2012-01-20ShellPkg: Fix rm CWD protection to be better at catching similarly named dire...jcarsey1-2/+5
2012-01-19ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prev...jcarsey1-3/+9
2012-01-11ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate...jcarsey1-3/+12
2012-01-10ShellPkg: Propagate verbose flag down so it can be used in all DH command use...jcarsey1-2/+12
2012-01-10ShellPkg: Add dump information for PCI Root Bridge IO protocol.jcarsey2-1/+121
2012-01-09ShellPkg: Add protocols / protocol GUIDs to display and input mapping.jcarsey4-113/+232
2012-01-05ShellPkg: fix copyright date.jcarsey1-1/+1
2012-01-05ShellPkg: fix For command parsing list of values.jcarsey1-5/+3
2012-01-05ShellPkg: Fix swapping of reset behavior.jcarsey1-4/+4
2012-01-02ShellPkg: print error when column index is out of range instead of ASSERT.jcarsey1-16/+20
2012-01-02ShellPkg: fix Pipe usage verification.jcarsey2-3/+8
2011-12-13ShellPkg: Updated version number.geekboy15a2-9/+4
2011-11-29ShellPkg: Fix "-b" usage with timezone command.jcarsey1-2/+2
2011-11-29ShellPkg: Fix handling of empty files in Hexeditjcarsey1-1/+4
2011-11-18ShellPkg: Updates the printing of echo for script commands to after the @ che...jcarsey1-9/+9
2011-11-18ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.jcarsey1-3/+3